From ced6c67fccc257bc0d4085a0b9bffbb5dd8623da Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Mon, 11 May 2015 19:44:13 +0200 Subject: [PATCH] reinit --- .gitignore | 10 + Rakefile | 42 + config/mime.types | 84 + config/nginx.conf | 50 + html/50x.html | 21 + html/application.coffee | 160 + html/application.css | 132 + html/coffee-script.js | 12 + html/index.html | 25 + html/jbreadcrumb/.project | 12 + html/jbreadcrumb/.tmp_jBreadCrumb.html.84957~ | 208 + html/jbreadcrumb/Images/Chevron.gif | Bin 0 -> 121 bytes html/jbreadcrumb/Images/ChevronOverlay.png | Bin 0 -> 310 bytes html/jbreadcrumb/Images/IconHome.gif | Bin 0 -> 549 bytes html/jbreadcrumb/Styles/Base.css | 231 + html/jbreadcrumb/Styles/BreadCrumb.css | 109 + html/jbreadcrumb/jBreadCrumb.html | 210 + html/jbreadcrumb/js/jquery.easing.1.3.js | 205 + html/jbreadcrumb/js/jquery.jBreadCrumb.1.1.js | 240 + html/jbreadcrumb/js/jquery.js | 3655 ++++ html/jquery-1.9.1.min.js | 5 + .../css/overcast/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_flat_55_c0402a_40x100.png | Bin 0 -> 206 bytes .../images/ui-bg_flat_55_eeeeee_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_glass_100_f8f8f8_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_35_dddddd_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_60_eeeeee_1x400.png | Bin 0 -> 262 bytes .../ui-bg_inset-hard_75_999999_1x100.png | Bin 0 -> 253 bytes .../ui-bg_inset-soft_50_c9c9c9_1x100.png | Bin 0 -> 281 bytes .../images/ui-icons_3383bb_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_70b2e1_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_999999_256x240.png | Bin 0 -> 6986 bytes .../images/ui-icons_fbc856_256x240.png | Bin 0 -> 4549 bytes .../css/overcast/jquery-ui-1.10.3.custom.css | 1177 ++ .../overcast/jquery-ui-1.10.3.custom.min.css | 5 + .../development-bundle/AUTHORS.txt | 245 + .../development-bundle/Gruntfile.js | 378 + .../development-bundle/MIT-LICENSE.txt | 26 + .../development-bundle/README.md | 99 + .../demos/accordion/collapsible.html | 50 + .../demos/accordion/custom-icons.html | 64 + .../demos/accordion/default.html | 80 + .../demos/accordion/fillspace.html | 72 + .../demos/accordion/hoverintent.html | 148 + .../demos/accordion/index.html | 20 + .../demos/accordion/no-auto-height.html | 50 + .../demos/accordion/sortable.html | 74 + .../demos/autocomplete/categories.html | 67 + .../demos/autocomplete/combobox.html | 213 + .../demos/autocomplete/custom-data.html | 90 + .../demos/autocomplete/default.html | 58 + .../demos/autocomplete/folding.html | 56 + .../autocomplete/images/jquery_32x32.png | Bin 0 -> 1417 bytes .../autocomplete/images/jqueryui_32x32.png | Bin 0 -> 1193 bytes .../autocomplete/images/sizzlejs_32x32.png | Bin 0 -> 999 bytes .../autocomplete/images/transparent_1x1.png | Bin 0 -> 95 bytes .../images/ui-anim_basic_16x16.gif | Bin 0 -> 1459 bytes .../demos/autocomplete/index.html | 25 + .../demos/autocomplete/london.xml | 114 + .../demos/autocomplete/maxheight.html | 71 + .../demos/autocomplete/multiple-remote.html | 80 + .../demos/autocomplete/multiple.html | 93 + .../demos/autocomplete/remote-jsonp.html | 82 + .../demos/autocomplete/remote-with-cache.html | 52 + .../demos/autocomplete/remote.html | 55 + .../demos/autocomplete/search.php | 590 + .../demos/autocomplete/xml.html | 66 + .../demos/button/checkbox.html | 37 + .../demos/button/default.html | 34 + .../demos/button/icons.html | 49 + .../demos/button/index.html | 19 + .../demos/button/radio.html | 32 + .../demos/button/splitbutton.html | 69 + .../demos/button/toolbar.html | 118 + .../demos/datepicker/alt-field.html | 29 + .../demos/datepicker/animation.html | 51 + .../demos/datepicker/buttonbar.html | 28 + .../demos/datepicker/date-formats.html | 40 + .../demos/datepicker/date-range.html | 44 + .../demos/datepicker/default.html | 26 + .../demos/datepicker/dropdown-month-year.html | 29 + .../demos/datepicker/icon-trigger.html | 30 + .../demos/datepicker/images/calendar.gif | Bin 0 -> 269 bytes .../demos/datepicker/index.html | 27 + .../demos/datepicker/inline.html | 26 + .../datepicker/jquery.ui.datepicker-ar.js | 23 + .../datepicker/jquery.ui.datepicker-fr.js | 25 + .../datepicker/jquery.ui.datepicker-he.js | 23 + .../datepicker/jquery.ui.datepicker-zh-TW.js | 23 + .../demos/datepicker/localization.html | 41 + .../demos/datepicker/min-max.html | 26 + .../demos/datepicker/multiple-calendars.html | 29 + .../demos/datepicker/other-months.html | 30 + .../demos/datepicker/show-week.html | 32 + .../development-bundle/demos/demos.css | 19 + .../demos/dialog/animated.html | 52 + .../demos/dialog/default.html | 33 + .../demos/dialog/index.html | 19 + .../demos/dialog/modal-confirmation.html | 47 + .../demos/dialog/modal-form.html | 157 + .../demos/dialog/modal-message.html | 49 + .../demos/dialog/modal.html | 38 + .../demos/draggable/constrain-movement.html | 58 + .../demos/draggable/cursor-style.html | 42 + .../demos/draggable/default.html | 32 + .../demos/draggable/delay-start.html | 38 + .../demos/draggable/events.html | 70 + .../demos/draggable/handle.html | 41 + .../demos/draggable/index.html | 24 + .../demos/draggable/revert.html | 37 + .../demos/draggable/scroll.html | 44 + .../demos/draggable/snap-to.html | 61 + .../demos/draggable/sortable.html | 50 + .../demos/draggable/visual-feedback.html | 70 + .../demos/droppable/accepted-elements.html | 53 + .../demos/droppable/default.html | 46 + .../demos/droppable/images/high_tatras.jpg | Bin 0 -> 22994 bytes .../demos/droppable/images/high_tatras2.jpg | Bin 0 -> 25619 bytes .../droppable/images/high_tatras2_min.jpg | Bin 0 -> 2164 bytes .../demos/droppable/images/high_tatras3.jpg | Bin 0 -> 24583 bytes .../droppable/images/high_tatras3_min.jpg | Bin 0 -> 1901 bytes .../demos/droppable/images/high_tatras4.jpg | Bin 0 -> 24870 bytes .../droppable/images/high_tatras4_min.jpg | Bin 0 -> 2541 bytes .../droppable/images/high_tatras_min.jpg | Bin 0 -> 2147 bytes .../demos/droppable/index.html | 20 + .../demos/droppable/photo-manager.html | 182 + .../demos/droppable/propagation.html | 73 + .../demos/droppable/revert.html | 54 + .../demos/droppable/shopping-cart.html | 94 + .../demos/droppable/visual-feedback.html | 72 + .../demos/effect/default.html | 102 + .../demos/effect/easing.html | 102 + .../demos/effect/index.html | 15 + .../demos/images/calendar.gif | Bin 0 -> 269 bytes .../demos/images/demo-config-on-tile.gif | Bin 0 -> 172 bytes .../demos/images/demo-config-on.gif | Bin 0 -> 335 bytes .../demos/images/demo-spindown-closed.gif | Bin 0 -> 103 bytes .../demos/images/demo-spindown-open.gif | Bin 0 -> 105 bytes .../demos/images/icon-docs-info.gif | Bin 0 -> 206 bytes .../demos/images/pbar-ani.gif | Bin 0 -> 7970 bytes .../demos/menu/default.html | 67 + .../development-bundle/demos/menu/icons.html | 44 + .../development-bundle/demos/menu/index.html | 15 + .../demos/position/cycler.html | 107 + .../demos/position/default.html | 137 + .../demos/position/images/earth.jpg | Bin 0 -> 29850 bytes .../demos/position/images/flight.jpg | Bin 0 -> 33637 bytes .../demos/position/images/rocket.jpg | Bin 0 -> 32986 bytes .../demos/position/index.html | 15 + .../demos/progressbar/default.html | 28 + .../demos/progressbar/images/pbar-ani.gif | Bin 0 -> 7970 bytes .../demos/progressbar/indeterminate.html | 53 + .../demos/progressbar/index.html | 16 + .../demos/progressbar/label.html | 61 + .../demos/resizable/animate.html | 36 + .../demos/resizable/aspect-ratio.html | 35 + .../demos/resizable/constrain-area.html | 40 + .../demos/resizable/default.html | 33 + .../demos/resizable/delay-start.html | 45 + .../demos/resizable/helper.html | 36 + .../demos/resizable/index.html | 24 + .../demos/resizable/max-min.html | 38 + .../demos/resizable/snap-to-grid.html | 35 + .../demos/resizable/synchronous-resize.html | 42 + .../demos/resizable/textarea.html | 34 + .../demos/resizable/visual-feedback.html | 36 + .../demos/selectable/default.html | 43 + .../demos/selectable/display-grid.html | 48 + .../demos/selectable/index.html | 16 + .../demos/selectable/serialize.html | 54 + .../demos/slider/colorpicker.html | 87 + .../demos/slider/default.html | 27 + .../demos/slider/hotelrooms.html | 49 + .../demos/slider/index.html | 24 + .../demos/slider/multiple-vertical.html | 69 + .../demos/slider/range-vertical.html | 41 + .../demos/slider/range.html | 42 + .../demos/slider/rangemax.html | 40 + .../demos/slider/rangemin.html | 41 + .../demos/slider/side-scroll.html | 131 + .../demos/slider/slider-vertical.html | 42 + .../demos/slider/steps.html | 41 + .../sortable/connect-lists-through-tabs.html | 72 + .../demos/sortable/connect-lists.html | 52 + .../demos/sortable/default.html | 45 + .../demos/sortable/delay-start.html | 61 + .../demos/sortable/display-grid.html | 48 + .../demos/sortable/empty-lists.html | 63 + .../demos/sortable/index.html | 22 + .../demos/sortable/items.html | 64 + .../demos/sortable/placeholder.html | 50 + .../demos/sortable/portlets.html | 91 + .../demos/spinner/currency.html | 52 + .../demos/spinner/decimal.html | 56 + .../demos/spinner/default.html | 64 + .../demos/spinner/index.html | 19 + .../demos/spinner/latlong.html | 57 + .../demos/spinner/overflow.html | 44 + .../demos/spinner/time.html | 74 + .../development-bundle/demos/tabs/ajax.html | 46 + .../demos/tabs/ajax/content1.html | 4 + .../demos/tabs/ajax/content2.html | 4 + .../demos/tabs/ajax/content3-slow.php | 7 + .../demos/tabs/ajax/content4-broken.php | 3 + .../development-bundle/demos/tabs/bottom.html | 58 + .../demos/tabs/collapsible.html | 48 + .../demos/tabs/default.html | 42 + .../development-bundle/demos/tabs/index.html | 20 + .../demos/tabs/manipulation.html | 122 + .../demos/tabs/mouseover.html | 44 + .../demos/tabs/sortable.html | 51 + .../demos/tabs/vertical.html | 54 + .../demos/tooltip/ajax/content1.html | 1 + .../demos/tooltip/ajax/content2.html | 1 + .../demos/tooltip/custom-animation.html | 54 + .../demos/tooltip/custom-content.html | 83 + .../demos/tooltip/custom-style.html | 95 + .../demos/tooltip/default.html | 40 + .../demos/tooltip/forms.html | 65 + .../demos/tooltip/images/st-stephens.jpg | Bin 0 -> 17724 bytes .../demos/tooltip/images/tower-bridge.jpg | Bin 0 -> 15764 bytes .../demos/tooltip/index.html | 20 + .../demos/tooltip/tracking.html | 42 + .../demos/tooltip/video-player.html | 117 + .../demos/widget/default.html | 178 + .../demos/widget/index.html | 14 + .../development-bundle/docs/accordion.html | 488 + .../development-bundle/docs/autocomplete.html | 577 + .../development-bundle/docs/blind-effect.html | 58 + .../docs/bounce-effect.html | 61 + .../development-bundle/docs/button.html | 272 + .../development-bundle/docs/clip-effect.html | 55 + .../development-bundle/docs/datepicker.html | 946 + .../development-bundle/docs/dialog.html | 892 + .../development-bundle/docs/draggable.html | 741 + .../development-bundle/docs/drop-effect.html | 55 + .../development-bundle/docs/droppable.html | 548 + .../docs/explode-effect.html | 52 + .../development-bundle/docs/fade-effect.html | 43 + .../development-bundle/docs/fold-effect.html | 61 + .../docs/highlight-effect.html | 52 + .../docs/jQuery.widget.html | 611 + .../development-bundle/docs/menu.html | 644 + .../development-bundle/docs/mouse.html | 216 + .../development-bundle/docs/position.html | 116 + .../development-bundle/docs/progressbar.html | 337 + .../development-bundle/docs/puff-effect.html | 32 + .../docs/pulsate-effect.html | 52 + .../development-bundle/docs/resizable.html | 685 + .../development-bundle/docs/scale-effect.html | 82 + .../development-bundle/docs/selectable.html | 498 + .../development-bundle/docs/shake-effect.html | 66 + .../development-bundle/docs/size-effect.html | 45 + .../development-bundle/docs/slide-effect.html | 59 + .../development-bundle/docs/slider.html | 586 + .../development-bundle/docs/sortable.html | 1450 ++ .../development-bundle/docs/spinner.html | 572 + .../development-bundle/docs/tabs.html | 635 + .../development-bundle/docs/tooltip.html | 465 + .../docs/transfer-effect.html | 61 + .../external/globalize.culture.de-DE.js | 81 + .../external/globalize.culture.ja-JP.js | 100 + .../development-bundle/external/globalize.js | 1573 ++ .../external/jquery.mousewheel.js | 101 + .../development-bundle/external/jshint.js | 4835 +++++ .../development-bundle/external/qunit.css | 244 + .../development-bundle/external/qunit.js | 2152 +++ .../development-bundle/jquery-1.9.1.js | 9597 ++++++++++ .../development-bundle/package.json | 70 + .../themes/base/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../base/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../themes/base/jquery-ui.css | 1176 ++ .../themes/base/jquery.ui.accordion.css | 38 + .../themes/base/jquery.ui.all.css | 12 + .../themes/base/jquery.ui.autocomplete.css | 16 + .../themes/base/jquery.ui.base.css | 25 + .../themes/base/jquery.ui.button.css | 114 + .../themes/base/jquery.ui.core.css | 93 + .../themes/base/jquery.ui.datepicker.css | 178 + .../themes/base/jquery.ui.dialog.css | 69 + .../themes/base/jquery.ui.menu.css | 79 + .../themes/base/jquery.ui.progressbar.css | 28 + .../themes/base/jquery.ui.resizable.css | 78 + .../themes/base/jquery.ui.selectable.css | 15 + .../themes/base/jquery.ui.slider.css | 73 + .../themes/base/jquery.ui.spinner.css | 65 + .../themes/base/jquery.ui.tabs.css | 52 + .../themes/base/jquery.ui.theme.css | 406 + .../themes/base/jquery.ui.tooltip.css | 19 + .../base/minified/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../themes/base/minified/jquery-ui.min.css | 10 + .../base/minified/jquery.ui.accordion.min.css | 5 + .../minified/jquery.ui.autocomplete.min.css | 5 + .../base/minified/jquery.ui.button.min.css | 5 + .../base/minified/jquery.ui.core.min.css | 5 + .../minified/jquery.ui.datepicker.min.css | 5 + .../base/minified/jquery.ui.dialog.min.css | 5 + .../base/minified/jquery.ui.menu.min.css | 5 + .../minified/jquery.ui.progressbar.min.css | 5 + .../base/minified/jquery.ui.resizable.min.css | 5 + .../minified/jquery.ui.selectable.min.css | 5 + .../base/minified/jquery.ui.slider.min.css | 5 + .../base/minified/jquery.ui.spinner.min.css | 5 + .../base/minified/jquery.ui.tabs.min.css | 5 + .../base/minified/jquery.ui.theme.min.css | 5 + .../base/minified/jquery.ui.tooltip.min.css | 5 + .../overcast/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_flat_55_c0402a_40x100.png | Bin 0 -> 206 bytes .../images/ui-bg_flat_55_eeeeee_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_glass_100_f8f8f8_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_35_dddddd_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_60_eeeeee_1x400.png | Bin 0 -> 262 bytes .../ui-bg_inset-hard_75_999999_1x100.png | Bin 0 -> 253 bytes .../ui-bg_inset-soft_50_c9c9c9_1x100.png | Bin 0 -> 281 bytes .../images/ui-icons_3383bb_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_70b2e1_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_999999_256x240.png | Bin 0 -> 6986 bytes .../images/ui-icons_fbc856_256x240.png | Bin 0 -> 4549 bytes .../themes/overcast/jquery-ui.css | 1177 ++ .../themes/overcast/jquery.ui.accordion.css | 38 + .../themes/overcast/jquery.ui.all.css | 12 + .../overcast/jquery.ui.autocomplete.css | 16 + .../themes/overcast/jquery.ui.base.css | 25 + .../themes/overcast/jquery.ui.button.css | 114 + .../themes/overcast/jquery.ui.core.css | 93 + .../themes/overcast/jquery.ui.datepicker.css | 178 + .../themes/overcast/jquery.ui.dialog.css | 69 + .../themes/overcast/jquery.ui.menu.css | 79 + .../themes/overcast/jquery.ui.progressbar.css | 28 + .../themes/overcast/jquery.ui.resizable.css | 78 + .../themes/overcast/jquery.ui.selectable.css | 15 + .../themes/overcast/jquery.ui.slider.css | 73 + .../themes/overcast/jquery.ui.spinner.css | 65 + .../themes/overcast/jquery.ui.tabs.css | 52 + .../themes/overcast/jquery.ui.theme.css | 406 + .../themes/overcast/jquery.ui.tooltip.css | 19 + .../minified/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_flat_55_c0402a_40x100.png | Bin 0 -> 206 bytes .../images/ui-bg_flat_55_eeeeee_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_glass_100_f8f8f8_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_35_dddddd_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_60_eeeeee_1x400.png | Bin 0 -> 262 bytes .../ui-bg_inset-hard_75_999999_1x100.png | Bin 0 -> 253 bytes .../ui-bg_inset-soft_50_c9c9c9_1x100.png | Bin 0 -> 281 bytes .../images/ui-icons_3383bb_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_70b2e1_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_999999_256x240.png | Bin 0 -> 6986 bytes .../images/ui-icons_fbc856_256x240.png | Bin 0 -> 4549 bytes .../overcast/minified/jquery-ui.min.css | 5 + .../minified/jquery.ui.accordion.min.css | 5 + .../minified/jquery.ui.autocomplete.min.css | 5 + .../minified/jquery.ui.button.min.css | 5 + .../overcast/minified/jquery.ui.core.min.css | 5 + .../minified/jquery.ui.datepicker.min.css | 5 + .../minified/jquery.ui.dialog.min.css | 5 + .../overcast/minified/jquery.ui.menu.min.css | 5 + .../minified/jquery.ui.progressbar.min.css | 5 + .../minified/jquery.ui.resizable.min.css | 5 + .../minified/jquery.ui.selectable.min.css | 5 + .../minified/jquery.ui.slider.min.css | 5 + .../minified/jquery.ui.spinner.min.css | 5 + .../overcast/minified/jquery.ui.tabs.min.css | 5 + .../overcast/minified/jquery.ui.theme.min.css | 5 + .../minified/jquery.ui.tooltip.min.css | 5 + .../ui.accordion.jquery.json | 67 + .../ui.autocomplete.jquery.json | 69 + .../development-bundle/ui.button.jquery.json | 66 + .../development-bundle/ui.core.jquery.json | 61 + .../ui.datepicker.jquery.json | 66 + .../development-bundle/ui.dialog.jquery.json | 70 + .../ui.draggable.jquery.json | 66 + .../ui.droppable.jquery.json | 67 + .../ui.effect-blind.jquery.json | 65 + .../ui.effect-bounce.jquery.json | 65 + .../ui.effect-clip.jquery.json | 65 + .../ui.effect-drop.jquery.json | 65 + .../ui.effect-explode.jquery.json | 65 + .../ui.effect-fade.jquery.json | 65 + .../ui.effect-fold.jquery.json | 65 + .../ui.effect-highlight.jquery.json | 65 + .../ui.effect-pulsate.jquery.json | 65 + .../ui.effect-scale.jquery.json | 65 + .../ui.effect-shake.jquery.json | 65 + .../ui.effect-slide.jquery.json | 65 + .../ui.effect-transfer.jquery.json | 63 + .../development-bundle/ui.effect.jquery.json | 68 + .../development-bundle/ui.menu.jquery.json | 66 + .../development-bundle/ui.mouse.jquery.json | 64 + .../ui.position.jquery.json | 66 + .../ui.progressbar.jquery.json | 65 + .../ui.resizable.jquery.json | 65 + .../ui.selectable.jquery.json | 65 + .../development-bundle/ui.slider.jquery.json | 67 + .../ui.sortable.jquery.json | 66 + .../development-bundle/ui.spinner.jquery.json | 68 + .../development-bundle/ui.tabs.jquery.json | 67 + .../development-bundle/ui.tooltip.jquery.json | 64 + .../development-bundle/ui.widget.jquery.json | 64 + .../ui/i18n/jquery-ui-i18n.js | 1793 ++ .../ui/i18n/jquery.ui.datepicker-af.js | 23 + .../ui/i18n/jquery.ui.datepicker-ar-DZ.js | 23 + .../ui/i18n/jquery.ui.datepicker-ar.js | 23 + .../ui/i18n/jquery.ui.datepicker-az.js | 23 + .../ui/i18n/jquery.ui.datepicker-be.js | 23 + .../ui/i18n/jquery.ui.datepicker-bg.js | 24 + .../ui/i18n/jquery.ui.datepicker-bs.js | 23 + .../ui/i18n/jquery.ui.datepicker-ca.js | 23 + .../ui/i18n/jquery.ui.datepicker-cs.js | 23 + .../ui/i18n/jquery.ui.datepicker-cy-GB.js | 23 + .../ui/i18n/jquery.ui.datepicker-da.js | 23 + .../ui/i18n/jquery.ui.datepicker-de.js | 23 + .../ui/i18n/jquery.ui.datepicker-el.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-AU.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-GB.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-NZ.js | 23 + .../ui/i18n/jquery.ui.datepicker-eo.js | 23 + .../ui/i18n/jquery.ui.datepicker-es.js | 23 + .../ui/i18n/jquery.ui.datepicker-et.js | 23 + .../ui/i18n/jquery.ui.datepicker-eu.js | 23 + .../ui/i18n/jquery.ui.datepicker-fa.js | 59 + .../ui/i18n/jquery.ui.datepicker-fi.js | 23 + .../ui/i18n/jquery.ui.datepicker-fo.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr-CA.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr-CH.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr.js | 25 + .../ui/i18n/jquery.ui.datepicker-gl.js | 23 + .../ui/i18n/jquery.ui.datepicker-he.js | 23 + .../ui/i18n/jquery.ui.datepicker-hi.js | 23 + .../ui/i18n/jquery.ui.datepicker-hr.js | 23 + .../ui/i18n/jquery.ui.datepicker-hu.js | 23 + .../ui/i18n/jquery.ui.datepicker-hy.js | 23 + .../ui/i18n/jquery.ui.datepicker-id.js | 23 + .../ui/i18n/jquery.ui.datepicker-is.js | 23 + .../ui/i18n/jquery.ui.datepicker-it.js | 23 + .../ui/i18n/jquery.ui.datepicker-ja.js | 23 + .../ui/i18n/jquery.ui.datepicker-ka.js | 21 + .../ui/i18n/jquery.ui.datepicker-kk.js | 23 + .../ui/i18n/jquery.ui.datepicker-km.js | 23 + .../ui/i18n/jquery.ui.datepicker-ko.js | 23 + .../ui/i18n/jquery.ui.datepicker-ky.js | 24 + .../ui/i18n/jquery.ui.datepicker-lb.js | 23 + .../ui/i18n/jquery.ui.datepicker-lt.js | 23 + .../ui/i18n/jquery.ui.datepicker-lv.js | 23 + .../ui/i18n/jquery.ui.datepicker-mk.js | 23 + .../ui/i18n/jquery.ui.datepicker-ml.js | 23 + .../ui/i18n/jquery.ui.datepicker-ms.js | 23 + .../ui/i18n/jquery.ui.datepicker-nb.js | 22 + .../ui/i18n/jquery.ui.datepicker-nl-BE.js | 23 + .../ui/i18n/jquery.ui.datepicker-nl.js | 23 + .../ui/i18n/jquery.ui.datepicker-nn.js | 22 + .../ui/i18n/jquery.ui.datepicker-no.js | 23 + .../ui/i18n/jquery.ui.datepicker-pl.js | 23 + .../ui/i18n/jquery.ui.datepicker-pt-BR.js | 23 + .../ui/i18n/jquery.ui.datepicker-pt.js | 22 + .../ui/i18n/jquery.ui.datepicker-rm.js | 21 + .../ui/i18n/jquery.ui.datepicker-ro.js | 26 + .../ui/i18n/jquery.ui.datepicker-ru.js | 23 + .../ui/i18n/jquery.ui.datepicker-sk.js | 23 + .../ui/i18n/jquery.ui.datepicker-sl.js | 24 + .../ui/i18n/jquery.ui.datepicker-sq.js | 23 + .../ui/i18n/jquery.ui.datepicker-sr-SR.js | 23 + .../ui/i18n/jquery.ui.datepicker-sr.js | 23 + .../ui/i18n/jquery.ui.datepicker-sv.js | 23 + .../ui/i18n/jquery.ui.datepicker-ta.js | 23 + .../ui/i18n/jquery.ui.datepicker-th.js | 23 + .../ui/i18n/jquery.ui.datepicker-tj.js | 23 + .../ui/i18n/jquery.ui.datepicker-tr.js | 23 + .../ui/i18n/jquery.ui.datepicker-uk.js | 24 + .../ui/i18n/jquery.ui.datepicker-vi.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-CN.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-HK.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-TW.js | 23 + .../development-bundle/ui/jquery-ui.custom.js | 14971 ++++++++++++++++ .../ui/jquery.ui.accordion.js | 572 + .../ui/jquery.ui.autocomplete.js | 610 + .../development-bundle/ui/jquery.ui.button.js | 419 + .../development-bundle/ui/jquery.ui.core.js | 320 + .../ui/jquery.ui.datepicker.js | 2038 +++ .../development-bundle/ui/jquery.ui.dialog.js | 808 + .../ui/jquery.ui.draggable.js | 958 + .../ui/jquery.ui.droppable.js | 372 + .../ui/jquery.ui.effect-blind.js | 82 + .../ui/jquery.ui.effect-bounce.js | 113 + .../ui/jquery.ui.effect-clip.js | 67 + .../ui/jquery.ui.effect-drop.js | 65 + .../ui/jquery.ui.effect-explode.js | 97 + .../ui/jquery.ui.effect-fade.js | 30 + .../ui/jquery.ui.effect-fold.js | 76 + .../ui/jquery.ui.effect-highlight.js | 50 + .../ui/jquery.ui.effect-pulsate.js | 63 + .../ui/jquery.ui.effect-scale.js | 318 + .../ui/jquery.ui.effect-shake.js | 74 + .../ui/jquery.ui.effect-slide.js | 64 + .../ui/jquery.ui.effect-transfer.js | 47 + .../development-bundle/ui/jquery.ui.effect.js | 1289 ++ .../development-bundle/ui/jquery.ui.menu.js | 621 + .../development-bundle/ui/jquery.ui.mouse.js | 169 + .../ui/jquery.ui.position.js | 497 + .../ui/jquery.ui.progressbar.js | 145 + .../ui/jquery.ui.resizable.js | 968 + .../ui/jquery.ui.selectable.js | 277 + .../development-bundle/ui/jquery.ui.slider.js | 672 + .../ui/jquery.ui.sortable.js | 1285 ++ .../ui/jquery.ui.spinner.js | 493 + .../development-bundle/ui/jquery.ui.tabs.js | 846 + .../ui/jquery.ui.tooltip.js | 402 + .../development-bundle/ui/jquery.ui.widget.js | 521 + .../ui/minified/i18n/jquery-ui-i18n.min.js | 6 + .../i18n/jquery.ui.datepicker-af.min.js | 4 + .../i18n/jquery.ui.datepicker-ar-DZ.min.js | 4 + .../i18n/jquery.ui.datepicker-ar.min.js | 4 + .../i18n/jquery.ui.datepicker-az.min.js | 4 + .../i18n/jquery.ui.datepicker-be.min.js | 4 + .../i18n/jquery.ui.datepicker-bg.min.js | 4 + .../i18n/jquery.ui.datepicker-bs.min.js | 4 + .../i18n/jquery.ui.datepicker-ca.min.js | 4 + .../i18n/jquery.ui.datepicker-cs.min.js | 4 + .../i18n/jquery.ui.datepicker-cy-GB.min.js | 4 + .../i18n/jquery.ui.datepicker-da.min.js | 4 + .../i18n/jquery.ui.datepicker-de.min.js | 4 + .../i18n/jquery.ui.datepicker-el.min.js | 4 + .../i18n/jquery.ui.datepicker-en-AU.min.js | 4 + .../i18n/jquery.ui.datepicker-en-GB.min.js | 4 + .../i18n/jquery.ui.datepicker-en-NZ.min.js | 4 + .../i18n/jquery.ui.datepicker-eo.min.js | 4 + .../i18n/jquery.ui.datepicker-es.min.js | 4 + .../i18n/jquery.ui.datepicker-et.min.js | 4 + .../i18n/jquery.ui.datepicker-eu.min.js | 4 + .../i18n/jquery.ui.datepicker-fa.min.js | 4 + .../i18n/jquery.ui.datepicker-fi.min.js | 4 + .../i18n/jquery.ui.datepicker-fo.min.js | 4 + .../i18n/jquery.ui.datepicker-fr-CA.min.js | 4 + .../i18n/jquery.ui.datepicker-fr-CH.min.js | 4 + .../i18n/jquery.ui.datepicker-fr.min.js | 4 + .../i18n/jquery.ui.datepicker-gl.min.js | 4 + .../i18n/jquery.ui.datepicker-he.min.js | 4 + .../i18n/jquery.ui.datepicker-hi.min.js | 4 + .../i18n/jquery.ui.datepicker-hr.min.js | 4 + .../i18n/jquery.ui.datepicker-hu.min.js | 4 + .../i18n/jquery.ui.datepicker-hy.min.js | 4 + .../i18n/jquery.ui.datepicker-id.min.js | 4 + .../i18n/jquery.ui.datepicker-is.min.js | 4 + .../i18n/jquery.ui.datepicker-it.min.js | 4 + .../i18n/jquery.ui.datepicker-ja.min.js | 4 + .../i18n/jquery.ui.datepicker-ka.min.js | 4 + .../i18n/jquery.ui.datepicker-kk.min.js | 4 + .../i18n/jquery.ui.datepicker-km.min.js | 4 + .../i18n/jquery.ui.datepicker-ko.min.js | 4 + .../i18n/jquery.ui.datepicker-ky.min.js | 4 + .../i18n/jquery.ui.datepicker-lb.min.js | 4 + .../i18n/jquery.ui.datepicker-lt.min.js | 4 + .../i18n/jquery.ui.datepicker-lv.min.js | 4 + .../i18n/jquery.ui.datepicker-mk.min.js | 4 + .../i18n/jquery.ui.datepicker-ml.min.js | 4 + .../i18n/jquery.ui.datepicker-ms.min.js | 4 + .../i18n/jquery.ui.datepicker-nb.min.js | 4 + .../i18n/jquery.ui.datepicker-nl-BE.min.js | 4 + .../i18n/jquery.ui.datepicker-nl.min.js | 4 + .../i18n/jquery.ui.datepicker-nn.min.js | 4 + .../i18n/jquery.ui.datepicker-no.min.js | 4 + .../i18n/jquery.ui.datepicker-pl.min.js | 4 + .../i18n/jquery.ui.datepicker-pt-BR.min.js | 4 + .../i18n/jquery.ui.datepicker-pt.min.js | 4 + .../i18n/jquery.ui.datepicker-rm.min.js | 4 + .../i18n/jquery.ui.datepicker-ro.min.js | 4 + .../i18n/jquery.ui.datepicker-ru.min.js | 4 + .../i18n/jquery.ui.datepicker-sk.min.js | 4 + .../i18n/jquery.ui.datepicker-sl.min.js | 4 + .../i18n/jquery.ui.datepicker-sq.min.js | 4 + .../i18n/jquery.ui.datepicker-sr-SR.min.js | 4 + .../i18n/jquery.ui.datepicker-sr.min.js | 4 + .../i18n/jquery.ui.datepicker-sv.min.js | 4 + .../i18n/jquery.ui.datepicker-ta.min.js | 4 + .../i18n/jquery.ui.datepicker-th.min.js | 4 + .../i18n/jquery.ui.datepicker-tj.min.js | 4 + .../i18n/jquery.ui.datepicker-tr.min.js | 4 + .../i18n/jquery.ui.datepicker-uk.min.js | 4 + .../i18n/jquery.ui.datepicker-vi.min.js | 4 + .../i18n/jquery.ui.datepicker-zh-CN.min.js | 4 + .../i18n/jquery.ui.datepicker-zh-HK.min.js | 4 + .../i18n/jquery.ui.datepicker-zh-TW.min.js | 4 + .../ui/minified/jquery-ui.custom.min.js | 7 + .../ui/minified/jquery.ui.accordion.min.js | 4 + .../ui/minified/jquery.ui.autocomplete.min.js | 4 + .../ui/minified/jquery.ui.button.min.js | 4 + .../ui/minified/jquery.ui.core.min.js | 4 + .../ui/minified/jquery.ui.datepicker.min.js | 5 + .../ui/minified/jquery.ui.dialog.min.js | 4 + .../ui/minified/jquery.ui.draggable.min.js | 4 + .../ui/minified/jquery.ui.droppable.min.js | 4 + .../ui/minified/jquery.ui.effect-blind.min.js | 4 + .../minified/jquery.ui.effect-bounce.min.js | 4 + .../ui/minified/jquery.ui.effect-clip.min.js | 4 + .../ui/minified/jquery.ui.effect-drop.min.js | 4 + .../minified/jquery.ui.effect-explode.min.js | 4 + .../ui/minified/jquery.ui.effect-fade.min.js | 4 + .../ui/minified/jquery.ui.effect-fold.min.js | 4 + .../jquery.ui.effect-highlight.min.js | 4 + .../minified/jquery.ui.effect-pulsate.min.js | 4 + .../ui/minified/jquery.ui.effect-scale.min.js | 4 + .../ui/minified/jquery.ui.effect-shake.min.js | 4 + .../ui/minified/jquery.ui.effect-slide.min.js | 4 + .../minified/jquery.ui.effect-transfer.min.js | 4 + .../ui/minified/jquery.ui.effect.min.js | 4 + .../ui/minified/jquery.ui.menu.min.js | 4 + .../ui/minified/jquery.ui.mouse.min.js | 4 + .../ui/minified/jquery.ui.position.min.js | 4 + .../ui/minified/jquery.ui.progressbar.min.js | 4 + .../ui/minified/jquery.ui.resizable.min.js | 4 + .../ui/minified/jquery.ui.selectable.min.js | 4 + .../ui/minified/jquery.ui.slider.min.js | 4 + .../ui/minified/jquery.ui.sortable.min.js | 4 + .../ui/minified/jquery.ui.spinner.min.js | 4 + .../ui/minified/jquery.ui.tabs.min.js | 4 + .../ui/minified/jquery.ui.tooltip.min.js | 4 + .../ui/minified/jquery.ui.widget.min.js | 4 + html/jquery-ui-1.10.3.custom/index.html | 450 + .../js/jquery-1.9.1.js | 9597 ++++++++++ .../js/jquery-ui-1.10.3.custom.js | 14971 ++++++++++++++++ .../js/jquery-ui-1.10.3.custom.min.js | 7 + html/jquery.cookie.js | 95 + html/jquery.js | 1 + html/jquery.pjax.js | 822 + html/listing_header.html | 21 + html/listing_header.js | 13 + html/upload.coffee | 53 + html/upload.html | 14 + lib/nginx.rb | 108 + nginx.build | 29 + scripts/mimetype-mapper.json.rb | 47 + 664 files changed, 115177 insertions(+) create mode 100644 .gitignore create mode 100644 Rakefile create mode 100644 config/mime.types create mode 100644 config/nginx.conf create mode 100644 html/50x.html create mode 100644 html/application.coffee create mode 100644 html/application.css create mode 100644 html/coffee-script.js create mode 100644 html/index.html create mode 100644 html/jbreadcrumb/.project create mode 100644 html/jbreadcrumb/.tmp_jBreadCrumb.html.84957~ create mode 100644 html/jbreadcrumb/Images/Chevron.gif create mode 100644 html/jbreadcrumb/Images/ChevronOverlay.png create mode 100644 html/jbreadcrumb/Images/IconHome.gif create mode 100644 html/jbreadcrumb/Styles/Base.css create mode 100644 html/jbreadcrumb/Styles/BreadCrumb.css create mode 100644 html/jbreadcrumb/jBreadCrumb.html create mode 100644 html/jbreadcrumb/js/jquery.easing.1.3.js create mode 100644 html/jbreadcrumb/js/jquery.jBreadCrumb.1.1.js create mode 100644 html/jbreadcrumb/js/jquery.js create mode 100644 html/jquery-1.9.1.min.js create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/animated-overlay.gif create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-icons_3383bb_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-icons_454545_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-icons_70b2e1_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-icons_999999_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/images/ui-icons_fbc856_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/jquery-ui-1.10.3.custom.css create mode 100644 html/jquery-ui-1.10.3.custom/css/overcast/jquery-ui-1.10.3.custom.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/AUTHORS.txt create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/Gruntfile.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/MIT-LICENSE.txt create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/README.md create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/collapsible.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/custom-icons.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/fillspace.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/hoverintent.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/no-auto-height.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/sortable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/categories.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/combobox.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/custom-data.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/folding.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/london.xml create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/maxheight.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple-remote.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-jsonp.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-with-cache.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/search.php create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/xml.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/checkbox.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/icons.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/radio.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/splitbutton.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/button/toolbar.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/alt-field.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/animation.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/buttonbar.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-formats.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-range.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/dropdown-month-year.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/icon-trigger.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/images/calendar.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/inline.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/localization.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/min-max.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/multiple-calendars.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/other-months.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/show-week.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/demos.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/animated.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-confirmation.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-form.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-message.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/constrain-movement.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/cursor-style.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/delay-start.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/events.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/handle.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/revert.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/scroll.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/snap-to.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/sortable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/visual-feedback.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/accepted-elements.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras2.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras3.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras4.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/photo-manager.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/propagation.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/revert.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/shopping-cart.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/visual-feedback.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/easing.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/calendar.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-config-on-tile.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-config-on.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-spindown-closed.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-spindown-open.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/icon-docs-info.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/images/pbar-ani.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/icons.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/position/cycler.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/position/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/earth.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/flight.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/rocket.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/position/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/images/pbar-ani.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/indeterminate.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/label.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/animate.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/aspect-ratio.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/constrain-area.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/delay-start.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/helper.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/max-min.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/snap-to-grid.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/synchronous-resize.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/textarea.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/visual-feedback.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/display-grid.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/serialize.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/colorpicker.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/hotelrooms.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/multiple-vertical.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range-vertical.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemax.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemin.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/side-scroll.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/slider-vertical.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/steps.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/delay-start.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/display-grid.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/empty-lists.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/items.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/placeholder.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/portlets.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/currency.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/decimal.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/latlong.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/overflow.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/time.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content1.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content2.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content3-slow.php create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content4-broken.php create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/bottom.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/collapsible.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/manipulation.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/mouseover.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/sortable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/vertical.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content1.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content2.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-animation.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-content.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-style.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/forms.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/images/st-stephens.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/tracking.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/video-player.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/default.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/index.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/accordion.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/autocomplete.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/blind-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/bounce-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/button.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/clip-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/datepicker.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/dialog.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/draggable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/drop-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/droppable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/explode-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/fade-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/fold-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/highlight-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/jQuery.widget.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/menu.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/mouse.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/position.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/progressbar.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/puff-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/pulsate-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/resizable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/scale-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/selectable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/shake-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/size-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/slide-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/slider.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/sortable.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/spinner.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/tabs.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/tooltip.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/docs/transfer-effect.html create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.de-DE.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.ja-JP.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/jquery.mousewheel.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/jshint.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/jquery-1.9.1.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/package.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/animated-overlay.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery-ui.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.accordion.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.all.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.autocomplete.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.base.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.button.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.core.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.datepicker.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.dialog.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.menu.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.progressbar.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.resizable.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.selectable.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.slider.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.spinner.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.tabs.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.theme.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/jquery.ui.tooltip.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/animated-overlay.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery-ui.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.accordion.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.button.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.core.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.dialog.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.menu.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.resizable.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.selectable.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.slider.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.spinner.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.tabs.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.theme.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/animated-overlay.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-icons_3383bb_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-icons_454545_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-icons_70b2e1_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-icons_999999_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/images/ui-icons_fbc856_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery-ui.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.accordion.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.all.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.autocomplete.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.base.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.button.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.core.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.datepicker.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.dialog.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.menu.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.progressbar.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.resizable.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.selectable.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.slider.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.spinner.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.tabs.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.theme.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/jquery.ui.tooltip.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/animated-overlay.gif create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_flat_55_c0402a_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_flat_55_eeeeee_40x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_glass_100_f8f8f8_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_glass_35_dddddd_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_glass_60_eeeeee_1x400.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_inset-hard_75_999999_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-bg_inset-soft_50_c9c9c9_1x100.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-icons_3383bb_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-icons_454545_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-icons_70b2e1_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-icons_999999_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/images/ui-icons_fbc856_256x240.png create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery-ui.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.accordion.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.autocomplete.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.button.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.core.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.datepicker.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.dialog.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.menu.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.progressbar.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.resizable.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.selectable.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.slider.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.spinner.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.tabs.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.theme.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/themes/overcast/minified/jquery.ui.tooltip.min.css create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.accordion.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.autocomplete.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.button.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.core.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.datepicker.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.dialog.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.draggable.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.droppable.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-blind.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-bounce.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-clip.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-drop.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-explode.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-fade.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-fold.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-highlight.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-pulsate.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-scale.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-shake.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-slide.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect-transfer.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.effect.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.menu.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.mouse.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.position.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.progressbar.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.resizable.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.selectable.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.slider.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.sortable.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.spinner.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.tabs.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.tooltip.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui.widget.jquery.json create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery-ui-i18n.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-be.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CA.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-km.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ky.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nb.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nn.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery-ui.custom.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.accordion.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.autocomplete.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.button.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.core.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.datepicker.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.dialog.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.draggable.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.droppable.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-blind.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-bounce.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-clip.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-drop.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-explode.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-fade.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-fold.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-highlight.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-pulsate.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-scale.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-shake.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-slide.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect-transfer.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.effect.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.menu.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.mouse.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.position.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.progressbar.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.resizable.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.selectable.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.slider.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.sortable.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.spinner.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.tabs.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.tooltip.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/jquery.ui.widget.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-be.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ky.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nb.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nn.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery-ui.custom.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.button.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.core.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-blind.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-clip.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-drop.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-explode.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-fade.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-fold.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-scale.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-shake.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-slide.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.effect.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.menu.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.position.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.slider.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.spinner.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.tooltip.min.js create mode 100644 html/jquery-ui-1.10.3.custom/development-bundle/ui/minified/jquery.ui.widget.min.js create mode 100644 html/jquery-ui-1.10.3.custom/index.html create mode 100644 html/jquery-ui-1.10.3.custom/js/jquery-1.9.1.js create mode 100644 html/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.js create mode 100644 html/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js create mode 100644 html/jquery.cookie.js create mode 120000 html/jquery.js create mode 100644 html/jquery.pjax.js create mode 100644 html/listing_header.html create mode 100644 html/listing_header.js create mode 100644 html/upload.coffee create mode 100644 html/upload.html create mode 100644 lib/nginx.rb create mode 100755 nginx.build create mode 100755 scripts/mimetype-mapper.json.rb diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0086790 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +tmp +html/icons +nginx +.*.swp +store/ +html/upload.js +html/application.js +html/jBreadCrumb_1.1.zip +html/upload.coffee.old +html/mime-types.json diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..01271df --- /dev/null +++ b/Rakefile @@ -0,0 +1,42 @@ +require 'pathname' +require 'shellwords' + +class Pathname + def shellescape + to_s.shellescape + end +end + +namespace :nginx do + task build: %w[tmp] do |t,conf| + sh './nginx.build' + end + + def call_nginx *opts + base_dir = Pathname.new( '.').expand_path + binary = base_dir.join *%w[nginx sbin nginx] + config = base_dir.join *%w[config nginx.conf] + sh "sudo #{binary.shellescape} -c #{config.shellescape} #{opts.map(&:to_s).shelljoin}" + end + + task :start do |t,conf| + call_nginx + end + + task :stop do |t,conf| + call_nginx '-s', :quit + end + + task :reload do |t,conf| + call_nginx '-s', :reload + end +end + +task :mime_types_json do |t,conf| + sh './scripts/mimetype-mapper.json.rb config/mime.types html/icons/mimetypes > html/mime-types.json' +end + +directory 'store' +directory 'tmp' + +task build: %w[nginx:build mime_types_json store] diff --git a/config/mime.types b/config/mime.types new file mode 100644 index 0000000..084be9c --- /dev/null +++ b/config/mime.types @@ -0,0 +1,84 @@ + +types { + text/html html htm shtml; + text/css css; + text/xml xml; + image/gif gif; + image/jpeg jpeg jpg; + application/x-javascript js; + application/atom+xml atom; + application/rss+xml rss; + + text/mathml mml; + text/plain txt; + text/vnd.sun.j2me.app-descriptor jad; + text/vnd.wap.wml wml; + text/x-component htc; + + image/png png; + image/tiff tif tiff; + image/vnd.wap.wbmp wbmp; + image/x-icon ico; + image/x-jng jng; + image/x-ms-bmp bmp; + image/svg+xml svg svgz; + image/webp webp; + + application/java-archive jar war ear; + application/mac-binhex40 hqx; + application/msword doc; + application/pdf pdf; + application/postscript ps eps ai; + application/rtf rtf; + application/vnd.ms-excel xls; + application/vnd.ms-powerpoint ppt; + application/vnd.wap.wmlc wmlc; + application/vnd.google-earth.kml+xml kml; + application/vnd.google-earth.kmz kmz; + application/x-7z-compressed 7z; + application/x-cocoa cco; + application/x-java-archive-diff jardiff; + application/x-java-jnlp-file jnlp; + application/x-makeself run; + application/x-perl pl pm; + application/x-ruby rb; + application/x-python py; + application/x-python-bytecode pyc; + application/x-awk awk; + application/x-pilot prc pdb; + application/x-rar-compressed rar; + application/x-redhat-package-manager rpm; + application/x-sea sea; + application/x-shockwave-flash swf; + application/x-stuffit sit; + application/x-tcl tcl tk; + application/x-x509-ca-cert der pem crt; + application/x-xpinstall xpi; + application/xhtml+xml xhtml; + application/zip zip; + + application/octet-stream bin exe dll; + application/octet-stream deb; + application/octet-stream dmg; + application/octet-stream eot; + application/octet-stream iso img; + application/octet-stream msi msp msm; + + audio/midi mid midi kar; + audio/mpeg mp3; + audio/ogg ogg; + audio/x-m4a m4a; + audio/x-realaudio ra; + + video/3gpp 3gpp 3gp; + video/mp4 mp4; + video/mpeg mpeg mpg; + video/quicktime mov; + video/webm webm; + video/x-flv flv; + video/x-m4v m4v; + video/x-mng mng; + video/x-ms-asf asx asf; + video/x-ms-wmv wmv; + video/x-msvideo avi; +} diff --git a/config/nginx.conf b/config/nginx.conf new file mode 100644 index 0000000..7674d63 --- /dev/null +++ b/config/nginx.conf @@ -0,0 +1,50 @@ +#user mkv5bu; +worker_processes 10; +pid nginx.pid; +error_log logs/error.log debug; + +events { + worker_connections 768; + multi_accept on; +} + +http { + sendfile on; + tcp_nopush on; + tcp_nodelay on; + keepalive_timeout 0; + types_hash_max_size 2048; + include mime.types; + default_type application/octet-stream; + access_log logs/access.log; + error_log logs/error.log debug; + #gzip on; + #gzip_types *; + create_full_put_path on; + autoindex on; + autoindex_exact_size off; + + server { + charset utf-8; + listen 2280; + root ../store; + server_name share.local; + location /.:-==-:./ { + alias ../html/; + } + location / { + fancyindex on; + fancyindex_exact_size on; + fancyindex_header /.:-==-:./listing_header.html; + if (-d $request_filename) { + rewrite ^(.*[^/])$ $1/ break; + } + if ($request_method = MKCOL) { + rewrite ^(.*[^/])$ $1/ break; + } + dav_methods PUT DELETE MKCOL COPY MOVE; + dav_ext_methods PROPFIND OPTIONS; + client_max_body_size 256M; + } + } +} diff --git a/html/50x.html b/html/50x.html new file mode 100644 index 0000000..f60f5e7 --- /dev/null +++ b/html/50x.html @@ -0,0 +1,21 @@ + + + +Error + + + +

An error occurred.

+

Sorry, the page you are looking for is currently unavailable.
+Please try again later.

+

If you are the system administrator of this resource then you should check +the error log for details.

+

Faithfully yours, nginx.

+ + diff --git a/html/application.coffee b/html/application.coffee new file mode 100644 index 0000000..29819e3 --- /dev/null +++ b/html/application.coffee @@ -0,0 +1,160 @@ +console ?= {} +console.log ?= -> + +$.fn.breadcrumb = -> + bc = $ @ + path = bc.text().split '/' + bc.empty() + path.shift() + path.pop() + bc.append " / " if 0 < path.length + ap = '/' + for p in path[0..-1] + ap = "#{ap}#{p}/" + bc.append " #{p}/ " + #bc.append " #{path.slice -1}/" + bc.buttonset() + +$.fn.fancy = (obj = 'html') -> + $t = $ @ + $o = $ obj + f = $.cookie 'fancy' + $t.button().on 'change', (e) -> + e.preventDefault() + ch = $t.is(':checked') + $o.toggleClass 'fancy', ch + $.cookie 'fancy', (if ch then '1' else '0'), path: '/' + console.log 'fancy:', $.cookie('fancy'), ch + console.log 'fancy?', f, $t.is(':checked') + $t.click() if $t.is(':checked') != ('1' == f) + $o.toggleClass 'fancy', $t.is(':checked') + +$.fn.icon = (($) -> + root = (filename = null) -> + $t = $ @ + filename ?= $t.attr( 'data-filename') ? $t.attr( 'href') + type = + if /\/$/.test filename + 'inode/directory' + else + ext = /\.([^.]*)$/.exec filename + if ext + ext = ext[1] + root.mime_types[ext] + type ?= 'unknown' + icon = root.mime_type_icons[type] + $img = $ '' + $img.attr 'src', "/.:-==-:./icons/mimetypes/#{icon}" + $t.prepend $img + + root.mime_types = {} + root.mime_type_icons = {} + root +)(jQuery) + +$.fn.iconify = (($) -> + root = -> + $tr = $ @ + $a = $tr.children('td:first-child').children 'a' + href = $a.attr 'href' + $a.icon() + menu = $('').appendTo $tr + $('').appendTo(menu).on 'click', root.destroy + # $('').appendTo(menu).on 'click', root.mark + menu.buttonset().children('a').attr href: href + @ + + root.destroy = (e) -> + $t = $ @ + e.preventDefault() + deleted = (e) -> $t.parent().parent().remove() + uri = $t.attr 'href' + if confirm "Delete #{uri}?" + $.ajax url: uri, method: 'delete', success: deleted + false + + root.mark = (e) -> + $t = $ @ + e.preventDefault() + $t.parent().parent().toggleClass 'marked' + false + + root +)(jQuery) + +$ -> + $.getJSON '/.:-==-:./mime-types.json', (data, textStatus, xhr) -> + i = $.fn.icon + i.mime_types = data.types + i.mime_type_icons = data.icons + i.mime_type_icons['inode/directory'] = 'inode-directory.png' + i.mime_type_icons['unknown'] = 'unknown.png' + $(a).iconify() for a in $('#list tbody tr') + @ +$ -> $('#fancy-toggle').fancy() +$ -> $('#breadcrumb').appendTo('header').breadcrumb() +$ -> + for tr in $('#list tr') + $tr = $ tr + t = $tr.children( 'td:nth-child(2)').text() + $tr.addClass 'dir' if '-' == t + @ + +# for drop-events needed! +$ -> $.event.props.push "dataTransfer" + +$.upload = (-> + root = (file) -> + if root.window and root.window.opener + uw = root.window + if root.ready + root.upload file + return @ + else + root.ready = false + uw = root.window = window.open '', 'upload_dialog', + 'menubar=no,dependent=no,status=no,toolbar=no,location=no,width=480,height=320,top=64,left=64' + if uw.location and -1 == uw.location.href.indexOf( '/.:-==-:./upload.html') + uw.location.href = '/.:-==-:./upload.html' + else + root.ready = true + root.upload file + return @ + root.queue.push file + uw.focus() + + root.upload = (file) -> + uw = root.window + uw.jQuery( uw.document).trigger 'upload', [file, window.location.pathname] + + root.queue = [] + root.loaded = (e) -> + root.ready = true + root file while file = root.queue.pop() + + root.finished = (e) -> + $('#menu').append( 'Dir was changed, reload to see changes!') + + root.activate = -> + $(document).on upload_window_ready: root.loaded, uploaded: root.finished + root +)() +$ -> $.upload.activate() + +$ -> + drag = (e) -> + console.log 'drag', e.type, e + e.stopPropagation() + e.preventDefault() + $(document).toggleClass 'draghover', 'draghover' == e.type + false + drop = (e) -> + drag e + files = e.target.files || e.dataTransfer.files + console.log 'droped', files + $.upload file for file in files + $('#upload-file').on 'change', drop + $('body').on + dragover: drag + dragleaver: drag + drop: drop diff --git a/html/application.css b/html/application.css new file mode 100644 index 0000000..260303a --- /dev/null +++ b/html/application.css @@ -0,0 +1,132 @@ +/* general styles */ +html { + background: white; + color: black; + margin: 0; + font-family: "Source Code Sans", Helvetica, Arial, sans-serif; + font-size: 0.7em; + overflow-y: scroll; +} +a, a:visited { + color: gray; + text-decoration: none; +} +a:hover, a:focus { + color: black; +} + +/* listing window */ +html.fancy #list { display: block } +html.fancy #list thead { display: none } +html.fancy #list tbody { display: block } +html.fancy #list tbody tr { + display: inline-block; + width: 8em; + height: 9.5em; + overflow: hidden; + margin: 0.2em; + padding: 0.2em; + border-radius: 1em; + position: relative; +} +html.fancy #list tbody tr:hover { + background: #ddd; + overflow: initial; +} +html.fancy #list tbody tr.marked { background: #afa; } +html.fancy #list tbody td { + display: block; + text-align: center; +} +html.fancy #list tbody tr:not(:hover) td:not(:first-child) { display: none } +html.fancy #list tbody td:last-child { + position: absolute; + top: -0.5em; + right: -0.5em; + z-index: 500; +} +html.fancy #list tbody td:last-child a { + /*padding: 0.3em; + background: black; + color: white; + border-radius: 0.5em; + height: 1em; + line-height: 1em;*/ + opacity: 0.5; +} +html.fancy #list tbody td:last-child a:hover { + opacity: initial; +} +html.fancy #list tbody td:first-child img { + max-width: 5em; + max-height: 5em; + display: block; + margin-right: auto; + margin-left: auto; +} +html.listing-window body { + margin-top: 3em; +} +html.listing-window header { + position: fixed; + top: 0; + right: 0; + left: 0; + height: 3em; + background: gray; + padding: 0 1em; + box-sizing: border-box; + border-bottom: black solid 1px; + z-index: 900; +} +html.listing-window header>* { + display: inline-block; + margin: 0; + padding: 0; +} +#upload-form { display: inline-block; } +#breadcrumb { font-size: 1em; } +#breadcrumb a, #breadcrumb a:visited { color: black; } +html:not(.fancy) #list tbody tr td + td + td { + border-left: 1px solid gray; +} +html:not(.fancy) #list tbody tr td:first-child { + border-right: 1px solid gray; +} +#list tbody tr td:nth-child(2) { text-align: right } +#list tbody tr td:nth-child(2):after { content: 'B' } +#list tbody tr.dir td:nth-child(2) { visibility: hidden } +html.fancy #list tbody tr.dir td:nth-child(2) { display: none } +#list tbody tr:first-child, html.fancy #list tbody tr:first-child { display: none } +#list tbody tr td:first-child img { display: none } +#menu { + position: absolute; + top: 0; + right: 1em; +} +/*#fancy-toggle { color: red; }*/ +/*html.fancy #fancy-toggle { color: green; } */ + +/* upload window */ +html.upload-window #uploads { + margin: 0; + padding: 0; +} +html.upload-window #uploads li { + margin: 0; + padding: 0.4em; + list-style: none; +} +html.upload-window #uploads li.active { + border: white 1px solid; + background: #aaf; +} +html.upload-window #uploads progress { + width: 100%; +} +html.upload-window #uploads li.finished { + background: white; +} +html.upload-window #uploads li:hover { + background: #afa; +} diff --git a/html/coffee-script.js b/html/coffee-script.js new file mode 100644 index 0000000..20ed009 --- /dev/null +++ b/html/coffee-script.js @@ -0,0 +1,12 @@ +/** + * CoffeeScript Compiler v1.6.2 + * http://coffeescript.org + * + * Copyright 2011, Jeremy Ashkenas + * Released under the MIT License + */ +(function(root){var CoffeeScript=function(){function require(e){return require[e]}return require["./helpers"]=new function(){var e=this;(function(){var t,n,i,r,s,a;e.starts=function(e,t,n){return t===e.substr(n,t.length)},e.ends=function(e,t,n){var i;return i=t.length,t===e.substr(e.length-i-(n||0),i)},e.repeat=s=function(e,t){var n;for(n="";t>0;)1&t&&(n+=e),t>>>=1,e+=e;return n},e.compact=function(e){var t,n,i,r;for(r=[],n=0,i=e.length;i>n;n++)t=e[n],t&&r.push(t);return r},e.count=function(e,t){var n,i;if(n=i=0,!t.length)return 1/0;for(;i=1+e.indexOf(t,i);)n++;return n},e.merge=function(e,t){return n(n({},e),t)},n=e.extend=function(e,t){var n,i;for(n in t)i=t[n],e[n]=i;return e},e.flatten=i=function(e){var t,n,r,s;for(n=[],r=0,s=e.length;s>r;r++)t=e[r],t instanceof Array?n=n.concat(i(t)):n.push(t);return n},e.del=function(e,t){var n;return n=e[t],delete e[t],n},e.last=r=function(e,t){return e[e.length-(t||0)-1]},e.some=null!=(a=Array.prototype.some)?a:function(e){var t,n,i;for(n=0,i=this.length;i>n;n++)if(t=this[n],e(t))return!0;return!1},e.invertLiterate=function(e){var t,n,i;return i=!0,n=function(){var n,r,s,a;for(s=e.split("\n"),a=[],n=0,r=s.length;r>n;n++)t=s[n],i&&/^([ ]{4}|[ ]{0,3}\t)/.test(t)?a.push(t):(i=/^\s*$/.test(t))?a.push(t):a.push("# "+t);return a}(),n.join("\n")},t=function(e,t){return t?{first_line:e.first_line,first_column:e.first_column,last_line:t.last_line,last_column:t.last_column}:e},e.addLocationDataFn=function(e,n){return function(i){return"object"==typeof i&&i.updateLocationDataIfMissing&&i.updateLocationDataIfMissing(t(e,n)),i}},e.locationDataToString=function(e){var t;return"2"in e&&"first_line"in e[2]?t=e[2]:"first_line"in e&&(t=e),t?""+(t.first_line+1)+":"+(t.first_column+1)+"-"+(""+(t.last_line+1)+":"+(t.last_column+1)):"No location data"},e.baseFileName=function(e,t,n){var i;return null==t&&(t=!1),null==n&&(n="/"),i=e.split(n),e=i[i.length-1],t?(i=e.split("."),i.pop(),"coffee"===i[i.length-1]&&i.length>1&&i.pop(),i.join(".")):e},e.isCoffee=function(e){return/\.((lit)?coffee|coffee\.md)$/.test(e)},e.isLiterate=function(e){return/\.(litcoffee|coffee\.md)$/.test(e)},e.throwSyntaxError=function(e,t){var n,i,r;throw null==(i=t.last_line)&&(t.last_line=t.first_line),null==(r=t.last_column)&&(t.last_column=t.first_column),n=new SyntaxError(e),n.location=t,n},e.prettyErrorMessage=function(e,t,n,i){var r,a,o,c,h,l,u,p,d,f,m;return e.location?(m=e.location,h=m.first_line,c=m.first_column,u=m.last_line,l=m.last_column,r=n.split("\n")[h],f=c,o=h===u?l+1:r.length,p=s(" ",f)+s("^",o-f),i&&(a=function(e){return""+e+""},r=r.slice(0,f)+a(r.slice(f,o))+r.slice(o),p=a(p)),d=""+t+":"+(h+1)+":"+(c+1)+": error: "+e.message+"\n"+r+"\n"+p):e.stack||""+e}}).call(this)},require["./rewriter"]=new function(){var e=this;(function(){var t,n,i,r,s,a,o,c,h,l,u,p,d,f,m,g,b,k,v,y=[].indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(t in this&&this[t]===e)return t;return-1},w=[].slice;for(f=function(e,t){var n;return n=[e,t],n.generated=!0,n},e.Rewriter=function(){function e(){}return e.prototype.rewrite=function(e){return this.tokens=e,this.removeLeadingNewlines(),this.removeMidExpressionNewlines(),this.closeOpenCalls(),this.closeOpenIndexes(),this.addImplicitIndentation(),this.tagPostfixConditionals(),this.addImplicitBracesAndParens(),this.addLocationDataToGeneratedTokens(),this.tokens},e.prototype.scanTokens=function(e){var t,n,i;for(i=this.tokens,t=0;n=i[t];)t+=e.call(this,n,t,i);return!0},e.prototype.detectEnd=function(e,t,n){var s,a,o,c,h;for(o=this.tokens,s=0;a=o[e];){if(0===s&&t.call(this,a,e))return n.call(this,a,e);if(!a||0>s)return n.call(this,a,e-1);c=a[0],y.call(r,c)>=0?s+=1:(h=a[0],y.call(i,h)>=0&&(s-=1)),e+=1}return e-1},e.prototype.removeLeadingNewlines=function(){var e,t,n,i,r;for(r=this.tokens,e=n=0,i=r.length;i>n&&(t=r[e][0],"TERMINATOR"===t);e=++n);return e?this.tokens.splice(0,e):void 0},e.prototype.removeMidExpressionNewlines=function(){return this.scanTokens(function(e,t,i){var r;return"TERMINATOR"===e[0]&&(r=this.tag(t+1),y.call(n,r)>=0)?(i.splice(t,1),0):1})},e.prototype.closeOpenCalls=function(){var e,t;return t=function(e,t){var n;return")"===(n=e[0])||"CALL_END"===n||"OUTDENT"===e[0]&&")"===this.tag(t-1)},e=function(e,t){return this.tokens["OUTDENT"===e[0]?t-1:t][0]="CALL_END"},this.scanTokens(function(n,i){return"CALL_START"===n[0]&&this.detectEnd(i+1,t,e),1})},e.prototype.closeOpenIndexes=function(){var e,t;return t=function(e){var t;return"]"===(t=e[0])||"INDEX_END"===t},e=function(e){return e[0]="INDEX_END"},this.scanTokens(function(n,i){return"INDEX_START"===n[0]&&this.detectEnd(i+1,t,e),1})},e.prototype.matchTags=function(){var e,t,n,i,r,s,a;for(t=arguments[0],i=arguments.length>=2?w.call(arguments,1):[],e=0,n=r=0,s=i.length;s>=0?s>r:r>s;n=s>=0?++r:--r){for(;"HERECOMMENT"===this.tag(t+n+e);)e+=2;if(null!=i[n]&&("string"==typeof i[n]&&(i[n]=[i[n]]),a=this.tag(t+n+e),0>y.call(i[n],a)))return!1}return!0},e.prototype.looksObjectish=function(e){return this.matchTags(e,"@",null,":")||this.matchTags(e,null,":")},e.prototype.findTagsBackwards=function(e,t){var n,s,a,o,c,h,l;for(n=[];e>=0&&(n.length||(o=this.tag(e),0>y.call(t,o)&&(c=this.tag(e),0>y.call(r,c)||this.tokens[e].generated)&&(h=this.tag(e),0>y.call(u,h))));)s=this.tag(e),y.call(i,s)>=0&&n.push(this.tag(e)),a=this.tag(e),y.call(r,a)>=0&&n.length&&n.pop(),e-=1;return l=this.tag(e),y.call(t,l)>=0},e.prototype.addImplicitBracesAndParens=function(){var e;return e=[],this.scanTokens(function(t,n,s){var l,p,d,m,g,b,k,v,w,T,C,F,L,N,E,D,x,S,A,R,_,I,$,O,M,j;if(R=t[0],T=(n>0?s[n-1]:[])[0],v=(s.length-1>n?s[n+1]:[])[0],E=function(){return e[e.length-1]},D=n,d=function(e){return n-D+e},m=function(){var e,t;return null!=(e=E())?null!=(t=e[2])?t.ours:void 0:void 0},g=function(){var e;return m()&&"("===(null!=(e=E())?e[0]:void 0)},k=function(){var e;return m()&&"{"===(null!=(e=E())?e[0]:void 0)},b=function(){var e;return m&&"CONTROL"===(null!=(e=E())?e[0]:void 0)},x=function(t){var i;return i=null!=t?t:n,e.push(["(",i,{ours:!0}]),s.splice(i,0,f("CALL_START","(")),null==t?n+=1:void 0},l=function(){return e.pop(),s.splice(n,0,f("CALL_END",")")),n+=1},S=function(t,i){var r;return null==i&&(i=!0),r=null!=t?t:n,e.push(["{",r,{sameLine:!0,startsLine:i,ours:!0}]),s.splice(r,0,f("{",f(new String("{")))),null==t?n+=1:void 0},p=function(t){return t=null!=t?t:n,e.pop(),s.splice(t,0,f("}","}")),n+=1},g()&&("IF"===R||"TRY"===R||"FINALLY"===R||"CATCH"===R||"CLASS"===R||"SWITCH"===R))return e.push(["CONTROL",n,{ours:!0}]),d(1);if("INDENT"===R&&m()){if("=>"!==T&&"->"!==T&&"["!==T&&"("!==T&&","!==T&&"{"!==T&&"TRY"!==T&&"ELSE"!==T&&"="!==T)for(;g();)l();return b()&&e.pop(),e.push([R,n]),d(1)}if(y.call(r,R)>=0)return e.push([R,n]),d(1);if(y.call(i,R)>=0){for(;m();)g()?l():k()?p():e.pop();e.pop()}if((y.call(c,R)>=0&&t.spaced&&!t.stringEnd||"?"===R&&n>0&&!s[n-1].spaced)&&(y.call(a,v)>=0||y.call(h,v)>=0&&!(null!=(_=s[n+1])?_.spaced:void 0)&&!(null!=(I=s[n+1])?I.newLine:void 0)))return"?"===R&&(R=t[0]="FUNC_EXIST"),x(n+1),d(2);if(this.matchTags(n,c,"INDENT",null,":")&&!this.findTagsBackwards(n,["CLASS","EXTENDS","IF","CATCH","SWITCH","LEADING_WHEN","FOR","WHILE","UNTIL"]))return x(n+1),e.push(["INDENT",n+2]),d(3);if(":"===R){for(C="@"===this.tag(n-2)?n-2:n-1;"HERECOMMENT"===this.tag(C-2);)C-=2;return A=0===C||($=this.tag(C-1),y.call(u,$)>=0)||s[C-1].newLine,E()&&(O=E(),N=O[0],L=O[1],("{"===N||"INDENT"===N&&"{"===this.tag(L-1))&&(A||","===this.tag(C-1)||"{"===this.tag(C-1)))?d(1):(S(C,!!A),d(2))}if("OUTDENT"===T&&g()&&("."===R||"?."===R||"::"===R||"?::"===R))return l(),d(1);if(k()&&y.call(u,R)>=0&&(E()[2].sameLine=!1),y.call(o,R)>=0)for(;m();)if(M=E(),N=M[0],L=M[1],j=M[2],F=j.sameLine,A=j.startsLine,g()&&","!==T)l();else if(k()&&F&&!A)p();else{if(!k()||"TERMINATOR"!==R||","===T||A&&this.looksObjectish(n+1))break;p()}if(","===R&&!this.looksObjectish(n+1)&&k()&&("TERMINATOR"!==v||!this.looksObjectish(n+2)))for(w="OUTDENT"===v?1:0;k();)p(n+w);return d(1)})},e.prototype.addLocationDataToGeneratedTokens=function(){return this.scanTokens(function(e,t,n){var i,r,s,a,o,c;return e[2]?1:e.generated||e.explicit?("{"===e[0]&&(s=null!=(o=n[t+1])?o[2]:void 0)?(r=s.first_line,i=s.first_column):(a=null!=(c=n[t-1])?c[2]:void 0)?(r=a.last_line,i=a.last_column):r=i=0,e[2]={first_line:r,first_column:i,last_line:r,last_column:i},1):1})},e.prototype.addImplicitIndentation=function(){var e,t,n,i,r;return r=n=i=null,t=function(e){var t;return";"!==e[1]&&(t=e[0],y.call(p,t)>=0)&&!("ELSE"===e[0]&&"IF"!==r&&"THEN"!==r)},e=function(e,t){return this.tokens.splice(","===this.tag(t-1)?t-1:t,0,i)},this.scanTokens(function(s,a,o){var c,h,l;return c=s[0],"TERMINATOR"===c&&"THEN"===this.tag(a+1)?(o.splice(a,1),0):"ELSE"===c&&"OUTDENT"!==this.tag(a-1)?(o.splice.apply(o,[a,0].concat(w.call(this.indentation()))),2):"CATCH"!==c||"OUTDENT"!==(h=this.tag(a+2))&&"TERMINATOR"!==h&&"FINALLY"!==h?y.call(d,c)>=0&&"INDENT"!==this.tag(a+1)&&("ELSE"!==c||"IF"!==this.tag(a+1))?(r=c,l=this.indentation(!0),n=l[0],i=l[1],"THEN"===r&&(n.fromThen=!0),o.splice(a+1,0,n),this.detectEnd(a+2,t,e),"THEN"===c&&o.splice(a,1),1):1:(o.splice.apply(o,[a+2,0].concat(w.call(this.indentation()))),4)})},e.prototype.tagPostfixConditionals=function(){var e,t,n;return n=null,t=function(e,t){var n,i;return i=e[0],n=this.tokens[t-1][0],"TERMINATOR"===i||"INDENT"===i&&0>y.call(d,n)},e=function(e){return"INDENT"!==e[0]||e.generated&&!e.fromThen?n[0]="POST_"+n[0]:void 0},this.scanTokens(function(i,r){return"IF"!==i[0]?1:(n=i,this.detectEnd(r+1,t,e),1)})},e.prototype.indentation=function(e){var t,n;return null==e&&(e=!1),t=["INDENT",2],n=["OUTDENT",2],e&&(t.generated=n.generated=!0),e||(t.explicit=n.explicit=!0),[t,n]},e.prototype.generate=f,e.prototype.tag=function(e){var t;return null!=(t=this.tokens[e])?t[0]:void 0},e}(),t=[["(",")"],["[","]"],["{","}"],["INDENT","OUTDENT"],["CALL_START","CALL_END"],["PARAM_START","PARAM_END"],["INDEX_START","INDEX_END"]],e.INVERSES=l={},r=[],i=[],b=0,k=t.length;k>b;b++)v=t[b],m=v[0],g=v[1],r.push(l[g]=m),i.push(l[m]=g);n=["CATCH","WHEN","ELSE","FINALLY"].concat(i),c=["IDENTIFIER","SUPER",")","CALL_END","]","INDEX_END","@","THIS"],a=["IDENTIFIER","NUMBER","STRING","JS","REGEX","NEW","PARAM_START","CLASS","IF","TRY","SWITCH","THIS","BOOL","NULL","UNDEFINED","UNARY","SUPER","THROW","@","->","=>","[","(","{","--","++"],h=["+","-"],s=["->","=>","{","[",","],o=["POST_IF","FOR","WHILE","UNTIL","WHEN","BY","LOOP","TERMINATOR"],d=["ELSE","->","=>","TRY","FINALLY","THEN"],p=["TERMINATOR","CATCH","FINALLY","ELSE","OUTDENT","LEADING_WHEN"],u=["TERMINATOR","INDENT","OUTDENT"]}).call(this)},require["./lexer"]=new function(){var e=this;(function(){var t,n,i,r,s,a,o,c,h,l,u,p,d,f,m,g,b,k,v,y,w,T,C,F,L,N,E,D,x,S,A,R,_,I,$,O,M,j,V,B,P,U,q,H,G,W,X,Y,K,z,J,Z,Q=[].indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(t in this&&this[t]===e)return t;return-1};J=require("./rewriter"),O=J.Rewriter,k=J.INVERSES,Z=require("./helpers"),H=Z.count,K=Z.starts,q=Z.compact,X=Z.last,G=Z.invertLiterate,Y=Z.locationDataToString,z=Z.throwSyntaxError,e.Lexer=L=function(){function e(){}return e.prototype.tokenize=function(e,t){var n,i,r,s;for(null==t&&(t={}),this.literate=t.literate,this.indent=0,this.indebt=0,this.outdebt=0,this.indents=[],this.ends=[],this.tokens=[],this.chunkLine=t.line||0,this.chunkColumn=t.column||0,e=this.clean(e),i=0;this.chunk=e.slice(i);)n=this.identifierToken()||this.commentToken()||this.whitespaceToken()||this.lineToken()||this.heredocToken()||this.stringToken()||this.numberToken()||this.regexToken()||this.jsToken()||this.literalToken(),s=this.getLineAndColumnFromChunk(n),this.chunkLine=s[0],this.chunkColumn=s[1],i+=n;return this.closeIndentation(),(r=this.ends.pop())&&this.error("missing "+r),t.rewrite===!1?this.tokens:(new O).rewrite(this.tokens)},e.prototype.clean=function(e){return e.charCodeAt(0)===t&&(e=e.slice(1)),e=e.replace(/\r/g,"").replace(B,""),U.test(e)&&(e="\n"+e,this.chunkLine--),this.literate&&(e=G(e)),e},e.prototype.identifierToken=function(){var e,t,n,i,r,c,h,l,u,p,d,f,m,b;return(h=g.exec(this.chunk))?(c=h[0],i=h[1],e=h[2],r=i.length,l=void 0,"own"===i&&"FOR"===this.tag()?(this.token("OWN",i),i.length):(n=e||(u=X(this.tokens))&&("."===(f=u[0])||"?."===f||"::"===f||"?::"===f||!u.spaced&&"@"===u[0]),p="IDENTIFIER",!n&&(Q.call(w,i)>=0||Q.call(o,i)>=0)&&(p=i.toUpperCase(),"WHEN"===p&&(m=this.tag(),Q.call(T,m)>=0)?p="LEADING_WHEN":"FOR"===p?this.seenFor=!0:"UNLESS"===p?p="IF":Q.call(P,p)>=0?p="UNARY":Q.call(I,p)>=0&&("INSTANCEOF"!==p&&this.seenFor?(p="FOR"+p,this.seenFor=!1):(p="RELATION","!"===this.value()&&(l=this.tokens.pop(),i="!"+i)))),Q.call(y,i)>=0&&(n?(p="IDENTIFIER",i=new String(i),i.reserved=!0):Q.call($,i)>=0&&this.error('reserved word "'+i+'"')),n||(Q.call(s,i)>=0&&(i=a[i]),p=function(){switch(i){case"!":return"UNARY";case"==":case"!=":return"COMPARE";case"&&":case"||":return"LOGIC";case"true":case"false":return"BOOL";case"break":case"continue":return"STATEMENT";default:return p}}()),d=this.token(p,i,0,r),l&&(b=[l[2].first_line,l[2].first_column],d[2].first_line=b[0],d[2].first_column=b[1]),e&&(t=c.lastIndexOf(":"),this.token(":",":",t,e.length)),c.length)):0},e.prototype.numberToken=function(){var e,t,n,i,r;return(n=A.exec(this.chunk))?(i=n[0],/^0[BOX]/.test(i)?this.error("radix prefix '"+i+"' must be lowercase"):/E/.test(i)&&!/^0x/.test(i)?this.error("exponential notation '"+i+"' must be indicated with a lowercase 'e'"):/^0\d*[89]/.test(i)?this.error("decimal literal '"+i+"' must not be prefixed with '0'"):/^0\d+/.test(i)&&this.error("octal literal '"+i+"' must be prefixed with '0o'"),t=i.length,(r=/^0o([0-7]+)/.exec(i))&&(i="0x"+parseInt(r[1],8).toString(16)),(e=/^0b([01]+)/.exec(i))&&(i="0x"+parseInt(e[1],2).toString(16)),this.token("NUMBER",i,0,t),t):0},e.prototype.stringToken=function(){var e,t,n;switch(this.chunk.charAt(0)){case"'":if(!(e=j.exec(this.chunk)))return 0;n=e[0],this.token("STRING",n.replace(E,"\\\n"),0,n.length);break;case'"':if(!(n=this.balancedString(this.chunk,'"')))return 0;n.indexOf("#{",1)>0?this.interpolateString(n.slice(1,-1),{strOffset:1,lexedLength:n.length}):this.token("STRING",this.escapeLines(n,0,n.length));break;default:return 0}return(t=/^(?:\\.|[^\\])*\\(?:0[0-7]|[1-7])/.test(n))&&this.error("octal escape sequences "+n+" are not allowed"),n.length},e.prototype.heredocToken=function(){var e,t,n,i;return(n=u.exec(this.chunk))?(t=n[0],i=t.charAt(0),e=this.sanitizeHeredoc(n[2],{quote:i,indent:null}),'"'===i&&e.indexOf("#{")>=0?this.interpolateString(e,{heredoc:!0,strOffset:3,lexedLength:t.length}):this.token("STRING",this.makeString(e,i,!0),0,t.length),t.length):0},e.prototype.commentToken=function(){var e,t,n;return(n=this.chunk.match(c))?(e=n[0],t=n[1],t&&this.token("HERECOMMENT",this.sanitizeHeredoc(t,{herecomment:!0,indent:Array(this.indent+1).join(" ")}),0,e.length),e.length):0},e.prototype.jsToken=function(){var e,t;return"`"===this.chunk.charAt(0)&&(e=v.exec(this.chunk))?(this.token("JS",(t=e[0]).slice(1,-1),0,t.length),t.length):0},e.prototype.regexToken=function(){var e,t,n,i,r,s,a;return"/"!==this.chunk.charAt(0)?0:(n=f.exec(this.chunk))?t=this.heregexToken(n):(i=X(this.tokens),i&&(s=i[0],Q.call(i.spaced?x:S,s)>=0)?0:(n=_.exec(this.chunk))?(a=n,n=a[0],r=a[1],e=a[2],"/*"===r.slice(0,2)&&this.error("regular expressions cannot begin with `*`"),"//"===r&&(r="/(?:)/"),this.token("REGEX",""+r+e,0,n.length),n.length):0)},e.prototype.heregexToken=function(e){var t,n,i,r,s,a,o,c,h,l,u,p,d,f,g,b;if(r=e[0],t=e[1],n=e[2],0>t.indexOf("#{"))return o=t.replace(m,"").replace(/\//g,"\\/"),o.match(/^\*/)&&this.error("regular expressions cannot begin with `*`"),this.token("REGEX","/"+(o||"(?:)")+"/"+n,0,r.length),r.length;for(this.token("IDENTIFIER","RegExp",0,0),this.token("CALL_START","(",0,0),l=[],f=this.interpolateString(t,{regex:!0}),p=0,d=f.length;d>p;p++){if(h=f[p],c=h[0],u=h[1],"TOKENS"===c)l.push.apply(l,u);else if("NEOSTRING"===c){if(!(u=u.replace(m,"")))continue;u=u.replace(/\\/g,"\\\\"),h[0]="STRING",h[1]=this.makeString(u,'"',!0),l.push(h)}else this.error("Unexpected "+c);a=X(this.tokens),s=["+","+"],s[2]=a[2],l.push(s)}return l.pop(),"STRING"!==(null!=(g=l[0])?g[0]:void 0)&&(this.token("STRING",'""',0,0),this.token("+","+",0,0)),(b=this.tokens).push.apply(b,l),n&&(i=r.lastIndexOf(n),this.token(",",",",i,0),this.token("STRING",'"'+n+'"',i,n.length)),this.token(")",")",r.length-1,0),r.length},e.prototype.lineToken=function(){var e,t,n,i,r;if(!(n=D.exec(this.chunk)))return 0;if(t=n[0],this.seenFor=!1,r=t.length-1-t.lastIndexOf("\n"),i=this.unfinished(),r-this.indebt===this.indent)return i?this.suppressNewlines():this.newlineToken(0),t.length;if(r>this.indent){if(i)return this.indebt=r-this.indent,this.suppressNewlines(),t.length;e=r-this.indent+this.outdebt,this.token("INDENT",e,t.length-r,r),this.indents.push(e),this.ends.push("OUTDENT"),this.outdebt=this.indebt=0}else this.indebt=0,this.outdentToken(this.indent-r,i,t.length);return this.indent=r,t.length},e.prototype.outdentToken=function(e,t,n){for(var i,r;e>0;)r=this.indents.length-1,void 0===this.indents[r]?e=0:this.indents[r]===this.outdebt?(e-=this.outdebt,this.outdebt=0):this.indents[r]=0)&&this.error('reserved word "'+this.value()+"\" can't be assigned"),"||"===(o=t[1])||"&&"===o))return t[0]="COMPOUND_ASSIGN",t[1]+="=",s.length;if(";"===s)this.seenFor=!1,n="TERMINATOR";else if(Q.call(N,s)>=0)n="MATH";else if(Q.call(h,s)>=0)n="COMPARE";else if(Q.call(l,s)>=0)n="COMPOUND_ASSIGN";else if(Q.call(P,s)>=0)n="UNARY";else if(Q.call(M,s)>=0)n="SHIFT";else if(Q.call(F,s)>=0||"?"===s&&(null!=t?t.spaced:void 0))n="LOGIC";else if(t&&!t.spaced)if("("===s&&(c=t[0],Q.call(i,c)>=0))"?"===t[0]&&(t[0]="FUNC_EXIST"),n="CALL_START";else if("["===s&&(u=t[0],Q.call(b,u)>=0))switch(n="INDEX_START",t[0]){case"?":t[0]="INDEX_SOAK"}switch(s){case"(":case"{":case"[":this.ends.push(k[s]);break;case")":case"}":case"]":this.pair(s)}return this.token(n,s),s.length},e.prototype.sanitizeHeredoc=function(e,t){var n,i,r,s,a;if(r=t.indent,i=t.herecomment){if(p.test(e)&&this.error('block comment cannot contain "*/", starting'),0>e.indexOf("\n"))return e}else for(;s=d.exec(e);)n=s[1],(null===r||(a=n.length)>0&&r.length>a)&&(r=n);return r&&(e=e.replace(RegExp("\\n"+r,"g"),"\n")),i||(e=e.replace(/^\n/,"")),e},e.prototype.tagParameters=function(){var e,t,n,i;if(")"!==this.tag())return this;for(t=[],i=this.tokens,e=i.length,i[--e][0]="PARAM_END";n=i[--e];)switch(n[0]){case")":t.push(n);break;case"(":case"CALL_START":if(!t.length)return"("===n[0]?(n[0]="PARAM_START",this):this;t.pop()}return this},e.prototype.closeIndentation=function(){return this.outdentToken(this.indent)},e.prototype.balancedString=function(e,t){var n,i,r,s,a,o,c,h;for(n=0,o=[t],i=c=1,h=e.length;h>=1?h>c:c>h;i=h>=1?++c:--c)if(n)--n;else{switch(r=e.charAt(i)){case"\\":++n;continue;case t:if(o.pop(),!o.length)return e.slice(0,+i+1||9e9);t=o[o.length-1];continue}"}"!==t||'"'!==r&&"'"!==r?"}"===t&&"/"===r&&(s=f.exec(e.slice(i))||_.exec(e.slice(i)))?n+=s[0].length-1:"}"===t&&"{"===r?o.push(t="}"):'"'===t&&"#"===a&&"{"===r&&o.push(t="}"):o.push(t=r),a=r}return this.error("missing "+o.pop()+", starting")},e.prototype.interpolateString=function(t,n){var i,r,s,a,o,c,h,l,u,p,d,f,m,g,b,k,v,y,w,T,C,F,L,N,E,D,x,S;for(null==n&&(n={}),s=n.heredoc,v=n.regex,m=n.offsetInChunk,w=n.strOffset,u=n.lexedLength,m=m||0,w=w||0,u=u||t.length,s&&t.length>0&&"\n"===t[0]&&(t=t.slice(1),w++),F=[],g=0,a=-1;l=t.charAt(a+=1);)"\\"!==l?"#"===l&&"{"===t.charAt(a+1)&&(r=this.balancedString(t.slice(a+1),"}"))&&(a>g&&F.push(this.makeToken("NEOSTRING",t.slice(g,a),w+g)),o=r.slice(1,-1),o.length&&(D=this.getLineAndColumnFromChunk(w+a+1),p=D[0],i=D[1],f=(new e).tokenize(o,{line:p,column:i,rewrite:!1}),k=f.pop(),"TERMINATOR"===(null!=(x=f[0])?x[0]:void 0)&&(k=f.shift()),(h=f.length)&&(h>1&&(f.unshift(this.makeToken("(","(",w+a+1,0)),f.push(this.makeToken(")",")",w+a+1+o.length,0))),F.push(["TOKENS",f]))),a+=r.length,g=a+1):a+=1;if(a>g&&t.length>g&&F.push(this.makeToken("NEOSTRING",t.slice(g),w+g)),v)return F;if(!F.length)return this.token("STRING",'""',m,u);for("NEOSTRING"!==F[0][0]&&F.unshift(this.makeToken("NEOSTRING","",m)),(c=F.length>1)&&this.token("(","(",m,0),a=N=0,E=F.length;E>N;a=++N)C=F[a],T=C[0],L=C[1],a&&(a&&(b=this.token("+","+")),d="TOKENS"===T?L[0]:C,b[2]={first_line:d[2].first_line,first_column:d[2].first_column,last_line:d[2].first_line,last_column:d[2].first_column}),"TOKENS"===T?(S=this.tokens).push.apply(S,L):"NEOSTRING"===T?(C[0]="STRING",C[1]=this.makeString(L,'"',s),this.tokens.push(C)):this.error("Unexpected "+T);return c&&(y=this.makeToken(")",")",m+u,0),y.stringEnd=!0,this.tokens.push(y)),F},e.prototype.pair=function(e){var t,n;return e!==(n=X(this.ends))?("OUTDENT"!==n&&this.error("unmatched "+e),this.indent-=t=X(this.indents),this.outdentToken(t,!0),this.pair(e)):this.ends.pop()},e.prototype.getLineAndColumnFromChunk=function(e){var t,n,i,r;return 0===e?[this.chunkLine,this.chunkColumn]:(r=e>=this.chunk.length?this.chunk:this.chunk.slice(0,+(e-1)+1||9e9),n=H(r,"\n"),t=this.chunkColumn,n>0?(i=r.split("\n"),t=X(i).length):t+=r.length,[this.chunkLine+n,t])},e.prototype.makeToken=function(e,t,n,i){var r,s,a,o,c;return null==n&&(n=0),null==i&&(i=t.length),s={},o=this.getLineAndColumnFromChunk(n),s.first_line=o[0],s.first_column=o[1],r=Math.max(0,i-1),c=this.getLineAndColumnFromChunk(n+r),s.last_line=c[0],s.last_column=c[1],a=[e,t,s]},e.prototype.token=function(e,t,n,i){var r;return r=this.makeToken(e,t,n,i),this.tokens.push(r),r},e.prototype.tag=function(e,t){var n;return(n=X(this.tokens,e))&&(t?n[0]=t:n[0])},e.prototype.value=function(e,t){var n;return(n=X(this.tokens,e))&&(t?n[1]=t:n[1])},e.prototype.unfinished=function(){var e;return C.test(this.chunk)||"\\"===(e=this.tag())||"."===e||"?."===e||"?::"===e||"UNARY"===e||"MATH"===e||"+"===e||"-"===e||"SHIFT"===e||"RELATION"===e||"COMPARE"===e||"LOGIC"===e||"THROW"===e||"EXTENDS"===e},e.prototype.escapeLines=function(e,t){return e.replace(E,t?"\\n":"")},e.prototype.makeString=function(e,t,n){return e?(e=e.replace(/\\([\s\S])/g,function(e,n){return"\n"===n||n===t?n:e}),e=e.replace(RegExp(""+t,"g"),"\\$&"),t+this.escapeLines(e,n)+t):t+t},e.prototype.error=function(e){return z(e,{first_line:this.chunkLine,first_column:this.chunkColumn})},e}(),w=["true","false","null","this","new","delete","typeof","in","instanceof","return","throw","break","continue","debugger","if","else","switch","for","while","do","try","catch","finally","class","extends","super"],o=["undefined","then","unless","until","loop","of","by","when"],a={and:"&&",or:"||",is:"==",isnt:"!=",not:"!",yes:"true",no:"false",on:"true",off:"false"},s=function(){var e;e=[];for(W in a)e.push(W);return e}(),o=o.concat(s),$=["case","default","function","var","void","with","const","let","enum","export","import","native","__hasProp","__extends","__slice","__bind","__indexOf","implements","interface","package","private","protected","public","static","yield"],V=["arguments","eval"],y=w.concat($).concat(V),e.RESERVED=$.concat(w).concat(o).concat(V),e.STRICT_PROSCRIBED=V,t=65279,g=/^([$A-Za-z_\x7f-\uffff][$\w\x7f-\uffff]*)([^\n\S]*:(?!:))?/,A=/^0b[01]+|^0o[0-7]+|^0x[\da-f]+|^\d*\.?\d+(?:e[+-]?\d+)?/i,u=/^("""|''')([\s\S]*?)(?:\n[^\n\S]*)?\1/,R=/^(?:[-=]>|[-+*\/%<>&|^!?=]=|>>>=?|([-+:])\1|([&|<>])\2=?|\?(\.|::)|\.{2,3})/,U=/^[^\n\S]+/,c=/^###([^#][\s\S]*?)(?:###[^\n\S]*|(?:###)$)|^(?:\s*#(?!##[^#]).*)+/,r=/^[-=]>/,D=/^(?:\n[^\n\S]*)+/,j=/^'[^\\']*(?:\\.[^\\']*)*'/,v=/^`[^\\`]*(?:\\.[^\\`]*)*`/,_=/^(\/(?![\s=])[^[\/\n\\]*(?:(?:\\[\s\S]|\[[^\]\n\\]*(?:\\[\s\S][^\]\n\\]*)*])[^[\/\n\\]*)*\/)([imgy]{0,4})(?!\w)/,f=/^\/{3}([\s\S]+?)\/{3}([imgy]{0,4})(?!\w)/,m=/\s+(?:#.*)?/g,E=/\n/g,d=/\n+([^\n\S]*)/g,p=/\*\//,C=/^\s*(?:,|\??\.(?![.\d])|::)/,B=/\s+$/,l=["-=","+=","/=","*=","%=","||=","&&=","?=","<<=",">>=",">>>=","&=","^=","|="],P=["!","~","NEW","TYPEOF","DELETE","DO"],F=["&&","||","&","|","^"],M=["<<",">>",">>>"],h=["==","!=","<",">","<=",">="],N=["*","/","%"],I=["IN","OF","INSTANCEOF"],n=["TRUE","FALSE"],x=["NUMBER","REGEX","BOOL","NULL","UNDEFINED","++","--","]"],S=x.concat(")","}","THIS","IDENTIFIER","STRING"),i=["IDENTIFIER","STRING","REGEX",")","]","}","?","::","@","THIS","SUPER"],b=i.concat("NUMBER","BOOL","NULL","UNDEFINED"),T=["INDENT","OUTDENT","TERMINATOR"]}).call(this)},require["./parser"]=new function(){var e=this,t=function(){function e(){this.yy={}}var t={trace:function(){},yy:{},symbols_:{error:2,Root:3,Body:4,Block:5,TERMINATOR:6,Line:7,Expression:8,Statement:9,Return:10,Comment:11,STATEMENT:12,Value:13,Invocation:14,Code:15,Operation:16,Assign:17,If:18,Try:19,While:20,For:21,Switch:22,Class:23,Throw:24,INDENT:25,OUTDENT:26,Identifier:27,IDENTIFIER:28,AlphaNumeric:29,NUMBER:30,STRING:31,Literal:32,JS:33,REGEX:34,DEBUGGER:35,UNDEFINED:36,NULL:37,BOOL:38,Assignable:39,"=":40,AssignObj:41,ObjAssignable:42,":":43,ThisProperty:44,RETURN:45,HERECOMMENT:46,PARAM_START:47,ParamList:48,PARAM_END:49,FuncGlyph:50,"->":51,"=>":52,OptComma:53,",":54,Param:55,ParamVar:56,"...":57,Array:58,Object:59,Splat:60,SimpleAssignable:61,Accessor:62,Parenthetical:63,Range:64,This:65,".":66,"?.":67,"::":68,"?::":69,Index:70,INDEX_START:71,IndexValue:72,INDEX_END:73,INDEX_SOAK:74,Slice:75,"{":76,AssignList:77,"}":78,CLASS:79,EXTENDS:80,OptFuncExist:81,Arguments:82,SUPER:83,FUNC_EXIST:84,CALL_START:85,CALL_END:86,ArgList:87,THIS:88,"@":89,"[":90,"]":91,RangeDots:92,"..":93,Arg:94,SimpleArgs:95,TRY:96,Catch:97,FINALLY:98,CATCH:99,THROW:100,"(":101,")":102,WhileSource:103,WHILE:104,WHEN:105,UNTIL:106,Loop:107,LOOP:108,ForBody:109,FOR:110,ForStart:111,ForSource:112,ForVariables:113,OWN:114,ForValue:115,FORIN:116,FOROF:117,BY:118,SWITCH:119,Whens:120,ELSE:121,When:122,LEADING_WHEN:123,IfBlock:124,IF:125,POST_IF:126,UNARY:127,"-":128,"+":129,"--":130,"++":131,"?":132,MATH:133,SHIFT:134,COMPARE:135,LOGIC:136,RELATION:137,COMPOUND_ASSIGN:138,$accept:0,$end:1},terminals_:{2:"error",6:"TERMINATOR",12:"STATEMENT",25:"INDENT",26:"OUTDENT",28:"IDENTIFIER",30:"NUMBER",31:"STRING",33:"JS",34:"REGEX",35:"DEBUGGER",36:"UNDEFINED",37:"NULL",38:"BOOL",40:"=",43:":",45:"RETURN",46:"HERECOMMENT",47:"PARAM_START",49:"PARAM_END",51:"->",52:"=>",54:",",57:"...",66:".",67:"?.",68:"::",69:"?::",71:"INDEX_START",73:"INDEX_END",74:"INDEX_SOAK",76:"{",78:"}",79:"CLASS",80:"EXTENDS",83:"SUPER",84:"FUNC_EXIST",85:"CALL_START",86:"CALL_END",88:"THIS",89:"@",90:"[",91:"]",93:"..",96:"TRY",98:"FINALLY",99:"CATCH",100:"THROW",101:"(",102:")",104:"WHILE",105:"WHEN",106:"UNTIL",108:"LOOP",110:"FOR",114:"OWN",116:"FORIN",117:"FOROF",118:"BY",119:"SWITCH",121:"ELSE",123:"LEADING_WHEN",125:"IF",126:"POST_IF",127:"UNARY",128:"-",129:"+",130:"--",131:"++",132:"?",133:"MATH",134:"SHIFT",135:"COMPARE",136:"LOGIC",137:"RELATION",138:"COMPOUND_ASSIGN"},productions_:[0,[3,0],[3,1],[3,2],[4,1],[4,3],[4,2],[7,1],[7,1],[9,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[5,2],[5,3],[27,1],[29,1],[29,1],[32,1],[32,1],[32,1],[32,1],[32,1],[32,1],[32,1],[17,3],[17,4],[17,5],[41,1],[41,3],[41,5],[41,1],[42,1],[42,1],[42,1],[10,2],[10,1],[11,1],[15,5],[15,2],[50,1],[50,1],[53,0],[53,1],[48,0],[48,1],[48,3],[48,4],[48,6],[55,1],[55,2],[55,3],[56,1],[56,1],[56,1],[56,1],[60,2],[61,1],[61,2],[61,2],[61,1],[39,1],[39,1],[39,1],[13,1],[13,1],[13,1],[13,1],[13,1],[62,2],[62,2],[62,2],[62,2],[62,1],[62,1],[70,3],[70,2],[72,1],[72,1],[59,4],[77,0],[77,1],[77,3],[77,4],[77,6],[23,1],[23,2],[23,3],[23,4],[23,2],[23,3],[23,4],[23,5],[14,3],[14,3],[14,1],[14,2],[81,0],[81,1],[82,2],[82,4],[65,1],[65,1],[44,2],[58,2],[58,4],[92,1],[92,1],[64,5],[75,3],[75,2],[75,2],[75,1],[87,1],[87,3],[87,4],[87,4],[87,6],[94,1],[94,1],[95,1],[95,3],[19,2],[19,3],[19,4],[19,5],[97,3],[97,3],[24,2],[63,3],[63,5],[103,2],[103,4],[103,2],[103,4],[20,2],[20,2],[20,2],[20,1],[107,2],[107,2],[21,2],[21,2],[21,2],[109,2],[109,2],[111,2],[111,3],[115,1],[115,1],[115,1],[115,1],[113,1],[113,3],[112,2],[112,2],[112,4],[112,4],[112,4],[112,6],[112,6],[22,5],[22,7],[22,4],[22,6],[120,1],[120,2],[122,3],[122,4],[124,3],[124,5],[18,1],[18,3],[18,3],[18,3],[16,2],[16,2],[16,2],[16,2],[16,2],[16,2],[16,2],[16,2],[16,3],[16,3],[16,3],[16,3],[16,3],[16,3],[16,3],[16,3],[16,5],[16,4],[16,3]],performAction:function(e,t,n,i,r,s,a){var o=s.length-1;switch(r){case 1:return this.$=i.addLocationDataFn(a[o],a[o])(new i.Block);case 2:return this.$=s[o];case 3:return this.$=s[o-1];case 4:this.$=i.addLocationDataFn(a[o],a[o])(i.Block.wrap([s[o]]));break;case 5:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-2].push(s[o]));break;case 6:this.$=s[o-1];break;case 7:this.$=s[o];break;case 8:this.$=s[o];break;case 9:this.$=s[o];break;case 10:this.$=s[o];break;case 11:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 12:this.$=s[o];break;case 13:this.$=s[o];break;case 14:this.$=s[o];break;case 15:this.$=s[o];break;case 16:this.$=s[o];break;case 17:this.$=s[o];break;case 18:this.$=s[o];break;case 19:this.$=s[o];break;case 20:this.$=s[o];break;case 21:this.$=s[o];break;case 22:this.$=s[o];break;case 23:this.$=s[o];break;case 24:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Block);break;case 25:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-1]);break;case 26:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 27:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 28:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 29:this.$=s[o];break;case 30:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 31:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 32:this.$=i.addLocationDataFn(a[o],a[o])(new i.Literal(s[o]));break;case 33:this.$=i.addLocationDataFn(a[o],a[o])(new i.Undefined);break;case 34:this.$=i.addLocationDataFn(a[o],a[o])(new i.Null);break;case 35:this.$=i.addLocationDataFn(a[o],a[o])(new i.Bool(s[o]));break;case 36:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Assign(s[o-2],s[o]));break;case 37:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Assign(s[o-3],s[o]));break;case 38:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Assign(s[o-4],s[o-1]));break;case 39:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 40:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Assign(i.addLocationDataFn(a[o-2])(new i.Value(s[o-2])),s[o],"object"));break;case 41:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Assign(i.addLocationDataFn(a[o-4])(new i.Value(s[o-4])),s[o-1],"object"));break;case 42:this.$=s[o];break;case 43:this.$=s[o];break;case 44:this.$=s[o];break;case 45:this.$=s[o];break;case 46:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Return(s[o]));break;case 47:this.$=i.addLocationDataFn(a[o],a[o])(new i.Return);break;case 48:this.$=i.addLocationDataFn(a[o],a[o])(new i.Comment(s[o]));break;case 49:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Code(s[o-3],s[o],s[o-1]));break;case 50:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Code([],s[o],s[o-1]));break;case 51:this.$=i.addLocationDataFn(a[o],a[o])("func");break;case 52:this.$=i.addLocationDataFn(a[o],a[o])("boundfunc");break;case 53:this.$=s[o];break;case 54:this.$=s[o]; +break;case 55:this.$=i.addLocationDataFn(a[o],a[o])([]);break;case 56:this.$=i.addLocationDataFn(a[o],a[o])([s[o]]);break;case 57:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-2].concat(s[o]));break;case 58:this.$=i.addLocationDataFn(a[o-3],a[o])(s[o-3].concat(s[o]));break;case 59:this.$=i.addLocationDataFn(a[o-5],a[o])(s[o-5].concat(s[o-2]));break;case 60:this.$=i.addLocationDataFn(a[o],a[o])(new i.Param(s[o]));break;case 61:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Param(s[o-1],null,!0));break;case 62:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Param(s[o-2],s[o]));break;case 63:this.$=s[o];break;case 64:this.$=s[o];break;case 65:this.$=s[o];break;case 66:this.$=s[o];break;case 67:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Splat(s[o-1]));break;case 68:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 69:this.$=i.addLocationDataFn(a[o-1],a[o])(s[o-1].add(s[o]));break;case 70:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Value(s[o-1],[].concat(s[o])));break;case 71:this.$=s[o];break;case 72:this.$=s[o];break;case 73:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 74:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 75:this.$=s[o];break;case 76:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 77:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 78:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 79:this.$=s[o];break;case 80:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Access(s[o]));break;case 81:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Access(s[o],"soak"));break;case 82:this.$=i.addLocationDataFn(a[o-1],a[o])([i.addLocationDataFn(a[o-1])(new i.Access(new i.Literal("prototype"))),i.addLocationDataFn(a[o])(new i.Access(s[o]))]);break;case 83:this.$=i.addLocationDataFn(a[o-1],a[o])([i.addLocationDataFn(a[o-1])(new i.Access(new i.Literal("prototype"),"soak")),i.addLocationDataFn(a[o])(new i.Access(s[o]))]);break;case 84:this.$=i.addLocationDataFn(a[o],a[o])(new i.Access(new i.Literal("prototype")));break;case 85:this.$=s[o];break;case 86:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-1]);break;case 87:this.$=i.addLocationDataFn(a[o-1],a[o])(i.extend(s[o],{soak:!0}));break;case 88:this.$=i.addLocationDataFn(a[o],a[o])(new i.Index(s[o]));break;case 89:this.$=i.addLocationDataFn(a[o],a[o])(new i.Slice(s[o]));break;case 90:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Obj(s[o-2],s[o-3].generated));break;case 91:this.$=i.addLocationDataFn(a[o],a[o])([]);break;case 92:this.$=i.addLocationDataFn(a[o],a[o])([s[o]]);break;case 93:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-2].concat(s[o]));break;case 94:this.$=i.addLocationDataFn(a[o-3],a[o])(s[o-3].concat(s[o]));break;case 95:this.$=i.addLocationDataFn(a[o-5],a[o])(s[o-5].concat(s[o-2]));break;case 96:this.$=i.addLocationDataFn(a[o],a[o])(new i.Class);break;case 97:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Class(null,null,s[o]));break;case 98:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Class(null,s[o]));break;case 99:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Class(null,s[o-1],s[o]));break;case 100:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Class(s[o]));break;case 101:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Class(s[o-1],null,s[o]));break;case 102:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Class(s[o-2],s[o]));break;case 103:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Class(s[o-3],s[o-1],s[o]));break;case 104:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Call(s[o-2],s[o],s[o-1]));break;case 105:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Call(s[o-2],s[o],s[o-1]));break;case 106:this.$=i.addLocationDataFn(a[o],a[o])(new i.Call("super",[new i.Splat(new i.Literal("arguments"))]));break;case 107:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Call("super",s[o]));break;case 108:this.$=i.addLocationDataFn(a[o],a[o])(!1);break;case 109:this.$=i.addLocationDataFn(a[o],a[o])(!0);break;case 110:this.$=i.addLocationDataFn(a[o-1],a[o])([]);break;case 111:this.$=i.addLocationDataFn(a[o-3],a[o])(s[o-2]);break;case 112:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(new i.Literal("this")));break;case 113:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(new i.Literal("this")));break;case 114:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Value(i.addLocationDataFn(a[o-1])(new i.Literal("this")),[i.addLocationDataFn(a[o])(new i.Access(s[o]))],"this"));break;case 115:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Arr([]));break;case 116:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Arr(s[o-2]));break;case 117:this.$=i.addLocationDataFn(a[o],a[o])("inclusive");break;case 118:this.$=i.addLocationDataFn(a[o],a[o])("exclusive");break;case 119:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Range(s[o-3],s[o-1],s[o-2]));break;case 120:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Range(s[o-2],s[o],s[o-1]));break;case 121:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Range(s[o-1],null,s[o]));break;case 122:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Range(null,s[o],s[o-1]));break;case 123:this.$=i.addLocationDataFn(a[o],a[o])(new i.Range(null,null,s[o]));break;case 124:this.$=i.addLocationDataFn(a[o],a[o])([s[o]]);break;case 125:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-2].concat(s[o]));break;case 126:this.$=i.addLocationDataFn(a[o-3],a[o])(s[o-3].concat(s[o]));break;case 127:this.$=i.addLocationDataFn(a[o-3],a[o])(s[o-2]);break;case 128:this.$=i.addLocationDataFn(a[o-5],a[o])(s[o-5].concat(s[o-2]));break;case 129:this.$=s[o];break;case 130:this.$=s[o];break;case 131:this.$=s[o];break;case 132:this.$=i.addLocationDataFn(a[o-2],a[o])([].concat(s[o-2],s[o]));break;case 133:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Try(s[o]));break;case 134:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Try(s[o-1],s[o][0],s[o][1]));break;case 135:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Try(s[o-2],null,null,s[o]));break;case 136:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Try(s[o-3],s[o-2][0],s[o-2][1],s[o]));break;case 137:this.$=i.addLocationDataFn(a[o-2],a[o])([s[o-1],s[o]]);break;case 138:this.$=i.addLocationDataFn(a[o-2],a[o])([i.addLocationDataFn(a[o-1])(new i.Value(s[o-1])),s[o]]);break;case 139:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Throw(s[o]));break;case 140:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Parens(s[o-1]));break;case 141:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Parens(s[o-2]));break;case 142:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.While(s[o]));break;case 143:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.While(s[o-2],{guard:s[o]}));break;case 144:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.While(s[o],{invert:!0}));break;case 145:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.While(s[o-2],{invert:!0,guard:s[o]}));break;case 146:this.$=i.addLocationDataFn(a[o-1],a[o])(s[o-1].addBody(s[o]));break;case 147:this.$=i.addLocationDataFn(a[o-1],a[o])(s[o].addBody(i.addLocationDataFn(a[o-1])(i.Block.wrap([s[o-1]]))));break;case 148:this.$=i.addLocationDataFn(a[o-1],a[o])(s[o].addBody(i.addLocationDataFn(a[o-1])(i.Block.wrap([s[o-1]]))));break;case 149:this.$=i.addLocationDataFn(a[o],a[o])(s[o]);break;case 150:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.While(i.addLocationDataFn(a[o-1])(new i.Literal("true"))).addBody(s[o]));break;case 151:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.While(i.addLocationDataFn(a[o-1])(new i.Literal("true"))).addBody(i.addLocationDataFn(a[o])(i.Block.wrap([s[o]]))));break;case 152:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.For(s[o-1],s[o]));break;case 153:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.For(s[o-1],s[o]));break;case 154:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.For(s[o],s[o-1]));break;case 155:this.$=i.addLocationDataFn(a[o-1],a[o])({source:i.addLocationDataFn(a[o])(new i.Value(s[o]))});break;case 156:this.$=i.addLocationDataFn(a[o-1],a[o])(function(){return s[o].own=s[o-1].own,s[o].name=s[o-1][0],s[o].index=s[o-1][1],s[o]}());break;case 157:this.$=i.addLocationDataFn(a[o-1],a[o])(s[o]);break;case 158:this.$=i.addLocationDataFn(a[o-2],a[o])(function(){return s[o].own=!0,s[o]}());break;case 159:this.$=s[o];break;case 160:this.$=s[o];break;case 161:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 162:this.$=i.addLocationDataFn(a[o],a[o])(new i.Value(s[o]));break;case 163:this.$=i.addLocationDataFn(a[o],a[o])([s[o]]);break;case 164:this.$=i.addLocationDataFn(a[o-2],a[o])([s[o-2],s[o]]);break;case 165:this.$=i.addLocationDataFn(a[o-1],a[o])({source:s[o]});break;case 166:this.$=i.addLocationDataFn(a[o-1],a[o])({source:s[o],object:!0});break;case 167:this.$=i.addLocationDataFn(a[o-3],a[o])({source:s[o-2],guard:s[o]});break;case 168:this.$=i.addLocationDataFn(a[o-3],a[o])({source:s[o-2],guard:s[o],object:!0});break;case 169:this.$=i.addLocationDataFn(a[o-3],a[o])({source:s[o-2],step:s[o]});break;case 170:this.$=i.addLocationDataFn(a[o-5],a[o])({source:s[o-4],guard:s[o-2],step:s[o]});break;case 171:this.$=i.addLocationDataFn(a[o-5],a[o])({source:s[o-4],step:s[o-2],guard:s[o]});break;case 172:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Switch(s[o-3],s[o-1]));break;case 173:this.$=i.addLocationDataFn(a[o-6],a[o])(new i.Switch(s[o-5],s[o-3],s[o-1]));break;case 174:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Switch(null,s[o-1]));break;case 175:this.$=i.addLocationDataFn(a[o-5],a[o])(new i.Switch(null,s[o-3],s[o-1]));break;case 176:this.$=s[o];break;case 177:this.$=i.addLocationDataFn(a[o-1],a[o])(s[o-1].concat(s[o]));break;case 178:this.$=i.addLocationDataFn(a[o-2],a[o])([[s[o-1],s[o]]]);break;case 179:this.$=i.addLocationDataFn(a[o-3],a[o])([[s[o-2],s[o-1]]]);break;case 180:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.If(s[o-1],s[o],{type:s[o-2]}));break;case 181:this.$=i.addLocationDataFn(a[o-4],a[o])(s[o-4].addElse(new i.If(s[o-1],s[o],{type:s[o-2]})));break;case 182:this.$=s[o];break;case 183:this.$=i.addLocationDataFn(a[o-2],a[o])(s[o-2].addElse(s[o]));break;case 184:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.If(s[o],i.addLocationDataFn(a[o-2])(i.Block.wrap([s[o-2]])),{type:s[o-1],statement:!0}));break;case 185:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.If(s[o],i.addLocationDataFn(a[o-2])(i.Block.wrap([s[o-2]])),{type:s[o-1],statement:!0}));break;case 186:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op(s[o-1],s[o]));break;case 187:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op("-",s[o]));break;case 188:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op("+",s[o]));break;case 189:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op("--",s[o]));break;case 190:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op("++",s[o]));break;case 191:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op("--",s[o-1],null,!0));break;case 192:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Op("++",s[o-1],null,!0));break;case 193:this.$=i.addLocationDataFn(a[o-1],a[o])(new i.Existence(s[o-1]));break;case 194:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Op("+",s[o-2],s[o]));break;case 195:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Op("-",s[o-2],s[o]));break;case 196:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Op(s[o-1],s[o-2],s[o]));break;case 197:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Op(s[o-1],s[o-2],s[o]));break;case 198:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Op(s[o-1],s[o-2],s[o]));break;case 199:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Op(s[o-1],s[o-2],s[o]));break;case 200:this.$=i.addLocationDataFn(a[o-2],a[o])(function(){return"!"===s[o-1].charAt(0)?new i.Op(s[o-1].slice(1),s[o-2],s[o]).invert():new i.Op(s[o-1],s[o-2],s[o])}());break;case 201:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Assign(s[o-2],s[o],s[o-1]));break;case 202:this.$=i.addLocationDataFn(a[o-4],a[o])(new i.Assign(s[o-4],s[o-1],s[o-3]));break;case 203:this.$=i.addLocationDataFn(a[o-3],a[o])(new i.Assign(s[o-3],s[o],s[o-2]));break;case 204:this.$=i.addLocationDataFn(a[o-2],a[o])(new i.Extends(s[o-2],s[o]))}},table:[{1:[2,1],3:1,4:2,5:3,7:4,8:6,9:7,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,5],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[3]},{1:[2,2],6:[1,74]},{6:[1,75]},{1:[2,4],6:[2,4],26:[2,4],102:[2,4]},{4:77,7:4,8:6,9:7,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,26:[1,76],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,7],6:[2,7],26:[2,7],102:[2,7],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,8],6:[2,8],26:[2,8],102:[2,8],103:90,104:[1,65],106:[1,66],109:91,110:[1,68],111:69,126:[1,89]},{1:[2,12],6:[2,12],25:[2,12],26:[2,12],49:[2,12],54:[2,12],57:[2,12],62:93,66:[1,95],67:[1,96],68:[1,97],69:[1,98],70:99,71:[1,100],73:[2,12],74:[1,101],78:[2,12],81:92,84:[1,94],85:[2,108],86:[2,12],91:[2,12],93:[2,12],102:[2,12],104:[2,12],105:[2,12],106:[2,12],110:[2,12],118:[2,12],126:[2,12],128:[2,12],129:[2,12],132:[2,12],133:[2,12],134:[2,12],135:[2,12],136:[2,12],137:[2,12]},{1:[2,13],6:[2,13],25:[2,13],26:[2,13],49:[2,13],54:[2,13],57:[2,13],62:103,66:[1,95],67:[1,96],68:[1,97],69:[1,98],70:99,71:[1,100],73:[2,13],74:[1,101],78:[2,13],81:102,84:[1,94],85:[2,108],86:[2,13],91:[2,13],93:[2,13],102:[2,13],104:[2,13],105:[2,13],106:[2,13],110:[2,13],118:[2,13],126:[2,13],128:[2,13],129:[2,13],132:[2,13],133:[2,13],134:[2,13],135:[2,13],136:[2,13],137:[2,13]},{1:[2,14],6:[2,14],25:[2,14],26:[2,14],49:[2,14],54:[2,14],57:[2,14],73:[2,14],78:[2,14],86:[2,14],91:[2,14],93:[2,14],102:[2,14],104:[2,14],105:[2,14],106:[2,14],110:[2,14],118:[2,14],126:[2,14],128:[2,14],129:[2,14],132:[2,14],133:[2,14],134:[2,14],135:[2,14],136:[2,14],137:[2,14]},{1:[2,15],6:[2,15],25:[2,15],26:[2,15],49:[2,15],54:[2,15],57:[2,15],73:[2,15],78:[2,15],86:[2,15],91:[2,15],93:[2,15],102:[2,15],104:[2,15],105:[2,15],106:[2,15],110:[2,15],118:[2,15],126:[2,15],128:[2,15],129:[2,15],132:[2,15],133:[2,15],134:[2,15],135:[2,15],136:[2,15],137:[2,15]},{1:[2,16],6:[2,16],25:[2,16],26:[2,16],49:[2,16],54:[2,16],57:[2,16],73:[2,16],78:[2,16],86:[2,16],91:[2,16],93:[2,16],102:[2,16],104:[2,16],105:[2,16],106:[2,16],110:[2,16],118:[2,16],126:[2,16],128:[2,16],129:[2,16],132:[2,16],133:[2,16],134:[2,16],135:[2,16],136:[2,16],137:[2,16]},{1:[2,17],6:[2,17],25:[2,17],26:[2,17],49:[2,17],54:[2,17],57:[2,17],73:[2,17],78:[2,17],86:[2,17],91:[2,17],93:[2,17],102:[2,17],104:[2,17],105:[2,17],106:[2,17],110:[2,17],118:[2,17],126:[2,17],128:[2,17],129:[2,17],132:[2,17],133:[2,17],134:[2,17],135:[2,17],136:[2,17],137:[2,17]},{1:[2,18],6:[2,18],25:[2,18],26:[2,18],49:[2,18],54:[2,18],57:[2,18],73:[2,18],78:[2,18],86:[2,18],91:[2,18],93:[2,18],102:[2,18],104:[2,18],105:[2,18],106:[2,18],110:[2,18],118:[2,18],126:[2,18],128:[2,18],129:[2,18],132:[2,18],133:[2,18],134:[2,18],135:[2,18],136:[2,18],137:[2,18]},{1:[2,19],6:[2,19],25:[2,19],26:[2,19],49:[2,19],54:[2,19],57:[2,19],73:[2,19],78:[2,19],86:[2,19],91:[2,19],93:[2,19],102:[2,19],104:[2,19],105:[2,19],106:[2,19],110:[2,19],118:[2,19],126:[2,19],128:[2,19],129:[2,19],132:[2,19],133:[2,19],134:[2,19],135:[2,19],136:[2,19],137:[2,19]},{1:[2,20],6:[2,20],25:[2,20],26:[2,20],49:[2,20],54:[2,20],57:[2,20],73:[2,20],78:[2,20],86:[2,20],91:[2,20],93:[2,20],102:[2,20],104:[2,20],105:[2,20],106:[2,20],110:[2,20],118:[2,20],126:[2,20],128:[2,20],129:[2,20],132:[2,20],133:[2,20],134:[2,20],135:[2,20],136:[2,20],137:[2,20]},{1:[2,21],6:[2,21],25:[2,21],26:[2,21],49:[2,21],54:[2,21],57:[2,21],73:[2,21],78:[2,21],86:[2,21],91:[2,21],93:[2,21],102:[2,21],104:[2,21],105:[2,21],106:[2,21],110:[2,21],118:[2,21],126:[2,21],128:[2,21],129:[2,21],132:[2,21],133:[2,21],134:[2,21],135:[2,21],136:[2,21],137:[2,21]},{1:[2,22],6:[2,22],25:[2,22],26:[2,22],49:[2,22],54:[2,22],57:[2,22],73:[2,22],78:[2,22],86:[2,22],91:[2,22],93:[2,22],102:[2,22],104:[2,22],105:[2,22],106:[2,22],110:[2,22],118:[2,22],126:[2,22],128:[2,22],129:[2,22],132:[2,22],133:[2,22],134:[2,22],135:[2,22],136:[2,22],137:[2,22]},{1:[2,23],6:[2,23],25:[2,23],26:[2,23],49:[2,23],54:[2,23],57:[2,23],73:[2,23],78:[2,23],86:[2,23],91:[2,23],93:[2,23],102:[2,23],104:[2,23],105:[2,23],106:[2,23],110:[2,23],118:[2,23],126:[2,23],128:[2,23],129:[2,23],132:[2,23],133:[2,23],134:[2,23],135:[2,23],136:[2,23],137:[2,23]},{1:[2,9],6:[2,9],26:[2,9],102:[2,9],104:[2,9],106:[2,9],110:[2,9],126:[2,9]},{1:[2,10],6:[2,10],26:[2,10],102:[2,10],104:[2,10],106:[2,10],110:[2,10],126:[2,10]},{1:[2,11],6:[2,11],26:[2,11],102:[2,11],104:[2,11],106:[2,11],110:[2,11],126:[2,11]},{1:[2,75],6:[2,75],25:[2,75],26:[2,75],40:[1,104],49:[2,75],54:[2,75],57:[2,75],66:[2,75],67:[2,75],68:[2,75],69:[2,75],71:[2,75],73:[2,75],74:[2,75],78:[2,75],84:[2,75],85:[2,75],86:[2,75],91:[2,75],93:[2,75],102:[2,75],104:[2,75],105:[2,75],106:[2,75],110:[2,75],118:[2,75],126:[2,75],128:[2,75],129:[2,75],132:[2,75],133:[2,75],134:[2,75],135:[2,75],136:[2,75],137:[2,75]},{1:[2,76],6:[2,76],25:[2,76],26:[2,76],49:[2,76],54:[2,76],57:[2,76],66:[2,76],67:[2,76],68:[2,76],69:[2,76],71:[2,76],73:[2,76],74:[2,76],78:[2,76],84:[2,76],85:[2,76],86:[2,76],91:[2,76],93:[2,76],102:[2,76],104:[2,76],105:[2,76],106:[2,76],110:[2,76],118:[2,76],126:[2,76],128:[2,76],129:[2,76],132:[2,76],133:[2,76],134:[2,76],135:[2,76],136:[2,76],137:[2,76]},{1:[2,77],6:[2,77],25:[2,77],26:[2,77],49:[2,77],54:[2,77],57:[2,77],66:[2,77],67:[2,77],68:[2,77],69:[2,77],71:[2,77],73:[2,77],74:[2,77],78:[2,77],84:[2,77],85:[2,77],86:[2,77],91:[2,77],93:[2,77],102:[2,77],104:[2,77],105:[2,77],106:[2,77],110:[2,77],118:[2,77],126:[2,77],128:[2,77],129:[2,77],132:[2,77],133:[2,77],134:[2,77],135:[2,77],136:[2,77],137:[2,77]},{1:[2,78],6:[2,78],25:[2,78],26:[2,78],49:[2,78],54:[2,78],57:[2,78],66:[2,78],67:[2,78],68:[2,78],69:[2,78],71:[2,78],73:[2,78],74:[2,78],78:[2,78],84:[2,78],85:[2,78],86:[2,78],91:[2,78],93:[2,78],102:[2,78],104:[2,78],105:[2,78],106:[2,78],110:[2,78],118:[2,78],126:[2,78],128:[2,78],129:[2,78],132:[2,78],133:[2,78],134:[2,78],135:[2,78],136:[2,78],137:[2,78]},{1:[2,79],6:[2,79],25:[2,79],26:[2,79],49:[2,79],54:[2,79],57:[2,79],66:[2,79],67:[2,79],68:[2,79],69:[2,79],71:[2,79],73:[2,79],74:[2,79],78:[2,79],84:[2,79],85:[2,79],86:[2,79],91:[2,79],93:[2,79],102:[2,79],104:[2,79],105:[2,79],106:[2,79],110:[2,79],118:[2,79],126:[2,79],128:[2,79],129:[2,79],132:[2,79],133:[2,79],134:[2,79],135:[2,79],136:[2,79],137:[2,79]},{1:[2,106],6:[2,106],25:[2,106],26:[2,106],49:[2,106],54:[2,106],57:[2,106],66:[2,106],67:[2,106],68:[2,106],69:[2,106],71:[2,106],73:[2,106],74:[2,106],78:[2,106],82:105,84:[2,106],85:[1,106],86:[2,106],91:[2,106],93:[2,106],102:[2,106],104:[2,106],105:[2,106],106:[2,106],110:[2,106],118:[2,106],126:[2,106],128:[2,106],129:[2,106],132:[2,106],133:[2,106],134:[2,106],135:[2,106],136:[2,106],137:[2,106]},{6:[2,55],25:[2,55],27:110,28:[1,73],44:111,48:107,49:[2,55],54:[2,55],55:108,56:109,58:112,59:113,76:[1,70],89:[1,114],90:[1,115]},{5:116,25:[1,5]},{8:117,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:119,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:120,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{13:122,14:123,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:124,44:63,58:47,59:48,61:121,63:25,64:26,65:27,76:[1,70],83:[1,28],88:[1,58],89:[1,59],90:[1,57],101:[1,56]},{13:122,14:123,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:124,44:63,58:47,59:48,61:125,63:25,64:26,65:27,76:[1,70],83:[1,28],88:[1,58],89:[1,59],90:[1,57],101:[1,56]},{1:[2,72],6:[2,72],25:[2,72],26:[2,72],40:[2,72],49:[2,72],54:[2,72],57:[2,72],66:[2,72],67:[2,72],68:[2,72],69:[2,72],71:[2,72],73:[2,72],74:[2,72],78:[2,72],80:[1,129],84:[2,72],85:[2,72],86:[2,72],91:[2,72],93:[2,72],102:[2,72],104:[2,72],105:[2,72],106:[2,72],110:[2,72],118:[2,72],126:[2,72],128:[2,72],129:[2,72],130:[1,126],131:[1,127],132:[2,72],133:[2,72],134:[2,72],135:[2,72],136:[2,72],137:[2,72],138:[1,128]},{1:[2,182],6:[2,182],25:[2,182],26:[2,182],49:[2,182],54:[2,182],57:[2,182],73:[2,182],78:[2,182],86:[2,182],91:[2,182],93:[2,182],102:[2,182],104:[2,182],105:[2,182],106:[2,182],110:[2,182],118:[2,182],121:[1,130],126:[2,182],128:[2,182],129:[2,182],132:[2,182],133:[2,182],134:[2,182],135:[2,182],136:[2,182],137:[2,182]},{5:131,25:[1,5]},{5:132,25:[1,5]},{1:[2,149],6:[2,149],25:[2,149],26:[2,149],49:[2,149],54:[2,149],57:[2,149],73:[2,149],78:[2,149],86:[2,149],91:[2,149],93:[2,149],102:[2,149],104:[2,149],105:[2,149],106:[2,149],110:[2,149],118:[2,149],126:[2,149],128:[2,149],129:[2,149],132:[2,149],133:[2,149],134:[2,149],135:[2,149],136:[2,149],137:[2,149]},{5:133,25:[1,5]},{8:134,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,135],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,96],5:136,6:[2,96],13:122,14:123,25:[1,5],26:[2,96],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:124,44:63,49:[2,96],54:[2,96],57:[2,96],58:47,59:48,61:138,63:25,64:26,65:27,73:[2,96],76:[1,70],78:[2,96],80:[1,137],83:[1,28],86:[2,96],88:[1,58],89:[1,59],90:[1,57],91:[2,96],93:[2,96],101:[1,56],102:[2,96],104:[2,96],105:[2,96],106:[2,96],110:[2,96],118:[2,96],126:[2,96],128:[2,96],129:[2,96],132:[2,96],133:[2,96],134:[2,96],135:[2,96],136:[2,96],137:[2,96]},{8:139,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,47],6:[2,47],8:140,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,26:[2,47],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],102:[2,47],103:39,104:[2,47],106:[2,47],107:40,108:[1,67],109:41,110:[2,47],111:69,119:[1,42],124:37,125:[1,64],126:[2,47],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,48],6:[2,48],25:[2,48],26:[2,48],54:[2,48],78:[2,48],102:[2,48],104:[2,48],106:[2,48],110:[2,48],126:[2,48]},{1:[2,73],6:[2,73],25:[2,73],26:[2,73],40:[2,73],49:[2,73],54:[2,73],57:[2,73],66:[2,73],67:[2,73],68:[2,73],69:[2,73],71:[2,73],73:[2,73],74:[2,73],78:[2,73],84:[2,73],85:[2,73],86:[2,73],91:[2,73],93:[2,73],102:[2,73],104:[2,73],105:[2,73],106:[2,73],110:[2,73],118:[2,73],126:[2,73],128:[2,73],129:[2,73],132:[2,73],133:[2,73],134:[2,73],135:[2,73],136:[2,73],137:[2,73]},{1:[2,74],6:[2,74],25:[2,74],26:[2,74],40:[2,74],49:[2,74],54:[2,74],57:[2,74],66:[2,74],67:[2,74],68:[2,74],69:[2,74],71:[2,74],73:[2,74],74:[2,74],78:[2,74],84:[2,74],85:[2,74],86:[2,74],91:[2,74],93:[2,74],102:[2,74],104:[2,74],105:[2,74],106:[2,74],110:[2,74],118:[2,74],126:[2,74],128:[2,74],129:[2,74],132:[2,74],133:[2,74],134:[2,74],135:[2,74],136:[2,74],137:[2,74]},{1:[2,29],6:[2,29],25:[2,29],26:[2,29],49:[2,29],54:[2,29],57:[2,29],66:[2,29],67:[2,29],68:[2,29],69:[2,29],71:[2,29],73:[2,29],74:[2,29],78:[2,29],84:[2,29],85:[2,29],86:[2,29],91:[2,29],93:[2,29],102:[2,29],104:[2,29],105:[2,29],106:[2,29],110:[2,29],118:[2,29],126:[2,29],128:[2,29],129:[2,29],132:[2,29],133:[2,29],134:[2,29],135:[2,29],136:[2,29],137:[2,29]},{1:[2,30],6:[2,30],25:[2,30],26:[2,30],49:[2,30],54:[2,30],57:[2,30],66:[2,30],67:[2,30],68:[2,30],69:[2,30],71:[2,30],73:[2,30],74:[2,30],78:[2,30],84:[2,30],85:[2,30],86:[2,30],91:[2,30],93:[2,30],102:[2,30],104:[2,30],105:[2,30],106:[2,30],110:[2,30],118:[2,30],126:[2,30],128:[2,30],129:[2,30],132:[2,30],133:[2,30],134:[2,30],135:[2,30],136:[2,30],137:[2,30]},{1:[2,31],6:[2,31],25:[2,31],26:[2,31],49:[2,31],54:[2,31],57:[2,31],66:[2,31],67:[2,31],68:[2,31],69:[2,31],71:[2,31],73:[2,31],74:[2,31],78:[2,31],84:[2,31],85:[2,31],86:[2,31],91:[2,31],93:[2,31],102:[2,31],104:[2,31],105:[2,31],106:[2,31],110:[2,31],118:[2,31],126:[2,31],128:[2,31],129:[2,31],132:[2,31],133:[2,31],134:[2,31],135:[2,31],136:[2,31],137:[2,31]},{1:[2,32],6:[2,32],25:[2,32],26:[2,32],49:[2,32],54:[2,32],57:[2,32],66:[2,32],67:[2,32],68:[2,32],69:[2,32],71:[2,32],73:[2,32],74:[2,32],78:[2,32],84:[2,32],85:[2,32],86:[2,32],91:[2,32],93:[2,32],102:[2,32],104:[2,32],105:[2,32],106:[2,32],110:[2,32],118:[2,32],126:[2,32],128:[2,32],129:[2,32],132:[2,32],133:[2,32],134:[2,32],135:[2,32],136:[2,32],137:[2,32]},{1:[2,33],6:[2,33],25:[2,33],26:[2,33],49:[2,33],54:[2,33],57:[2,33],66:[2,33],67:[2,33],68:[2,33],69:[2,33],71:[2,33],73:[2,33],74:[2,33],78:[2,33],84:[2,33],85:[2,33],86:[2,33],91:[2,33],93:[2,33],102:[2,33],104:[2,33],105:[2,33],106:[2,33],110:[2,33],118:[2,33],126:[2,33],128:[2,33],129:[2,33],132:[2,33],133:[2,33],134:[2,33],135:[2,33],136:[2,33],137:[2,33]},{1:[2,34],6:[2,34],25:[2,34],26:[2,34],49:[2,34],54:[2,34],57:[2,34],66:[2,34],67:[2,34],68:[2,34],69:[2,34],71:[2,34],73:[2,34],74:[2,34],78:[2,34],84:[2,34],85:[2,34],86:[2,34],91:[2,34],93:[2,34],102:[2,34],104:[2,34],105:[2,34],106:[2,34],110:[2,34],118:[2,34],126:[2,34],128:[2,34],129:[2,34],132:[2,34],133:[2,34],134:[2,34],135:[2,34],136:[2,34],137:[2,34]},{1:[2,35],6:[2,35],25:[2,35],26:[2,35],49:[2,35],54:[2,35],57:[2,35],66:[2,35],67:[2,35],68:[2,35],69:[2,35],71:[2,35],73:[2,35],74:[2,35],78:[2,35],84:[2,35],85:[2,35],86:[2,35],91:[2,35],93:[2,35],102:[2,35],104:[2,35],105:[2,35],106:[2,35],110:[2,35],118:[2,35],126:[2,35],128:[2,35],129:[2,35],132:[2,35],133:[2,35],134:[2,35],135:[2,35],136:[2,35],137:[2,35]},{4:141,7:4,8:6,9:7,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,142],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:143,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,147],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],87:145,88:[1,58],89:[1,59],90:[1,57],91:[1,144],94:146,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,112],6:[2,112],25:[2,112],26:[2,112],49:[2,112],54:[2,112],57:[2,112],66:[2,112],67:[2,112],68:[2,112],69:[2,112],71:[2,112],73:[2,112],74:[2,112],78:[2,112],84:[2,112],85:[2,112],86:[2,112],91:[2,112],93:[2,112],102:[2,112],104:[2,112],105:[2,112],106:[2,112],110:[2,112],118:[2,112],126:[2,112],128:[2,112],129:[2,112],132:[2,112],133:[2,112],134:[2,112],135:[2,112],136:[2,112],137:[2,112]},{1:[2,113],6:[2,113],25:[2,113],26:[2,113],27:149,28:[1,73],49:[2,113],54:[2,113],57:[2,113],66:[2,113],67:[2,113],68:[2,113],69:[2,113],71:[2,113],73:[2,113],74:[2,113],78:[2,113],84:[2,113],85:[2,113],86:[2,113],91:[2,113],93:[2,113],102:[2,113],104:[2,113],105:[2,113],106:[2,113],110:[2,113],118:[2,113],126:[2,113],128:[2,113],129:[2,113],132:[2,113],133:[2,113],134:[2,113],135:[2,113],136:[2,113],137:[2,113]},{25:[2,51]},{25:[2,52]},{1:[2,68],6:[2,68],25:[2,68],26:[2,68],40:[2,68],49:[2,68],54:[2,68],57:[2,68],66:[2,68],67:[2,68],68:[2,68],69:[2,68],71:[2,68],73:[2,68],74:[2,68],78:[2,68],80:[2,68],84:[2,68],85:[2,68],86:[2,68],91:[2,68],93:[2,68],102:[2,68],104:[2,68],105:[2,68],106:[2,68],110:[2,68],118:[2,68],126:[2,68],128:[2,68],129:[2,68],130:[2,68],131:[2,68],132:[2,68],133:[2,68],134:[2,68],135:[2,68],136:[2,68],137:[2,68],138:[2,68]},{1:[2,71],6:[2,71],25:[2,71],26:[2,71],40:[2,71],49:[2,71],54:[2,71],57:[2,71],66:[2,71],67:[2,71],68:[2,71],69:[2,71],71:[2,71],73:[2,71],74:[2,71],78:[2,71],80:[2,71],84:[2,71],85:[2,71],86:[2,71],91:[2,71],93:[2,71],102:[2,71],104:[2,71],105:[2,71],106:[2,71],110:[2,71],118:[2,71],126:[2,71],128:[2,71],129:[2,71],130:[2,71],131:[2,71],132:[2,71],133:[2,71],134:[2,71],135:[2,71],136:[2,71],137:[2,71],138:[2,71]},{8:150,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:151,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:152,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{5:153,8:154,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,5],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{27:159,28:[1,73],44:160,58:161,59:162,64:155,76:[1,70],89:[1,114],90:[1,57],113:156,114:[1,157],115:158},{112:163,116:[1,164],117:[1,165]},{6:[2,91],11:169,25:[2,91],27:170,28:[1,73],29:171,30:[1,71],31:[1,72],41:167,42:168,44:172,46:[1,46],54:[2,91],77:166,78:[2,91],89:[1,114]},{1:[2,27],6:[2,27],25:[2,27],26:[2,27],43:[2,27],49:[2,27],54:[2,27],57:[2,27],66:[2,27],67:[2,27],68:[2,27],69:[2,27],71:[2,27],73:[2,27],74:[2,27],78:[2,27],84:[2,27],85:[2,27],86:[2,27],91:[2,27],93:[2,27],102:[2,27],104:[2,27],105:[2,27],106:[2,27],110:[2,27],118:[2,27],126:[2,27],128:[2,27],129:[2,27],132:[2,27],133:[2,27],134:[2,27],135:[2,27],136:[2,27],137:[2,27]},{1:[2,28],6:[2,28],25:[2,28],26:[2,28],43:[2,28],49:[2,28],54:[2,28],57:[2,28],66:[2,28],67:[2,28],68:[2,28],69:[2,28],71:[2,28],73:[2,28],74:[2,28],78:[2,28],84:[2,28],85:[2,28],86:[2,28],91:[2,28],93:[2,28],102:[2,28],104:[2,28],105:[2,28],106:[2,28],110:[2,28],118:[2,28],126:[2,28],128:[2,28],129:[2,28],132:[2,28],133:[2,28],134:[2,28],135:[2,28],136:[2,28],137:[2,28]},{1:[2,26],6:[2,26],25:[2,26],26:[2,26],40:[2,26],43:[2,26],49:[2,26],54:[2,26],57:[2,26],66:[2,26],67:[2,26],68:[2,26],69:[2,26],71:[2,26],73:[2,26],74:[2,26],78:[2,26],80:[2,26],84:[2,26],85:[2,26],86:[2,26],91:[2,26],93:[2,26],102:[2,26],104:[2,26],105:[2,26],106:[2,26],110:[2,26],116:[2,26],117:[2,26],118:[2,26],126:[2,26],128:[2,26],129:[2,26],130:[2,26],131:[2,26],132:[2,26],133:[2,26],134:[2,26],135:[2,26],136:[2,26],137:[2,26],138:[2,26]},{1:[2,6],6:[2,6],7:173,8:6,9:7,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,26:[2,6],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],102:[2,6],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,3]},{1:[2,24],6:[2,24],25:[2,24],26:[2,24],49:[2,24],54:[2,24],57:[2,24],73:[2,24],78:[2,24],86:[2,24],91:[2,24],93:[2,24],98:[2,24],99:[2,24],102:[2,24],104:[2,24],105:[2,24],106:[2,24],110:[2,24],118:[2,24],121:[2,24],123:[2,24],126:[2,24],128:[2,24],129:[2,24],132:[2,24],133:[2,24],134:[2,24],135:[2,24],136:[2,24],137:[2,24]},{6:[1,74],26:[1,174]},{1:[2,193],6:[2,193],25:[2,193],26:[2,193],49:[2,193],54:[2,193],57:[2,193],73:[2,193],78:[2,193],86:[2,193],91:[2,193],93:[2,193],102:[2,193],104:[2,193],105:[2,193],106:[2,193],110:[2,193],118:[2,193],126:[2,193],128:[2,193],129:[2,193],132:[2,193],133:[2,193],134:[2,193],135:[2,193],136:[2,193],137:[2,193]},{8:175,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:176,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:177,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:178,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:179,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:180,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:181,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:182,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,148],6:[2,148],25:[2,148],26:[2,148],49:[2,148],54:[2,148],57:[2,148],73:[2,148],78:[2,148],86:[2,148],91:[2,148],93:[2,148],102:[2,148],104:[2,148],105:[2,148],106:[2,148],110:[2,148],118:[2,148],126:[2,148],128:[2,148],129:[2,148],132:[2,148],133:[2,148],134:[2,148],135:[2,148],136:[2,148],137:[2,148]},{1:[2,153],6:[2,153],25:[2,153],26:[2,153],49:[2,153],54:[2,153],57:[2,153],73:[2,153],78:[2,153],86:[2,153],91:[2,153],93:[2,153],102:[2,153],104:[2,153],105:[2,153],106:[2,153],110:[2,153],118:[2,153],126:[2,153],128:[2,153],129:[2,153],132:[2,153],133:[2,153],134:[2,153],135:[2,153],136:[2,153],137:[2,153]},{8:183,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,147],6:[2,147],25:[2,147],26:[2,147],49:[2,147],54:[2,147],57:[2,147],73:[2,147],78:[2,147],86:[2,147],91:[2,147],93:[2,147],102:[2,147],104:[2,147],105:[2,147],106:[2,147],110:[2,147],118:[2,147],126:[2,147],128:[2,147],129:[2,147],132:[2,147],133:[2,147],134:[2,147],135:[2,147],136:[2,147],137:[2,147]},{1:[2,152],6:[2,152],25:[2,152],26:[2,152],49:[2,152],54:[2,152],57:[2,152],73:[2,152],78:[2,152],86:[2,152],91:[2,152],93:[2,152],102:[2,152],104:[2,152],105:[2,152],106:[2,152],110:[2,152],118:[2,152],126:[2,152],128:[2,152],129:[2,152],132:[2,152],133:[2,152],134:[2,152],135:[2,152],136:[2,152],137:[2,152]},{82:184,85:[1,106]},{1:[2,69],6:[2,69],25:[2,69],26:[2,69],40:[2,69],49:[2,69],54:[2,69],57:[2,69],66:[2,69],67:[2,69],68:[2,69],69:[2,69],71:[2,69],73:[2,69],74:[2,69],78:[2,69],80:[2,69],84:[2,69],85:[2,69],86:[2,69],91:[2,69],93:[2,69],102:[2,69],104:[2,69],105:[2,69],106:[2,69],110:[2,69],118:[2,69],126:[2,69],128:[2,69],129:[2,69],130:[2,69],131:[2,69],132:[2,69],133:[2,69],134:[2,69],135:[2,69],136:[2,69],137:[2,69],138:[2,69]},{85:[2,109]},{27:185,28:[1,73]},{27:186,28:[1,73]},{1:[2,84],6:[2,84],25:[2,84],26:[2,84],27:187,28:[1,73],40:[2,84],49:[2,84],54:[2,84],57:[2,84],66:[2,84],67:[2,84],68:[2,84],69:[2,84],71:[2,84],73:[2,84],74:[2,84],78:[2,84],80:[2,84],84:[2,84],85:[2,84],86:[2,84],91:[2,84],93:[2,84],102:[2,84],104:[2,84],105:[2,84],106:[2,84],110:[2,84],118:[2,84],126:[2,84],128:[2,84],129:[2,84],130:[2,84],131:[2,84],132:[2,84],133:[2,84],134:[2,84],135:[2,84],136:[2,84],137:[2,84],138:[2,84]},{27:188,28:[1,73]},{1:[2,85],6:[2,85],25:[2,85],26:[2,85],40:[2,85],49:[2,85],54:[2,85],57:[2,85],66:[2,85],67:[2,85],68:[2,85],69:[2,85],71:[2,85],73:[2,85],74:[2,85],78:[2,85],80:[2,85],84:[2,85],85:[2,85],86:[2,85],91:[2,85],93:[2,85],102:[2,85],104:[2,85],105:[2,85],106:[2,85],110:[2,85],118:[2,85],126:[2,85],128:[2,85],129:[2,85],130:[2,85],131:[2,85],132:[2,85],133:[2,85],134:[2,85],135:[2,85],136:[2,85],137:[2,85],138:[2,85]},{8:190,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],57:[1,194],58:47,59:48,61:36,63:25,64:26,65:27,72:189,75:191,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],92:192,93:[1,193],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{70:195,71:[1,100],74:[1,101]},{82:196,85:[1,106]},{1:[2,70],6:[2,70],25:[2,70],26:[2,70],40:[2,70],49:[2,70],54:[2,70],57:[2,70],66:[2,70],67:[2,70],68:[2,70],69:[2,70],71:[2,70],73:[2,70],74:[2,70],78:[2,70],80:[2,70],84:[2,70],85:[2,70],86:[2,70],91:[2,70],93:[2,70],102:[2,70],104:[2,70],105:[2,70],106:[2,70],110:[2,70],118:[2,70],126:[2,70],128:[2,70],129:[2,70],130:[2,70],131:[2,70],132:[2,70],133:[2,70],134:[2,70],135:[2,70],136:[2,70],137:[2,70],138:[2,70]},{6:[1,198],8:197,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,199],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,107],6:[2,107],25:[2,107],26:[2,107],49:[2,107],54:[2,107],57:[2,107],66:[2,107],67:[2,107],68:[2,107],69:[2,107],71:[2,107],73:[2,107],74:[2,107],78:[2,107],84:[2,107],85:[2,107],86:[2,107],91:[2,107],93:[2,107],102:[2,107],104:[2,107],105:[2,107],106:[2,107],110:[2,107],118:[2,107],126:[2,107],128:[2,107],129:[2,107],132:[2,107],133:[2,107],134:[2,107],135:[2,107],136:[2,107],137:[2,107]},{8:202,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,147],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],86:[1,200],87:201,88:[1,58],89:[1,59],90:[1,57],94:146,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,53],25:[2,53],49:[1,203],53:205,54:[1,204]},{6:[2,56],25:[2,56],26:[2,56],49:[2,56],54:[2,56]},{6:[2,60],25:[2,60],26:[2,60],40:[1,207],49:[2,60],54:[2,60],57:[1,206]},{6:[2,63],25:[2,63],26:[2,63],40:[2,63],49:[2,63],54:[2,63],57:[2,63]},{6:[2,64],25:[2,64],26:[2,64],40:[2,64],49:[2,64],54:[2,64],57:[2,64]},{6:[2,65],25:[2,65],26:[2,65],40:[2,65],49:[2,65],54:[2,65],57:[2,65]},{6:[2,66],25:[2,66],26:[2,66],40:[2,66],49:[2,66],54:[2,66],57:[2,66]},{27:149,28:[1,73]},{8:202,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,147],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],87:145,88:[1,58],89:[1,59],90:[1,57],91:[1,144],94:146,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,50],6:[2,50],25:[2,50],26:[2,50],49:[2,50],54:[2,50],57:[2,50],73:[2,50],78:[2,50],86:[2,50],91:[2,50],93:[2,50],102:[2,50],104:[2,50],105:[2,50],106:[2,50],110:[2,50],118:[2,50],126:[2,50],128:[2,50],129:[2,50],132:[2,50],133:[2,50],134:[2,50],135:[2,50],136:[2,50],137:[2,50]},{1:[2,186],6:[2,186],25:[2,186],26:[2,186],49:[2,186],54:[2,186],57:[2,186],73:[2,186],78:[2,186],86:[2,186],91:[2,186],93:[2,186],102:[2,186],103:87,104:[2,186],105:[2,186],106:[2,186],109:88,110:[2,186],111:69,118:[2,186],126:[2,186],128:[2,186],129:[2,186],132:[1,78],133:[2,186],134:[2,186],135:[2,186],136:[2,186],137:[2,186]},{103:90,104:[1,65],106:[1,66],109:91,110:[1,68],111:69,126:[1,89]},{1:[2,187],6:[2,187],25:[2,187],26:[2,187],49:[2,187],54:[2,187],57:[2,187],73:[2,187],78:[2,187],86:[2,187],91:[2,187],93:[2,187],102:[2,187],103:87,104:[2,187],105:[2,187],106:[2,187],109:88,110:[2,187],111:69,118:[2,187],126:[2,187],128:[2,187],129:[2,187],132:[1,78],133:[2,187],134:[2,187],135:[2,187],136:[2,187],137:[2,187]},{1:[2,188],6:[2,188],25:[2,188],26:[2,188],49:[2,188],54:[2,188],57:[2,188],73:[2,188],78:[2,188],86:[2,188],91:[2,188],93:[2,188],102:[2,188],103:87,104:[2,188],105:[2,188],106:[2,188],109:88,110:[2,188],111:69,118:[2,188],126:[2,188],128:[2,188],129:[2,188],132:[1,78],133:[2,188],134:[2,188],135:[2,188],136:[2,188],137:[2,188]},{1:[2,189],6:[2,189],25:[2,189],26:[2,189],49:[2,189],54:[2,189],57:[2,189],66:[2,72],67:[2,72],68:[2,72],69:[2,72],71:[2,72],73:[2,189],74:[2,72],78:[2,189],84:[2,72],85:[2,72],86:[2,189],91:[2,189],93:[2,189],102:[2,189],104:[2,189],105:[2,189],106:[2,189],110:[2,189],118:[2,189],126:[2,189],128:[2,189],129:[2,189],132:[2,189],133:[2,189],134:[2,189],135:[2,189],136:[2,189],137:[2,189]},{62:93,66:[1,95],67:[1,96],68:[1,97],69:[1,98],70:99,71:[1,100],74:[1,101],81:92,84:[1,94],85:[2,108]},{62:103,66:[1,95],67:[1,96],68:[1,97],69:[1,98],70:99,71:[1,100],74:[1,101],81:102,84:[1,94],85:[2,108]},{66:[2,75],67:[2,75],68:[2,75],69:[2,75],71:[2,75],74:[2,75],84:[2,75],85:[2,75]},{1:[2,190],6:[2,190],25:[2,190],26:[2,190],49:[2,190],54:[2,190],57:[2,190],66:[2,72],67:[2,72],68:[2,72],69:[2,72],71:[2,72],73:[2,190],74:[2,72],78:[2,190],84:[2,72],85:[2,72],86:[2,190],91:[2,190],93:[2,190],102:[2,190],104:[2,190],105:[2,190],106:[2,190],110:[2,190],118:[2,190],126:[2,190],128:[2,190],129:[2,190],132:[2,190],133:[2,190],134:[2,190],135:[2,190],136:[2,190],137:[2,190]},{1:[2,191],6:[2,191],25:[2,191],26:[2,191],49:[2,191],54:[2,191],57:[2,191],73:[2,191],78:[2,191],86:[2,191],91:[2,191],93:[2,191],102:[2,191],104:[2,191],105:[2,191],106:[2,191],110:[2,191],118:[2,191],126:[2,191],128:[2,191],129:[2,191],132:[2,191],133:[2,191],134:[2,191],135:[2,191],136:[2,191],137:[2,191]},{1:[2,192],6:[2,192],25:[2,192],26:[2,192],49:[2,192],54:[2,192],57:[2,192],73:[2,192],78:[2,192],86:[2,192],91:[2,192],93:[2,192],102:[2,192],104:[2,192],105:[2,192],106:[2,192],110:[2,192],118:[2,192],126:[2,192],128:[2,192],129:[2,192],132:[2,192],133:[2,192],134:[2,192],135:[2,192],136:[2,192],137:[2,192]},{6:[1,210],8:208,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,209],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:211,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{5:212,25:[1,5],125:[1,213]},{1:[2,133],6:[2,133],25:[2,133],26:[2,133],49:[2,133],54:[2,133],57:[2,133],73:[2,133],78:[2,133],86:[2,133],91:[2,133],93:[2,133],97:214,98:[1,215],99:[1,216],102:[2,133],104:[2,133],105:[2,133],106:[2,133],110:[2,133],118:[2,133],126:[2,133],128:[2,133],129:[2,133],132:[2,133],133:[2,133],134:[2,133],135:[2,133],136:[2,133],137:[2,133]},{1:[2,146],6:[2,146],25:[2,146],26:[2,146],49:[2,146],54:[2,146],57:[2,146],73:[2,146],78:[2,146],86:[2,146],91:[2,146],93:[2,146],102:[2,146],104:[2,146],105:[2,146],106:[2,146],110:[2,146],118:[2,146],126:[2,146],128:[2,146],129:[2,146],132:[2,146],133:[2,146],134:[2,146],135:[2,146],136:[2,146],137:[2,146]},{1:[2,154],6:[2,154],25:[2,154],26:[2,154],49:[2,154],54:[2,154],57:[2,154],73:[2,154],78:[2,154],86:[2,154],91:[2,154],93:[2,154],102:[2,154],104:[2,154],105:[2,154],106:[2,154],110:[2,154],118:[2,154],126:[2,154],128:[2,154],129:[2,154],132:[2,154],133:[2,154],134:[2,154],135:[2,154],136:[2,154],137:[2,154]},{25:[1,217],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{120:218,122:219,123:[1,220]},{1:[2,97],6:[2,97],25:[2,97],26:[2,97],49:[2,97],54:[2,97],57:[2,97],73:[2,97],78:[2,97],86:[2,97],91:[2,97],93:[2,97],102:[2,97],104:[2,97],105:[2,97],106:[2,97],110:[2,97],118:[2,97],126:[2,97],128:[2,97],129:[2,97],132:[2,97],133:[2,97],134:[2,97],135:[2,97],136:[2,97],137:[2,97]},{8:221,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,100],5:222,6:[2,100],25:[1,5],26:[2,100],49:[2,100],54:[2,100],57:[2,100],66:[2,72],67:[2,72],68:[2,72],69:[2,72],71:[2,72],73:[2,100],74:[2,72],78:[2,100],80:[1,223],84:[2,72],85:[2,72],86:[2,100],91:[2,100],93:[2,100],102:[2,100],104:[2,100],105:[2,100],106:[2,100],110:[2,100],118:[2,100],126:[2,100],128:[2,100],129:[2,100],132:[2,100],133:[2,100],134:[2,100],135:[2,100],136:[2,100],137:[2,100]},{1:[2,139],6:[2,139],25:[2,139],26:[2,139],49:[2,139],54:[2,139],57:[2,139],73:[2,139],78:[2,139],86:[2,139],91:[2,139],93:[2,139],102:[2,139],103:87,104:[2,139],105:[2,139],106:[2,139],109:88,110:[2,139],111:69,118:[2,139],126:[2,139],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,46],6:[2,46],26:[2,46],102:[2,46],103:87,104:[2,46],106:[2,46],109:88,110:[2,46],111:69,126:[2,46],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[1,74],102:[1,224]},{4:225,7:4,8:6,9:7,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,129],25:[2,129],54:[2,129],57:[1,227],91:[2,129],92:226,93:[1,193],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,115],6:[2,115],25:[2,115],26:[2,115],40:[2,115],49:[2,115],54:[2,115],57:[2,115],66:[2,115],67:[2,115],68:[2,115],69:[2,115],71:[2,115],73:[2,115],74:[2,115],78:[2,115],84:[2,115],85:[2,115],86:[2,115],91:[2,115],93:[2,115],102:[2,115],104:[2,115],105:[2,115],106:[2,115],110:[2,115],116:[2,115],117:[2,115],118:[2,115],126:[2,115],128:[2,115],129:[2,115],132:[2,115],133:[2,115],134:[2,115],135:[2,115],136:[2,115],137:[2,115]},{6:[2,53],25:[2,53],53:228,54:[1,229],91:[2,53]},{6:[2,124],25:[2,124],26:[2,124],54:[2,124],86:[2,124],91:[2,124]},{8:202,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,147],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],87:230,88:[1,58],89:[1,59],90:[1,57],94:146,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,130],25:[2,130],26:[2,130],54:[2,130],86:[2,130],91:[2,130]},{1:[2,114],6:[2,114],25:[2,114],26:[2,114],40:[2,114],43:[2,114],49:[2,114],54:[2,114],57:[2,114],66:[2,114],67:[2,114],68:[2,114],69:[2,114],71:[2,114],73:[2,114],74:[2,114],78:[2,114],80:[2,114],84:[2,114],85:[2,114],86:[2,114],91:[2,114],93:[2,114],102:[2,114],104:[2,114],105:[2,114],106:[2,114],110:[2,114],116:[2,114],117:[2,114],118:[2,114],126:[2,114],128:[2,114],129:[2,114],130:[2,114],131:[2,114],132:[2,114],133:[2,114],134:[2,114],135:[2,114],136:[2,114],137:[2,114],138:[2,114]},{5:231,25:[1,5],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,142],6:[2,142],25:[2,142],26:[2,142],49:[2,142],54:[2,142],57:[2,142],73:[2,142],78:[2,142],86:[2,142],91:[2,142],93:[2,142],102:[2,142],103:87,104:[1,65],105:[1,232],106:[1,66],109:88,110:[1,68],111:69,118:[2,142],126:[2,142],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,144],6:[2,144],25:[2,144],26:[2,144],49:[2,144],54:[2,144],57:[2,144],73:[2,144],78:[2,144],86:[2,144],91:[2,144],93:[2,144],102:[2,144],103:87,104:[1,65],105:[1,233],106:[1,66],109:88,110:[1,68],111:69,118:[2,144],126:[2,144],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,150],6:[2,150],25:[2,150],26:[2,150],49:[2,150],54:[2,150],57:[2,150],73:[2,150],78:[2,150],86:[2,150],91:[2,150],93:[2,150],102:[2,150],104:[2,150],105:[2,150],106:[2,150],110:[2,150],118:[2,150],126:[2,150],128:[2,150],129:[2,150],132:[2,150],133:[2,150],134:[2,150],135:[2,150],136:[2,150],137:[2,150]},{1:[2,151],6:[2,151],25:[2,151],26:[2,151],49:[2,151],54:[2,151],57:[2,151],73:[2,151],78:[2,151],86:[2,151],91:[2,151],93:[2,151],102:[2,151],103:87,104:[1,65],105:[2,151],106:[1,66],109:88,110:[1,68],111:69,118:[2,151],126:[2,151],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,155],6:[2,155],25:[2,155],26:[2,155],49:[2,155],54:[2,155],57:[2,155],73:[2,155],78:[2,155],86:[2,155],91:[2,155],93:[2,155],102:[2,155],104:[2,155],105:[2,155],106:[2,155],110:[2,155],118:[2,155],126:[2,155],128:[2,155],129:[2,155],132:[2,155],133:[2,155],134:[2,155],135:[2,155],136:[2,155],137:[2,155]},{116:[2,157],117:[2,157]},{27:159,28:[1,73],44:160,58:161,59:162,76:[1,70],89:[1,114],90:[1,115],113:234,115:158},{54:[1,235],116:[2,163],117:[2,163]},{54:[2,159],116:[2,159],117:[2,159]},{54:[2,160],116:[2,160],117:[2,160]},{54:[2,161],116:[2,161],117:[2,161]},{54:[2,162],116:[2,162],117:[2,162]},{1:[2,156],6:[2,156],25:[2,156],26:[2,156],49:[2,156],54:[2,156],57:[2,156],73:[2,156],78:[2,156],86:[2,156],91:[2,156],93:[2,156],102:[2,156],104:[2,156],105:[2,156],106:[2,156],110:[2,156],118:[2,156],126:[2,156],128:[2,156],129:[2,156],132:[2,156],133:[2,156],134:[2,156],135:[2,156],136:[2,156],137:[2,156]},{8:236,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:237,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,53],25:[2,53],53:238,54:[1,239],78:[2,53]},{6:[2,92],25:[2,92],26:[2,92],54:[2,92],78:[2,92]},{6:[2,39],25:[2,39],26:[2,39],43:[1,240],54:[2,39],78:[2,39]},{6:[2,42],25:[2,42],26:[2,42],54:[2,42],78:[2,42]},{6:[2,43],25:[2,43],26:[2,43],43:[2,43],54:[2,43],78:[2,43]},{6:[2,44],25:[2,44],26:[2,44],43:[2,44],54:[2,44],78:[2,44]},{6:[2,45],25:[2,45],26:[2,45],43:[2,45],54:[2,45],78:[2,45]},{1:[2,5],6:[2,5],26:[2,5],102:[2,5]},{1:[2,25],6:[2,25],25:[2,25],26:[2,25],49:[2,25],54:[2,25],57:[2,25],73:[2,25],78:[2,25],86:[2,25],91:[2,25],93:[2,25],98:[2,25],99:[2,25],102:[2,25],104:[2,25],105:[2,25],106:[2,25],110:[2,25],118:[2,25],121:[2,25],123:[2,25],126:[2,25],128:[2,25],129:[2,25],132:[2,25],133:[2,25],134:[2,25],135:[2,25],136:[2,25],137:[2,25]},{1:[2,194],6:[2,194],25:[2,194],26:[2,194],49:[2,194],54:[2,194],57:[2,194],73:[2,194],78:[2,194],86:[2,194],91:[2,194],93:[2,194],102:[2,194],103:87,104:[2,194],105:[2,194],106:[2,194],109:88,110:[2,194],111:69,118:[2,194],126:[2,194],128:[2,194],129:[2,194],132:[1,78],133:[1,81],134:[2,194],135:[2,194],136:[2,194],137:[2,194]},{1:[2,195],6:[2,195],25:[2,195],26:[2,195],49:[2,195],54:[2,195],57:[2,195],73:[2,195],78:[2,195],86:[2,195],91:[2,195],93:[2,195],102:[2,195],103:87,104:[2,195],105:[2,195],106:[2,195],109:88,110:[2,195],111:69,118:[2,195],126:[2,195],128:[2,195],129:[2,195],132:[1,78],133:[1,81],134:[2,195],135:[2,195],136:[2,195],137:[2,195]},{1:[2,196],6:[2,196],25:[2,196],26:[2,196],49:[2,196],54:[2,196],57:[2,196],73:[2,196],78:[2,196],86:[2,196],91:[2,196],93:[2,196],102:[2,196],103:87,104:[2,196],105:[2,196],106:[2,196],109:88,110:[2,196],111:69,118:[2,196],126:[2,196],128:[2,196],129:[2,196],132:[1,78],133:[2,196],134:[2,196],135:[2,196],136:[2,196],137:[2,196]},{1:[2,197],6:[2,197],25:[2,197],26:[2,197],49:[2,197],54:[2,197],57:[2,197],73:[2,197],78:[2,197],86:[2,197],91:[2,197],93:[2,197],102:[2,197],103:87,104:[2,197],105:[2,197],106:[2,197],109:88,110:[2,197],111:69,118:[2,197],126:[2,197],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[2,197],135:[2,197],136:[2,197],137:[2,197]},{1:[2,198],6:[2,198],25:[2,198],26:[2,198],49:[2,198],54:[2,198],57:[2,198],73:[2,198],78:[2,198],86:[2,198],91:[2,198],93:[2,198],102:[2,198],103:87,104:[2,198],105:[2,198],106:[2,198],109:88,110:[2,198],111:69,118:[2,198],126:[2,198],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[2,198],136:[2,198],137:[1,85]},{1:[2,199],6:[2,199],25:[2,199],26:[2,199],49:[2,199],54:[2,199],57:[2,199],73:[2,199],78:[2,199],86:[2,199],91:[2,199],93:[2,199],102:[2,199],103:87,104:[2,199],105:[2,199],106:[2,199],109:88,110:[2,199],111:69,118:[2,199],126:[2,199],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[2,199],137:[1,85]},{1:[2,200],6:[2,200],25:[2,200],26:[2,200],49:[2,200],54:[2,200],57:[2,200],73:[2,200],78:[2,200],86:[2,200],91:[2,200],93:[2,200],102:[2,200],103:87,104:[2,200],105:[2,200],106:[2,200],109:88,110:[2,200],111:69,118:[2,200],126:[2,200],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[2,200],136:[2,200],137:[2,200]},{1:[2,185],6:[2,185],25:[2,185],26:[2,185],49:[2,185],54:[2,185],57:[2,185],73:[2,185],78:[2,185],86:[2,185],91:[2,185],93:[2,185],102:[2,185],103:87,104:[1,65],105:[2,185],106:[1,66],109:88,110:[1,68],111:69,118:[2,185],126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,184],6:[2,184],25:[2,184],26:[2,184],49:[2,184],54:[2,184],57:[2,184],73:[2,184],78:[2,184],86:[2,184],91:[2,184],93:[2,184],102:[2,184],103:87,104:[1,65],105:[2,184],106:[1,66],109:88,110:[1,68],111:69,118:[2,184],126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,104],6:[2,104],25:[2,104],26:[2,104],49:[2,104],54:[2,104],57:[2,104],66:[2,104],67:[2,104],68:[2,104],69:[2,104],71:[2,104],73:[2,104],74:[2,104],78:[2,104],84:[2,104],85:[2,104],86:[2,104],91:[2,104],93:[2,104],102:[2,104],104:[2,104],105:[2,104],106:[2,104],110:[2,104],118:[2,104],126:[2,104],128:[2,104],129:[2,104],132:[2,104],133:[2,104],134:[2,104],135:[2,104],136:[2,104],137:[2,104]},{1:[2,80],6:[2,80],25:[2,80],26:[2,80],40:[2,80],49:[2,80],54:[2,80],57:[2,80],66:[2,80],67:[2,80],68:[2,80],69:[2,80],71:[2,80],73:[2,80],74:[2,80],78:[2,80],80:[2,80],84:[2,80],85:[2,80],86:[2,80],91:[2,80],93:[2,80],102:[2,80],104:[2,80],105:[2,80],106:[2,80],110:[2,80],118:[2,80],126:[2,80],128:[2,80],129:[2,80],130:[2,80],131:[2,80],132:[2,80],133:[2,80],134:[2,80],135:[2,80],136:[2,80],137:[2,80],138:[2,80]},{1:[2,81],6:[2,81],25:[2,81],26:[2,81],40:[2,81],49:[2,81],54:[2,81],57:[2,81],66:[2,81],67:[2,81],68:[2,81],69:[2,81],71:[2,81],73:[2,81],74:[2,81],78:[2,81],80:[2,81],84:[2,81],85:[2,81],86:[2,81],91:[2,81],93:[2,81],102:[2,81],104:[2,81],105:[2,81],106:[2,81],110:[2,81],118:[2,81],126:[2,81],128:[2,81],129:[2,81],130:[2,81],131:[2,81],132:[2,81],133:[2,81],134:[2,81],135:[2,81],136:[2,81],137:[2,81],138:[2,81]},{1:[2,82],6:[2,82],25:[2,82],26:[2,82],40:[2,82],49:[2,82],54:[2,82],57:[2,82],66:[2,82],67:[2,82],68:[2,82],69:[2,82],71:[2,82],73:[2,82],74:[2,82],78:[2,82],80:[2,82],84:[2,82],85:[2,82],86:[2,82],91:[2,82],93:[2,82],102:[2,82],104:[2,82],105:[2,82],106:[2,82],110:[2,82],118:[2,82],126:[2,82],128:[2,82],129:[2,82],130:[2,82],131:[2,82],132:[2,82],133:[2,82],134:[2,82],135:[2,82],136:[2,82],137:[2,82],138:[2,82]},{1:[2,83],6:[2,83],25:[2,83],26:[2,83],40:[2,83],49:[2,83],54:[2,83],57:[2,83],66:[2,83],67:[2,83],68:[2,83],69:[2,83],71:[2,83],73:[2,83],74:[2,83],78:[2,83],80:[2,83],84:[2,83],85:[2,83],86:[2,83],91:[2,83],93:[2,83],102:[2,83],104:[2,83],105:[2,83],106:[2,83],110:[2,83],118:[2,83],126:[2,83],128:[2,83],129:[2,83],130:[2,83],131:[2,83],132:[2,83],133:[2,83],134:[2,83],135:[2,83],136:[2,83],137:[2,83],138:[2,83]},{73:[1,241]},{57:[1,194],73:[2,88],92:242,93:[1,193],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{73:[2,89]},{8:243,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,73:[2,123],76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{12:[2,117],28:[2,117],30:[2,117],31:[2,117],33:[2,117],34:[2,117],35:[2,117],36:[2,117],37:[2,117],38:[2,117],45:[2,117],46:[2,117],47:[2,117],51:[2,117],52:[2,117],73:[2,117],76:[2,117],79:[2,117],83:[2,117],88:[2,117],89:[2,117],90:[2,117],96:[2,117],100:[2,117],101:[2,117],104:[2,117],106:[2,117],108:[2,117],110:[2,117],119:[2,117],125:[2,117],127:[2,117],128:[2,117],129:[2,117],130:[2,117],131:[2,117]},{12:[2,118],28:[2,118],30:[2,118],31:[2,118],33:[2,118],34:[2,118],35:[2,118],36:[2,118],37:[2,118],38:[2,118],45:[2,118],46:[2,118],47:[2,118],51:[2,118],52:[2,118],73:[2,118],76:[2,118],79:[2,118],83:[2,118],88:[2,118],89:[2,118],90:[2,118],96:[2,118],100:[2,118],101:[2,118],104:[2,118],106:[2,118],108:[2,118],110:[2,118],119:[2,118],125:[2,118],127:[2,118],128:[2,118],129:[2,118],130:[2,118],131:[2,118]},{1:[2,87],6:[2,87],25:[2,87],26:[2,87],40:[2,87],49:[2,87],54:[2,87],57:[2,87],66:[2,87],67:[2,87],68:[2,87],69:[2,87],71:[2,87],73:[2,87],74:[2,87],78:[2,87],80:[2,87],84:[2,87],85:[2,87],86:[2,87],91:[2,87],93:[2,87],102:[2,87],104:[2,87],105:[2,87],106:[2,87],110:[2,87],118:[2,87],126:[2,87],128:[2,87],129:[2,87],130:[2,87],131:[2,87],132:[2,87],133:[2,87],134:[2,87],135:[2,87],136:[2,87],137:[2,87],138:[2,87]},{1:[2,105],6:[2,105],25:[2,105],26:[2,105],49:[2,105],54:[2,105],57:[2,105],66:[2,105],67:[2,105],68:[2,105],69:[2,105],71:[2,105],73:[2,105],74:[2,105],78:[2,105],84:[2,105],85:[2,105],86:[2,105],91:[2,105],93:[2,105],102:[2,105],104:[2,105],105:[2,105],106:[2,105],110:[2,105],118:[2,105],126:[2,105],128:[2,105],129:[2,105],132:[2,105],133:[2,105],134:[2,105],135:[2,105],136:[2,105],137:[2,105]},{1:[2,36],6:[2,36],25:[2,36],26:[2,36],49:[2,36],54:[2,36],57:[2,36],73:[2,36],78:[2,36],86:[2,36],91:[2,36],93:[2,36],102:[2,36],103:87,104:[2,36],105:[2,36],106:[2,36],109:88,110:[2,36],111:69,118:[2,36],126:[2,36],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{8:244,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:245,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,110],6:[2,110],25:[2,110],26:[2,110],49:[2,110],54:[2,110],57:[2,110],66:[2,110],67:[2,110],68:[2,110],69:[2,110],71:[2,110],73:[2,110],74:[2,110],78:[2,110],84:[2,110],85:[2,110],86:[2,110],91:[2,110],93:[2,110],102:[2,110],104:[2,110],105:[2,110],106:[2,110],110:[2,110],118:[2,110],126:[2,110],128:[2,110],129:[2,110],132:[2,110],133:[2,110],134:[2,110],135:[2,110],136:[2,110],137:[2,110]},{6:[2,53],25:[2,53],53:246,54:[1,229],86:[2,53]},{6:[2,129],25:[2,129],26:[2,129],54:[2,129],57:[1,247],86:[2,129],91:[2,129],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{50:248,51:[1,60],52:[1,61]},{6:[2,54],25:[2,54],26:[2,54],27:110,28:[1,73],44:111,55:249,56:109,58:112,59:113,76:[1,70],89:[1,114],90:[1,115]},{6:[1,250],25:[1,251]},{6:[2,61],25:[2,61],26:[2,61],49:[2,61],54:[2,61]},{8:252,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,201],6:[2,201],25:[2,201],26:[2,201],49:[2,201],54:[2,201],57:[2,201],73:[2,201],78:[2,201],86:[2,201],91:[2,201],93:[2,201],102:[2,201],103:87,104:[2,201],105:[2,201],106:[2,201],109:88,110:[2,201],111:69,118:[2,201],126:[2,201],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{8:253,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:254,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,204],6:[2,204],25:[2,204],26:[2,204],49:[2,204],54:[2,204],57:[2,204],73:[2,204],78:[2,204],86:[2,204],91:[2,204],93:[2,204],102:[2,204],103:87,104:[2,204],105:[2,204],106:[2,204],109:88,110:[2,204],111:69,118:[2,204],126:[2,204],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,183],6:[2,183],25:[2,183],26:[2,183],49:[2,183],54:[2,183],57:[2,183],73:[2,183],78:[2,183],86:[2,183],91:[2,183],93:[2,183],102:[2,183],104:[2,183],105:[2,183],106:[2,183],110:[2,183],118:[2,183],126:[2,183],128:[2,183],129:[2,183],132:[2,183],133:[2,183],134:[2,183],135:[2,183],136:[2,183],137:[2,183]},{8:255,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,134],6:[2,134],25:[2,134],26:[2,134],49:[2,134],54:[2,134],57:[2,134],73:[2,134],78:[2,134],86:[2,134],91:[2,134],93:[2,134],98:[1,256],102:[2,134],104:[2,134],105:[2,134],106:[2,134],110:[2,134],118:[2,134],126:[2,134],128:[2,134],129:[2,134],132:[2,134],133:[2,134],134:[2,134],135:[2,134],136:[2,134],137:[2,134]},{5:257,25:[1,5]},{27:258,28:[1,73],59:259,76:[1,70]},{120:260,122:219,123:[1,220]},{26:[1,261],121:[1,262],122:263,123:[1,220]},{26:[2,176],121:[2,176],123:[2,176]},{8:265,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],95:264,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,98],5:266,6:[2,98],25:[1,5],26:[2,98],49:[2,98],54:[2,98],57:[2,98],73:[2,98],78:[2,98],86:[2,98],91:[2,98],93:[2,98],102:[2,98],103:87,104:[1,65],105:[2,98],106:[1,66],109:88,110:[1,68],111:69,118:[2,98],126:[2,98],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,101],6:[2,101],25:[2,101],26:[2,101],49:[2,101],54:[2,101],57:[2,101],73:[2,101],78:[2,101],86:[2,101],91:[2,101],93:[2,101],102:[2,101],104:[2,101],105:[2,101],106:[2,101],110:[2,101],118:[2,101],126:[2,101],128:[2,101],129:[2,101],132:[2,101],133:[2,101],134:[2,101],135:[2,101],136:[2,101],137:[2,101]},{8:267,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,140],6:[2,140],25:[2,140],26:[2,140],49:[2,140],54:[2,140],57:[2,140],66:[2,140],67:[2,140],68:[2,140],69:[2,140],71:[2,140],73:[2,140],74:[2,140],78:[2,140],84:[2,140],85:[2,140],86:[2,140],91:[2,140],93:[2,140],102:[2,140],104:[2,140],105:[2,140],106:[2,140],110:[2,140],118:[2,140],126:[2,140],128:[2,140],129:[2,140],132:[2,140],133:[2,140],134:[2,140],135:[2,140],136:[2,140],137:[2,140]},{6:[1,74],26:[1,268]},{8:269,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,67],12:[2,118],25:[2,67],28:[2,118],30:[2,118],31:[2,118],33:[2,118],34:[2,118],35:[2,118],36:[2,118],37:[2,118],38:[2,118],45:[2,118],46:[2,118],47:[2,118],51:[2,118],52:[2,118],54:[2,67],76:[2,118],79:[2,118],83:[2,118],88:[2,118],89:[2,118],90:[2,118],91:[2,67],96:[2,118],100:[2,118],101:[2,118],104:[2,118],106:[2,118],108:[2,118],110:[2,118],119:[2,118],125:[2,118],127:[2,118],128:[2,118],129:[2,118],130:[2,118],131:[2,118]},{6:[1,271],25:[1,272],91:[1,270]},{6:[2,54],8:202,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[2,54],26:[2,54],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],86:[2,54],88:[1,58],89:[1,59],90:[1,57],91:[2,54],94:273,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,53],25:[2,53],26:[2,53],53:274,54:[1,229]},{1:[2,180],6:[2,180],25:[2,180],26:[2,180],49:[2,180],54:[2,180],57:[2,180],73:[2,180],78:[2,180],86:[2,180],91:[2,180],93:[2,180],102:[2,180],104:[2,180],105:[2,180],106:[2,180],110:[2,180],118:[2,180],121:[2,180],126:[2,180],128:[2,180],129:[2,180],132:[2,180],133:[2,180],134:[2,180],135:[2,180],136:[2,180],137:[2,180]},{8:275,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:276,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{116:[2,158],117:[2,158]},{27:159,28:[1,73],44:160,58:161,59:162,76:[1,70],89:[1,114],90:[1,115],115:277},{1:[2,165],6:[2,165],25:[2,165],26:[2,165],49:[2,165],54:[2,165],57:[2,165],73:[2,165],78:[2,165],86:[2,165],91:[2,165],93:[2,165],102:[2,165],103:87,104:[2,165],105:[1,278],106:[2,165],109:88,110:[2,165],111:69,118:[1,279],126:[2,165],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,166],6:[2,166],25:[2,166],26:[2,166],49:[2,166],54:[2,166],57:[2,166],73:[2,166],78:[2,166],86:[2,166],91:[2,166],93:[2,166],102:[2,166],103:87,104:[2,166],105:[1,280],106:[2,166],109:88,110:[2,166],111:69,118:[2,166],126:[2,166],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[1,282],25:[1,283],78:[1,281]},{6:[2,54],11:169,25:[2,54],26:[2,54],27:170,28:[1,73],29:171,30:[1,71],31:[1,72],41:284,42:168,44:172,46:[1,46],78:[2,54],89:[1,114]},{8:285,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,286],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,86],6:[2,86],25:[2,86],26:[2,86],40:[2,86],49:[2,86],54:[2,86],57:[2,86],66:[2,86],67:[2,86],68:[2,86],69:[2,86],71:[2,86],73:[2,86],74:[2,86],78:[2,86],80:[2,86],84:[2,86],85:[2,86],86:[2,86],91:[2,86],93:[2,86],102:[2,86],104:[2,86],105:[2,86],106:[2,86],110:[2,86],118:[2,86],126:[2,86],128:[2,86],129:[2,86],130:[2,86],131:[2,86],132:[2,86],133:[2,86],134:[2,86],135:[2,86],136:[2,86],137:[2,86],138:[2,86]},{8:287,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,73:[2,121],76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{73:[2,122],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,37],6:[2,37],25:[2,37],26:[2,37],49:[2,37],54:[2,37],57:[2,37],73:[2,37],78:[2,37],86:[2,37],91:[2,37],93:[2,37],102:[2,37],103:87,104:[2,37],105:[2,37],106:[2,37],109:88,110:[2,37],111:69,118:[2,37],126:[2,37],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{26:[1,288],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[1,271],25:[1,272],86:[1,289]},{6:[2,67],25:[2,67],26:[2,67],54:[2,67],86:[2,67],91:[2,67]},{5:290,25:[1,5]},{6:[2,57],25:[2,57],26:[2,57],49:[2,57],54:[2,57]},{27:110,28:[1,73],44:111,55:291,56:109,58:112,59:113,76:[1,70],89:[1,114],90:[1,115]},{6:[2,55],25:[2,55],26:[2,55],27:110,28:[1,73],44:111,48:292,54:[2,55],55:108,56:109,58:112,59:113,76:[1,70],89:[1,114],90:[1,115]},{6:[2,62],25:[2,62],26:[2,62],49:[2,62],54:[2,62],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{26:[1,293],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,203],6:[2,203],25:[2,203],26:[2,203],49:[2,203],54:[2,203],57:[2,203],73:[2,203],78:[2,203],86:[2,203],91:[2,203],93:[2,203],102:[2,203],103:87,104:[2,203],105:[2,203],106:[2,203],109:88,110:[2,203],111:69,118:[2,203],126:[2,203],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{5:294,25:[1,5],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{5:295,25:[1,5]},{1:[2,135],6:[2,135],25:[2,135],26:[2,135],49:[2,135],54:[2,135],57:[2,135],73:[2,135],78:[2,135],86:[2,135],91:[2,135],93:[2,135],102:[2,135],104:[2,135],105:[2,135],106:[2,135],110:[2,135],118:[2,135],126:[2,135],128:[2,135],129:[2,135],132:[2,135],133:[2,135],134:[2,135],135:[2,135],136:[2,135],137:[2,135]},{5:296,25:[1,5]},{5:297,25:[1,5]},{26:[1,298],121:[1,299],122:263,123:[1,220]},{1:[2,174],6:[2,174],25:[2,174],26:[2,174],49:[2,174],54:[2,174],57:[2,174],73:[2,174],78:[2,174],86:[2,174],91:[2,174],93:[2,174],102:[2,174],104:[2,174],105:[2,174],106:[2,174],110:[2,174],118:[2,174],126:[2,174],128:[2,174],129:[2,174],132:[2,174],133:[2,174],134:[2,174],135:[2,174],136:[2,174],137:[2,174]},{5:300,25:[1,5]},{26:[2,177],121:[2,177],123:[2,177]},{5:301,25:[1,5],54:[1,302]},{25:[2,131],54:[2,131],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,99],6:[2,99],25:[2,99],26:[2,99],49:[2,99],54:[2,99],57:[2,99],73:[2,99],78:[2,99],86:[2,99],91:[2,99],93:[2,99],102:[2,99],104:[2,99],105:[2,99],106:[2,99],110:[2,99],118:[2,99],126:[2,99],128:[2,99],129:[2,99],132:[2,99],133:[2,99],134:[2,99],135:[2,99],136:[2,99],137:[2,99]},{1:[2,102],5:303,6:[2,102],25:[1,5],26:[2,102],49:[2,102],54:[2,102],57:[2,102],73:[2,102],78:[2,102],86:[2,102],91:[2,102],93:[2,102],102:[2,102],103:87,104:[1,65],105:[2,102],106:[1,66],109:88,110:[1,68],111:69,118:[2,102],126:[2,102],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{102:[1,304]},{91:[1,305],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,116],6:[2,116],25:[2,116],26:[2,116],40:[2,116],49:[2,116],54:[2,116],57:[2,116],66:[2,116],67:[2,116],68:[2,116],69:[2,116],71:[2,116],73:[2,116],74:[2,116],78:[2,116],84:[2,116],85:[2,116],86:[2,116],91:[2,116],93:[2,116],102:[2,116],104:[2,116],105:[2,116],106:[2,116],110:[2,116],116:[2,116],117:[2,116],118:[2,116],126:[2,116],128:[2,116],129:[2,116],132:[2,116],133:[2,116],134:[2,116],135:[2,116],136:[2,116],137:[2,116]},{8:202,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],94:306,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:202,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,25:[1,147],27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,60:148,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],87:307,88:[1,58],89:[1,59],90:[1,57],94:146,96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[2,125],25:[2,125],26:[2,125],54:[2,125],86:[2,125],91:[2,125]},{6:[1,271],25:[1,272],26:[1,308]},{1:[2,143],6:[2,143],25:[2,143],26:[2,143],49:[2,143],54:[2,143],57:[2,143],73:[2,143],78:[2,143],86:[2,143],91:[2,143],93:[2,143],102:[2,143],103:87,104:[1,65],105:[2,143],106:[1,66],109:88,110:[1,68],111:69,118:[2,143],126:[2,143],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,145],6:[2,145],25:[2,145],26:[2,145],49:[2,145],54:[2,145],57:[2,145],73:[2,145],78:[2,145],86:[2,145],91:[2,145],93:[2,145],102:[2,145],103:87,104:[1,65],105:[2,145],106:[1,66],109:88,110:[1,68],111:69,118:[2,145],126:[2,145],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{116:[2,164],117:[2,164]},{8:309,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:310,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:311,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,90],6:[2,90],25:[2,90],26:[2,90],40:[2,90],49:[2,90],54:[2,90],57:[2,90],66:[2,90],67:[2,90],68:[2,90],69:[2,90],71:[2,90],73:[2,90],74:[2,90],78:[2,90],84:[2,90],85:[2,90],86:[2,90],91:[2,90],93:[2,90],102:[2,90],104:[2,90],105:[2,90],106:[2,90],110:[2,90],116:[2,90],117:[2,90],118:[2,90],126:[2,90],128:[2,90],129:[2,90],132:[2,90],133:[2,90],134:[2,90],135:[2,90],136:[2,90],137:[2,90]},{11:169,27:170,28:[1,73],29:171,30:[1,71],31:[1,72],41:312,42:168,44:172,46:[1,46],89:[1,114]},{6:[2,91],11:169,25:[2,91],26:[2,91],27:170,28:[1,73],29:171,30:[1,71],31:[1,72],41:167,42:168,44:172,46:[1,46],54:[2,91],77:313,89:[1,114]},{6:[2,93],25:[2,93],26:[2,93],54:[2,93],78:[2,93]},{6:[2,40],25:[2,40],26:[2,40],54:[2,40],78:[2,40],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{8:314,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{73:[2,120],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,38],6:[2,38],25:[2,38],26:[2,38],49:[2,38],54:[2,38],57:[2,38],73:[2,38],78:[2,38],86:[2,38],91:[2,38],93:[2,38],102:[2,38],104:[2,38],105:[2,38],106:[2,38],110:[2,38],118:[2,38],126:[2,38],128:[2,38],129:[2,38],132:[2,38],133:[2,38],134:[2,38],135:[2,38],136:[2,38],137:[2,38]},{1:[2,111],6:[2,111],25:[2,111],26:[2,111],49:[2,111],54:[2,111],57:[2,111],66:[2,111],67:[2,111],68:[2,111],69:[2,111],71:[2,111],73:[2,111],74:[2,111],78:[2,111],84:[2,111],85:[2,111],86:[2,111],91:[2,111],93:[2,111],102:[2,111],104:[2,111],105:[2,111],106:[2,111],110:[2,111],118:[2,111],126:[2,111],128:[2,111],129:[2,111],132:[2,111],133:[2,111],134:[2,111],135:[2,111],136:[2,111],137:[2,111]},{1:[2,49],6:[2,49],25:[2,49],26:[2,49],49:[2,49],54:[2,49],57:[2,49],73:[2,49],78:[2,49],86:[2,49],91:[2,49],93:[2,49],102:[2,49],104:[2,49],105:[2,49],106:[2,49],110:[2,49],118:[2,49],126:[2,49],128:[2,49],129:[2,49],132:[2,49],133:[2,49],134:[2,49],135:[2,49],136:[2,49],137:[2,49]},{6:[2,58],25:[2,58],26:[2,58],49:[2,58],54:[2,58]},{6:[2,53],25:[2,53],26:[2,53],53:315,54:[1,204]},{1:[2,202],6:[2,202],25:[2,202],26:[2,202],49:[2,202],54:[2,202],57:[2,202],73:[2,202],78:[2,202],86:[2,202],91:[2,202],93:[2,202],102:[2,202],104:[2,202],105:[2,202],106:[2,202],110:[2,202],118:[2,202],126:[2,202],128:[2,202],129:[2,202],132:[2,202],133:[2,202],134:[2,202],135:[2,202],136:[2,202],137:[2,202]},{1:[2,181],6:[2,181],25:[2,181],26:[2,181],49:[2,181],54:[2,181],57:[2,181],73:[2,181],78:[2,181],86:[2,181],91:[2,181],93:[2,181],102:[2,181],104:[2,181],105:[2,181],106:[2,181],110:[2,181],118:[2,181],121:[2,181],126:[2,181],128:[2,181],129:[2,181],132:[2,181],133:[2,181],134:[2,181],135:[2,181],136:[2,181],137:[2,181]},{1:[2,136],6:[2,136],25:[2,136],26:[2,136],49:[2,136],54:[2,136],57:[2,136],73:[2,136],78:[2,136],86:[2,136],91:[2,136],93:[2,136],102:[2,136],104:[2,136],105:[2,136],106:[2,136],110:[2,136],118:[2,136],126:[2,136],128:[2,136],129:[2,136],132:[2,136],133:[2,136],134:[2,136],135:[2,136],136:[2,136],137:[2,136]},{1:[2,137],6:[2,137],25:[2,137],26:[2,137],49:[2,137],54:[2,137],57:[2,137],73:[2,137],78:[2,137],86:[2,137],91:[2,137],93:[2,137],98:[2,137],102:[2,137],104:[2,137],105:[2,137],106:[2,137],110:[2,137],118:[2,137],126:[2,137],128:[2,137],129:[2,137],132:[2,137],133:[2,137],134:[2,137],135:[2,137],136:[2,137],137:[2,137]},{1:[2,138],6:[2,138],25:[2,138],26:[2,138],49:[2,138],54:[2,138],57:[2,138],73:[2,138],78:[2,138],86:[2,138],91:[2,138],93:[2,138],98:[2,138],102:[2,138],104:[2,138],105:[2,138],106:[2,138],110:[2,138],118:[2,138],126:[2,138],128:[2,138],129:[2,138],132:[2,138],133:[2,138],134:[2,138],135:[2,138],136:[2,138],137:[2,138]},{1:[2,172],6:[2,172],25:[2,172],26:[2,172],49:[2,172],54:[2,172],57:[2,172],73:[2,172],78:[2,172],86:[2,172],91:[2,172],93:[2,172],102:[2,172],104:[2,172],105:[2,172],106:[2,172],110:[2,172],118:[2,172],126:[2,172],128:[2,172],129:[2,172],132:[2,172],133:[2,172],134:[2,172],135:[2,172],136:[2,172],137:[2,172]},{5:316,25:[1,5]},{26:[1,317]},{6:[1,318],26:[2,178],121:[2,178],123:[2,178]},{8:319,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{1:[2,103],6:[2,103],25:[2,103],26:[2,103],49:[2,103],54:[2,103],57:[2,103],73:[2,103],78:[2,103],86:[2,103],91:[2,103],93:[2,103],102:[2,103],104:[2,103],105:[2,103],106:[2,103],110:[2,103],118:[2,103],126:[2,103],128:[2,103],129:[2,103],132:[2,103],133:[2,103],134:[2,103],135:[2,103],136:[2,103],137:[2,103]},{1:[2,141],6:[2,141],25:[2,141],26:[2,141],49:[2,141],54:[2,141],57:[2,141],66:[2,141],67:[2,141],68:[2,141],69:[2,141],71:[2,141],73:[2,141],74:[2,141],78:[2,141],84:[2,141],85:[2,141],86:[2,141],91:[2,141],93:[2,141],102:[2,141],104:[2,141],105:[2,141],106:[2,141],110:[2,141],118:[2,141],126:[2,141],128:[2,141],129:[2,141],132:[2,141],133:[2,141],134:[2,141],135:[2,141],136:[2,141],137:[2,141]},{1:[2,119],6:[2,119],25:[2,119],26:[2,119],49:[2,119],54:[2,119],57:[2,119],66:[2,119],67:[2,119],68:[2,119],69:[2,119],71:[2,119],73:[2,119],74:[2,119],78:[2,119],84:[2,119],85:[2,119],86:[2,119],91:[2,119],93:[2,119],102:[2,119],104:[2,119],105:[2,119],106:[2,119],110:[2,119],118:[2,119],126:[2,119],128:[2,119],129:[2,119],132:[2,119],133:[2,119],134:[2,119],135:[2,119],136:[2,119],137:[2,119]},{6:[2,126],25:[2,126],26:[2,126],54:[2,126],86:[2,126],91:[2,126]},{6:[2,53],25:[2,53],26:[2,53],53:320,54:[1,229]},{6:[2,127],25:[2,127],26:[2,127],54:[2,127],86:[2,127],91:[2,127]},{1:[2,167],6:[2,167],25:[2,167],26:[2,167],49:[2,167],54:[2,167],57:[2,167],73:[2,167],78:[2,167],86:[2,167],91:[2,167],93:[2,167],102:[2,167],103:87,104:[2,167],105:[2,167],106:[2,167],109:88,110:[2,167],111:69,118:[1,321],126:[2,167],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,169],6:[2,169],25:[2,169],26:[2,169],49:[2,169],54:[2,169],57:[2,169],73:[2,169],78:[2,169],86:[2,169],91:[2,169],93:[2,169],102:[2,169],103:87,104:[2,169],105:[1,322],106:[2,169],109:88,110:[2,169],111:69,118:[2,169],126:[2,169],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,168],6:[2,168],25:[2,168],26:[2,168],49:[2,168],54:[2,168],57:[2,168],73:[2,168],78:[2,168],86:[2,168],91:[2,168],93:[2,168],102:[2,168],103:87,104:[2,168],105:[2,168],106:[2,168],109:88,110:[2,168],111:69,118:[2,168],126:[2,168],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[2,94],25:[2,94],26:[2,94],54:[2,94],78:[2,94]},{6:[2,53],25:[2,53],26:[2,53],53:323,54:[1,239]},{26:[1,324],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[1,250],25:[1,251],26:[1,325]},{26:[1,326]},{1:[2,175],6:[2,175],25:[2,175],26:[2,175],49:[2,175],54:[2,175],57:[2,175],73:[2,175],78:[2,175],86:[2,175],91:[2,175],93:[2,175],102:[2,175],104:[2,175],105:[2,175],106:[2,175],110:[2,175],118:[2,175],126:[2,175],128:[2,175],129:[2,175],132:[2,175],133:[2,175],134:[2,175],135:[2,175],136:[2,175],137:[2,175]},{26:[2,179],121:[2,179],123:[2,179]},{25:[2,132],54:[2,132],103:87,104:[1,65],106:[1,66],109:88,110:[1,68],111:69,126:[1,86],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[1,271],25:[1,272],26:[1,327]},{8:328,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{8:329,9:118,10:20,11:21,12:[1,22],13:8,14:9,15:10,16:11,17:12,18:13,19:14,20:15,21:16,22:17,23:18,24:19,27:62,28:[1,73],29:49,30:[1,71],31:[1,72],32:24,33:[1,50],34:[1,51],35:[1,52],36:[1,53],37:[1,54],38:[1,55],39:23,44:63,45:[1,45],46:[1,46],47:[1,29],50:30,51:[1,60],52:[1,61],58:47,59:48,61:36,63:25,64:26,65:27,76:[1,70],79:[1,43],83:[1,28],88:[1,58],89:[1,59],90:[1,57],96:[1,38],100:[1,44],101:[1,56],103:39,104:[1,65],106:[1,66],107:40,108:[1,67],109:41,110:[1,68],111:69,119:[1,42],124:37,125:[1,64],127:[1,31],128:[1,32],129:[1,33],130:[1,34],131:[1,35]},{6:[1,282],25:[1,283],26:[1,330]},{6:[2,41],25:[2,41],26:[2,41],54:[2,41],78:[2,41]},{6:[2,59],25:[2,59],26:[2,59],49:[2,59],54:[2,59]},{1:[2,173],6:[2,173],25:[2,173],26:[2,173],49:[2,173],54:[2,173],57:[2,173],73:[2,173],78:[2,173],86:[2,173],91:[2,173],93:[2,173],102:[2,173],104:[2,173],105:[2,173],106:[2,173],110:[2,173],118:[2,173],126:[2,173],128:[2,173],129:[2,173],132:[2,173],133:[2,173],134:[2,173],135:[2,173],136:[2,173],137:[2,173]},{6:[2,128],25:[2,128],26:[2,128],54:[2,128],86:[2,128],91:[2,128]},{1:[2,170],6:[2,170],25:[2,170],26:[2,170],49:[2,170],54:[2,170],57:[2,170],73:[2,170],78:[2,170],86:[2,170],91:[2,170],93:[2,170],102:[2,170],103:87,104:[2,170],105:[2,170],106:[2,170],109:88,110:[2,170],111:69,118:[2,170],126:[2,170],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{1:[2,171],6:[2,171],25:[2,171],26:[2,171],49:[2,171],54:[2,171],57:[2,171],73:[2,171],78:[2,171],86:[2,171],91:[2,171],93:[2,171],102:[2,171],103:87,104:[2,171],105:[2,171],106:[2,171],109:88,110:[2,171],111:69,118:[2,171],126:[2,171],128:[1,80],129:[1,79],132:[1,78],133:[1,81],134:[1,82],135:[1,83],136:[1,84],137:[1,85]},{6:[2,95],25:[2,95],26:[2,95],54:[2,95],78:[2,95]}],defaultActions:{60:[2,51],61:[2,52],75:[2,3],94:[2,109],191:[2,89]},parseError:function(e){throw Error(e) +},parse:function(e){function t(){var e;return e=n.lexer.lex()||1,"number"!=typeof e&&(e=n.symbols_[e]||e),e}var n=this,i=[0],r=[null],s=[],a=this.table,o="",c=0,h=0,l=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,this.lexer.yylloc===void 0&&(this.lexer.yylloc={});var u=this.lexer.yylloc;s.push(u);var p=this.lexer.options&&this.lexer.options.ranges;"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var d,f,m,g,b,k,v,y,w,T={};;){if(m=i[i.length-1],this.defaultActions[m]?g=this.defaultActions[m]:((null===d||d===void 0)&&(d=t()),g=a[m]&&a[m][d]),g===void 0||!g.length||!g[0]){var C="";if(!l){w=[];for(k in a[m])this.terminals_[k]&&k>2&&w.push("'"+this.terminals_[k]+"'");C=this.lexer.showPosition?"Parse error on line "+(c+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+w.join(", ")+", got '"+(this.terminals_[d]||d)+"'":"Parse error on line "+(c+1)+": Unexpected "+(1==d?"end of input":"'"+(this.terminals_[d]||d)+"'"),this.parseError(C,{text:this.lexer.match,token:this.terminals_[d]||d,line:this.lexer.yylineno,loc:u,expected:w})}}if(g[0]instanceof Array&&g.length>1)throw Error("Parse Error: multiple actions possible at state: "+m+", token: "+d);switch(g[0]){case 1:i.push(d),r.push(this.lexer.yytext),s.push(this.lexer.yylloc),i.push(g[1]),d=null,f?(d=f,f=null):(h=this.lexer.yyleng,o=this.lexer.yytext,c=this.lexer.yylineno,u=this.lexer.yylloc,l>0&&l--);break;case 2:if(v=this.productions_[g[1]][1],T.$=r[r.length-v],T._$={first_line:s[s.length-(v||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(v||1)].first_column,last_column:s[s.length-1].last_column},p&&(T._$.range=[s[s.length-(v||1)].range[0],s[s.length-1].range[1]]),b=this.performAction.call(T,o,h,c,this.yy,g[1],r,s),b!==void 0)return b;v&&(i=i.slice(0,2*-1*v),r=r.slice(0,-1*v),s=s.slice(0,-1*v)),i.push(this.productions_[g[1]][0]),r.push(T.$),s.push(T._$),y=a[i[i.length-2]][i[i.length-1]],i.push(y);break;case 3:return!0}}return!0}};return e.prototype=t,t.Parser=e,new e}();require!==void 0&&e!==void 0&&(e.parser=t,e.Parser=t.Parser,e.parse=function(){return t.parse.apply(t,arguments)},e.main=function(t){t[1]||(console.log("Usage: "+t[0]+" FILE"),process.exit(1));var n=require("fs").readFileSync(require("path").normalize(t[1]),"utf8");return e.parser.parse(n)},"undefined"!=typeof module&&require.main===module&&e.main(process.argv.slice(1)))},require["./scope"]=new function(){var e=this;(function(){var t,n,i,r;r=require("./helpers"),n=r.extend,i=r.last,e.Scope=t=function(){function e(t,n,i){this.parent=t,this.expressions=n,this.method=i,this.variables=[{name:"arguments",type:"arguments"}],this.positions={},this.parent||(e.root=this)}return e.root=null,e.prototype.add=function(e,t,n){return this.shared&&!n?this.parent.add(e,t,n):Object.prototype.hasOwnProperty.call(this.positions,e)?this.variables[this.positions[e]].type=t:this.positions[e]=this.variables.push({name:e,type:t})-1},e.prototype.namedMethod=function(){var e;return(null!=(e=this.method)?e.name:void 0)||!this.parent?this.method:this.parent.namedMethod()},e.prototype.find=function(e){return this.check(e)?!0:(this.add(e,"var"),!1)},e.prototype.parameter=function(e){return this.shared&&this.parent.check(e,!0)?void 0:this.add(e,"param")},e.prototype.check=function(e){var t;return!!(this.type(e)||(null!=(t=this.parent)?t.check(e):void 0))},e.prototype.temporary=function(e,t){return e.length>1?"_"+e+(t>1?t-1:""):"_"+(t+parseInt(e,36)).toString(36).replace(/\d/g,"a")},e.prototype.type=function(e){var t,n,i,r;for(r=this.variables,n=0,i=r.length;i>n;n++)if(t=r[n],t.name===e)return t.type;return null},e.prototype.freeVariable=function(e,t){var n,i;for(null==t&&(t=!0),n=0;this.check(i=this.temporary(e,n));)n++;return t&&this.add(i,"var",!0),i},e.prototype.assign=function(e,t){return this.add(e,{value:t,assigned:!0},!0),this.hasAssignments=!0},e.prototype.hasDeclarations=function(){return!!this.declaredVariables().length},e.prototype.declaredVariables=function(){var e,t,n,i,r,s;for(e=[],t=[],s=this.variables,i=0,r=s.length;r>i;i++)n=s[i],"var"===n.type&&("_"===n.name.charAt(0)?t:e).push(n.name);return e.sort().concat(t.sort())},e.prototype.assignedVariables=function(){var e,t,n,i,r;for(i=this.variables,r=[],t=0,n=i.length;n>t;t++)e=i[t],e.type.assigned&&r.push(""+e.name+" = "+e.type.value);return r},e}()}).call(this)},require["./nodes"]=new function(){var e=this;(function(){var t,n,i,r,s,a,o,c,h,l,u,p,d,f,m,g,b,k,v,y,w,T,C,F,L,N,E,D,x,S,A,R,_,I,$,O,M,j,V,B,P,U,q,H,G,W,X,Y,K,z,J,Z,Q,et,tt,nt,it,rt,st,at,ot,ct,ht,lt,ut,pt,dt,ft,mt,gt,bt,kt={}.hasOwnProperty,vt=function(e,t){function n(){this.constructor=e}for(var i in t)kt.call(t,i)&&(e[i]=t[i]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},yt=[].indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(t in this&&this[t]===e)return t;return-1},wt=[].slice;Error.stackTraceLimit=1/0,B=require("./scope").Scope,ft=require("./lexer"),$=ft.RESERVED,V=ft.STRICT_PROSCRIBED,mt=require("./helpers"),Q=mt.compact,it=mt.flatten,nt=mt.extend,ot=mt.merge,et=mt.del,lt=mt.starts,tt=mt.ends,st=mt.last,ht=mt.some,Z=mt.addLocationDataFn,at=mt.locationDataToString,ut=mt.throwSyntaxError,e.extend=nt,e.addLocationDataFn=Z,J=function(){return!0},S=function(){return!1},G=function(){return this},x=function(){return this.negated=!this.negated,this},e.CodeFragment=l=function(){function e(e,t){var n;this.code=""+t,this.locationData=null!=e?e.locationData:void 0,this.type=(null!=e?null!=(n=e.constructor)?n.name:void 0:void 0)||"unknown"}return e.prototype.toString=function(){return""+this.code+[this.locationData?": "+at(this.locationData):void 0]},e}(),rt=function(e){var t;return function(){var n,i,r;for(r=[],n=0,i=e.length;i>n;n++)t=e[n],r.push(t.code);return r}().join("")},e.Base=r=function(){function e(){}return e.prototype.compile=function(e,t){return rt(this.compileToFragments(e,t))},e.prototype.compileToFragments=function(e,t){var n;return e=nt({},e),t&&(e.level=t),n=this.unfoldSoak(e)||this,n.tab=e.indent,e.level!==N&&n.isStatement(e)?n.compileClosure(e):n.compileNode(e)},e.prototype.compileClosure=function(e){var t;return(t=this.jumps())&&t.error("cannot use a pure statement in an expression"),e.sharedScope=!0,c.wrap(this).compileNode(e)},e.prototype.cache=function(e,t,n){var r,s;return this.isComplex()?(r=new E(n||e.scope.freeVariable("ref")),s=new i(r,this),t?[s.compileToFragments(e,t),[this.makeCode(r.value)]]:[s,r]):(r=t?this.compileToFragments(e,t):this,[r,r])},e.prototype.cacheToCodeFragments=function(e){return[rt(e[0]),rt(e[1])]},e.prototype.makeReturn=function(e){var t;return t=this.unwrapAll(),e?new a(new E(""+e+".push"),[t]):new M(t)},e.prototype.contains=function(e){var t;return t=void 0,this.traverseChildren(!1,function(n){return e(n)?(t=n,!1):void 0}),t},e.prototype.lastNonComment=function(e){var t;for(t=e.length;t--;)if(!(e[t]instanceof u))return e[t];return null},e.prototype.toString=function(e,t){var n;return null==e&&(e=""),null==t&&(t=this.constructor.name),n="\n"+e+t,this.soak&&(n+="?"),this.eachChild(function(t){return n+=t.toString(e+H)}),n},e.prototype.eachChild=function(e){var t,n,i,r,s,a,o,c;if(!this.children)return this;for(o=this.children,i=0,s=o.length;s>i;i++)if(t=o[i],this[t])for(c=it([this[t]]),r=0,a=c.length;a>r;r++)if(n=c[r],e(n)===!1)return this;return this},e.prototype.traverseChildren=function(e,t){return this.eachChild(function(n){return t(n)===!1?!1:n.traverseChildren(e,t)})},e.prototype.invert=function(){return new R("!",this)},e.prototype.unwrapAll=function(){var e;for(e=this;e!==(e=e.unwrap()););return e},e.prototype.children=[],e.prototype.isStatement=S,e.prototype.jumps=S,e.prototype.isComplex=J,e.prototype.isChainable=S,e.prototype.isAssignable=S,e.prototype.unwrap=G,e.prototype.unfoldSoak=S,e.prototype.assigns=S,e.prototype.updateLocationDataIfMissing=function(e){return this.locationData||(this.locationData=e),this.eachChild(function(t){return t.updateLocationDataIfMissing(e)})},e.prototype.error=function(e){return ut(e,this.locationData)},e.prototype.makeCode=function(e){return new l(this,e)},e.prototype.wrapInBraces=function(e){return[].concat(this.makeCode("("),e,this.makeCode(")"))},e.prototype.joinFragmentArrays=function(e,t){var n,i,r,s,a;for(n=[],r=s=0,a=e.length;a>s;r=++s)i=e[r],r&&n.push(this.makeCode(t)),n=n.concat(i);return n},e}(),e.Block=s=function(e){function t(e){this.expressions=Q(it(e||[]))}return vt(t,e),t.prototype.children=["expressions"],t.prototype.push=function(e){return this.expressions.push(e),this},t.prototype.pop=function(){return this.expressions.pop()},t.prototype.unshift=function(e){return this.expressions.unshift(e),this},t.prototype.unwrap=function(){return 1===this.expressions.length?this.expressions[0]:this},t.prototype.isEmpty=function(){return!this.expressions.length},t.prototype.isStatement=function(e){var t,n,i,r;for(r=this.expressions,n=0,i=r.length;i>n;n++)if(t=r[n],t.isStatement(e))return!0;return!1},t.prototype.jumps=function(e){var t,n,i,r;for(r=this.expressions,n=0,i=r.length;i>n;n++)if(t=r[n],t.jumps(e))return t},t.prototype.makeReturn=function(e){var t,n;for(n=this.expressions.length;n--;)if(t=this.expressions[n],!(t instanceof u)){this.expressions[n]=t.makeReturn(e),t instanceof M&&!t.expression&&this.expressions.splice(n,1);break}return this},t.prototype.compileToFragments=function(e,n){return null==e&&(e={}),e.scope?t.__super__.compileToFragments.call(this,e,n):this.compileRoot(e)},t.prototype.compileNode=function(e){var n,i,r,s,a,o,c,h,l;for(this.tab=e.indent,o=e.level===N,i=[],l=this.expressions,s=c=0,h=l.length;h>c;s=++c)a=l[s],a=a.unwrapAll(),a=a.unfoldSoak(e)||a,a instanceof t?i.push(a.compileNode(e)):o?(a.front=!0,r=a.compileToFragments(e),a.isStatement(e)||(r.unshift(this.makeCode(""+this.tab)),r.push(this.makeCode(";"))),i.push(r)):i.push(a.compileToFragments(e,C));return o?this.spaced?[].concat(this.joinFragmentArrays(i,"\n\n"),this.makeCode("\n")):this.joinFragmentArrays(i,"\n"):(n=i.length?this.joinFragmentArrays(i,", "):[this.makeCode("void 0")],i.length>1&&e.level>=C?this.wrapInBraces(n):n)},t.prototype.compileRoot=function(e){var t,n,i,r,s,a,o,c,h,l;for(e.indent=e.bare?"":H,e.level=N,this.spaced=!0,e.scope=new B(null,this,null),l=e.locals||[],c=0,h=l.length;h>c;c++)r=l[c],e.scope.parameter(r);return s=[],e.bare||(a=function(){var e,n,r,s;for(r=this.expressions,s=[],i=e=0,n=r.length;n>e&&(t=r[i],t.unwrap()instanceof u);i=++e)s.push(t);return s}.call(this),o=this.expressions.slice(a.length),this.expressions=a,a.length&&(s=this.compileNode(ot(e,{indent:""})),s.push(this.makeCode("\n"))),this.expressions=o),n=this.compileWithDeclarations(e),e.bare?n:[].concat(s,this.makeCode("(function() {\n"),n,this.makeCode("\n}).call(this);\n"))},t.prototype.compileWithDeclarations=function(e){var t,n,i,r,s,a,o,c,h,l,p,d,f,m;for(r=[],a=[],d=this.expressions,s=l=0,p=d.length;p>l&&(i=d[s],i=i.unwrap(),i instanceof u||i instanceof E);s=++l);return e=ot(e,{level:N}),s&&(o=this.expressions.splice(s,9e9),f=[this.spaced,!1],h=f[0],this.spaced=f[1],m=[this.compileNode(e),h],r=m[0],this.spaced=m[1],this.expressions=o),a=this.compileNode(e),c=e.scope,c.expressions===this&&(n=e.scope.hasDeclarations(),t=c.hasAssignments,(n||t)&&(s&&r.push(this.makeCode("\n")),r.push(this.makeCode(""+this.tab+"var ")),n&&r.push(this.makeCode(c.declaredVariables().join(", "))),t&&(n&&r.push(this.makeCode(",\n"+(this.tab+H))),r.push(this.makeCode(c.assignedVariables().join(",\n"+(this.tab+H))))),r.push(this.makeCode(";\n\n")))),r.concat(a)},t.wrap=function(e){return 1===e.length&&e[0]instanceof t?e[0]:new t(e)},t}(r),e.Literal=E=function(e){function t(e){this.value=e}return vt(t,e),t.prototype.makeReturn=function(){return this.isStatement()?this:t.__super__.makeReturn.apply(this,arguments)},t.prototype.isAssignable=function(){return m.test(this.value)},t.prototype.isStatement=function(){var e;return"break"===(e=this.value)||"continue"===e||"debugger"===e},t.prototype.isComplex=S,t.prototype.assigns=function(e){return e===this.value},t.prototype.jumps=function(e){return"break"!==this.value||(null!=e?e.loop:void 0)||(null!=e?e.block:void 0)?"continue"!==this.value||(null!=e?e.loop:void 0)?void 0:this:this},t.prototype.compileNode=function(e){var t,n,i;return n="this"===this.value?(null!=(i=e.scope.method)?i.bound:void 0)?e.scope.method.context:this.value:this.value.reserved?'"'+this.value+'"':this.value,t=this.isStatement()?""+this.tab+n+";":n,[this.makeCode(t)]},t.prototype.toString=function(){return' "'+this.value+'"'},t}(r),e.Undefined=function(e){function t(){return gt=t.__super__.constructor.apply(this,arguments)}return vt(t,e),t.prototype.isAssignable=S,t.prototype.isComplex=S,t.prototype.compileNode=function(e){return[this.makeCode(e.level>=w?"(void 0)":"void 0")]},t}(r),e.Null=function(e){function t(){return bt=t.__super__.constructor.apply(this,arguments)}return vt(t,e),t.prototype.isAssignable=S,t.prototype.isComplex=S,t.prototype.compileNode=function(){return[this.makeCode("null")]},t}(r),e.Bool=function(e){function t(e){this.val=e}return vt(t,e),t.prototype.isAssignable=S,t.prototype.isComplex=S,t.prototype.compileNode=function(){return[this.makeCode(this.val)]},t}(r),e.Return=M=function(e){function t(e){e&&!e.unwrap().isUndefined&&(this.expression=e)}return vt(t,e),t.prototype.children=["expression"],t.prototype.isStatement=J,t.prototype.makeReturn=G,t.prototype.jumps=G,t.prototype.compileToFragments=function(e,n){var i,r;return i=null!=(r=this.expression)?r.makeReturn():void 0,!i||i instanceof t?t.__super__.compileToFragments.call(this,e,n):i.compileToFragments(e,n)},t.prototype.compileNode=function(e){var t;return t=[],t.push(this.makeCode(this.tab+("return"+[this.expression?" ":void 0]))),this.expression&&(t=t.concat(this.expression.compileToFragments(e,L))),t.push(this.makeCode(";")),t},t}(r),e.Value=K=function(e){function t(e,n,i){return!n&&e instanceof t?e:(this.base=e,this.properties=n||[],i&&(this[i]=!0),this)}return vt(t,e),t.prototype.children=["base","properties"],t.prototype.add=function(e){return this.properties=this.properties.concat(e),this},t.prototype.hasProperties=function(){return!!this.properties.length},t.prototype.isArray=function(){return!this.properties.length&&this.base instanceof n},t.prototype.isComplex=function(){return this.hasProperties()||this.base.isComplex()},t.prototype.isAssignable=function(){return this.hasProperties()||this.base.isAssignable()},t.prototype.isSimpleNumber=function(){return this.base instanceof E&&j.test(this.base.value)},t.prototype.isString=function(){return this.base instanceof E&&b.test(this.base.value)},t.prototype.isAtomic=function(){var e,t,n,i;for(i=this.properties.concat(this.base),t=0,n=i.length;n>t;t++)if(e=i[t],e.soak||e instanceof a)return!1;return!0},t.prototype.isStatement=function(e){return!this.properties.length&&this.base.isStatement(e)},t.prototype.assigns=function(e){return!this.properties.length&&this.base.assigns(e)},t.prototype.jumps=function(e){return!this.properties.length&&this.base.jumps(e)},t.prototype.isObject=function(e){return this.properties.length?!1:this.base instanceof A&&(!e||this.base.generated)},t.prototype.isSplice=function(){return st(this.properties)instanceof P},t.prototype.unwrap=function(){return this.properties.length?this:this.base},t.prototype.cacheReference=function(e){var n,r,s,a;return s=st(this.properties),2>this.properties.length&&!this.base.isComplex()&&!(null!=s?s.isComplex():void 0)?[this,this]:(n=new t(this.base,this.properties.slice(0,-1)),n.isComplex()&&(r=new E(e.scope.freeVariable("base")),n=new t(new I(new i(r,n)))),s?(s.isComplex()&&(a=new E(e.scope.freeVariable("name")),s=new y(new i(a,s.index)),a=new y(a)),[n.add(s),new t(r||n.base,[a||s])]):[n,r])},t.prototype.compileNode=function(e){var t,n,i,r,s;for(this.base.front=this.front,i=this.properties,t=this.base.compileToFragments(e,i.length?w:null),(this.base instanceof I||i.length)&&j.test(rt(t))&&t.push(this.makeCode(".")),r=0,s=i.length;s>r;r++)n=i[r],t.push.apply(t,n.compileToFragments(e));return t},t.prototype.unfoldSoak=function(e){var n,r=this;return null!=(n=this.unfoldedSoak)?n:this.unfoldedSoak=function(){var n,s,a,o,c,h,l,u,d,f;if(a=r.base.unfoldSoak(e))return(d=a.body.properties).push.apply(d,r.properties),a;for(f=r.properties,s=l=0,u=f.length;u>l;s=++l)if(o=f[s],o.soak)return o.soak=!1,n=new t(r.base,r.properties.slice(0,s)),h=new t(r.base,r.properties.slice(s)),n.isComplex()&&(c=new E(e.scope.freeVariable("ref")),n=new I(new i(c,n)),h.base=c),new k(new p(n),h,{soak:!0});return!1}()},t}(r),e.Comment=u=function(e){function t(e){this.comment=e}return vt(t,e),t.prototype.isStatement=J,t.prototype.makeReturn=G,t.prototype.compileNode=function(e,t){var n;return n="/*"+ct(this.comment,this.tab)+("\n"+this.tab+"*/\n"),(t||e.level)===N&&(n=e.indent+n),[this.makeCode(n)]},t}(r),e.Call=a=function(e){function n(e,t,n){this.args=null!=t?t:[],this.soak=n,this.isNew=!1,this.isSuper="super"===e,this.variable=this.isSuper?null:e}return vt(n,e),n.prototype.children=["variable","args"],n.prototype.newInstance=function(){var e,t;return e=(null!=(t=this.variable)?t.base:void 0)||this.variable,e instanceof n&&!e.isNew?e.newInstance():this.isNew=!0,this},n.prototype.superReference=function(e){var n,i;return i=e.scope.namedMethod(),(null!=i?i.klass:void 0)?(n=[new t(new E("__super__"))],i["static"]&&n.push(new t(new E("constructor"))),n.push(new t(new E(i.name))),new K(new E(i.klass),n).compile(e)):(null!=i?i.ctor:void 0)?""+i.name+".__super__.constructor":this.error("cannot call super outside of an instance method.")},n.prototype.superThis=function(e){var t;return t=e.scope.method,t&&!t.klass&&t.context||"this"},n.prototype.unfoldSoak=function(e){var t,i,r,s,a,o,c,h,l;if(this.soak){if(this.variable){if(i=pt(e,this,"variable"))return i;h=new K(this.variable).cacheReference(e),r=h[0],a=h[1]}else r=new E(this.superReference(e)),a=new K(r);return a=new n(a,this.args),a.isNew=this.isNew,r=new E("typeof "+r.compile(e)+' === "function"'),new k(r,new K(a),{soak:!0})}for(t=this,s=[];;)if(t.variable instanceof n)s.push(t),t=t.variable;else{if(!(t.variable instanceof K))break;if(s.push(t),!((t=t.variable.base)instanceof n))break}for(l=s.reverse(),o=0,c=l.length;c>o;o++)t=l[o],i&&(t.variable instanceof n?t.variable=i:t.variable.base=i),i=pt(e,t,"variable");return i},n.prototype.compileNode=function(e){var t,n,i,r,s,a,o,c,h,l;if(null!=(h=this.variable)&&(h.front=this.front),r=U.compileSplattedArray(e,this.args,!0),r.length)return this.compileSplat(e,r);for(i=[],l=this.args,n=o=0,c=l.length;c>o;n=++o)t=l[n],n&&i.push(this.makeCode(", ")),i.push.apply(i,t.compileToFragments(e,C));return s=[],this.isSuper?(a=this.superReference(e)+(".call("+this.superThis(e)),i.length&&(a+=", "),s.push(this.makeCode(a))):(this.isNew&&s.push(this.makeCode("new ")),s.push.apply(s,this.variable.compileToFragments(e,w)),s.push(this.makeCode("("))),s.push.apply(s,i),s.push(this.makeCode(")")),s},n.prototype.compileSplat=function(e,t){var n,i,r,s,a,o;return this.isSuper?[].concat(this.makeCode(""+this.superReference(e)+".apply("+this.superThis(e)+", "),t,this.makeCode(")")):this.isNew?(s=this.tab+H,[].concat(this.makeCode("(function(func, args, ctor) {\n"+s+"ctor.prototype = func.prototype;\n"+s+"var child = new ctor, result = func.apply(child, args);\n"+s+"return Object(result) === result ? result : child;\n"+this.tab+"})("),this.variable.compileToFragments(e,C),this.makeCode(", "),t,this.makeCode(", function(){})"))):(n=[],i=new K(this.variable),(a=i.properties.pop())&&i.isComplex()?(o=e.scope.freeVariable("ref"),n=n.concat(this.makeCode("("+o+" = "),i.compileToFragments(e,C),this.makeCode(")"),a.compileToFragments(e))):(r=i.compileToFragments(e,w),j.test(rt(r))&&(r=this.wrapInBraces(r)),a?(o=rt(r),r.push.apply(r,a.compileToFragments(e))):o="null",n=n.concat(r)),n=n.concat(this.makeCode(".apply("+o+", "),t,this.makeCode(")")))},n}(r),e.Extends=d=function(e){function t(e,t){this.child=e,this.parent=t}return vt(t,e),t.prototype.children=["child","parent"],t.prototype.compileToFragments=function(e){return new a(new K(new E(dt("extends"))),[this.child,this.parent]).compileToFragments(e)},t}(r),e.Access=t=function(e){function t(e,t){this.name=e,this.name.asKey=!0,this.soak="soak"===t}return vt(t,e),t.prototype.children=["name"],t.prototype.compileToFragments=function(e){var t;return t=this.name.compileToFragments(e),m.test(rt(t))?t.unshift(this.makeCode(".")):(t.unshift(this.makeCode("[")),t.push(this.makeCode("]"))),t},t.prototype.isComplex=S,t}(r),e.Index=y=function(e){function t(e){this.index=e}return vt(t,e),t.prototype.children=["index"],t.prototype.compileToFragments=function(e){return[].concat(this.makeCode("["),this.index.compileToFragments(e,L),this.makeCode("]"))},t.prototype.isComplex=function(){return this.index.isComplex()},t}(r),e.Range=O=function(e){function t(e,t,n){this.from=e,this.to=t,this.exclusive="exclusive"===n,this.equals=this.exclusive?"":"="}return vt(t,e),t.prototype.children=["from","to"],t.prototype.compileVariables=function(e){var t,n,i,r,s;return e=ot(e,{top:!0}),n=this.cacheToCodeFragments(this.from.cache(e,C)),this.fromC=n[0],this.fromVar=n[1],i=this.cacheToCodeFragments(this.to.cache(e,C)),this.toC=i[0],this.toVar=i[1],(t=et(e,"step"))&&(r=this.cacheToCodeFragments(t.cache(e,C)),this.step=r[0],this.stepVar=r[1]),s=[this.fromVar.match(j),this.toVar.match(j)],this.fromNum=s[0],this.toNum=s[1],this.stepVar?this.stepNum=this.stepVar.match(j):void 0},t.prototype.compileNode=function(e){var t,n,i,r,s,a,o,c,h,l,u,p,d,f;return this.fromVar||this.compileVariables(e),e.index?(o=this.fromNum&&this.toNum,s=et(e,"index"),a=et(e,"name"),h=a&&a!==s,p=""+s+" = "+this.fromC,this.toC!==this.toVar&&(p+=", "+this.toC),this.step!==this.stepVar&&(p+=", "+this.step),d=[""+s+" <"+this.equals,""+s+" >"+this.equals],c=d[0],r=d[1],n=this.stepNum?+this.stepNum>0?""+c+" "+this.toVar:""+r+" "+this.toVar:o?(f=[+this.fromNum,+this.toNum],i=f[0],u=f[1],f,u>=i?""+c+" "+u:""+r+" "+u):(t=this.stepVar?""+this.stepVar+" > 0":""+this.fromVar+" <= "+this.toVar,""+t+" ? "+c+" "+this.toVar+" : "+r+" "+this.toVar),l=this.stepVar?""+s+" += "+this.stepVar:o?h?u>=i?"++"+s:"--"+s:u>=i?""+s+"++":""+s+"--":h?""+t+" ? ++"+s+" : --"+s:""+t+" ? "+s+"++ : "+s+"--",h&&(p=""+a+" = "+p),h&&(l=""+a+" = "+l),[this.makeCode(""+p+"; "+n+"; "+l)]):this.compileArray(e)},t.prototype.compileArray=function(e){var t,n,i,r,s,a,o,c,h,l,u,p,d;return this.fromNum&&this.toNum&&20>=Math.abs(this.fromNum-this.toNum)?(h=function(){d=[];for(var e=p=+this.fromNum,t=+this.toNum;t>=p?t>=e:e>=t;t>=p?e++:e--)d.push(e);return d}.apply(this),this.exclusive&&h.pop(),[this.makeCode("["+h.join(", ")+"]")]):(a=this.tab+H,s=e.scope.freeVariable("i"),l=e.scope.freeVariable("results"),c="\n"+a+l+" = [];",this.fromNum&&this.toNum?(e.index=s,n=rt(this.compileNode(e))):(u=""+s+" = "+this.fromC+(this.toC!==this.toVar?", "+this.toC:""),i=""+this.fromVar+" <= "+this.toVar,n="var "+u+"; "+i+" ? "+s+" <"+this.equals+" "+this.toVar+" : "+s+" >"+this.equals+" "+this.toVar+"; "+i+" ? "+s+"++ : "+s+"--"),o="{ "+l+".push("+s+"); }\n"+a+"return "+l+";\n"+e.indent,r=function(e){return null!=e?e.contains(function(e){return e instanceof E&&"arguments"===e.value&&!e.asKey}):void 0},(r(this.from)||r(this.to))&&(t=", arguments"),[this.makeCode("(function() {"+c+"\n"+a+"for ("+n+")"+o+"}).apply(this"+(null!=t?t:"")+")")])},t}(r),e.Slice=P=function(e){function t(e){this.range=e,t.__super__.constructor.call(this)}return vt(t,e),t.prototype.children=["range"],t.prototype.compileNode=function(e){var t,n,i,r,s,a,o;return o=this.range,s=o.to,i=o.from,r=i&&i.compileToFragments(e,L)||[this.makeCode("0")],s&&(t=s.compileToFragments(e,L),n=rt(t),(this.range.exclusive||-1!==+n)&&(a=", "+(this.range.exclusive?n:j.test(n)?""+(+n+1):(t=s.compileToFragments(e,w),"+"+rt(t)+" + 1 || 9e9")))),[this.makeCode(".slice("+rt(r)+(a||"")+")")]},t}(r),e.Obj=A=function(e){function t(e,t){this.generated=null!=t?t:!1,this.objects=this.properties=e||[]}return vt(t,e),t.prototype.children=["properties"],t.prototype.compileNode=function(e){var t,n,r,s,a,o,c,h,l,p,d,f,m;if(l=this.properties,!l.length)return[this.makeCode(this.front?"({})":"{}")];if(this.generated)for(p=0,f=l.length;f>p;p++)c=l[p],c instanceof K&&c.error("cannot have an implicit value in an implicit object");for(r=e.indent+=H,o=this.lastNonComment(this.properties),t=[],n=d=0,m=l.length;m>d;n=++d){if(h=l[n],a=n===l.length-1?"":h===o||h instanceof u?"\n":",\n",s=h instanceof u?"":r,h instanceof i&&h.variable instanceof K&&h.variable.hasProperties())throw new SyntaxError("Invalid object key");h instanceof K&&h["this"]&&(h=new i(h.properties[0].name,h,"object")),h instanceof u||(h instanceof i||(h=new i(h,h,"object")),(h.variable.base||h.variable).asKey=!0),s&&t.push(this.makeCode(s)),t.push.apply(t,h.compileToFragments(e,N)),a&&t.push(this.makeCode(a))}return t.unshift(this.makeCode("{"+(l.length&&"\n"))),t.push(this.makeCode(""+(l.length&&"\n"+this.tab)+"}")),this.front?this.wrapInBraces(t):t},t.prototype.assigns=function(e){var t,n,i,r;for(r=this.properties,n=0,i=r.length;i>n;n++)if(t=r[n],t.assigns(e))return!0;return!1},t}(r),e.Arr=n=function(e){function t(e){this.objects=e||[]}return vt(t,e),t.prototype.children=["objects"],t.prototype.compileNode=function(e){var t,n,i,r,s,a,o;if(!this.objects.length)return[this.makeCode("[]")];if(e.indent+=H,t=U.compileSplattedArray(e,this.objects),t.length)return t;for(t=[],n=function(){var t,n,i,r;for(i=this.objects,r=[],t=0,n=i.length;n>t;t++)s=i[t],r.push(s.compileToFragments(e,C));return r}.call(this),r=a=0,o=n.length;o>a;r=++a)i=n[r],r&&t.push(this.makeCode(", ")),t.push.apply(t,i);return rt(t).indexOf("\n")>=0?(t.unshift(this.makeCode("[\n"+e.indent)),t.push(this.makeCode("\n"+this.tab+"]"))):(t.unshift(this.makeCode("[")),t.push(this.makeCode("]"))),t},t.prototype.assigns=function(e){var t,n,i,r;for(r=this.objects,n=0,i=r.length;i>n;n++)if(t=r[n],t.assigns(e))return!0;return!1},t}(r),e.Class=o=function(e){function n(e,t,n){this.variable=e,this.parent=t,this.body=null!=n?n:new s,this.boundFuncs=[],this.body.classBody=!0}return vt(n,e),n.prototype.children=["variable","parent","body"],n.prototype.determineName=function(){var e,n;return this.variable?(e=(n=st(this.variable.properties))?n instanceof t&&n.name.value:this.variable.base.value,yt.call(V,e)>=0&&this.variable.error("class variable name may not be "+e),e&&(e=m.test(e)&&e)):null},n.prototype.setContext=function(e){return this.body.traverseChildren(!1,function(t){return t.classBody?!1:t instanceof E&&"this"===t.value?t.value=e:t instanceof h&&(t.klass=e,t.bound)?t.context=e:void 0})},n.prototype.addBoundFunctions=function(e){var n,i,r,s,a;for(a=this.boundFuncs,r=0,s=a.length;s>r;r++)n=a[r],i=new K(new E("this"),[new t(n)]).compile(e),this.ctor.body.unshift(new E(""+i+" = "+dt("bind")+"("+i+", this)"))},n.prototype.addProperties=function(e,n,r){var s,a,o,c,l;return l=e.base.properties.slice(0),o=function(){var e;for(e=[];s=l.shift();)s instanceof i&&(a=s.variable.base,delete s.context,c=s.value,"constructor"===a.value?(this.ctor&&s.error("cannot define more than one constructor in a class"),c.bound&&s.error("cannot define a constructor as a bound function"),c instanceof h?s=this.ctor=c:(this.externalCtor=r.scope.freeVariable("class"),s=new i(new E(this.externalCtor),c))):s.variable["this"]?(c["static"]=!0,c.bound&&(c.context=n)):(s.variable=new K(new E(n),[new t(new E("prototype")),new t(a)]),c instanceof h&&c.bound&&(this.boundFuncs.push(a),c.bound=!1))),e.push(s);return e}.call(this),Q(o)},n.prototype.walkBody=function(e,t){var i=this;return this.traverseChildren(!1,function(r){var a,o,c,h,l,u,p;if(a=!0,r instanceof n)return!1;if(r instanceof s){for(p=o=r.expressions,c=l=0,u=p.length;u>l;c=++l)h=p[c],h instanceof K&&h.isObject(!0)&&(a=!1,o[c]=i.addProperties(h,e,t));r.expressions=o=it(o)}return a&&!(r instanceof n)})},n.prototype.hoistDirectivePrologue=function(){var e,t,n;for(t=0,e=this.body.expressions;(n=e[t])&&n instanceof u||n instanceof K&&n.isString();)++t;return this.directives=e.splice(0,t)},n.prototype.ensureConstructor=function(e,t){var n,r,s;return n=!this.ctor,this.ctor||(this.ctor=new h),this.ctor.ctor=this.ctor.name=e,this.ctor.klass=null,this.ctor.noReturn=!0,n?(this.parent&&(s=new E(""+e+".__super__.constructor.apply(this, arguments)")),this.externalCtor&&(s=new E(""+this.externalCtor+".apply(this, arguments)")),s&&(r=new E(t.scope.freeVariable("ref")),this.ctor.body.unshift(new i(r,s))),this.addBoundFunctions(t),s&&(this.ctor.body.push(r),this.ctor.body.makeReturn()),this.body.expressions.unshift(this.ctor)):this.addBoundFunctions(t)},n.prototype.compileNode=function(e){var t,n,r,s,a,o,l;return n=this.determineName(),a=n||"_Class",a.reserved&&(a="_"+a),s=new E(a),this.hoistDirectivePrologue(),this.setContext(a),this.walkBody(a,e),this.ensureConstructor(a,e),this.body.spaced=!0,this.ctor instanceof h||this.body.expressions.unshift(this.ctor),this.body.expressions.push(s),(l=this.body.expressions).unshift.apply(l,this.directives),t=c.wrap(this.body),this.parent&&(this.superClass=new E(e.scope.freeVariable("super",!1)),this.body.expressions.unshift(new d(s,this.superClass)),t.args.push(this.parent),o=t.variable.params||t.variable.base.params,o.push(new _(this.superClass))),r=new I(t,!0),this.variable&&(r=new i(this.variable,r)),r.compileToFragments(e)},n}(r),e.Assign=i=function(e){function n(e,t,n,i){var r,s,a;this.variable=e,this.value=t,this.context=n,this.param=i&&i.param,this.subpattern=i&&i.subpattern,a=s=this.variable.unwrapAll().value,r=yt.call(V,a)>=0,r&&"object"!==this.context&&this.variable.error('variable name may not be "'+s+'"')}return vt(n,e),n.prototype.children=["variable","value"],n.prototype.isStatement=function(e){return(null!=e?e.level:void 0)===N&&null!=this.context&&yt.call(this.context,"?")>=0},n.prototype.assigns=function(e){return this["object"===this.context?"value":"variable"].assigns(e)},n.prototype.unfoldSoak=function(e){return pt(e,this,"variable")},n.prototype.compileNode=function(e){var t,n,i,r,s,a,o,c,l,u,p;if(i=this.variable instanceof K){if(this.variable.isArray()||this.variable.isObject())return this.compilePatternMatch(e);if(this.variable.isSplice())return this.compileSplice(e);if("||="===(c=this.context)||"&&="===c||"?="===c)return this.compileConditional(e)}return n=this.variable.compileToFragments(e,C),s=rt(n),this.context||(o=this.variable.unwrapAll(),o.isAssignable()||this.variable.error('"'+this.variable.compile(e)+'" cannot be assigned'),("function"==typeof o.hasProperties?o.hasProperties():void 0)||(this.param?e.scope.add(s,"var"):e.scope.find(s))),this.value instanceof h&&(r=D.exec(s))&&(r[1]&&(this.value.klass=r[1]),this.value.name=null!=(l=null!=(u=null!=(p=r[2])?p:r[3])?u:r[4])?l:r[5]),a=this.value.compileToFragments(e,C),"object"===this.context?n.concat(this.makeCode(": "),a):(t=n.concat(this.makeCode(" "+(this.context||"=")+" "),a),C>=e.level?t:this.wrapInBraces(t))},n.prototype.compilePatternMatch=function(e){var i,r,s,a,o,c,h,l,u,p,d,f,g,b,k,v,w,T,L,D,x,S,A,R,_,O,M,j;if(v=e.level===N,T=this.value,d=this.variable.base.objects,!(f=d.length))return s=T.compileToFragments(e),e.level>=F?this.wrapInBraces(s):s;if(h=this.variable.isObject(),v&&1===f&&!((p=d[0])instanceof U))return p instanceof n?(A=p,R=A.variable,c=R.base,p=A.value):c=h?p["this"]?p.properties[0].name:p:new E(0),i=m.test(c.unwrap().value||0),T=new K(T),T.properties.push(new(i?t:y)(c)),_=p.unwrap().value,yt.call($,_)>=0&&p.error("assignment to a reserved word: "+p.compile(e)),new n(p,T,null,{param:this.param}).compileToFragments(e,N);for(L=T.compileToFragments(e,C),D=rt(L),r=[],k=!1,(!m.test(D)||this.variable.assigns(D))&&(r.push([this.makeCode(""+(g=e.scope.freeVariable("ref"))+" = ")].concat(wt.call(L))),L=[this.makeCode(g)],D=g),o=x=0,S=d.length;S>x;o=++x)p=d[o],c=o,h&&(p instanceof n?(O=p,M=O.variable,c=M.base,p=O.value):p.base instanceof I?(j=new K(p.unwrapAll()).cacheReference(e),p=j[0],c=j[1]):c=p["this"]?p.properties[0].name:p),!k&&p instanceof U?(u=p.name.unwrap().value,p=p.unwrap(),w=""+f+" <= "+D+".length ? "+dt("slice")+".call("+D+", "+o,(b=f-o-1)?(l=e.scope.freeVariable("i"),w+=", "+l+" = "+D+".length - "+b+") : ("+l+" = "+o+", [])"):w+=") : []",w=new E(w),k=""+l+"++"):(u=p.unwrap().value,p instanceof U&&p.error("multiple splats are disallowed in an assignment"),"number"==typeof c?(c=new E(k||c),i=!1):i=h&&m.test(c.unwrap().value||0),w=new K(new E(D),[new(i?t:y)(c)])),null!=u&&yt.call($,u)>=0&&p.error("assignment to a reserved word: "+p.compile(e)),r.push(new n(p,w,null,{param:this.param,subpattern:!0}).compileToFragments(e,C)); +return v||this.subpattern||r.push(L),a=this.joinFragmentArrays(r,", "),C>e.level?a:this.wrapInBraces(a)},n.prototype.compileConditional=function(e){var t,i,r;return r=this.variable.cacheReference(e),t=r[0],i=r[1],!t.properties.length&&t.base instanceof E&&"this"!==t.base.value&&!e.scope.check(t.base.value)&&this.variable.error('the variable "'+t.base.value+"\" can't be assigned with "+this.context+" because it has not been declared before"),yt.call(this.context,"?")>=0&&(e.isExistentialEquals=!0),new R(this.context.slice(0,-1),t,new n(i,this.value,"=")).compileToFragments(e)},n.prototype.compileSplice=function(e){var t,n,i,r,s,a,o,c,h,l,u,p;return l=this.variable.properties.pop().range,i=l.from,o=l.to,n=l.exclusive,a=this.variable.compile(e),i?(u=this.cacheToCodeFragments(i.cache(e,F)),r=u[0],s=u[1]):r=s="0",o?(null!=i?i.isSimpleNumber():void 0)&&o.isSimpleNumber()?(o=+o.compile(e)-+s,n||(o+=1)):(o=o.compile(e,w)+" - "+s,n||(o+=" + 1")):o="9e9",p=this.value.cache(e,C),c=p[0],h=p[1],t=[].concat(this.makeCode("[].splice.apply("+a+", ["+r+", "+o+"].concat("),c,this.makeCode(")), "),h),e.level>N?this.wrapInBraces(t):t},n}(r),e.Code=h=function(e){function t(e,t,n){this.params=e||[],this.body=t||new s,this.bound="boundfunc"===n,this.bound&&(this.context="_this")}return vt(t,e),t.prototype.children=["params","body"],t.prototype.isStatement=function(){return!!this.ctor},t.prototype.jumps=S,t.prototype.compileNode=function(e){var t,r,s,a,o,c,h,l,u,p,d,f,m,g,b,v,y,T,C,F,L,N,D,x,S,A,_,I,$;for(e.scope=new B(e.scope,this.body,this),e.scope.shared=et(e,"sharedScope"),e.indent+=H,delete e.bare,delete e.isExistentialEquals,u=[],s=[],this.eachParamName(function(t){return e.scope.check(t)?void 0:e.scope.parameter(t)}),S=this.params,b=0,C=S.length;C>b;b++)if(l=S[b],l.splat){for(A=this.params,v=0,F=A.length;F>v;v++)h=A[v].name,h["this"]&&(h=h.properties[0].name),h.value&&e.scope.add(h.value,"var",!0);d=new i(new K(new n(function(){var t,n,i,r;for(i=this.params,r=[],t=0,n=i.length;n>t;t++)h=i[t],r.push(h.asReference(e));return r}.call(this))),new K(new E("arguments")));break}for(_=this.params,y=0,L=_.length;L>y;y++)l=_[y],l.isComplex()?(m=p=l.asReference(e),l.value&&(m=new R("?",p,l.value)),s.push(new i(new K(l.name),m,"=",{param:!0}))):(p=l,l.value&&(c=new E(p.name.value+" == null"),m=new i(new K(l.name),l.value,"="),s.push(new k(c,m)))),d||u.push(p);for(g=this.body.isEmpty(),d&&s.unshift(d),s.length&&(I=this.body.expressions).unshift.apply(I,s),a=T=0,N=u.length;N>T;a=++T)h=u[a],u[a]=h.compileToFragments(e),e.scope.parameter(rt(u[a]));for(f=[],this.eachParamName(function(e,t){return yt.call(f,e)>=0&&t.error("multiple parameters named '"+e+"'"),f.push(e)}),g||this.noReturn||this.body.makeReturn(),this.bound&&((null!=($=e.scope.parent.method)?$.bound:void 0)?this.bound=this.context=e.scope.parent.method.context:this["static"]||e.scope.parent.assign("_this","this")),o=e.indent,r="function",this.ctor&&(r+=" "+this.name),r+="(",t=[this.makeCode(r)],a=x=0,D=u.length;D>x;a=++x)h=u[a],a&&t.push(this.makeCode(", ")),t.push.apply(t,h);return t.push(this.makeCode(") {")),this.body.isEmpty()||(t=t.concat(this.makeCode("\n"),this.body.compileWithDeclarations(e),this.makeCode("\n"+this.tab))),t.push(this.makeCode("}")),this.ctor?[this.makeCode(this.tab)].concat(wt.call(t)):this.front||e.level>=w?this.wrapInBraces(t):t},t.prototype.eachParamName=function(e){var t,n,i,r,s;for(r=this.params,s=[],n=0,i=r.length;i>n;n++)t=r[n],s.push(t.eachName(e));return s},t.prototype.traverseChildren=function(e,n){return e?t.__super__.traverseChildren.call(this,e,n):void 0},t}(r),e.Param=_=function(e){function t(e,t,n){var i;this.name=e,this.value=t,this.splat=n,i=e=this.name.unwrapAll().value,yt.call(V,i)>=0&&this.name.error('parameter name "'+e+'" is not allowed')}return vt(t,e),t.prototype.children=["name","value"],t.prototype.compileToFragments=function(e){return this.name.compileToFragments(e,C)},t.prototype.asReference=function(e){var t;return this.reference?this.reference:(t=this.name,t["this"]?(t=t.properties[0].name,t.value.reserved&&(t=new E(e.scope.freeVariable(t.value)))):t.isComplex()&&(t=new E(e.scope.freeVariable("arg"))),t=new K(t),this.splat&&(t=new U(t)),this.reference=t)},t.prototype.isComplex=function(){return this.name.isComplex()},t.prototype.eachName=function(e,t){var n,r,s,a,o,c;if(null==t&&(t=this.name),n=function(t){var n;return n=t.properties[0].name,n.value.reserved?void 0:e(n.value,n)},t instanceof E)return e(t.value,t);if(t instanceof K)return n(t);for(c=t.objects,a=0,o=c.length;o>a;a++)s=c[a],s instanceof i?this.eachName(e,s.value.unwrap()):s instanceof U?(r=s.name.unwrap(),e(r.value,r)):s instanceof K?s.isArray()||s.isObject()?this.eachName(e,s.base):s["this"]?n(s):e(s.base.value,s.base):s.error("illegal parameter "+s.compile())},t}(r),e.Splat=U=function(e){function t(e){this.name=e.compile?e:new E(e)}return vt(t,e),t.prototype.children=["name"],t.prototype.isAssignable=J,t.prototype.assigns=function(e){return this.name.assigns(e)},t.prototype.compileToFragments=function(e){return this.name.compileToFragments(e)},t.prototype.unwrap=function(){return this.name},t.compileSplattedArray=function(e,n,i){var r,s,a,o,c,h,l,u,p,d;for(l=-1;(u=n[++l])&&!(u instanceof t););if(l>=n.length)return[];if(1===n.length)return u=n[0],c=u.compileToFragments(e,C),i?c:[].concat(u.makeCode(""+dt("slice")+".call("),c,u.makeCode(")"));for(r=n.slice(l),h=p=0,d=r.length;d>p;h=++p)u=r[h],a=u.compileToFragments(e,C),r[h]=u instanceof t?[].concat(u.makeCode(""+dt("slice")+".call("),a,u.makeCode(")")):[].concat(u.makeCode("["),a,u.makeCode("]"));return 0===l?(u=n[0],o=u.joinFragmentArrays(r.slice(1),", "),r[0].concat(u.makeCode(".concat("),o,u.makeCode(")"))):(s=function(){var t,i,r,s;for(r=n.slice(0,l),s=[],t=0,i=r.length;i>t;t++)u=r[t],s.push(u.compileToFragments(e,C));return s}(),s=n[0].joinFragmentArrays(s,", "),o=n[l].joinFragmentArrays(r,", "),[].concat(n[0].makeCode("["),s,n[l].makeCode("].concat("),o,st(n).makeCode(")")))},t}(r),e.While=z=function(e){function t(e,t){this.condition=(null!=t?t.invert:void 0)?e.invert():e,this.guard=null!=t?t.guard:void 0}return vt(t,e),t.prototype.children=["condition","guard","body"],t.prototype.isStatement=J,t.prototype.makeReturn=function(e){return e?t.__super__.makeReturn.apply(this,arguments):(this.returns=!this.jumps({loop:!0}),this)},t.prototype.addBody=function(e){return this.body=e,this},t.prototype.jumps=function(){var e,t,n,i;if(e=this.body.expressions,!e.length)return!1;for(n=0,i=e.length;i>n;n++)if(t=e[n],t.jumps({loop:!0}))return t;return!1},t.prototype.compileNode=function(e){var t,n,i,r;return e.indent+=H,r="",n=this.body,n.isEmpty()?n="":(this.returns&&(n.makeReturn(i=e.scope.freeVariable("results")),r=""+this.tab+i+" = [];\n"),this.guard&&(n.expressions.length>1?n.expressions.unshift(new k(new I(this.guard).invert(),new E("continue"))):this.guard&&(n=s.wrap([new k(this.guard,n)]))),n=[].concat(this.makeCode("\n"),n.compileToFragments(e,N),this.makeCode("\n"+this.tab))),t=[].concat(this.makeCode(r+this.tab+"while ("),this.condition.compileToFragments(e,L),this.makeCode(") {"),n,this.makeCode("}")),this.returns&&t.push(this.makeCode("\n"+this.tab+"return "+i+";")),t},t}(r),e.Op=R=function(e){function t(e,t,i,r){if("in"===e)return new v(t,i);if("do"===e)return this.generateDo(t);if("new"===e){if(t instanceof a&&!t["do"]&&!t.isNew)return t.newInstance();(t instanceof h&&t.bound||t["do"])&&(t=new I(t))}return this.operator=n[e]||e,this.first=t,this.second=i,this.flip=!!r,this}var n,r;return vt(t,e),n={"==":"===","!=":"!==",of:"in"},r={"!==":"===","===":"!=="},t.prototype.children=["first","second"],t.prototype.isSimpleNumber=S,t.prototype.isUnary=function(){return!this.second},t.prototype.isComplex=function(){var e;return!(this.isUnary()&&("+"===(e=this.operator)||"-"===e))||this.first.isComplex()},t.prototype.isChainable=function(){var e;return"<"===(e=this.operator)||">"===e||">="===e||"<="===e||"==="===e||"!=="===e},t.prototype.invert=function(){var e,n,i,s,a;if(this.isChainable()&&this.first.isChainable()){for(e=!0,n=this;n&&n.operator;)e&&(e=n.operator in r),n=n.first;if(!e)return new I(this).invert();for(n=this;n&&n.operator;)n.invert=!n.invert,n.operator=r[n.operator],n=n.first;return this}return(s=r[this.operator])?(this.operator=s,this.first.unwrap()instanceof t&&this.first.invert(),this):this.second?new I(this).invert():"!"===this.operator&&(i=this.first.unwrap())instanceof t&&("!"===(a=i.operator)||"in"===a||"instanceof"===a)?i:new t("!",this)},t.prototype.unfoldSoak=function(e){var t;return("++"===(t=this.operator)||"--"===t||"delete"===t)&&pt(e,this,"first")},t.prototype.generateDo=function(e){var t,n,r,s,o,c,l,u;for(s=[],n=e instanceof i&&(o=e.value.unwrap())instanceof h?o:e,u=n.params||[],c=0,l=u.length;l>c;c++)r=u[c],r.value?(s.push(r.value),delete r.value):s.push(r);return t=new a(e,s),t["do"]=!0,t},t.prototype.compileNode=function(e){var t,n,i,r;return n=this.isChainable()&&this.first.isChainable(),n||(this.first.front=this.front),"delete"===this.operator&&e.scope.check(this.first.unwrapAll().value)&&this.error("delete operand may not be argument or var"),("--"===(i=this.operator)||"++"===i)&&(r=this.first.unwrapAll().value,yt.call(V,r)>=0)&&this.error('cannot increment/decrement "'+this.first.unwrapAll().value+'"'),this.isUnary()?this.compileUnary(e):n?this.compileChain(e):"?"===this.operator?this.compileExistence(e):(t=[].concat(this.first.compileToFragments(e,F),this.makeCode(" "+this.operator+" "),this.second.compileToFragments(e,F)),F>=e.level?t:this.wrapInBraces(t))},t.prototype.compileChain=function(e){var t,n,i,r;return r=this.first.second.cache(e),this.first.second=r[0],i=r[1],n=this.first.compileToFragments(e,F),t=n.concat(this.makeCode(" "+(this.invert?"&&":"||")+" "),i.compileToFragments(e),this.makeCode(" "+this.operator+" "),this.second.compileToFragments(e,F)),this.wrapInBraces(t)},t.prototype.compileExistence=function(e){var t,n;return this.first.isComplex()?(n=new E(e.scope.freeVariable("ref")),t=new I(new i(n,this.first))):(t=this.first,n=t),new k(new p(t),n,{type:"if"}).addElse(this.second).compileToFragments(e)},t.prototype.compileUnary=function(e){var n,i,r;return i=[],n=this.operator,i.push([this.makeCode(n)]),"!"===n&&this.first instanceof p?(this.first.negated=!this.first.negated,this.first.compileToFragments(e)):e.level>=w?new I(this).compileToFragments(e):(r="+"===n||"-"===n,("new"===n||"typeof"===n||"delete"===n||r&&this.first instanceof t&&this.first.operator===n)&&i.push([this.makeCode(" ")]),(r&&this.first instanceof t||"new"===n&&this.first.isStatement(e))&&(this.first=new I(this.first)),i.push(this.first.compileToFragments(e,F)),this.flip&&i.reverse(),this.joinFragmentArrays(i,""))},t.prototype.toString=function(e){return t.__super__.toString.call(this,e,this.constructor.name+" "+this.operator)},t}(r),e.In=v=function(e){function t(e,t){this.object=e,this.array=t}return vt(t,e),t.prototype.children=["object","array"],t.prototype.invert=x,t.prototype.compileNode=function(e){var t,n,i,r,s;if(this.array instanceof K&&this.array.isArray()){for(s=this.array.base.objects,i=0,r=s.length;r>i;i++)if(n=s[i],n instanceof U){t=!0;break}if(!t)return this.compileOrTest(e)}return this.compileLoopTest(e)},t.prototype.compileOrTest=function(e){var t,n,i,r,s,a,o,c,h,l,u,p;if(0===this.array.base.objects.length)return[this.makeCode(""+!!this.negated)];for(l=this.object.cache(e,F),a=l[0],s=l[1],u=this.negated?[" !== "," && "]:[" === "," || "],t=u[0],n=u[1],o=[],p=this.array.base.objects,i=c=0,h=p.length;h>c;i=++c)r=p[i],i&&o.push(this.makeCode(n)),o=o.concat(i?s:a,this.makeCode(t),r.compileToFragments(e,w));return F>e.level?o:this.wrapInBraces(o)},t.prototype.compileLoopTest=function(e){var t,n,i,r;return r=this.object.cache(e,C),i=r[0],n=r[1],t=[].concat(this.makeCode(dt("indexOf")+".call("),this.array.compileToFragments(e,C),this.makeCode(", "),n,this.makeCode(") "+(this.negated?"< 0":">= 0"))),rt(i)===rt(n)?t:(t=i.concat(this.makeCode(", "),t),C>e.level?t:this.wrapInBraces(t))},t.prototype.toString=function(e){return t.__super__.toString.call(this,e,this.constructor.name+(this.negated?"!":""))},t}(r),e.Try=X=function(e){function t(e,t,n,i){this.attempt=e,this.errorVariable=t,this.recovery=n,this.ensure=i}return vt(t,e),t.prototype.children=["attempt","recovery","ensure"],t.prototype.isStatement=J,t.prototype.jumps=function(e){var t;return this.attempt.jumps(e)||(null!=(t=this.recovery)?t.jumps(e):void 0)},t.prototype.makeReturn=function(e){return this.attempt&&(this.attempt=this.attempt.makeReturn(e)),this.recovery&&(this.recovery=this.recovery.makeReturn(e)),this},t.prototype.compileNode=function(e){var t,n,r,s,a;return e.indent+=H,s=this.attempt.compileToFragments(e,N),t=this.recovery?(r=new E("_error"),this.recovery.unshift(new i(this.errorVariable,r)),this.errorVariable=r,a=this.errorVariable.value,yt.call(V,a)>=0?this.errorVariable.error('catch variable may not be "'+this.errorVariable.value+'"'):void 0,[].concat(this.makeCode(" catch ("),this.errorVariable.compileToFragments(e),this.makeCode(") {\n"),this.recovery.compileToFragments(e,N),this.makeCode("\n"+this.tab+"}"))):this.ensure||this.recovery?[]:[this.makeCode(" catch (_error) {}")],n=this.ensure?[].concat(this.makeCode(" finally {\n"),this.ensure.compileToFragments(e,N),this.makeCode("\n"+this.tab+"}")):[],[].concat(this.makeCode(""+this.tab+"try {\n"),s,this.makeCode("\n"+this.tab+"}"),t,n)},t}(r),e.Throw=W=function(e){function t(e){this.expression=e}return vt(t,e),t.prototype.children=["expression"],t.prototype.isStatement=J,t.prototype.jumps=S,t.prototype.makeReturn=G,t.prototype.compileNode=function(e){return[].concat(this.makeCode(this.tab+"throw "),this.expression.compileToFragments(e),this.makeCode(";"))},t}(r),e.Existence=p=function(e){function t(e){this.expression=e}return vt(t,e),t.prototype.children=["expression"],t.prototype.invert=x,t.prototype.compileNode=function(e){var t,n,i,r;return this.expression.front=this.front,i=this.expression.compile(e,F),m.test(i)&&!e.scope.check(i)?(r=this.negated?["===","||"]:["!==","&&"],t=r[0],n=r[1],i="typeof "+i+" "+t+' "undefined" '+n+" "+i+" "+t+" null"):i=""+i+" "+(this.negated?"==":"!=")+" null",[this.makeCode(T>=e.level?i:"("+i+")")]},t}(r),e.Parens=I=function(e){function t(e){this.body=e}return vt(t,e),t.prototype.children=["body"],t.prototype.unwrap=function(){return this.body},t.prototype.isComplex=function(){return this.body.isComplex()},t.prototype.compileNode=function(e){var t,n,i;return n=this.body.unwrap(),n instanceof K&&n.isAtomic()?(n.front=this.front,n.compileToFragments(e)):(i=n.compileToFragments(e,L),t=F>e.level&&(n instanceof R||n instanceof a||n instanceof f&&n.returns),t?i:this.wrapInBraces(i))},t}(r),e.For=f=function(e){function t(e,t){var n;this.source=t.source,this.guard=t.guard,this.step=t.step,this.name=t.name,this.index=t.index,this.body=s.wrap([e]),this.own=!!t.own,this.object=!!t.object,this.object&&(n=[this.index,this.name],this.name=n[0],this.index=n[1]),this.index instanceof K&&this.index.error("index cannot be a pattern matching expression"),this.range=this.source instanceof K&&this.source.base instanceof O&&!this.source.properties.length,this.pattern=this.name instanceof K,this.range&&this.index&&this.index.error("indexes do not apply to range loops"),this.range&&this.pattern&&this.name.error("cannot pattern match over range loops"),this.returns=!1}return vt(t,e),t.prototype.children=["body","source","guard","step"],t.prototype.compileNode=function(e){var t,n,r,a,o,c,h,l,u,p,d,f,g,b,v,y,w,T,F,L,D,x,S,A,R,_,$,O,V,B,P,U,q,G;return t=s.wrap([this.body]),T=null!=(q=st(t.expressions))?q.jumps():void 0,T&&T instanceof M&&(this.returns=!1),$=this.range?this.source.base:this.source,_=e.scope,L=this.name&&this.name.compile(e,C),b=this.index&&this.index.compile(e,C),L&&!this.pattern&&_.find(L),b&&_.find(b),this.returns&&(R=_.freeVariable("results")),v=this.object&&b||_.freeVariable("i"),y=this.range&&L||b||v,w=y!==v?""+y+" = ":"",this.step&&!this.range&&(G=this.cacheToCodeFragments(this.step.cache(e,C)),O=G[0],B=G[1],V=B.match(j)),this.pattern&&(L=v),U="",d="",h="",f=this.tab+H,this.range?p=$.compileToFragments(ot(e,{index:v,name:L,step:this.step})):(P=this.source.compile(e,C),!L&&!this.own||m.test(P)||(h+=""+this.tab+(x=_.freeVariable("ref"))+" = "+P+";\n",P=x),L&&!this.pattern&&(D=""+L+" = "+P+"["+y+"]"),this.object||(O!==B&&(h+=""+this.tab+O+";\n"),this.step&&V&&(u=0>+V)||(F=_.freeVariable("len")),o=""+w+v+" = 0, "+F+" = "+P+".length",c=""+w+v+" = "+P+".length - 1",r=""+v+" < "+F,a=""+v+" >= 0",this.step?(V?u&&(r=a,o=c):(r=""+B+" > 0 ? "+r+" : "+a,o="("+B+" > 0 ? ("+o+") : "+c+")"),g=""+v+" += "+B):g=""+(y!==v?"++"+v:""+v+"++"),p=[this.makeCode(""+o+"; "+r+"; "+w+g)])),this.returns&&(S=""+this.tab+R+" = [];\n",A="\n"+this.tab+"return "+R+";",t.makeReturn(R)),this.guard&&(t.expressions.length>1?t.expressions.unshift(new k(new I(this.guard).invert(),new E("continue"))):this.guard&&(t=s.wrap([new k(this.guard,t)]))),this.pattern&&t.expressions.unshift(new i(this.name,new E(""+P+"["+y+"]"))),l=[].concat(this.makeCode(h),this.pluckDirectCall(e,t)),D&&(U="\n"+f+D+";"),this.object&&(p=[this.makeCode(""+y+" in "+P)],this.own&&(d="\n"+f+"if (!"+dt("hasProp")+".call("+P+", "+y+")) continue;")),n=t.compileToFragments(ot(e,{indent:f}),N),n&&n.length>0&&(n=[].concat(this.makeCode("\n"),n,this.makeCode("\n"))),[].concat(l,this.makeCode(""+(S||"")+this.tab+"for ("),p,this.makeCode(") {"+d+U),n,this.makeCode(""+this.tab+"}"+(A||"")))},t.prototype.pluckDirectCall=function(e,t){var n,r,s,o,c,l,u,p,d,f,m,g,b,k,v;for(r=[],f=t.expressions,c=p=0,d=f.length;d>p;c=++p)s=f[c],s=s.unwrapAll(),s instanceof a&&(u=s.variable.unwrapAll(),(u instanceof h||u instanceof K&&(null!=(m=u.base)?m.unwrapAll():void 0)instanceof h&&1===u.properties.length&&("call"===(g=null!=(b=u.properties[0].name)?b.value:void 0)||"apply"===g))&&(o=(null!=(k=u.base)?k.unwrapAll():void 0)||u,l=new E(e.scope.freeVariable("fn")),n=new K(l),u.base&&(v=[n,u],u.base=v[0],n=v[1]),t.expressions[c]=new a(n,s.args),r=r.concat(this.makeCode(this.tab),new i(l,o).compileToFragments(e,N),this.makeCode(";\n"))));return r},t}(z),e.Switch=q=function(e){function t(e,t,n){this.subject=e,this.cases=t,this.otherwise=n}return vt(t,e),t.prototype.children=["subject","cases","otherwise"],t.prototype.isStatement=J,t.prototype.jumps=function(e){var t,n,i,r,s,a,o;for(null==e&&(e={block:!0}),s=this.cases,i=0,r=s.length;r>i;i++)if(a=s[i],n=a[0],t=a[1],t.jumps(e))return t;return null!=(o=this.otherwise)?o.jumps(e):void 0},t.prototype.makeReturn=function(e){var t,n,i,r,a;for(r=this.cases,n=0,i=r.length;i>n;n++)t=r[n],t[1].makeReturn(e);return e&&(this.otherwise||(this.otherwise=new s([new E("void 0")]))),null!=(a=this.otherwise)&&a.makeReturn(e),this},t.prototype.compileNode=function(e){var t,n,i,r,s,a,o,c,h,l,u,p,d,f,m,g;for(c=e.indent+H,h=e.indent=c+H,a=[].concat(this.makeCode(this.tab+"switch ("),this.subject?this.subject.compileToFragments(e,L):this.makeCode("false"),this.makeCode(") {\n")),f=this.cases,o=l=0,p=f.length;p>l;o=++l){for(m=f[o],r=m[0],t=m[1],g=it([r]),u=0,d=g.length;d>u;u++)i=g[u],this.subject||(i=i.invert()),a=a.concat(this.makeCode(c+"case "),i.compileToFragments(e,L),this.makeCode(":\n"));if((n=t.compileToFragments(e,N)).length>0&&(a=a.concat(n,this.makeCode("\n"))),o===this.cases.length-1&&!this.otherwise)break;s=this.lastNonComment(t.expressions),s instanceof M||s instanceof E&&s.jumps()&&"debugger"!==s.value||a.push(i.makeCode(h+"break;\n"))}return this.otherwise&&this.otherwise.expressions.length&&a.push.apply(a,[this.makeCode(c+"default:\n")].concat(wt.call(this.otherwise.compileToFragments(e,N)),[this.makeCode("\n")])),a.push(this.makeCode(this.tab+"}")),a},t}(r),e.If=k=function(e){function t(e,t,n){this.body=t,null==n&&(n={}),this.condition="unless"===n.type?e.invert():e,this.elseBody=null,this.isChain=!1,this.soak=n.soak}return vt(t,e),t.prototype.children=["condition","body","elseBody"],t.prototype.bodyNode=function(){var e;return null!=(e=this.body)?e.unwrap():void 0},t.prototype.elseBodyNode=function(){var e;return null!=(e=this.elseBody)?e.unwrap():void 0},t.prototype.addElse=function(e){return this.isChain?this.elseBodyNode().addElse(e):(this.isChain=e instanceof t,this.elseBody=this.ensureBlock(e)),this},t.prototype.isStatement=function(e){var t;return(null!=e?e.level:void 0)===N||this.bodyNode().isStatement(e)||(null!=(t=this.elseBodyNode())?t.isStatement(e):void 0)},t.prototype.jumps=function(e){var t;return this.body.jumps(e)||(null!=(t=this.elseBody)?t.jumps(e):void 0)},t.prototype.compileNode=function(e){return this.isStatement(e)?this.compileStatement(e):this.compileExpression(e)},t.prototype.makeReturn=function(e){return e&&(this.elseBody||(this.elseBody=new s([new E("void 0")]))),this.body&&(this.body=new s([this.body.makeReturn(e)])),this.elseBody&&(this.elseBody=new s([this.elseBody.makeReturn(e)])),this},t.prototype.ensureBlock=function(e){return e instanceof s?e:new s([e])},t.prototype.compileStatement=function(e){var n,i,r,s,a,o,c;return r=et(e,"chainChild"),(a=et(e,"isExistentialEquals"))?new t(this.condition.invert(),this.elseBodyNode(),{type:"if"}).compileToFragments(e):(c=e.indent+H,s=this.condition.compileToFragments(e,L),i=this.ensureBlock(this.body).compileToFragments(ot(e,{indent:c})),o=[].concat(this.makeCode("if ("),s,this.makeCode(") {\n"),i,this.makeCode("\n"+this.tab+"}")),r||o.unshift(this.makeCode(this.tab)),this.elseBody?(n=o.concat(this.makeCode(" else ")),this.isChain?(e.chainChild=!0,n=n.concat(this.elseBody.unwrap().compileToFragments(e,N))):n=n.concat(this.makeCode("{\n"),this.elseBody.compileToFragments(ot(e,{indent:c}),N),this.makeCode("\n"+this.tab+"}")),n):o)},t.prototype.compileExpression=function(e){var t,n,i,r;return i=this.condition.compileToFragments(e,T),n=this.bodyNode().compileToFragments(e,C),t=this.elseBodyNode()?this.elseBodyNode().compileToFragments(e,C):[this.makeCode("void 0")],r=i.concat(this.makeCode(" ? "),n,this.makeCode(" : "),t),e.level>=T?this.wrapInBraces(r):r},t.prototype.unfoldSoak=function(){return this.soak&&this},t}(r),c={wrap:function(e,n,i){var r,o,c,l,u;return e.jumps()?e:(l=new h([],s.wrap([e])),r=[],o=e.contains(this.isLiteralArguments),o&&e.classBody&&o.error("Class bodies shouldn't reference arguments"),(o||e.contains(this.isLiteralThis))&&(u=new E(o?"apply":"call"),r=[new E("this")],o&&r.push(new E("arguments")),l=new K(l,[new t(u)])),l.noReturn=i,c=new a(l,r),n?s.wrap([c]):c)},isLiteralArguments:function(e){return e instanceof E&&"arguments"===e.value&&!e.asKey},isLiteralThis:function(e){return e instanceof E&&"this"===e.value&&!e.asKey||e instanceof h&&e.bound||e instanceof a&&e.isSuper}},pt=function(e,t,n){var i;if(i=t[n].unfoldSoak(e))return t[n]=i.body,i.body=new K(t),i},Y={"extends":function(){return"function(child, parent) { for (var key in parent) { if ("+dt("hasProp")+".call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }"},bind:function(){return"function(fn, me){ return function(){ return fn.apply(me, arguments); }; }"},indexOf:function(){return"[].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }"},hasProp:function(){return"{}.hasOwnProperty"},slice:function(){return"[].slice"}},N=1,L=2,C=3,T=4,F=5,w=6,H=" ",g="[$A-Za-z_\\x7f-\\uffff][$\\w\\x7f-\\uffff]*",m=RegExp("^"+g+"$"),j=/^[+-]?\d+$/,D=RegExp("^(?:("+g+")\\.prototype(?:\\.("+g+")|\\[(\"(?:[^\\\\\"\\r\\n]|\\\\.)*\"|'(?:[^\\\\'\\r\\n]|\\\\.)*')\\]|\\[(0x[\\da-fA-F]+|\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\]))|("+g+")$"),b=/^['"]/,dt=function(e){var t;return t="__"+e,B.root.assign(t,Y[e]()),t},ct=function(e,t){return e=e.replace(/\n/g,"$&"+t),e.replace(/\s+$/,"")}}).call(this)},require["./sourcemap"]=new function(){var e=this;(function(){var t,n,i,r,s,a,o,c;n=function(){function e(e){this.generatedLine=e,this.columnMap={},this.columnMappings=[]}return e.prototype.addMapping=function(e,t,n){var i,r;return r=t[0],i=t[1],null==n&&(n={}),this.columnMap[e]&&n.noReplace?void 0:(this.columnMap[e]={generatedLine:this.generatedLine,generatedColumn:e,sourceLine:r,sourceColumn:i},this.columnMappings.push(this.columnMap[e]),this.columnMappings.sort(function(e,t){return e.generatedColumn-t.generatedColumn}))},e.prototype.getSourcePosition=function(e){var t,n,i,r,s,a;for(t=null,i=null,a=this.columnMappings,r=0,s=a.length;s>r&&(n=a[r],!(n.generatedColumn>e));r++)i=n;return i?t=[i.sourceLine,i.sourceColumn]:void 0},e}(),e.SourceMap=function(){function e(){this.generatedLines=[]}return e.prototype.addMapping=function(e,t,i){var r,s,a;return null==i&&(i={}),s=t[0],r=t[1],a=this.generatedLines[s],a||(a=this.generatedLines[s]=new n(s)),a.addMapping(r,e,i)},e.prototype.getSourcePosition=function(e){var t,n,i,r;return i=e[0],n=e[1],t=null,r=this.generatedLines[i],r&&(t=r.getSourcePosition(n)),t},e.prototype.forEachMapping=function(e){var t,n,i,r,s,a,o;for(a=this.generatedLines,o=[],n=r=0,s=a.length;s>r;n=++r)i=a[n],i?o.push(function(){var n,r,s,a;for(s=i.columnMappings,a=[],n=0,r=s.length;r>n;n++)t=s[n],a.push(e(t));return a}()):o.push(void 0);return o},e}(),e.generateV3SourceMap=function(t,n,i){var r,s,a,o,c,h,l,u,p,d;return null==n&&(n={}),p=n.sourceRoot||"",u=n.sourceFiles||[""],s=n.generatedFile||"",d=0,a=0,c=0,o=0,l=!1,h="",t.forEachMapping(function(t){for(;t.generatedLine>d;)a=0,l=!1,h+=";",d++;return l&&(h+=",",l=!1),h+=e.vlqEncodeValue(t.generatedColumn-a),a=t.generatedColumn,h+=e.vlqEncodeValue(0),h+=e.vlqEncodeValue(t.sourceLine-c),c=t.sourceLine,h+=e.vlqEncodeValue(t.sourceColumn-o),o=t.sourceColumn,l=!0}),r={version:3,file:s,sourceRoot:p,sources:u,names:[],mappings:h},n.inline&&(r.sourcesContent=[i]),JSON.stringify(r,null,2)},e.loadV3SourceMap=function(){return todo()},t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=t.length-1,c=function(e){if(e>i)throw Error("Cannot encode value "+e+" > "+i);if(0>e)throw Error("Cannot encode value "+e+" < 0");return t[e]},o=function(e){var n;if(n=t.indexOf(e),-1===n)throw Error("Invalid Base 64 character: "+e);return n},s=5,r=1<e?1:0,o=(Math.abs(e)<<1)+i,t="";o||!t;)n=o&a,o>>=s,o&&(n|=r),t+=c(n);return t},e.vlqDecodeValue=function(e,t){var n,i,c,h,l,u,p,d;for(null==t&&(t=0),u=t,c=!1,d=0,i=0;!c;)l=o(e[u]),u+=1,h=l&a,d+=h<>=1,p&&(d=-d),[d,n]}}).call(this)},require["./coffee-script"]=new function(){var e=this;(function(){var t,n,i,r,s,a,o,c,h,l,u,p,d,f,m,g,b,k,v,y={}.hasOwnProperty;if(o=require("fs"),g=require("vm"),f=require("path"),n=require("child_process"),t=require("./lexer").Lexer,u=require("./parser").parser,c=require("./helpers"),m=require("./sourcemap"),e.VERSION="1.6.2",e.helpers=c,e.compile=i=function(t,n){var i,r,s,a,o,l,p,d,f,g,b,k;for(null==n&&(n={}),d=e.helpers.merge,n.sourceMap&&(g=new m.SourceMap),o=u.parse(h.tokenize(t,n)).compileToFragments(n),s=0,(n.header||n.inline)&&(s+=1),r=0,p="",b=0,k=o.length;k>b;b++)a=o[b],g&&(a.locationData&&g.addMapping([a.locationData.first_line,a.locationData.first_column],[s,r],{noReplace:!0}),f=c.count(a.code,"\n"),s+=f,r=a.code.length-(f?a.code.lastIndexOf("\n"):0)),p+=a.code;return n.header&&(l="Generated by CoffeeScript "+this.VERSION,p="// "+l+"\n"+p),n.sourceMap?(i={js:p},g&&(i.sourceMap=g,i.v3SourceMap=m.generateV3SourceMap(g,n,t)),i):p},e.tokens=function(e,t){return h.tokenize(e,t)},e.nodes=function(e,t){return"string"==typeof e?u.parse(h.tokenize(e,t)):u.parse(e)},e.run=function(e,t){var n,r,s;return null==t&&(t={}),r=require.main,null==(s=t.sourceMap)&&(t.sourceMap=!0),r.filename=process.argv[1]=t.filename?o.realpathSync(t.filename):".",r.moduleCache&&(r.moduleCache={}),r.paths=require("module")._nodeModulePaths(f.dirname(o.realpathSync(t.filename||"."))),!c.isCoffee(r.filename)||require.extensions?(n=i(e,t),p(),r._sourceMaps[r.filename]=n.sourceMap,r._compile(n.js,r.filename)):r._compile(e,r.filename)},e.eval=function(e,t){var n,r,s,a,o,c,h,l,u,p,d,m,b,k;if(null==t&&(t={}),e=e.trim()){if(r=g.Script){if(null!=t.sandbox){if(t.sandbox instanceof r.createContext().constructor)h=t.sandbox;else{h=r.createContext(),m=t.sandbox;for(a in m)y.call(m,a)&&(l=m[a],h[a]=l)}h.global=h.root=h.GLOBAL=h}else h=global;if(h.__filename=t.filename||"eval",h.__dirname=f.dirname(h.__filename),h===global&&!h.module&&!h.require){for(n=require("module"),h.module=d=new n(t.modulename||"eval"),h.require=k=function(e){return n._load(e,d,!0)},d.filename=h.__filename,b=Object.getOwnPropertyNames(require),u=0,p=b.length;p>u;u++)c=b[u],"paths"!==c&&(k[c]=require[c]);k.paths=d.paths=n._nodeModulePaths(process.cwd()),k.resolve=function(e){return n._resolveFilename(e,d)}}}o={};for(a in t)y.call(t,a)&&(l=t[a],o[a]=l);return o.bare=!0,s=i(e,o),h===global?g.runInThisContext(s):g.runInContext(s,h)}},l=function(e,t){var n,r;return n=o.readFileSync(t,"utf8"),r=65279===n.charCodeAt(0)?n.substring(1):n,e._compile(i(r,{filename:t,literate:c.isLiterate(t)}),t)},require.extensions)for(v=[".coffee",".litcoffee",".coffee.md"],b=0,k=v.length;k>b;b++)r=v[b],require.extensions[r]=l;n&&(s=n.fork,n.fork=function(e,t,n){var i;return null==t&&(t=[]),null==n&&(n={}),i=c.isCoffee(e)?"coffee":null,Array.isArray(t)||(t=[],n=t||{}),n.execPath||(n.execPath=i),s(e,t,n)}),h=new t,u.lexer={lex:function(){var e,t;return t=this.tokens[this.pos++],t?(e=t[0],this.yytext=t[1],this.yylloc=t[2],this.yylineno=this.yylloc.first_line):e="",e},setInput:function(e){return this.tokens=e,this.pos=0},upcomingInput:function(){return""}},u.yy=require("./nodes"),u.yy.parseError=function(e,t){var n;return n=t.token,e="unexpected "+(1===n?"end of input":n),c.throwSyntaxError(e,u.lexer.yylloc)},d=!1,p=function(){var t;if(!d)return d=!0,t=require.main,t._sourceMaps={},Error.prepareStackTrace=function(n,i){var r,s,o,c,h;return c={},o=function(e,n,i){var r,s;return s=t._sourceMaps[e],s&&(r=s.getSourcePosition([n-1,i-1])),r?[r[0]+1,r[1]+1]:null},s=function(){var t,n,s;for(s=[],t=0,n=i.length;n>t&&(r=i[t],r.getFunction()!==e.run);t++)s.push(" at "+a(r,o));return s}(),""+n.name+": "+(null!=(h=n.message)?h:"")+"\n"+s.join("\n")+"\n"}},a=function(e,t){var n,i,r,s,a,o,c,h,l,u,p,d;return s=void 0,r="",e.isNative()?r="native":(e.isEval()?(s=e.getScriptNameOrSourceURL(),s||(r=""+e.getEvalOrigin()+", ")):s=e.getFileName(),s||(s=""),h=e.getLineNumber(),i=e.getColumnNumber(),u=t(s,h,i),r=u?""+s+":"+u[0]+":"+u[1]+", :"+h+":"+i:""+s+":"+h+":"+i),a=e.getFunctionName(),o=e.isConstructor(),c=!(e.isToplevel()||o),c?(l=e.getMethodName(),d=e.getTypeName(),a?(p=n="",d&&a.indexOf(d)&&(p=""+d+"."),l&&a.indexOf("."+l)!==a.length-l.length-1&&(n=" [as "+l+"]"),""+p+a+n+" ("+r+")"):""+d+"."+(l||"")+" ("+r+")"):o?"new "+(a||"")+" ("+r+")":a?""+a+" ("+r+")":r}}).call(this)},require["./browser"]=new function(){var exports=this;(function(){var CoffeeScript,compile,runScripts,__indexOf=[].indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(t in this&&this[t]===e)return t;return-1};CoffeeScript=require("./coffee-script"),CoffeeScript.require=require,compile=CoffeeScript.compile,CoffeeScript.eval=function(code,options){var _ref;return null==options&&(options={}),null==(_ref=options.bare)&&(options.bare=!0),eval(compile(code,options))},CoffeeScript.run=function(e,t){return null==t&&(t={}),t.bare=!0,Function(compile(e,t))()},"undefined"!=typeof window&&null!==window&&("undefined"!=typeof btoa&&null!==btoa&&"undefined"!=typeof JSON&&null!==JSON&&(compile=function(e,t){var n,i,r;return null==t&&(t={}),t.sourceMap=!0,t.inline=!0,r=CoffeeScript.compile(e,t),n=r.js,i=r.v3SourceMap,""+n+"\n//@ sourceMappingURL=data:application/json;base64,"+btoa(i)+"\n//@ sourceURL=coffeescript"}),CoffeeScript.load=function(e,t,n){var i;return null==n&&(n={}),n.sourceFiles=[e],i=window.ActiveXObject?new window.ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest,i.open("GET",e,!0),"overrideMimeType"in i&&i.overrideMimeType("text/plain"),i.onreadystatechange=function(){var r; +if(4===i.readyState){if(0!==(r=i.status)&&200!==r)throw Error("Could not load "+e);if(CoffeeScript.run(i.responseText,n),t)return t()}},i.send(null)},runScripts=function(){var e,t,n,i,r,s,a;return a=document.getElementsByTagName("script"),t=["text/coffeescript","text/literate-coffeescript"],e=function(){var e,n,i,r;for(r=[],e=0,n=a.length;n>e;e++)s=a[e],i=s.type,__indexOf.call(t,i)>=0&&r.push(s);return r}(),i=0,r=e.length,(n=function(){var r,s,a;return a=e[i++],r=null!=a?a.type:void 0,__indexOf.call(t,r)>=0?(s={literate:"text/literate-coffeescript"===r},a.src?CoffeeScript.load(a.src,n,s):(s.sourceFiles=["embedded"],CoffeeScript.run(a.innerHTML,s),n())):void 0})(),null},window.addEventListener?addEventListener("DOMContentLoaded",runScripts,!1):attachEvent("onload",runScripts))}).call(this)},require["./coffee-script"]}();"function"==typeof define&&define.amd?define(function(){return CoffeeScript}):root.CoffeeScript=CoffeeScript})(this); \ No newline at end of file diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..2ca3b95 --- /dev/null +++ b/html/index.html @@ -0,0 +1,25 @@ + + + +Welcome to nginx! + + + +

Welcome to nginx!

+

If you see this page, the nginx web server is successfully installed and +working. Further configuration is required.

+ +

For online documentation and support please refer to +nginx.org.
+Commercial support is available at +nginx.com.

+ +

Thank you for using nginx.

+ + diff --git a/html/jbreadcrumb/.project b/html/jbreadcrumb/.project new file mode 100644 index 0000000..d8ab17d --- /dev/null +++ b/html/jbreadcrumb/.project @@ -0,0 +1,12 @@ + + + jQuery Plugins + + + + + + + com.aptana.ide.project.nature.web + + diff --git a/html/jbreadcrumb/.tmp_jBreadCrumb.html.84957~ b/html/jbreadcrumb/.tmp_jBreadCrumb.html.84957~ new file mode 100644 index 0000000..9a3fabb --- /dev/null +++ b/html/jbreadcrumb/.tmp_jBreadCrumb.html.84957~ @@ -0,0 +1,208 @@ + + + + + CompareNetworks jQuery'd Bread Crumb - jBreadCrumb + + + + + + + + +
+

CompareNetworks jQuery'd Bread Crumb - jBreadCrumb

+ + + + + +
+
+ +
+
+

Explanation

+

+ This collapsible breadcrumb was developed to deal with deeply nested, verbosely named pages. Rather than limit the amount of elements shown on the sever side, we decided to go with a client side solution for usability and SEO reasons. It also turned out nice to look at and fun to play with. +

+

+ It is smart in the sense that it collapses based upon the amount and length of the elements in the set. The breadcrumb uses a semitransparent .png overlay to achieve the gradient effect seen on the elements. Visually, it helps to show a "peek" at what is underneath. +

+

+ Oh, and it's compatible with ie 6, ie 7 and all standards compliant browsers. +

+

+ To use the plugin, it's as simple as the code below. +

+
jQuery(document).ready(function()
+{
+	jQuery("#breadCrumb").jBreadCrumb();
+})
+

+ The only additional jQuery plugin required is the easing plugin + written by GSGD. The plugin uses Robert Penner's wonderful easing equations that anyone from a flash background is familiar with, I love 'easeOutQuad', it makes things so smooooth. +

+

+ If you don't want to use the plugin, set the options to use the normal "swing" (esentially "easeInOut") or "linear" easing provided by jQuery. The easing equations will no longer be necessary. +

+
jQuery(document).ready(function()
+{
+	jQuery("#breadCrumb").jBreadCrumb({easing:'swing'});
+})
+
+

+ Or, set it globally +

+
+jQuery.fn.jBreadCrumb.defaults.easing = 'linear';
+
+

+ There are a lot of options in there, you can adjust many of the features pretty easily through the options. Have fun with it.

+

+ Written by Jason Roy for CompareNetworks Inc. +

+
+

+ Copyright (c) 2008 CompareNetworks Inc. +

+

+ Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +

+

+ The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. +

+

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +

+
+
+ +
+
+ + diff --git a/html/jbreadcrumb/Images/Chevron.gif b/html/jbreadcrumb/Images/Chevron.gif new file mode 100644 index 0000000000000000000000000000000000000000..ef423314574ba3c47768cbe619fb9d919eaf39b9 GIT binary patch literal 121 zcmV-<0EYiZNk%w1VFdsb0J9GO;^N}%?d|XH@8#v?HNcMvV^%B?16DGCMyc literal 0 HcmV?d00001 diff --git a/html/jbreadcrumb/Images/ChevronOverlay.png b/html/jbreadcrumb/Images/ChevronOverlay.png new file mode 100644 index 0000000000000000000000000000000000000000..184ee63cb54d2168e375d147abcc12de230e2c35 GIT binary patch literal 310 zcmV-60m=S}P)R_LzN^0GWh($ literal 0 HcmV?d00001 diff --git a/html/jbreadcrumb/Images/IconHome.gif b/html/jbreadcrumb/Images/IconHome.gif new file mode 100644 index 0000000000000000000000000000000000000000..0ab9e101c777eb830d26a1a09baf5cef8eb6f880 GIT binary patch literal 549 zcmV+=0^0pYNk%w1VGsZy0Oo%H;? z@<~Zaz`($1X=$OMq1NoV@9*!`)z!MXx-5#A^7-ld`ud`xqBMiDt*x#0_V)1h`rPlt zq@<+g=H`Kcf!NsC>-XJ+zP-rE$fu{Lj*gCnqxI6#(ujzN^Yinn*>CXh@VnrO`u+BG z!4!0r`*fd(&T)Bl$4bC`1s(gui})L-o(b~Kt|uVyW88_ zUaF^0iq-h~{`~#+9?0?EQkE`!{;de#Il>h>UN(3f{J2^RjIy{NK!NNd@#XLYgJ&4N8JwZW3K8DQG)IL5A+=bfP n+}sx9h2i8D9O)c|w@v|^YDZB^0xlAfdBwIUR+mw literal 0 HcmV?d00001 diff --git a/html/jbreadcrumb/Styles/Base.css b/html/jbreadcrumb/Styles/Base.css new file mode 100644 index 0000000..a155e31 --- /dev/null +++ b/html/jbreadcrumb/Styles/Base.css @@ -0,0 +1,231 @@ +/* Float Clearing + ---------------------------------------------------------------------*/ + +.module:after +{ + clear: both; + content: "."; + display: block; + height: 0; + visibility: hidden; +} + +/* float clearing for IE6 */ +* html .module +{ + height: 1%; + overflow: visible; +} + +/* float clearing for IE7 */ +* + html .module +{ + min-height: 1%; +} + + +/* General Typography + ---------------------------------------------------------------------*/ +html, body +{ + font-size: 12px; + line-height: 21px; + color: #444; + font-family: Arial, Helvetica, sans-serif; + font-style: normal; + font-variant: normal; + font-weight: normal; + background:#f3f3f3; +} + +html > body +{ + font-size: 12px; + line-height: 21px; +} + + +h1 +{ + font-weight: bold; + color: #007ac3; + font-size: 2em; + line-height: 1em; + margin: 1.25em 0 .75em 0; +} + +h2 +{ + color: #1371aa; + font-weight: bold; + font-size: 1.6666em; + line-height: 1em; + margin: 1.25em 0 .75em 0; +} + +h3 +{ + color: #1371aa; + font-size: 1.41667em; + line-height: 1em; + font-weight: bold; + margin: 1.25em 0 .75em 0; +} + +h4 +{ + color: #000; + font-size: 1.1667em; + line-height: 1em; + font-weight: bold; + margin: 1.25em 0 .5em 0; +} + +h5 +{ + color: #000; + font-size: 1em; + line-height: 1em; + font-weight: bold; + margin: 1.25em 0 .5em 0; +} + +h6 +{ + color: #000; + font-size: 1em; + line-height: 1em; + font-weight: bold; + margin: 1.25em 0 .5em 0; +} + +strong +{ + font-weight: bold; +} + +em +{ + font-style: italic; + line-height: 1.75em; +} + +p +{ + font-size: 1em; + line-height: 1.75em; + margin: .25em 0 1.5em; +} +td, td a, th, th a, span +{ + line-height: 1.3333em; +} + +blockquote +{ + margin: .416em 0 .416em 1.1667em; +} + +a +{ + color: #0e82c7; + text-decoration: none; + font-size: inherit; + font-weight: inherit; +} + +a:hover +{ + text-decoration: underline; +} + +ul, ol +{ + margin: .833em 0; + padding-left: 2em; +} +ul +{ + list-style-type: disc; +} +ol +{ + list-style-type: decimal; +} +ul li, ol li +{ + line-height: 1.5em; +} + +dt +{ + margin: .416em 0 0 0; +} + +dd +{ + margin: .416em 0 .416em 1.1667em; +} + +pre, code, tt +{ + font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace; + margin: .833em 0; +} +sub +{ + vertical-align: sub; + font-size: smaller; + line-height:inherit; +} + +sup +{ + vertical-align: super; + font-size: smaller; + line-height:inherit; +} + +/* Page Specific + ---------------------------------------------------------------------*/ + +#container +{ + +margin:0 auto 10px; +text-align:left; +width:1000px; +} +.breadCrumbHolder +{ + margin:0 0 20px 0; +} +pre +{ + background:#ddd; + border:solid 1px #fff; + padding:10px; + color:#111; +} +.description +{ + float:left; + width:700px; + margin-right:20px; +} +.sideBar +{ + float:left; + background:#fff; + border:solid 1px #dedede; + padding:20px; + width:238px; + margin:50px 0 0 0; +} +.license p +{ + font-size:0.83333em; + color:#888; +} + + diff --git a/html/jbreadcrumb/Styles/BreadCrumb.css b/html/jbreadcrumb/Styles/BreadCrumb.css new file mode 100644 index 0000000..e5a6232 --- /dev/null +++ b/html/jbreadcrumb/Styles/BreadCrumb.css @@ -0,0 +1,109 @@ +/* Float Clearing + ---------------------------------------------------------------------*/ + +.module:after +{ + clear: both; + content: "."; + display: block; + height: 0; + visibility: hidden; +} + +/* float clearing for IE6 */ +* html .module +{ + height: 1%; + overflow: visible; +} + +/* float clearing for IE7 */ +* + html .module +{ + min-height: 1%; +} + +/* Breadcrumb Styles + ---------------------------------------------------------------------*/ + +.breadCrumb +{ + margin: 0; + padding: 0; + float: left; + display: block; + height: 21px; + overflow: hidden; + width: 990px; + padding:5px; + border:solid 1px #dedede; + background:#fff; +} +.breadCrumb ul +{ + margin: 0; + padding: 0; + height: 21px; + display: block; +} +.breadCrumb ul li +{ + display: block; + float: left; + position: relative; + height: 21px; + overflow: hidden; + line-height: 21px; + margin: 0px 6px 0px 0; + padding: 0px 10px 0px 0; + font-size: .9167em; + background: url(../Images/Chevron.gif) no-repeat 100% 0; +} +.breadCrumb ul li div.chevronOverlay +{ + position: absolute; + right: 0; + top: 0; + z-index: 2; +} +.breadCrumb ul li span +{ + display: block; + overflow: hidden; +} +.breadCrumb ul li a +{ + display: block; + position: relative; + height: 21px; + line-height: 21px; + overflow: hidden; + float: left; +} +.breadCrumb ul li.first a +{ + height: 16px !important; + text-indent:-1000em; + width:16px; + padding: 0; + margin-top: 2px; + overflow: hidden; + background:url(../Images/IconHome.gif) no-repeat 0 0; +} +.breadCrumb ul li.first a:hover +{ + background-position: 0 -16px; +} +.breadCrumb ul li.last +{ + background: none; + margin-right: 0; + padding-right: 0; +} +.chevronOverlay +{ + display: none; + background: url(../Images/ChevronOverlay.png) no-repeat 100% 0; + width: 13px; + height: 20px; +} diff --git a/html/jbreadcrumb/jBreadCrumb.html b/html/jbreadcrumb/jBreadCrumb.html new file mode 100644 index 0000000..30820dc --- /dev/null +++ b/html/jbreadcrumb/jBreadCrumb.html @@ -0,0 +1,210 @@ + + + + + CompareNetworks jQuery'd Bread Crumb - jBreadCrumb + + + + + + + + +
+

CompareNetworks jQuery'd Bread Crumb - jBreadCrumb

+ + + + + +
+
+ +
+
+

Update - jBreadCrumb 1.1

+ With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on page load. Also, the easing plugn is no longer required, the animation will default to "swing" easing. I still recommend "easeOutQuad" for the best looking animation, but it's not necessary.

Explanation

+

+ This collapsible breadcrumb was developed to deal with deeply nested, verbosely named pages. Rather than limit the amount of elements shown on the sever side, we decided to go with a client side solution for usability and SEO reasons. It also turned out nice to look at and fun to play with. +

+

+ It is smart in the sense that it collapses based upon the amount and length of the elements in the set. The breadcrumb uses a semitransparent .png overlay to achieve the gradient effect seen on the elements. Visually, it helps to show a "peek" at what is underneath. +

+

+ Oh, and it's compatible with ie 6, ie 7 and all standards compliant browsers. +

+

+ To use the plugin, it's as simple as the code below. +

+
jQuery(document).ready(function()
+{
+	jQuery("#breadCrumb").jBreadCrumb();
+})
+

+ The only additional jQuery plugin required is the easing plugin + written by GSGD. The plugin uses Robert Penner's wonderful easing equations that anyone from a flash background is familiar with, I love 'easeOutQuad', it makes things so smooooth. +

+

+ If you don't want to use the plugin, set the options to use the normal "swing" (esentially "easeInOut") or "linear" easing provided by jQuery. The easing equations will no longer be necessary. +

+
jQuery(document).ready(function()
+{
+	jQuery("#breadCrumb").jBreadCrumb({easing:'swing'});
+})
+
+

+ Or, set it globally +

+
+jQuery.fn.jBreadCrumb.defaults.easing = 'linear';
+
+

+ There are a lot of options in there, you can adjust many of the features pretty easily through the options. Have fun with it. +

+

+ Written by Jason Roy for CompareNetworks Inc. +

+
+

+ Copyright (c) 2008 CompareNetworks Inc. +

+

+ Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: +

+

+ The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. +

+

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +

+
+
+ +
+
+ + diff --git a/html/jbreadcrumb/js/jquery.easing.1.3.js b/html/jbreadcrumb/js/jquery.easing.1.3.js new file mode 100644 index 0000000..ef74321 --- /dev/null +++ b/html/jbreadcrumb/js/jquery.easing.1.3.js @@ -0,0 +1,205 @@ +/* + * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ + * + * Uses the built in easing capabilities added In jQuery 1.1 + * to offer multiple easing options + * + * TERMS OF USE - jQuery Easing + * + * Open source under the BSD License. + * + * Copyright © 2008 George McGinley Smith + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * +*/ + +// t: current time, b: begInnIng value, c: change In value, d: duration +jQuery.easing['jswing'] = jQuery.easing['swing']; + +jQuery.extend( jQuery.easing, +{ + def: 'easeOutQuad', + swing: function (x, t, b, c, d) { + //alert(jQuery.easing.default); + return jQuery.easing[jQuery.easing.def](x, t, b, c, d); + }, + easeInQuad: function (x, t, b, c, d) { + return c*(t/=d)*t + b; + }, + easeOutQuad: function (x, t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + }, + easeInOutQuad: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t + b; + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + easeInCubic: function (x, t, b, c, d) { + return c*(t/=d)*t*t + b; + }, + easeOutCubic: function (x, t, b, c, d) { + return c*((t=t/d-1)*t*t + 1) + b; + }, + easeInOutCubic: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t + b; + return c/2*((t-=2)*t*t + 2) + b; + }, + easeInQuart: function (x, t, b, c, d) { + return c*(t/=d)*t*t*t + b; + }, + easeOutQuart: function (x, t, b, c, d) { + return -c * ((t=t/d-1)*t*t*t - 1) + b; + }, + easeInOutQuart: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t*t + b; + return -c/2 * ((t-=2)*t*t*t - 2) + b; + }, + easeInQuint: function (x, t, b, c, d) { + return c*(t/=d)*t*t*t*t + b; + }, + easeOutQuint: function (x, t, b, c, d) { + return c*((t=t/d-1)*t*t*t*t + 1) + b; + }, + easeInOutQuint: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; + return c/2*((t-=2)*t*t*t*t + 2) + b; + }, + easeInSine: function (x, t, b, c, d) { + return -c * Math.cos(t/d * (Math.PI/2)) + c + b; + }, + easeOutSine: function (x, t, b, c, d) { + return c * Math.sin(t/d * (Math.PI/2)) + b; + }, + easeInOutSine: function (x, t, b, c, d) { + return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; + }, + easeInExpo: function (x, t, b, c, d) { + return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; + }, + easeOutExpo: function (x, t, b, c, d) { + return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; + }, + easeInOutExpo: function (x, t, b, c, d) { + if (t==0) return b; + if (t==d) return b+c; + if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; + return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; + }, + easeInCirc: function (x, t, b, c, d) { + return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; + }, + easeOutCirc: function (x, t, b, c, d) { + return c * Math.sqrt(1 - (t=t/d-1)*t) + b; + }, + easeInOutCirc: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; + return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; + }, + easeInElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; + }, + easeOutElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; + }, + easeInOutElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; + return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; + }, + easeInBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + return c*(t/=d)*t*((s+1)*t - s) + b; + }, + easeOutBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; + }, + easeInOutBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; + return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; + }, + easeInBounce: function (x, t, b, c, d) { + return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b; + }, + easeOutBounce: function (x, t, b, c, d) { + if ((t/=d) < (1/2.75)) { + return c*(7.5625*t*t) + b; + } else if (t < (2/2.75)) { + return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; + } else if (t < (2.5/2.75)) { + return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; + } else { + return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; + } + }, + easeInOutBounce: function (x, t, b, c, d) { + if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; + return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; + } +}); + +/* + * + * TERMS OF USE - EASING EQUATIONS + * + * Open source under the BSD License. + * + * Copyright © 2001 Robert Penner + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ \ No newline at end of file diff --git a/html/jbreadcrumb/js/jquery.jBreadCrumb.1.1.js b/html/jbreadcrumb/js/jquery.jBreadCrumb.1.1.js new file mode 100644 index 0000000..44936e7 --- /dev/null +++ b/html/jbreadcrumb/js/jquery.jBreadCrumb.1.1.js @@ -0,0 +1,240 @@ +/** + * @author Jason Roy for CompareNetworks Inc. + * Thanks to mikejbond for suggested udaptes + * + * Version 1.1 + * Copyright (c) 2009 CompareNetworks Inc. + * + * Licensed under the MIT license: + * http://www.opensource.org/licenses/mit-license.php + * + */ +(function($) +{ + + // Private variables + + var _options = {}; + var _container = {}; + var _breadCrumbElements = {}; + var _autoIntervalArray = []; + var _easingEquation; + + // Public functions + + jQuery.fn.jBreadCrumb = function(options) + { + _options = $.extend({}, $.fn.jBreadCrumb.defaults, options); + + return this.each(function() + { + _container = $(this); + setupBreadCrumb(); + }); + + }; + + // Private functions + + function setupBreadCrumb() + { + //Check if easing plugin exists. If it doesn't, use "swing" + if(typeof(jQuery.easing) == 'object') + { + _easingEquation = 'easeOutQuad' + } + else + { + _easingEquation = 'swing' + } + + //The reference object containing all of the breadcrumb elements + _breadCrumbElements = jQuery(_container).find('li'); + + //Keep it from overflowing in ie6 & 7 + jQuery(_container).find('ul').wrap('
'); + //Set an arbitrary width width to avoid float drop on the animation + jQuery(_container).find('ul').width(5000); + + //If the breadcrumb contains nothing, don't do anything + if (_breadCrumbElements.length > 0) + { + jQuery(_breadCrumbElements[_breadCrumbElements.length - 1]).addClass('last'); + jQuery(_breadCrumbElements[0]).addClass('first'); + + //If the breadcrumb object length is long enough, compress. + + if (_breadCrumbElements.length > _options.minimumCompressionElements) + { + compressBreadCrumb(); + }; + }; + }; + + function compressBreadCrumb() + { + + // Factor to determine if we should compress the element at all + var finalElement = jQuery(_breadCrumbElements[_breadCrumbElements.length - 1]); + + + // If the final element is really long, compress more elements + if (jQuery(finalElement).width() > _options.maxFinalElementLength) + { + if (_options.beginingElementsToLeaveOpen > 0) + { + _options.beginingElementsToLeaveOpen--; + + } + if (_options.endElementsToLeaveOpen > 0) + { + _options.endElementsToLeaveOpen--; + } + } + // If the final element is within the short and long range, compress to the default end elements and 1 less beginning elements + if (jQuery(finalElement).width() < _options.maxFinalElementLength && jQuery(finalElement).width() > _options.minFinalElementLength) + { + if (_options.beginingElementsToLeaveOpen > 0) + { + _options.beginingElementsToLeaveOpen--; + + } + } + + var itemsToRemove = _breadCrumbElements.length - 1 - _options.endElementsToLeaveOpen; + + // We compress only elements determined by the formula setting below + + //TODO : Make this smarter, it's only checking the final elements length. It could also check the amount of elements. + jQuery(_breadCrumbElements[_breadCrumbElements.length - 1]).css( + { + background: 'none' + }); + + $(_breadCrumbElements).each(function(i, listElement) + { + if (i > _options.beginingElementsToLeaveOpen && i < itemsToRemove) + { + + jQuery(listElement).find('a').wrap('').width(jQuery(listElement).find('a').width() + 10); + + // Add the overlay png. + jQuery(listElement).append(jQuery('
').css( + { + display: 'block' + })).css( + { + background: 'none' + }); + if (isIE6OrLess()) + { + fixPNG(jQuery(listElement).find('.' + _options.overlayClass).css( + { + width: '20px', + right: "-1px" + })); + } + var options = + { + id: i, + width: jQuery(listElement).width(), + listElement: jQuery(listElement).find('span'), + isAnimating: false, + element: jQuery(listElement).find('span') + + }; + jQuery(listElement).bind('mouseover', options, expandBreadCrumb).bind('mouseout', options, shrinkBreadCrumb); + jQuery(listElement).find('a').unbind('mouseover', expandBreadCrumb).unbind('mouseout', shrinkBreadCrumb); + listElement.autoInterval = setInterval(function() + { + clearInterval(listElement.autoInterval); + jQuery(listElement).find('span').animate( + { + width: _options.previewWidth + }, _options.timeInitialCollapse, _options.easing); + }, (150 * (i - 2))); + + } + }); + + }; + + function expandBreadCrumb(e) + { + var elementID = e.data.id; + var originalWidth = e.data.width; + jQuery(e.data.element).stop(); + jQuery(e.data.element).animate( + { + width: originalWidth + }, + { + duration: _options.timeExpansionAnimation, + easing: _options.easing, + queue: false + }); + return false; + + }; + + function shrinkBreadCrumb(e) + { + var elementID = e.data.id; + jQuery(e.data.element).stop(); + jQuery(e.data.element).animate( + { + width: _options.previewWidth + }, + { + duration: _options.timeCompressionAnimation, + easing: _options.easing, + queue: false + }); + return false; + }; + + function isIE6OrLess() + { + var isIE6 = $.browser.msie && /MSIE\s(5\.5|6\.)/.test(navigator.userAgent); + return isIE6; + }; + // Fix The Overlay for IE6 + function fixPNG(element) + { + var image; + if (jQuery(element).is('img')) + { + image = jQuery(element).attr('src'); + } + else + { + image = $(element).css('backgroundImage'); + image.match(/^url\(["']?(.*\.png)["']?\)$/i); + image = RegExp.$1; + ; + } + $(element).css( + { + 'backgroundImage': 'none', + 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='" + image + "')" + }); + }; + + // Public global variables + + jQuery.fn.jBreadCrumb.defaults = + { + maxFinalElementLength: 400, + minFinalElementLength: 200, + minimumCompressionElements: 4, + endElementsToLeaveOpen: 1, + beginingElementsToLeaveOpen: 1, + timeExpansionAnimation: 800, + timeCompressionAnimation: 500, + timeInitialCollapse: 600, + easing: _easingEquation, + overlayClass: 'chevronOverlay', + previewWidth: 5 + }; + +})(jQuery); diff --git a/html/jbreadcrumb/js/jquery.js b/html/jbreadcrumb/js/jquery.js new file mode 100644 index 0000000..15f56f8 --- /dev/null +++ b/html/jbreadcrumb/js/jquery.js @@ -0,0 +1,3655 @@ +/** @namespace jQuery-1.2.6 */ + + +(function(){ +/* + * jQuery 1.2.6 - New Wave Javascript + * + * Copyright (c) 2008 John Resig (jquery.com) + * Dual licensed under the MIT (MIT-LICENSE.txt) + * and GPL (GPL-LICENSE.txt) licenses. + * + * $Date: 2008-05-24 14:22:17 -0400 (Sat, 24 May 2008) $ + * $Rev: 5685 $ + */ + +// Map over jQuery in case of overwrite +var _jQuery = window.jQuery, +// Map over the $ in case of overwrite + _$ = window.$; + +/** @id jQuery.$ **/ +var jQuery = window.jQuery = window.$ = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + return new jQuery.fn.init( selector, context ); +}; + +// A simple way to check for HTML strings or ID strings +// (both of which we optimize for) +var quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/, + +// Is it a simple selector + isSimple = /^.[^:#\[\.]*$/, + +// Will speed up references to undefined, and allows munging its name. + undefined; + +jQuery.fn = jQuery.prototype = { + init: function( selector, context ) { + // Make sure that a selection was provided + selector = selector || document; + + // Handle $(DOMElement) + if ( selector.nodeType ) { + this[0] = selector; + this.length = 1; + return this; + } + // Handle HTML strings + if ( typeof selector == "string" ) { + // Are we dealing with HTML string or an ID? + var match = quickExpr.exec( selector ); + + // Verify a match, and that no context was specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) + selector = jQuery.clean( [ match[1] ], context ); + + // HANDLE: $("#id") + else { + var elem = document.getElementById( match[3] ); + + // Make sure an element was located + if ( elem ){ + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id != match[3] ) + return jQuery().find( selector ); + + // Otherwise, we inject the element directly into the jQuery object + return jQuery( elem ); + } + selector = []; + } + + // HANDLE: $(expr, [context]) + // (which is just equivalent to: $(content).find(expr) + } else + return jQuery( context ).find( selector ); + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) + return jQuery( document )[ jQuery.fn.ready ? "ready" : "load" ]( selector ); + + return this.setArray(jQuery.makeArray(selector)); + }, + + // The current version of jQuery being used + /** @id jQuery.jquery **/ + jquery: "1.2.6", + + // The number of elements contained in the matched element set + /** @id jQuery.size **/ + size: function() { + return this.length; + }, + + // The number of elements contained in the matched element set + /** @id jQuery.length **/ + length: 0, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + /** @id jQuery.get **/ + get: function( num ) { + return num == undefined ? + + // Return a 'clean' array + jQuery.makeArray( this ) : + + // Return just the object + this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + /** @id jQuery.pushStack **/ + pushStack: function( elems ) { + // Build a new jQuery matched element set + var ret = jQuery( elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Force the current matched set of elements to become + // the specified array of elements (destroying the stack in the process) + // You should use pushStack() in order to do this, but maintain the stack + /** @id jQuery.setArray **/ + setArray: function( elems ) { + // Resetting the length to 0, then using the native Array push + // is a super-fast way to populate an object with array-like properties + this.length = 0; + Array.prototype.push.apply( this, elems ); + + return this; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + /** @id jQuery.each **/ + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + // Determine the position of an element within + // the matched set of elements + /** @id jQuery.index **/ + index: function( elem ) { + var ret = -1; + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem && elem.jquery ? elem[0] : elem + , this ); + }, + + /** @id jQuery.attr **/ + attr: function( name, value, type ) { + var options = name; + + // Look for the case where we're accessing a style value + if ( name.constructor == String ) + if ( value === undefined ) + return this[0] && jQuery[ type || "attr" ]( this[0], name ); + + else { + options = {}; + options[ name ] = value; + } + + // Check to see if we're setting style values + return this.each(function(i){ + // Set all the styles + for ( name in options ) + jQuery.attr( + type ? + this.style : + this, + name, jQuery.prop( this, options[ name ], type, i, name ) + ); + }); + }, + + /** @id jQuery.css **/ + css: function( key, value ) { + // ignore negative width and height values + if ( (key == 'width' || key == 'height') && parseFloat(value) < 0 ) + value = undefined; + return this.attr( key, value, "curCSS" ); + }, + + /** @id jQuery.text **/ + text: function( text ) { + if ( typeof text != "object" && text != null ) + return this.empty().append( (this[0] && this[0].ownerDocument || document).createTextNode( text ) ); + + var ret = ""; + + jQuery.each( text || this, function(){ + jQuery.each( this.childNodes, function(){ + if ( this.nodeType != 8 ) + ret += this.nodeType != 1 ? + this.nodeValue : + jQuery.fn.text( [ this ] ); + }); + }); + + return ret; + }, + + /** @id jQuery.wrapAll **/ + wrapAll: function( html ) { + if ( this[0] ) + // The elements to wrap the target around + jQuery( html, this[0].ownerDocument ) + .clone() + .insertBefore( this[0] ) + .map(function(){ + var elem = this; + + while ( elem.firstChild ) + elem = elem.firstChild; + + return elem; + }) + .append(this); + + return this; + }, + + /** @id jQuery.wrapInner **/ + wrapInner: function( html ) { + return this.each(function(){ + jQuery( this ).contents().wrapAll( html ); + }); + }, + + /** @id jQuery.wrap **/ + wrap: function( html ) { + return this.each(function(){ + jQuery( this ).wrapAll( html ); + }); + }, + + /** @id jQuery.append **/ + append: function() { + return this.domManip(arguments, true, false, function(elem){ + if (this.nodeType == 1) + this.appendChild( elem ); + }); + }, + + /** @id jQuery.prepend **/ + prepend: function() { + return this.domManip(arguments, true, true, function(elem){ + if (this.nodeType == 1) + this.insertBefore( elem, this.firstChild ); + }); + }, + + /** @id jQuery.before **/ + before: function() { + return this.domManip(arguments, false, false, function(elem){ + this.parentNode.insertBefore( elem, this ); + }); + }, + + /** @id jQuery.after **/ + after: function() { + return this.domManip(arguments, false, true, function(elem){ + this.parentNode.insertBefore( elem, this.nextSibling ); + }); + }, + + /** @id jQuery.end **/ + end: function() { + return this.prevObject || jQuery( [] ); + }, + + /** @id jQuery.find **/ + find: function( selector ) { + var elems = jQuery.map(this, function(elem){ + return jQuery.find( selector, elem ); + }); + + return this.pushStack( /[^+>] [^+>]/.test( selector ) || selector.indexOf("..") > -1 ? + jQuery.unique( elems ) : + elems ); + }, + + /** @id jQuery.clone **/ + clone: function( events ) { + // Do the clone + var ret = this.map(function(){ + if ( jQuery.browser.msie && !jQuery.isXMLDoc(this) ) { + // IE copies events bound via attachEvent when + // using cloneNode. Calling detachEvent on the + // clone will also remove the events from the orignal + // In order to get around this, we use innerHTML. + // Unfortunately, this means some modifications to + // attributes in IE that are actually only stored + // as properties will not be copied (such as the + // the name attribute on an input). + var clone = this.cloneNode(true), + container = document.createElement("div"); + container.appendChild(clone); + return jQuery.clean([container.innerHTML])[0]; + } else + return this.cloneNode(true); + }); + + // Need to set the expando to null on the cloned set if it exists + // removeData doesn't work here, IE removes it from the original as well + // this is primarily for IE but the data expando shouldn't be copied over in any browser + var clone = ret.find("*").andSelf().each(function(){ + if ( this[ expando ] != undefined ) + this[ expando ] = null; + }); + + // Copy the events from the original to the clone + if ( events === true ) + this.find("*").andSelf().each(function(i){ + if (this.nodeType == 3) + return; + var events = jQuery.data( this, "events" ); + + for ( var type in events ) + for ( var handler in events[ type ] ) + jQuery.event.add( clone[ i ], type, events[ type ][ handler ], events[ type ][ handler ].data ); + }); + + // Return the cloned set + return ret; + }, + + /** @id jQuery.filter **/ + filter: function( selector ) { + return this.pushStack( + jQuery.isFunction( selector ) && + jQuery.grep(this, function(elem, i){ + return selector.call( elem, i ); + }) || + + jQuery.multiFilter( selector, this ) ); + }, + + /** @id jQuery.not **/ + not: function( selector ) { + if ( selector.constructor == String ) + // test special case where just one selector is passed in + if ( isSimple.test( selector ) ) + return this.pushStack( jQuery.multiFilter( selector, this, true ) ); + else + selector = jQuery.multiFilter( selector, this ); + + var isArrayLike = selector.length && selector[selector.length - 1] !== undefined && !selector.nodeType; + return this.filter(function() { + return isArrayLike ? jQuery.inArray( this, selector ) < 0 : this != selector; + }); + }, + + /** @id jQuery.add **/ + add: function( selector ) { + return this.pushStack( jQuery.unique( jQuery.merge( + this.get(), + typeof selector == 'string' ? + jQuery( selector ) : + jQuery.makeArray( selector ) + ))); + }, + + /** @id jQuery.is **/ + is: function( selector ) { + return !!selector && jQuery.multiFilter( selector, this ).length > 0; + }, + + /** @id jQuery.hasClass **/ + hasClass: function( selector ) { + return this.is( "." + selector ); + }, + + /** @id jQuery.val **/ + val: function( value ) { + if ( value == undefined ) { + + if ( this.length ) { + var elem = this[0]; + + // We need to handle select boxes special + if ( jQuery.nodeName( elem, "select" ) ) { + var index = elem.selectedIndex, + values = [], + options = elem.options, + one = elem.type == "select-one"; + + // Nothing was selected + if ( index < 0 ) + return null; + + // Loop through all the selected options + for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) { + var option = options[ i ]; + + if ( option.selected ) { + // Get the specifc value for the option + value = jQuery.browser.msie && !option.attributes.value.specified ? option.text : option.value; + + // We don't need an array for one selects + if ( one ) + return value; + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + + // Everything else, we just grab the value + } else + return (this[0].value || "").replace(/\r/g, ""); + + } + + return undefined; + } + + if( value.constructor == Number ) + value += ''; + + return this.each(function(){ + if ( this.nodeType != 1 ) + return; + + if ( value.constructor == Array && /radio|checkbox/.test( this.type ) ) + this.checked = (jQuery.inArray(this.value, value) >= 0 || + jQuery.inArray(this.name, value) >= 0); + + else if ( jQuery.nodeName( this, "select" ) ) { + var values = jQuery.makeArray(value); + + jQuery( "option", this ).each(function(){ + this.selected = (jQuery.inArray( this.value, values ) >= 0 || + jQuery.inArray( this.text, values ) >= 0); + }); + + if ( !values.length ) + this.selectedIndex = -1; + + } else + this.value = value; + }); + }, + + /** @id jQuery.html **/ + html: function( value ) { + return value == undefined ? + (this[0] ? + this[0].innerHTML : + null) : + this.empty().append( value ); + }, + + /** @id jQuery.replaceWith **/ + replaceWith: function( value ) { + return this.after( value ).remove(); + }, + + /** @id jQuery.eq **/ + eq: function( i ) { + return this.slice( i, i + 1 ); + }, + + /** @id jQuery.slice **/ + slice: function() { + return this.pushStack( Array.prototype.slice.apply( this, arguments ) ); + }, + + /** @id jQuery.map **/ + map: function( callback ) { + return this.pushStack( jQuery.map(this, function(elem, i){ + return callback.call( elem, i, elem ); + })); + }, + + /** @id jQuery.andSelf **/ + andSelf: function() { + return this.add( this.prevObject ); + }, + + /** @id jQuery.data **/ + data: function( key, value ){ + var parts = key.split("."); + parts[1] = parts[1] ? "." + parts[1] : ""; + + if ( value === undefined ) { + var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]); + + if ( data === undefined && this.length ) + data = jQuery.data( this[0], key ); + + return data === undefined && parts[1] ? + this.data( parts[0] ) : + data; + } else + return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function(){ + jQuery.data( this, key, value ); + }); + }, + + /** @id jQuery.removeData **/ + removeData: function( key ){ + return this.each(function(){ + jQuery.removeData( this, key ); + }); + }, + + /** @id jQuery.domManip **/ + domManip: function( args, table, reverse, callback ) { + var clone = this.length > 1, elems; + + return this.each(function(){ + if ( !elems ) { + elems = jQuery.clean( args, this.ownerDocument ); + + if ( reverse ) + elems.reverse(); + } + + var obj = this; + + if ( table && jQuery.nodeName( this, "table" ) && jQuery.nodeName( elems[0], "tr" ) ) + obj = this.getElementsByTagName("tbody")[0] || this.appendChild( this.ownerDocument.createElement("tbody") ); + + var scripts = jQuery( [] ); + + jQuery.each(elems, function(){ + var elem = clone ? + jQuery( this ).clone( true )[0] : + this; + + // execute all scripts after the elements have been injected + if ( jQuery.nodeName( elem, "script" ) ) + scripts = scripts.add( elem ); + else { + // Remove any inner scripts for later evaluation + if ( elem.nodeType == 1 ) + scripts = scripts.add( jQuery( "script", elem ).remove() ); + + // Inject the elements into the document + callback.call( obj, elem ); + } + }); + + scripts.each( evalScript ); + }); + } +}; + +// Give the init function the jQuery prototype for later instantiation +jQuery.fn.init.prototype = jQuery.fn; + +function evalScript( i, elem ) { + if ( elem.src ) + jQuery.ajax({ + url: elem.src, + async: false, + dataType: "script" + }); + + else + jQuery.globalEval( elem.text || elem.textContent || elem.innerHTML || "" ); + + if ( elem.parentNode ) + elem.parentNode.removeChild( elem ); +} + +function now(){ + return +new Date; +} + +/** @id jQuery.extend **/ +jQuery.extend = jQuery.fn.extend = function() { + // copy reference to target object + var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options; + + // Handle a deep copy situation + if ( target.constructor == Boolean ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target != "object" && typeof target != "function" ) + target = {}; + + // extend jQuery itself if only one argument is passed + if ( length == i ) { + target = this; + --i; + } + + for ( ; i < length; i++ ) + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) + // Extend the base object + for ( var name in options ) { + var src = target[ name ], copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) + continue; + + // Recurse if we're merging object values + if ( deep && copy && typeof copy == "object" && !copy.nodeType ) + target[ name ] = jQuery.extend( deep, + // Never move original objects, clone them + src || ( copy.length != null ? [ ] : { } ) + , copy ); + + // Don't bring in undefined values + else if ( copy !== undefined ) + target[ name ] = copy; + + } + + // Return the modified object + return target; +}; + +var expando = "jQuery" + now(), uuid = 0, windowData = {}, + // exclude the following css properties to add px + exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i, + // cache defaultView + defaultView = document.defaultView || {}; + +jQuery.extend({ + /** @id jQuery.noConflict **/ + noConflict: function( deep ) { + window.$ = _$; + + if ( deep ) + window.jQuery = _jQuery; + + return jQuery; + }, + + // See test/unit/core.js for details concerning this function. + isFunction: function( fn ) { + return !!fn && typeof fn != "string" && !fn.nodeName && + fn.constructor != Array && /^[\s[]?function/.test( fn + "" ); + }, + + // check if an element is in a (or is an) XML document + isXMLDoc: function( elem ) { + return elem.documentElement && !elem.body || + elem.tagName && elem.ownerDocument && !elem.ownerDocument.body; + }, + + // Evalulates a script in a global context + globalEval: function( data ) { + data = jQuery.trim( data ); + + if ( data ) { + // Inspired by code by Andrea Giammarchi + // http://webreflection.blogspot.com/2007/08/global-scope-evaluation-and-dom.html + var head = document.getElementsByTagName("head")[0] || document.documentElement, + script = document.createElement("script"); + + script.type = "text/javascript"; + if ( jQuery.browser.msie ) + script.text = data; + else + script.appendChild( document.createTextNode( data ) ); + + // Use insertBefore instead of appendChild to circumvent an IE6 bug. + // This arises when a base node is used (#2709). + head.insertBefore( script, head.firstChild ); + head.removeChild( script ); + } + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toUpperCase() == name.toUpperCase(); + }, + + cache: {}, + + data: function( elem, name, data ) { + elem = elem == window ? + windowData : + elem; + + var id = elem[ expando ]; + + // Compute a unique ID for the element + if ( !id ) + id = elem[ expando ] = ++uuid; + + // Only generate the data cache if we're + // trying to access or manipulate it + if ( name && !jQuery.cache[ id ] ) + jQuery.cache[ id ] = {}; + + // Prevent overriding the named cache with undefined values + if ( data !== undefined ) + jQuery.cache[ id ][ name ] = data; + + // Return the named cache data, or the ID for the element + return name ? + jQuery.cache[ id ][ name ] : + id; + }, + + removeData: function( elem, name ) { + elem = elem == window ? + windowData : + elem; + + var id = elem[ expando ]; + + // If we want to remove a specific section of the element's data + if ( name ) { + if ( jQuery.cache[ id ] ) { + // Remove the section of cache data + delete jQuery.cache[ id ][ name ]; + + // If we've removed all the data, remove the element's cache + name = ""; + + for ( name in jQuery.cache[ id ] ) + break; + + if ( !name ) + jQuery.removeData( elem ); + } + + // Otherwise, we want to remove all of the element's data + } else { + // Clean up the element expando + try { + delete elem[ expando ]; + } catch(e){ + // IE has trouble directly removing the expando + // but it's ok with using removeAttribute + if ( elem.removeAttribute ) + elem.removeAttribute( expando ); + } + + // Completely remove the data cache + delete jQuery.cache[ id ]; + } + }, + + // args is for internal usage only + each: function( object, callback, args ) { + var name, i = 0, length = object.length; + + if ( args ) { + if ( length == undefined ) { + for ( name in object ) + if ( callback.apply( object[ name ], args ) === false ) + break; + } else + for ( ; i < length; ) + if ( callback.apply( object[ i++ ], args ) === false ) + break; + + // A special, fast, case for the most common use of each + } else { + if ( length == undefined ) { + for ( name in object ) + if ( callback.call( object[ name ], name, object[ name ] ) === false ) + break; + } else + for ( var value = object[0]; + i < length && callback.call( value, i, value ) !== false; value = object[++i] ){} + } + + return object; + }, + + /** @id jQuery.prop **/ + prop: function( elem, value, type, i, name ) { + // Handle executable functions + if ( jQuery.isFunction( value ) ) + value = value.call( elem, i ); + + // Handle passing in a number to a CSS property + return value && value.constructor == Number && type == "curCSS" && !exclude.test( name ) ? + value + "px" : + value; + }, + + className: { + // internal only, use addClass("class") + add: function( elem, classNames ) { + jQuery.each((classNames || "").split(/\s+/), function(i, className){ + if ( elem.nodeType == 1 && !jQuery.className.has( elem.className, className ) ) + elem.className += (elem.className ? " " : "") + className; + }); + }, + + // internal only, use removeClass("class") + remove: function( elem, classNames ) { + if (elem.nodeType == 1) + elem.className = classNames != undefined ? + jQuery.grep(elem.className.split(/\s+/), function(className){ + return !jQuery.className.has( classNames, className ); + }).join(" ") : + ""; + }, + + // internal only, use hasClass("class") + has: function( elem, className ) { + return jQuery.inArray( className, (elem.className || elem).toString().split(/\s+/) ) > -1; + } + }, + + // A method for quickly swapping in/out CSS properties to get correct calculations + /** @id jQuery.swap **/ + swap: function( elem, options, callback ) { + var old = {}; + // Remember the old values, and insert the new ones + for ( var name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + callback.call( elem ); + + // Revert the old values + for ( var name in options ) + elem.style[ name ] = old[ name ]; + }, + + css: function( elem, name, force ) { + if ( name == "width" || name == "height" ) { + var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ]; + + function getWH() { + val = name == "width" ? elem.offsetWidth : elem.offsetHeight; + var padding = 0, border = 0; + jQuery.each( which, function() { + padding += parseFloat(jQuery.curCSS( elem, "padding" + this, true)) || 0; + border += parseFloat(jQuery.curCSS( elem, "border" + this + "Width", true)) || 0; + }); + val -= Math.round(padding + border); + } + + if ( jQuery(elem).is(":visible") ) + getWH(); + else + jQuery.swap( elem, props, getWH ); + + return Math.max(0, val); + } + + return jQuery.curCSS( elem, name, force ); + }, + + /** @id jQuery.curCSS **/ + curCSS: function( elem, name, force ) { + var ret, style = elem.style; + + // A helper method for determining if an element's values are broken + function color( elem ) { + if ( !jQuery.browser.safari ) + return false; + + // defaultView is cached + var ret = defaultView.getComputedStyle( elem, null ); + return !ret || ret.getPropertyValue("color") == ""; + } + + // We need to handle opacity special in IE + if ( name == "opacity" && jQuery.browser.msie ) { + ret = jQuery.attr( style, "opacity" ); + + return ret == "" ? + "1" : + ret; + } + // Opera sometimes will give the wrong display answer, this fixes it, see #2037 + if ( jQuery.browser.opera && name == "display" ) { + var save = style.outline; + style.outline = "0 solid black"; + style.outline = save; + } + + // Make sure we're using the right name for getting the float value + if ( name.match( /float/i ) ) + name = styleFloat; + + if ( !force && style && style[ name ] ) + ret = style[ name ]; + + else if ( defaultView.getComputedStyle ) { + + // Only "float" is needed here + if ( name.match( /float/i ) ) + name = "float"; + + name = name.replace( /([A-Z])/g, "-$1" ).toLowerCase(); + + var computedStyle = defaultView.getComputedStyle( elem, null ); + + if ( computedStyle && !color( elem ) ) + ret = computedStyle.getPropertyValue( name ); + + // If the element isn't reporting its values properly in Safari + // then some display: none elements are involved + else { + var swap = [], stack = [], a = elem, i = 0; + + // Locate all of the parent display: none elements + for ( ; a && color(a); a = a.parentNode ) + stack.unshift(a); + + // Go through and make them visible, but in reverse + // (It would be better if we knew the exact display type that they had) + for ( ; i < stack.length; i++ ) + if ( color( stack[ i ] ) ) { + swap[ i ] = stack[ i ].style.display; + stack[ i ].style.display = "block"; + } + + // Since we flip the display style, we have to handle that + // one special, otherwise get the value + ret = name == "display" && swap[ stack.length - 1 ] != null ? + "none" : + ( computedStyle && computedStyle.getPropertyValue( name ) ) || ""; + + // Finally, revert the display styles back + for ( i = 0; i < swap.length; i++ ) + if ( swap[ i ] != null ) + stack[ i ].style.display = swap[ i ]; + } + + // We should always get a number back from opacity + if ( name == "opacity" && ret == "" ) + ret = "1"; + + } else if ( elem.currentStyle ) { + var camelCase = name.replace(/\-(\w)/g, function(all, letter){ + return letter.toUpperCase(); + }); + + ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ]; + + // From the awesome hack by Dean Edwards + // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291 + + // If we're not dealing with a regular pixel number + // but a number that has a weird ending, we need to convert it to pixels + if ( !/^\d+(px)?$/i.test( ret ) && /^\d/.test( ret ) ) { + // Remember the original values + var left = style.left, rsLeft = elem.runtimeStyle.left; + + // Put in the new values to get a computed value out + elem.runtimeStyle.left = elem.currentStyle.left; + style.left = ret || 0; + ret = style.pixelLeft + "px"; + + // Revert the changed values + style.left = left; + elem.runtimeStyle.left = rsLeft; + } + } + + return ret; + }, + + /** @id jQuery.clean **/ + clean: function( elems, context ) { + var ret = []; + context = context || document; + // !context.createElement fails in IE with an error but returns typeof 'object' + if (typeof context.createElement == 'undefined') + context = context.ownerDocument || context[0] && context[0].ownerDocument || document; + + jQuery.each(elems, function(i, elem){ + if ( !elem ) + return; + + if ( elem.constructor == Number ) + elem += ''; + + // Convert html string into DOM nodes + if ( typeof elem == "string" ) { + // Fix "XHTML"-style tags in all browsers + elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){ + return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ? + all : + front + ">"; + }); + + // Trim whitespace, otherwise indexOf won't work as expected + var tags = jQuery.trim( elem ).toLowerCase(), div = context.createElement("div"); + + var wrap = + // option or optgroup + !tags.indexOf("", "" ] || + + !tags.indexOf("", "" ] || + + tags.match(/^<(thead|tbody|tfoot|colg|cap)/) && + [ 1, "", "
" ] || + + !tags.indexOf("", "" ] || + + // matched above + (!tags.indexOf("", "" ] || + + !tags.indexOf("", "" ] || + + // IE can't serialize and + + + + + + + + +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ +
+

By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the collapsible option to true. Click on the currently open section to collapse its content pane.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/custom-icons.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/custom-icons.html new file mode 100644 index 0000000..dd5a91f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/custom-icons.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Accordion - Customize icons + + + + + + + + + + + +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ + + +
+

Customize the header icons with the icons option, which accepts classes for the header's default and active (open) state. Use any class from the UI CSS framework, or create custom classes with background images.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/default.html new file mode 100644 index 0000000..c3bcfdd --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/default.html @@ -0,0 +1,80 @@ + + + + + jQuery UI Accordion - Default functionality + + + + + + + + + + +
+

Section 1

+
+

+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer + ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit + amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut + odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. +

+
+

Section 2

+
+

+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet + purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor + velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In + suscipit faucibus urna. +

+
+

Section 3

+
+

+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. + Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero + ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis + lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. +

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus + et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in + faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia + mauris vel est. +

+

+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. + Class aptent taciti sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+

+Click headers to expand/collapse content that is broken into logical sections, much like tabs. +Optionally, toggle sections open/closed on mouseover. +

+

+The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is +usable without JavaScript. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/fillspace.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/fillspace.html new file mode 100644 index 0000000..49f92fb --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/fillspace.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Accordion - Fill space + + + + + + + + + + + + + +

Resize the outer container:

+ +
+
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+
+ +
+

Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the heightStyle option to "fill", and the script will automatically set the dimensions of the accordion to the height of its parent container.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/hoverintent.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/hoverintent.html new file mode 100644 index 0000000..0ff63a3 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/hoverintent.html @@ -0,0 +1,148 @@ + + + + + jQuery UI Accordion - Open on hoverintent + + + + + + + + + + +
+

Section 1

+
+

+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer + ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit + amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut + odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. +

+
+

Section 2

+
+

+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet + purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor + velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In + suscipit faucibus urna. +

+
+

Section 3

+
+

+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. + Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero + ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis + lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. +

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus + et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in + faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia + mauris vel est. +

+

+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. + Class aptent taciti sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+

+Click headers to expand/collapse content that is broken into logical sections, much like tabs. +Optionally, toggle sections open/closed on mouseover. +

+

+The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is +usable without JavaScript. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/index.html new file mode 100644 index 0000000..92bd33d --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/index.html @@ -0,0 +1,20 @@ + + + + + jQuery UI Accordion Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/no-auto-height.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/no-auto-height.html new file mode 100644 index 0000000..8df94cb --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/no-auto-height.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Accordion - No auto height + + + + + + + + + + +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, susceros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
+
+
+ +
+

Setting heightStyle: "content" allows the accordion panels to keep their native height.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/sortable.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/sortable.html new file mode 100644 index 0000000..4a25f24 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/accordion/sortable.html @@ -0,0 +1,74 @@ + + + + + jQuery UI Accordion - Sortable + + + + + + + + + + + + + +
+
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+
+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+
+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+
+ +
+

Drag the header to re-order panels.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/categories.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/categories.html new file mode 100644 index 0000000..8fe7e0b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/categories.html @@ -0,0 +1,67 @@ + + + + + jQuery UI Autocomplete - Categories + + + + + + + + + + + + + + + + + +
+

A categorized search result. Try typing "a" or "n".

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/combobox.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/combobox.html new file mode 100644 index 0000000..6b1c445 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/combobox.html @@ -0,0 +1,213 @@ + + + + + jQuery UI Autocomplete - Combobox + + + + + + + + + + + + + + + +
+ + +
+ + +
+

A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.

+

The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.

+

This is not a supported or even complete widget. Its purely for demoing what autocomplete can do with a bit of customization. For a detailed explanation of how the widget works, check out this Learning jQuery article.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/custom-data.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/custom-data.html new file mode 100644 index 0000000..4e518db --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/custom-data.html @@ -0,0 +1,90 @@ + + + + + jQuery UI Autocomplete - Custom data and display + + + + + + + + + + + + + +
Select a project (type "j" for a start):
+ + + +

+ +
+

You can use your own custom data formats and displays by simply overriding the default focus and select actions.

+

Try typing "j" to get a list of projects or just press the down arrow.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/default.html new file mode 100644 index 0000000..f904eac --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/default.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Autocomplete - Default functionality + + + + + + + + + + + + +
+ + +
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give "ja" (for Java or JavaScript) a try.

+

The datasource is a simple JavaScript array, provided to the widget using the source-option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/folding.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/folding.html new file mode 100644 index 0000000..51a893b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/folding.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Autocomplete - Accent folding + + + + + + + + + + + + +
+
+ + +
+
+ +
+

The autocomplete field uses a custom source option which will match results that have accented characters even when the text field doesn't contain accented characters. However if the you type in accented characters in the text field it is smart enough not to show results that aren't accented.

+

Try typing "Jo" to see "John" and "Jörn", then type "Jö" to see only "Jörn".

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..9312f02d5d396d168510e17e1faedf864f2859b0 GIT binary patch literal 1417 zcmV;41$O$0P)D4i_N~79S57A`TcKK!UD9hqOY5vkep+4;dmsgt0@2wn2rm3=iMS9OB^)$J4jCdV zRdYdvutbWu5E>;gV1YDfj4@(`KY^?#OlB1)HVzdYHf@t2Jyb)7wJA_+6(%$@Wr#X; zofs@V4;LXicAgL&C_{*~CQD`^KUP42trsgh5gsWnTzo1~ZV??Q6(=J}UEn0apWr!zDXDwKF7%DpxAT30Sxe^~MC{SxQY>_HbZY)=J5+E!q zRdOFYQX@rPK7FYqMqepVZ9|B+DpGF@6dO2km@Qd&8!*vf~`4nnk!Us8ZbjWdZiH@C>}UW8ZkpdhqgCxl^{P>8#6{2Ej}49K{s!d6(%(? zV1gq=TtI@aEm(LE948MMBsXxDK!dP2Zwmdww`no zxJ(^R1Iqtgd?N(u)o#<=^8uVytZ#@jk@$d}dU*pGozn$22*Ra$DFdR(Q7a*!LA%a? ztcMe8*JTrc=pDET0zhrv(qUUYg0@cr$$(Z-amAPbJI3aw`blBZ0d`z-I5|bYNU-80 zfx{(Z2KY{*RFD!Tx3MSe*CS$vA10W&+5PgdVEH@~yU^UVy7jOqMhurIOkDn0kHtr~ z59vQ%bW}|otWb6@=s7|sr9-98H1$Q;Kj)ib;2W8i;)%443MRb z8Ox0;bdlPjRjITLU}y)yI^hfs&*C0r<)%zU&h*uJ@uI}^TvxeSbfXeixiWoc8q(mK zv_?NSYraP0l`r7>tM%Jn{D?(STCPfVyT$35bu2+fD#DesYo<5_%zeYXxdGRunm)mTyN=_kv z^_nK?FO*<>^Vav>`{WNFKY4uqf|y1Y3z1*TzW?}H_KVavv0O9-5kio1!oQna|37~L X(@&ZhOk=J^00000NkvXXu0mjf6(|YA literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..e003d16c140584603cfc97a1f151faa99a0d62f7 GIT binary patch literal 1193 zcmV;a1XlZrP)qGdt^MrY9%O%k91A zbI!Tv-g|WOrdf3IG|PVokQ}nbCYx-^zfw^#+hkFa**JhrlIP7Mr*W+w>-WClSP@_kUFmLz!sE$LA|i=cN3k1k6I%jGvDu0P2zhXoOsOe-7Tu z!+~7Xdk`}5{G!2Kb>7)j|>g`ToU5T>A;vFX8%S{ML!4MW~t}MNer}6m$0c z#~PsTEb83qN=?)F$jN=$w4q<{VF7%}09m5E;Q@( zgy;KIu0vxHuJ<em#j=1=TZ>04#R7xX{(NFAE_-js0*5uZl4l?#J<05RuiJCzy%D z52CjniE_$MC9Y<&PQP`HHA{>GBnO*wTXuVy6%iqRL^JW@XGoOMD6Vv%s~)FAxX_BB zJ|xPGemWCs8bd-fVA#Bj(d(iDVnHZ-HpvL{yHE|HX)y-6@sDH#UvK9n8;H3d7P@ws z7v7m|cQ6e=clVNeJs0+x;y1Ry-DzHp-_NBm9vwu-PWaQQ{M7xA2ybsR-)SET-!l-G9``%w+eDx6rH4hFpaob|G%lUaq?X%LL&q!+s z6OTqvYm|&~m*e;#cbux@`#t6@E6B7$fE0ZZ#o=R^IScchlI*tHs8S}^*%5{x7EyBEK6mz_1)dc}3N;_=?`Lc7Q;G|n1@m(~ zIXM;^Z%-IwQ*RwvjAWA-Z4dEC>4S{gCFWr4|L;wwy?y@^4qE3x1s=k^00000NkvXX Hu0mjfdHXk) literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce0704d1858987f2801f9a302107be004c5eb15 GIT binary patch literal 999 zcmV2PA=hRW&FQh7rqDd4_pj1@I!IX$>u|ZS>PKB9IT zd#l;!<}Ei3ZW`SjaMR@G9XIc~IkesJ_uTY$fycVr**cH4cJEo9XKb@5HbDJTKA1&L zF>4Y@5^GH~%W6<$`(5$A8+J`wSR+!cPK8#C^bx=cpH9=3J!FKE>UrLt7H_8cdR)Jr zjLXw8YeaK}?*N^xRL1hSAIT!s)KkXM_OUMj{ioTznfS>(WF3_SF%$oGF1!^axE656&ZT zB@+!6C}(q(0j{-mmd&xbm$SRV>vwX;mn;i)qMIfrh|9z{a|wStoMHG75iCMQ?47h6 z2D|_a4bgUjnpy(=N8OU22oO_EI@og<63Eg8)bC;N9N-;baFC{YGSXNQL*z|_UCFFT zgpcPAekohnIBE^YIeNJvDSgTe~DWM4f*#;L4 literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..084ecb879b9900663322beff5d735b8d225022b4 GIT binary patch literal 1459 zcmZvbdrVVz6vuzJ+)HoU3%#wi+;+%rOJ!vNECm#Gj}}^J8E6Zl6{jnTpiDO$I@rQo zTiy?~GG(CXplCvv5?;P#X-h%s-013tfTG3B1$AL$ZoZObE1D*1_V4c`=W{;4?>Wip zr1+)TIKaUJCb)3nLQ_*yOiaw=qF!qFketMoIjjxu+*ELIq3^F;|~!D}xJWooB?$cBKq{?z$?hNo|cNFAPo` zO&OTQC}y}+m@%P=WhA$rVnnh{7SX(PoVYv)TAFz|#t}bjGsZt@H(&cIJk_o%TK$P8 z&W+_ANA|oaG-UsCh~PsE`m$&m=VJlYpSd>1NRj}UnXH$GV0woD@cLQj6Rf^=McCnB zg+*<5$0ufhHcqTUQ*f2Fs7ya!*`Tg8=_L@pu5UEdC?Ry0lRXBRtnC}?^b)ls@VafK zO%*|@Ha-=PlK$X9<|fzB!opOt@XO$X`Jt~6aj!psv%Ex;MJIGlWF>?xz2uIpJiAKi zUU(I#D$IsD3p&`sc{@Nbp8*)XG|-*Sjba<3B*P`0w9?g%FRbS|WtQ;(0x-bSj(V~G z?4Y5JcE!V7`lxm!L-?}b+%G>94EO7IpV&3_4tR)Wogv4hEE$zEEmhH_5p^s$wHroE z_p-^!FhfOEG0*xDLq_h$1t?7264baJFYhw2^8Bu3sI^Uzy^-#PG;NcZMrou5t1a~!Fx&L zqTF*i=y!*63|dySwPRn6=THf65kfW}3iGuN^tGOo+2(TI1ubJI`x>N2qH}6(;WgLl z#tqoCOiY-u4SJrP5{p%@gmkIg(nPtn9%DBmp{~1FXHu%CKrikbOKtgyB*o)S8D6y^ zd?Z02c4RIuOX!iQ^4JKKth?L+w!SSv^kMTOXQ2;*||OP8`L)bqdZ6=hG3znjBdyouQC- z2{|0(#LB*c*Y@m8w%x8e$)!>@aePd#Gz1{;x;$GLm$RD-;+&E4OTfN^l#oYz+pl{9 ztGltv^dIhTL5CU(YkuB>N{G0Dv}w(IDcts{ZL`6#^nPt?i$=m{D23_}=zdLGKobnbKO&IVDbBU4*Z5%!iq zwd4gy;B|a{6z_Y3ZCGELzjfi*#NXQob_F!etMeQXTP?>q_esTGgPMt!lYSi3Dk%lV zFj`-5x050$NZ}(6i)}hQkYTlvY8Qp-Z!otT;M%|JB!Kwrq1mAuVh-s8J`2(Z^xnPt zR!4ECmU?MGIlsK8xxEj(F5}*c?K-Fx9TCTsJOoyoO->S0t0Ql}USDv~FFZ_3wlL+k zE`6{8Ds$jwATl0?qVdNe@X*G7G+tihnA%zLE@dA$P0U95A6u*S^xk5 literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/index.html new file mode 100644 index 0000000..faa18d4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/index.html @@ -0,0 +1,25 @@ + + + + + jQuery UI Autocomplete Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/london.xml b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/london.xml new file mode 100644 index 0000000..2628549 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/london.xml @@ -0,0 +1,114 @@ + + +6987 + +London +51.5084152563931 +-0.125532746315002 +2643743 +GB +United Kingdom + +P +PPLC + + +London +42.983389283 +-81.233042387 +6058560 +CA +Canada + +P +PPL + + +East London +-33.0152850934643 +27.9116249084473 +1006984 +ZA +South Africa + +P +PPL + + +City +51.5133363996235 +-0.0890064239501953 +2643744 +GB +United Kingdom + +A +ADM2 + + +London +37.1289771 +-84.0832646 +4298960 +US +United States + +P +PPL + + +The Tower of London +51.5082349601834 +-0.0763034820556641 +6286786 +GB +United Kingdom + +S +CSTL + + +London Reefs +8.85 +112.5333333 +1879967 + + + +U +RFSU + + +Greater London +51.5 +-0.1666667 +2648110 +GB +United Kingdom + +A +ADM2 + + +London +46.1666667 +6.0166667 +2661811 +CH +Switzerland + +H +STM + + +London Borough of Islington +51.5333333 +-0.1333333 +3333156 +GB +United Kingdom + +A +ADM2 + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/maxheight.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/maxheight.html new file mode 100644 index 0000000..b576429 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/maxheight.html @@ -0,0 +1,71 @@ + + + + + jQuery UI Autocomplete - Scrollable results + + + + + + + + + + + + + +
+ + +
+ +
+

When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large. Try typing "a" or "s" above to get a long list of results that you can scroll through.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple-remote.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple-remote.html new file mode 100644 index 0000000..ed27562 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple-remote.html @@ -0,0 +1,80 @@ + + + + + jQuery UI Autocomplete - Multiple, remote + + + + + + + + + + + + + +
+ + +
+ +
+

Usage: Enter at least two characters to get bird name suggestions. Select a value to continue adding more names.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple.html new file mode 100644 index 0000000..68ae3d6 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/multiple.html @@ -0,0 +1,93 @@ + + + + + jQuery UI Autocomplete - Multiple values + + + + + + + + + + + + +
+ + +
+ +
+

Usage: Type something, eg. "j" to see suggestions for tagging with programming languages. Select a value, then continue typing to add more.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-jsonp.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-jsonp.html new file mode 100644 index 0000000..49083bd --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-jsonp.html @@ -0,0 +1,82 @@ + + + + + jQuery UI Autocomplete - Remote JSONP datasource + + + + + + + + + + + + + +
+ + + Powered by geonames.org +
+ +
+ Result: +
+
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are cities, displayed when at least two characters are entered into the field.

+

In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-with-cache.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-with-cache.html new file mode 100644 index 0000000..b47608d --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote-with-cache.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Autocomplete - Remote with caching + + + + + + + + + + + + + +
+ + +
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field.

+

Similar to the remote datasource demo, though this adds some local caching to improve performance. The cache here saves just one query, and could be extended to cache multiple values, one for each term.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote.html new file mode 100644 index 0000000..fefe035 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/remote.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Autocomplete - Remote datasource + + + + + + + + + + + + + +
+ + +
+ +
+ Result: +
+
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field.

+

The datasource is a server-side script which returns JSON data, specified via a simple URL for the source-option. In addition, the minLength-option is set to 2 to avoid queries that would return too many results and the select-event is used to display some feedback.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/search.php b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/search.php new file mode 100644 index 0000000..835772d --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/search.php @@ -0,0 +1,590 @@ +"Botaurus stellaris", +"Little Grebe"=>"Tachybaptus ruficollis", +"Black-necked Grebe"=>"Podiceps nigricollis", +"Little Bittern"=>"Ixobrychus minutus", +"Black-crowned Night Heron"=>"Nycticorax nycticorax", +"Purple Heron"=>"Ardea purpurea", +"White Stork"=>"Ciconia ciconia", +"Spoonbill"=>"Platalea leucorodia", +"Red-crested Pochard"=>"Netta rufina", +"Common Eider"=>"Somateria mollissima", +"Red Kite"=>"Milvus milvus", +"Hen Harrier"=>"Circus cyaneus", +"Montagu`s Harrier"=>"Circus pygargus", +"Black Grouse"=>"Tetrao tetrix", +"Grey Partridge"=>"Perdix perdix", +"Spotted Crake"=>"Porzana porzana", +"Corncrake"=>"Crex crex", +"Common Crane"=>"Grus grus", +"Avocet"=>"Recurvirostra avosetta", +"Stone Curlew"=>"Burhinus oedicnemus", +"Common Ringed Plover"=>"Charadrius hiaticula", +"Kentish Plover"=>"Charadrius alexandrinus", +"Ruff"=>"Philomachus pugnax", +"Common Snipe"=>"Gallinago gallinago", +"Black-tailed Godwit"=>"Limosa limosa", +"Common Redshank"=>"Tringa totanus", +"Sandwich Tern"=>"Sterna sandvicensis", +"Common Tern"=>"Sterna hirundo", +"Arctic Tern"=>"Sterna paradisaea", +"Little Tern"=>"Sternula albifrons", +"Black Tern"=>"Chlidonias niger", +"Barn Owl"=>"Tyto alba", +"Little Owl"=>"Athene noctua", +"Short-eared Owl"=>"Asio flammeus", +"European Nightjar"=>"Caprimulgus europaeus", +"Common Kingfisher"=>"Alcedo atthis", +"Eurasian Hoopoe"=>"Upupa epops", +"Eurasian Wryneck"=>"Jynx torquilla", +"European Green Woodpecker"=>"Picus viridis", +"Crested Lark"=>"Galerida cristata", +"White-headed Duck"=>"Oxyura leucocephala", +"Pale-bellied Brent Goose"=>"Branta hrota", +"Tawny Pipit"=>"Anthus campestris", +"Whinchat"=>"Saxicola rubetra", +"European Stonechat"=>"Saxicola rubicola", +"Northern Wheatear"=>"Oenanthe oenanthe", +"Savi`s Warbler"=>"Locustella luscinioides", +"Sedge Warbler"=>"Acrocephalus schoenobaenus", +"Great Reed Warbler"=>"Acrocephalus arundinaceus", +"Bearded Reedling"=>"Panurus biarmicus", +"Red-backed Shrike"=>"Lanius collurio", +"Great Grey Shrike"=>"Lanius excubitor", +"Woodchat Shrike"=>"Lanius senator", +"Common Raven"=>"Corvus corax", +"Yellowhammer"=>"Emberiza citrinella", +"Ortolan Bunting"=>"Emberiza hortulana", +"Corn Bunting"=>"Emberiza calandra", +"Great Cormorant"=>"Phalacrocorax carbo", +"Hawfinch"=>"Coccothraustes coccothraustes", +"Common Shelduck"=>"Tadorna tadorna", +"Bluethroat"=>"Luscinia svecica", +"Grey Heron"=>"Ardea cinerea", +"Barn Swallow"=>"Hirundo rustica", +"Hooded Crow"=>"Corvus cornix", +"Dunlin"=>"Calidris alpina", +"Eurasian Pied Flycatcher"=>"Ficedula hypoleuca", +"Eurasian Nuthatch"=>"Sitta europaea", +"Short-toed Tree Creeper"=>"Certhia brachydactyla", +"Wood Lark"=>"Lullula arborea", +"Tree Pipit"=>"Anthus trivialis", +"Eurasian Hobby"=>"Falco subbuteo", +"Marsh Warbler"=>"Acrocephalus palustris", +"Wood Sandpiper"=>"Tringa glareola", +"Tawny Owl"=>"Strix aluco", +"Lesser Whitethroat"=>"Sylvia curruca", +"Barnacle Goose"=>"Branta leucopsis", +"Common Goldeneye"=>"Bucephala clangula", +"Western Marsh Harrier"=>"Circus aeruginosus", +"Common Buzzard"=>"Buteo buteo", +"Sanderling"=>"Calidris alba", +"Little Gull"=>"Larus minutus", +"Eurasian Magpie"=>"Pica pica", +"Willow Warbler"=>"Phylloscopus trochilus", +"Wood Warbler"=>"Phylloscopus sibilatrix", +"Great Crested Grebe"=>"Podiceps cristatus", +"Eurasian Jay"=>"Garrulus glandarius", +"Common Redstart"=>"Phoenicurus phoenicurus", +"Blue-headed Wagtail"=>"Motacilla flava", +"Common Swift"=>"Apus apus", +"Marsh Tit"=>"Poecile palustris", +"Goldcrest"=>"Regulus regulus", +"European Golden Plover"=>"Pluvialis apricaria", +"Eurasian Bullfinch"=>"Pyrrhula pyrrhula", +"Common Whitethroat"=>"Sylvia communis", +"Meadow Pipit"=>"Anthus pratensis", +"Greylag Goose"=>"Anser anser", +"Spotted Flycatcher"=>"Muscicapa striata", +"European Greenfinch"=>"Carduelis chloris", +"Common Greenshank"=>"Tringa nebularia", +"Great Spotted Woodpecker"=>"Dendrocopos major", +"Greater Canada Goose"=>"Branta canadensis", +"Mistle Thrush"=>"Turdus viscivorus", +"Great Black-backed Gull"=>"Larus marinus", +"Goosander"=>"Mergus merganser", +"Great Egret"=>"Casmerodius albus", +"Northern Goshawk"=>"Accipiter gentilis", +"Dunnock"=>"Prunella modularis", +"Stock Dove"=>"Columba oenas", +"Common Wood Pigeon"=>"Columba palumbus", +"Eurasian Woodcock"=>"Scolopax rusticola", +"House Sparrow"=>"Passer domesticus", +"Common House Martin"=>"Delichon urbicum", +"Red Knot"=>"Calidris canutus", +"Western Jackdaw"=>"Corvus monedula", +"Brambling"=>"Fringilla montifringilla", +"Northern Lapwing"=>"Vanellus vanellus", +"European Reed Warbler"=>"Acrocephalus scirpaceus", +"Lesser Black-backed Gull"=>"Larus fuscus", +"Little Egret"=>"Egretta garzetta", +"Little Stint"=>"Calidris minuta", +"Common Linnet"=>"Carduelis cannabina", +"Mute Swan"=>"Cygnus olor", +"Common Cuckoo"=>"Cuculus canorus", +"Black-headed Gull"=>"Larus ridibundus", +"Greater White-fronted Goose"=>"Anser albifrons", +"Great Tit"=>"Parus major", +"Redwing"=>"Turdus iliacus", +"Gadwall"=>"Anas strepera", +"Fieldfare"=>"Turdus pilaris", +"Tufted Duck"=>"Aythya fuligula", +"Crested Tit"=>"Lophophanes cristatus", +"Willow Tit"=>"Poecile montanus", +"Eurasian Coot"=>"Fulica atra", +"Common Blackbird"=>"Turdus merula", +"Smew"=>"Mergus albellus", +"Common Sandpiper"=>"Actitis hypoleucos", +"Sand Martin"=>"Riparia riparia", +"Purple Sandpiper"=>"Calidris maritima", +"Northern Pintail"=>"Anas acuta", +"Blue Tit"=>"Cyanistes caeruleus", +"European Goldfinch"=>"Carduelis carduelis", +"Eurasian Whimbrel"=>"Numenius phaeopus", +"Common Reed Bunting"=>"Emberiza schoeniclus", +"Eurasian Tree Sparrow"=>"Passer montanus", +"Rook"=>"Corvus frugilegus", +"European Robin"=>"Erithacus rubecula", +"Bar-tailed Godwit"=>"Limosa lapponica", +"Dark-bellied Brent Goose"=>"Branta bernicla", +"Eurasian Oystercatcher"=>"Haematopus ostralegus", +"Eurasian Siskin"=>"Carduelis spinus", +"Northern Shoveler"=>"Anas clypeata", +"Eurasian Wigeon"=>"Anas penelope", +"Eurasian Sparrow Hawk"=>"Accipiter nisus", +"Icterine Warbler"=>"Hippolais icterina", +"Common Starling"=>"Sturnus vulgaris", +"Long-tailed Tit"=>"Aegithalos caudatus", +"Ruddy Turnstone"=>"Arenaria interpres", +"Mew Gull"=>"Larus canus", +"Common Pochard"=>"Aythya ferina", +"Common Chiffchaff"=>"Phylloscopus collybita", +"Greater Scaup"=>"Aythya marila", +"Common Kestrel"=>"Falco tinnunculus", +"Garden Warbler"=>"Sylvia borin", +"Eurasian Collared Dove"=>"Streptopelia decaocto", +"Eurasian Skylark"=>"Alauda arvensis", +"Common Chaffinch"=>"Fringilla coelebs", +"Common Moorhen"=>"Gallinula chloropus", +"Water Pipit"=>"Anthus spinoletta", +"Mallard"=>"Anas platyrhynchos", +"Winter Wren"=>"Troglodytes troglodytes", +"Common Teal"=>"Anas crecca", +"Green Sandpiper"=>"Tringa ochropus", +"White Wagtail"=>"Motacilla alba", +"Eurasian Curlew"=>"Numenius arquata", +"Song Thrush"=>"Turdus philomelos", +"European Herring Gull"=>"Larus argentatus", +"Grey Plover"=>"Pluvialis squatarola", +"Carrion Crow"=>"Corvus corone", +"Coal Tit"=>"Periparus ater", +"Spotted Redshank"=>"Tringa erythropus", +"Blackcap"=>"Sylvia atricapilla", +"Egyptian Vulture"=>"Neophron percnopterus", +"Razorbill"=>"Alca torda", +"Alpine Swift"=>"Apus melba", +"Long-legged Buzzard"=>"Buteo rufinus", +"Audouin`s Gull"=>"Larus audouinii", +"Balearic Shearwater"=>"Puffinus mauretanicus", +"Upland Sandpiper"=>"Bartramia longicauda", +"Greater Spotted Eagle"=>"Aquila clanga", +"Ring Ouzel"=>"Turdus torquatus", +"Yellow-browed Warbler"=>"Phylloscopus inornatus", +"Blue Rock Thrush"=>"Monticola solitarius", +"Buff-breasted Sandpiper"=>"Tryngites subruficollis", +"Jack Snipe"=>"Lymnocryptes minimus", +"White-rumped Sandpiper"=>"Calidris fuscicollis", +"Ruddy Shelduck"=>"Tadorna ferruginea", +"Cetti's Warbler"=>"Cettia cetti", +"Citrine Wagtail"=>"Motacilla citreola", +"Roseate Tern"=>"Sterna dougallii", +"Black-legged Kittiwake"=>"Rissa tridactyla", +"Pygmy Cormorant"=>"Phalacrocorax pygmeus", +"Booted Eagle"=>"Aquila pennata", +"Lesser White-fronted Goose"=>"Anser erythropus", +"Little Bunting"=>"Emberiza pusilla", +"Eleonora's Falcon"=>"Falco eleonorae", +"European Serin"=>"Serinus serinus", +"Twite"=>"Carduelis flavirostris", +"Yellow-legged Gull"=>"Larus michahellis", +"Gyr Falcon"=>"Falco rusticolus", +"Greenish Warbler"=>"Phylloscopus trochiloides", +"Red-necked Phalarope"=>"Phalaropus lobatus", +"Mealy Redpoll"=>"Carduelis flammea", +"Glaucous Gull"=>"Larus hyperboreus", +"Great Skua"=>"Stercorarius skua", +"Great Bustard"=>"Otis tarda", +"Velvet Scoter"=>"Melanitta fusca", +"Pine Grosbeak"=>"Pinicola enucleator", +"House Crow"=>"Corvus splendens", +"Hume`s Leaf Warbler"=>"Phylloscopus humei", +"Great Northern Loon"=>"Gavia immer", +"Long-tailed Duck"=>"Clangula hyemalis", +"Lapland Longspur"=>"Calcarius lapponicus", +"Northern Gannet"=>"Morus bassanus", +"Eastern Imperial Eagle"=>"Aquila heliaca", +"Little Auk"=>"Alle alle", +"Lesser Spotted Woodpecker"=>"Dendrocopos minor", +"Iceland Gull"=>"Larus glaucoides", +"Parasitic Jaeger"=>"Stercorarius parasiticus", +"Bewick`s Swan"=>"Cygnus bewickii", +"Little Bustard"=>"Tetrax tetrax", +"Little Crake"=>"Porzana parva", +"Baillon`s Crake"=>"Porzana pusilla", +"Long-tailed Jaeger"=>"Stercorarius longicaudus", +"King Eider"=>"Somateria spectabilis", +"Greater Short-toed Lark"=>"Calandrella brachydactyla", +"Houbara Bustard"=>"Chlamydotis undulata", +"Curlew Sandpiper"=>"Calidris ferruginea", +"Common Crossbill"=>"Loxia curvirostra", +"European Shag"=>"Phalacrocorax aristotelis", +"Horned Grebe"=>"Podiceps auritus", +"Common Quail"=>"Coturnix coturnix", +"Bearded Vulture"=>"Gypaetus barbatus", +"Lanner Falcon"=>"Falco biarmicus", +"Middle Spotted Woodpecker"=>"Dendrocopos medius", +"Pomarine Jaeger"=>"Stercorarius pomarinus", +"Red-breasted Merganser"=>"Mergus serrator", +"Eurasian Black Vulture"=>"Aegypius monachus", +"Eurasian Dotterel"=>"Charadrius morinellus", +"Common Nightingale"=>"Luscinia megarhynchos", +"Northern willow warbler"=>"Phylloscopus trochilus acredula", +"Manx Shearwater"=>"Puffinus puffinus", +"Northern Fulmar"=>"Fulmarus glacialis", +"Eurasian Eagle Owl"=>"Bubo bubo", +"Orphean Warbler"=>"Sylvia hortensis", +"Melodious Warbler"=>"Hippolais polyglotta", +"Pallas's Leaf Warbler"=>"Phylloscopus proregulus", +"Atlantic Puffin"=>"Fratercula arctica", +"Black-throated Loon"=>"Gavia arctica", +"Bohemian Waxwing"=>"Bombycilla garrulus", +"Marsh Sandpiper"=>"Tringa stagnatilis", +"Great Snipe"=>"Gallinago media", +"Squacco Heron"=>"Ardeola ralloides", +"Long-eared Owl"=>"Asio otus", +"Caspian Tern"=>"Hydroprogne caspia", +"Red-breasted Goose"=>"Branta ruficollis", +"Red-throated Loon"=>"Gavia stellata", +"Common Rosefinch"=>"Carpodacus erythrinus", +"Red-footed Falcon"=>"Falco vespertinus", +"Ross's Goose"=>"Anser rossii", +"Red Phalarope"=>"Phalaropus fulicarius", +"Pied Wagtail"=>"Motacilla yarrellii", +"Rose-coloured Starling"=>"Sturnus roseus", +"Rough-legged Buzzard"=>"Buteo lagopus", +"Saker Falcon"=>"Falco cherrug", +"European Roller"=>"Coracias garrulus", +"Short-toed Eagle"=>"Circaetus gallicus", +"Peregrine Falcon"=>"Falco peregrinus", +"Merlin"=>"Falco columbarius", +"Snow Goose"=>"Anser caerulescens", +"Snowy Owl"=>"Bubo scandiacus", +"Snow Bunting"=>"Plectrophenax nivalis", +"Common Grasshopper Warbler"=>"Locustella naevia", +"Golden Eagle"=>"Aquila chrysaetos", +"Black-winged Stilt"=>"Himantopus himantopus", +"Steppe Eagle"=>"Aquila nipalensis", +"Pallid Harrier"=>"Circus macrourus", +"European Storm-petrel"=>"Hydrobates pelagicus", +"Horned Lark"=>"Eremophila alpestris", +"Eurasian Treecreeper"=>"Certhia familiaris", +"Taiga Bean Goose"=>"Anser fabalis", +"Temminck`s Stint"=>"Calidris temminckii", +"Terek Sandpiper"=>"Xenus cinereus", +"Tundra Bean Goose"=>"Anser serrirostris", +"European Turtle Dove"=>"Streptopelia turtur", +"Leach`s Storm-petrel"=>"Oceanodroma leucorhoa", +"Eurasian Griffon Vulture"=>"Gyps fulvus", +"Paddyfield Warbler"=>"Acrocephalus agricola", +"Osprey"=>"Pandion haliaetus", +"Firecrest"=>"Regulus ignicapilla", +"Water Rail"=>"Rallus aquaticus", +"European Honey Buzzard"=>"Pernis apivorus", +"Eurasian Golden Oriole"=>"Oriolus oriolus", +"Whooper Swan"=>"Cygnus cygnus", +"Two-barred Crossbill"=>"Loxia leucoptera", +"White-tailed Eagle"=>"Haliaeetus albicilla", +"Atlantic Murre"=>"Uria aalge", +"Garganey"=>"Anas querquedula", +"Black Redstart"=>"Phoenicurus ochruros", +"Common Scoter"=>"Melanitta nigra", +"Rock Pipit"=>"Anthus petrosus", +"Lesser Spotted Eagle"=>"Aquila pomarina", +"Cattle Egret"=>"Bubulcus ibis", +"White-winged Black Tern"=>"Chlidonias leucopterus", +"Black Stork"=>"Ciconia nigra", +"Mediterranean Gull"=>"Larus melanocephalus", +"Black Kite"=>"Milvus migrans", +"Yellow Wagtail"=>"Motacilla flavissima", +"Red-necked Grebe"=>"Podiceps grisegena", +"Gull-billed Tern"=>"Gelochelidon nilotica", +"Pectoral Sandpiper"=>"Calidris melanotos", +"Barred Warbler"=>"Sylvia nisoria", +"Red-throated Pipit"=>"Anthus cervinus", +"Grey Wagtail"=>"Motacilla cinerea", +"Richard`s Pipit"=>"Anthus richardi", +"Black Woodpecker"=>"Dryocopus martius", +"Little Ringed Plover"=>"Charadrius dubius", +"Whiskered Tern"=>"Chlidonias hybrida", +"Lesser Redpoll"=>"Carduelis cabaret", +"Pallas' Bunting"=>"Emberiza pallasi", +"Ferruginous Duck"=>"Aythya nyroca", +"Whistling Swan"=>"Cygnus columbianus", +"Black Brant"=>"Branta nigricans", +"Marbled Teal"=>"Marmaronetta angustirostris", +"Canvasback"=>"Aythya valisineria", +"Redhead"=>"Aythya americana", +"Lesser Scaup"=>"Aythya affinis", +"Steller`s Eider"=>"Polysticta stelleri", +"Spectacled Eider"=>"Somateria fischeri", +"Harlequin Duck"=>"Histronicus histrionicus", +"Black Scoter"=>"Melanitta americana", +"Surf Scoter"=>"Melanitta perspicillata", +"Barrow`s Goldeneye"=>"Bucephala islandica", +"Falcated Duck"=>"Anas falcata", +"American Wigeon"=>"Anas americana", +"Blue-winged Teal"=>"Anas discors", +"American Black Duck"=>"Anas rubripes", +"Baikal Teal"=>"Anas formosa", +"Green-Winged Teal"=>"Anas carolinensis", +"Hazel Grouse"=>"Bonasa bonasia", +"Rock Partridge"=>"Alectoris graeca", +"Red-legged Partridge"=>"Alectoris rufa", +"Yellow-billed Loon"=>"Gavia adamsii", +"Cory`s Shearwater"=>"Calonectris borealis", +"Madeiran Storm-Petrel"=>"Oceanodroma castro", +"Great White Pelican"=>"Pelecanus onocrotalus", +"Dalmatian Pelican"=>"Pelecanus crispus", +"American Bittern"=>"Botaurus lentiginosus", +"Glossy Ibis"=>"Plegadis falcinellus", +"Spanish Imperial Eagle"=>"Aquila adalberti", +"Lesser Kestrel"=>"Falco naumanni", +"Houbara Bustard"=>"Chlamydotis undulata", +"Crab-Plover"=>"Dromas ardeola", +"Cream-coloured Courser"=>"Cursorius cursor", +"Collared Pratincole"=>"Glareola pratincola", +"Black-winged Pratincole"=>"Glareola nordmanni", +"Killdeer"=>"Charadrius vociferus", +"Lesser Sand Plover"=>"Charadrius mongolus", +"Greater Sand Plover"=>"Charadrius leschenaultii", +"Caspian Plover"=>"Charadrius asiaticus", +"American Golden Plover"=>"Pluvialis dominica", +"Pacific Golden Plover"=>"Pluvialis fulva", +"Sharp-tailed Sandpiper"=>"Calidris acuminata", +"Broad-billed Sandpiper"=>"Limicola falcinellus", +"Spoon-Billed Sandpiper"=>"Eurynorhynchus pygmaeus", +"Short-Billed Dowitcher"=>"Limnodromus griseus", +"Long-billed Dowitcher"=>"Limnodromus scolopaceus", +"Hudsonian Godwit"=>"Limosa haemastica", +"Little Curlew"=>"Numenius minutus", +"Lesser Yellowlegs"=>"Tringa flavipes", +"Wilson`s Phalarope"=>"Phalaropus tricolor", +"Pallas`s Gull"=>"Larus ichthyaetus", +"Laughing Gull"=>"Larus atricilla", +"Franklin`s Gull"=>"Larus pipixcan", +"Bonaparte`s Gull"=>"Larus philadelphia", +"Ring-billed Gull"=>"Larus delawarensis", +"American Herring Gull"=>"Larus smithsonianus", +"Caspian Gull"=>"Larus cachinnans", +"Ivory Gull"=>"Pagophila eburnea", +"Royal Tern"=>"Sterna maxima", +"Brünnich`s Murre"=>"Uria lomvia", +"Crested Auklet"=>"Aethia cristatella", +"Parakeet Auklet"=>"Cyclorrhynchus psittacula", +"Tufted Puffin"=>"Lunda cirrhata", +"Laughing Dove"=>"Streptopelia senegalensis", +"Great Spotted Cuckoo"=>"Clamator glandarius", +"Great Grey Owl"=>"Strix nebulosa", +"Tengmalm`s Owl"=>"Aegolius funereus", +"Red-Necked Nightjar"=>"Caprimulgus ruficollis", +"Chimney Swift"=>"Chaetura pelagica", +"Green Bea-Eater"=>"Merops orientalis", +"Grey-headed Woodpecker"=>"Picus canus", +"Lesser Short-Toed Lark"=>"Calandrella rufescens", +"Eurasian Crag Martin"=>"Hirundo rupestris", +"Red-rumped Swallow"=>"Cecropis daurica", +"Blyth`s Pipit"=>"Anthus godlewskii", +"Pechora Pipit"=>"Anthus gustavi", +"Grey-headed Wagtail"=>"Motacilla thunbergi", +"Yellow-Headed Wagtail"=>"Motacilla lutea", +"White-throated Dipper"=>"Cinclus cinclus", +"Rufous-Tailed Scrub Robin"=>"Cercotrichas galactotes", +"Thrush Nightingale"=>"Luscinia luscinia", +"White-throated Robin"=>"Irania gutturalis", +"Caspian Stonechat"=>"Saxicola maura variegata", +"Western Black-eared Wheatear"=>"Oenanthe hispanica", +"Rufous-tailed Rock Thrush"=>"Monticola saxatilis", +"Red-throated Thrush/Black-throated"=>"Turdus ruficollis", +"American Robin"=>"Turdus migratorius", +"Zitting Cisticola"=>"Cisticola juncidis", +"Lanceolated Warbler"=>"Locustella lanceolata", +"River Warbler"=>"Locustella fluviatilis", +"Blyth`s Reed Warbler"=>"Acrocephalus dumetorum", +"Caspian Reed Warbler"=>"Acrocephalus fuscus", +"Aquatic Warbler"=>"Acrocephalus paludicola", +"Booted Warbler"=>"Acrocephalus caligatus", +"Marmora's Warbler"=>"Sylvia sarda", +"Dartford Warbler"=>"Sylvia undata", +"Subalpine Warbler"=>"Sylvia cantillans", +"Ménétries's Warbler"=>"Sylvia mystacea", +"Rüppel's Warbler"=>"Sylvia rueppelli", +"Asian Desert Warbler"=>"Sylvia nana", +"Western Orphean Warbler"=>"Sylvia hortensis hortensis", +"Arctic Warbler"=>"Phylloscopus borealis", +"Radde`s Warbler"=>"Phylloscopus schwarzi", +"Western Bonelli`s Warbler"=>"Phylloscopus bonelli", +"Red-breasted Flycatcher"=>"Ficedula parva", +"Eurasian Penduline Tit"=>"Remiz pendulinus", +"Daurian Shrike"=>"Lanius isabellinus", +"Long-Tailed Shrike"=>"Lanius schach", +"Lesser Grey Shrike"=>"Lanius minor", +"Southern Grey Shrike"=>"Lanius meridionalis", +"Masked Shrike"=>"Lanius nubicus", +"Spotted Nutcracker"=>"Nucifraga caryocatactes", +"Daurian Jackdaw"=>"Corvus dauuricus", +"Purple-Backed Starling"=>"Sturnus sturninus", +"Red-Fronted Serin"=>"Serinus pusillus", +"Arctic Redpoll"=>"Carduelis hornemanni", +"Scottish Crossbill"=>"Loxia scotica", +"Parrot Crossbill"=>"Loxia pytyopsittacus", +"Black-faced Bunting"=>"Emberiza spodocephala", +"Pink-footed Goose"=>"Anser brachyrhynchus", +"Black-winged Kite"=>"Elanus caeruleus", +"European Bee-eater"=>"Merops apiaster", +"Sabine`s Gull"=>"Larus sabini", +"Sooty Shearwater"=>"Puffinus griseus", +"Lesser Canada Goose"=>"Branta hutchinsii", +"Ring-necked Duck"=>"Aythya collaris", +"Greater Flamingo"=>"Phoenicopterus roseus", +"Iberian Chiffchaff"=>"Phylloscopus ibericus", +"Ashy-headed Wagtail"=>"Motacilla cinereocapilla", +"Stilt Sandpiper"=>"Calidris himantopus", +"Siberian Stonechat"=>"Saxicola maurus", +"Greater Yellowlegs"=>"Tringa melanoleuca", +"Forster`s Tern"=>"Sterna forsteri", +"Dusky Warbler"=>"Phylloscopus fuscatus", +"Cirl Bunting"=>"Emberiza cirlus", +"Olive-backed Pipit"=>"Anthus hodgsoni", +"Sociable Lapwing"=>"Vanellus gregarius", +"Spotted Sandpiper"=>"Actitis macularius", +"Baird`s Sandpiper"=>"Calidris bairdii", +"Rustic Bunting"=>"Emberiza rustica", +"Yellow-browed Bunting"=>"Emberiza chrysophrys", +"Great Shearwater"=>"Puffinus gravis", +"Bonelli`s Eagle"=>"Aquila fasciata", +"Calandra Lark"=>"Melanocorypha calandra", +"Sardinian Warbler"=>"Sylvia melanocephala", +"Ross's Gull"=>"Larus roseus", +"Yellow-Breasted Bunting"=>"Emberiza aureola", +"Pine Bunting"=>"Emberiza leucocephalos", +"Black Guillemot"=>"Cepphus grylle", +"Pied-billed Grebe"=>"Podilymbus podiceps", +"Soft-plumaged Petrel"=>"Pterodroma mollis", +"Bulwer's Petrel"=>"Bulweria bulwerii", +"White-Faced Storm-Petrel"=>"Pelagodroma marina", +"Pallas’s Fish Eagle"=>"Haliaeetus leucoryphus", +"Sandhill Crane"=>"Grus canadensis", +"Macqueen’s Bustard"=>"Chlamydotis macqueenii", +"White-tailed Lapwing"=>"Vanellus leucurus", +"Great Knot"=>"Calidris tenuirostris", +"Semipalmated Sandpiper"=>"Calidris pusilla", +"Red-necked Stint"=>"Calidris ruficollis", +"Slender-billed Curlew"=>"Numenius tenuirostris", +"Bridled Tern"=>"Onychoprion anaethetus", +"Pallas’s Sandgrouse"=>"Syrrhaptes paradoxus", +"European Scops Owl"=>"Otus scops", +"Northern Hawk Owl"=>"Surnia ulula", +"White-Throated Needletail"=>"Hirundapus caudacutus", +"Belted Kingfisher"=>"Ceryle alcyon", +"Blue-cheeked Bee-eater"=>"Merops persicus", +"Black-headed Wagtail"=>"Motacilla feldegg", +"Northern Mockingbird"=>"Mimus polyglottos", +"Alpine Accentor"=>"Prunella collaris", +"Red-flanked Bluetail"=>"Tarsiger cyanurus", +"Isabelline Wheatear"=>"Oenanthe isabellina", +"Pied Wheatear"=>"Oenanthe pleschanka", +"Eastern Black-eared Wheatear"=>"Oenanthe melanoleuca", +"Desert Wheatear"=>"Oenanthe deserti", +"White`s Thrush"=>"Zoothera aurea", +"Siberian Thrush"=>"Zoothera sibirica", +"Eyebrowed Thrush"=>"Turdus obscurus", +"Dusky Thrush"=>"Turdus eunomus", +"Black-throated Thrush"=>"Turdus atrogularis", +"Pallas`s Grasshopper Warbler"=>"Locustella certhiola", +"Spectacled Warbler"=>"Sylvia conspicillata", +"Two-barred Warbler"=>"Phylloscopus plumbeitarsus", +"Eastern Bonelli’s Warbler"=>"Phylloscopus orientalis", +"Collared Flycatcher"=>"Ficedula albicollis", +"Wallcreeper"=>"Tichodroma muraria", +"Turkestan Shrike"=>"Lanius phoenicuroides", +"Steppe Grey Shrike"=>"Lanius pallidirostris", +"Spanish Sparrow"=>"Passer hispaniolensis", +"Red-eyed Vireo"=>"Vireo olivaceus", +"Myrtle Warbler"=>"Dendroica coronata", +"White-crowned Sparrow"=>"Zonotrichia leucophrys", +"White-throated Sparrow"=>"Zonotrichia albicollis", +"Cretzschmar`s Bunting"=>"Emberiza caesia", +"Chestnut Bunting"=>"Emberiza rutila", +"Red-headed Bunting"=>"Emberiza bruniceps", +"Black-headed Bunting"=>"Emberiza melanocephala", +"Indigo Bunting"=>"Passerina cyanea", +"Balearic Woodchat Shrike"=>"Lanius senator badius", +"Demoiselle Crane"=>"Grus virgo", +"Chough"=>"Pyrrhocorax pyrrhocorax", +"Red-Billed Chough"=>"Pyrrhocorax graculus", +"Elegant Tern"=>"Sterna elegans", +"Chukar"=>"Alectoris chukar", +"Yellow-Billed Cuckoo"=>"Coccyzus americanus", +"American Sandwich Tern"=>"Sterna sandvicensis acuflavida", +"Olive-Tree Warbler"=>"Hippolais olivetorum", +"Eastern Olivaceous Warbler"=>"Acrocephalus pallidus", +"Indian Cormorant"=>"Phalacrocorax fuscicollis", +"Spur-Winged Lapwing"=>"Vanellus spinosus", +"Yelkouan Shearwater"=>"Puffinus yelkouan", +"Trumpeter Finch"=>"Bucanetes githagineus", +"Red Grouse"=>"Lagopus scoticus", +"Rock Ptarmigan"=>"Lagopus mutus", +"Long-Tailed Cormorant"=>"Phalacrocorax africanus", +"Double-crested Cormorant"=>"Phalacrocorax auritus", +"Magnificent Frigatebird"=>"Fregata magnificens", +"Naumann's Thrush"=>"Turdus naumanni", +"Oriental Pratincole"=>"Glareola maldivarum", +"Bufflehead"=>"Bucephala albeola", +"Snowfinch"=>"Montifrigilla nivalis", +"Ural owl"=>"Strix uralensis", +"Spanish Wagtail"=>"Motacilla iberiae", +"Song Sparrow"=>"Melospiza melodia", +"Rock Bunting"=>"Emberiza cia", +"Siberian Rubythroat"=>"Luscinia calliope", +"Pallid Swift"=>"Apus pallidus", +"Eurasian Pygmy Owl"=>"Glaucidium passerinum", +"Madeira Little Shearwater"=>"Puffinus baroli", +"House Finch"=>"Carpodacus mexicanus", +"Green Heron"=>"Butorides virescens", +"Solitary Sandpiper"=>"Tringa solitaria", +"Heuglin's Gull"=>"Larus heuglini" +); + + +$result = array(); +foreach ($items as $key=>$value) { + if (strpos(strtolower($key), $q) !== false) { + array_push($result, array("id"=>$value, "label"=>$key, "value" => strip_tags($key))); + } + if (count($result) > 11) + break; +} + +// json_encode is available in PHP 5.2 and above, or you can install a PECL module in earlier versions +echo json_encode($result); + +?> \ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/xml.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/xml.html new file mode 100644 index 0000000..e16b9e1 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/autocomplete/xml.html @@ -0,0 +1,66 @@ + + + + + jQuery UI Autocomplete - XML data parsed once + + + + + + + + + + + + + +
+ + +
+ +
+ Result: +
+
+ +
+

This demo shows how to retrieve some XML data, parse it using jQuery's methods, then provide it to the autocomplete as the datasource.

+

This should also serve as a reference on how to parse a remote XML datasource - the parsing would just happen for each request within the source-callback.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/checkbox.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/checkbox.html new file mode 100644 index 0000000..11db0de --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/checkbox.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Button - Checkboxes + + + + + + + + + + + + + +
+ + + +
+ +
+

A checkbox is styled as a toggle button with the button widget. The label element associated with the checkbox is used for the button text.

+

This demo also demonstrates three checkboxes styled as a button set by calling .buttonset() on a common container.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/default.html new file mode 100644 index 0000000..502c2a5 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/default.html @@ -0,0 +1,34 @@ + + + + + jQuery UI Button - Default functionality + + + + + + + + + + + + + + +An anchor + +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/icons.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/icons.html new file mode 100644 index 0000000..2a63c29 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/icons.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Button - Icons + + + + + + + + + + + + + + + +
+

Some buttons with various combinations of text and icons.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/index.html new file mode 100644 index 0000000..7956059 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Button Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/radio.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/radio.html new file mode 100644 index 0000000..b175d75 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/radio.html @@ -0,0 +1,32 @@ + + + + + jQuery UI Button - Radios + + + + + + + + + + +
+
+ + + +
+
+ +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/splitbutton.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/splitbutton.html new file mode 100644 index 0000000..b58f66a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/splitbutton.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Button - Split button + + + + + + + + + + + + + +
+
+ + +
+ +
+ +
+

An example of a split button built with two buttons: A plain button with just text, one with only a primary icon +and no text. Both are grouped together in a set.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/toolbar.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/toolbar.html new file mode 100644 index 0000000..306daae --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/button/toolbar.html @@ -0,0 +1,118 @@ + + + + + jQuery UI Button - Toolbar + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+

+ A mediaplayer toolbar. Take a look at the underlying markup: A few button elements, + an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/alt-field.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/alt-field.html new file mode 100644 index 0000000..98bf0ae --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/alt-field.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Datepicker - Populate alternate field + + + + + + + + + + +

Date:  

+ +
+

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/animation.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/animation.html new file mode 100644 index 0000000..a9872e5 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/animation.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Datepicker - Animations + + + + + + + + + + + + + + + + + +

Date:

+ +

Animations:
+ +

+ +
+

Use different animations when opening or closing the datepicker. Choose an animation from the dropdown, then click on the input to see its effect. You can use one of the three standard animations or any of the UI Effects.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/buttonbar.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/buttonbar.html new file mode 100644 index 0000000..c430872 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/buttonbar.html @@ -0,0 +1,28 @@ + + + + + jQuery UI Datepicker - Display button bar + + + + + + + + + + +

Date:

+ +
+

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.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-formats.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-formats.html new file mode 100644 index 0000000..44cfba8 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-formats.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Datepicker - Format date + + + + + + + + + + +

Date:

+ +

Format options:
+ +

+ +
+

Display date feedback in a variety of ways. Choose a date format from the dropdown, then click on the input and select a date to see it in that format.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-range.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-range.html new file mode 100644 index 0000000..7a4dbfc --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/date-range.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Datepicker - Select a Date Range + + + + + + + + + + + + + + + +
+

Select the date range to search for.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/default.html new file mode 100644 index 0000000..1d01133 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/default.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Datepicker - Default functionality + + + + + + + + + + +

Date:

+ +
+

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.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/dropdown-month-year.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/dropdown-month-year.html new file mode 100644 index 0000000..1a04ef7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/dropdown-month-year.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Datepicker - Display month & year menus + + + + + + + + + + +

Date:

+ +
+

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.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/icon-trigger.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/icon-trigger.html new file mode 100644 index 0000000..d956168 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/icon-trigger.html @@ -0,0 +1,30 @@ + + + + + jQuery UI Datepicker - Icon trigger + + + + + + + + + + +

Date:

+ +
+

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.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/images/calendar.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/images/calendar.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0abaa7c0b892e781b6f553453a0027efea014b9 GIT binary patch literal 269 zcmZ?wbhEHb6kyoJ#dt% zaYstuiRe5}O|8;NEA%ba6j)5k7TbN(gNwC&D)Y{1Cu2PhDy(ymnp7_1Ai(k{X>FbJ zg$yQ1aX#U+v{)u7c4kS5=DdO;0Y*k<=8BdGnYaWYcOkak83LIJ0`39}`h<8zSFc^O QT3n!+Z|k=0I}{nL0T`orxBvhE literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/index.html new file mode 100644 index 0000000..eb903a2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/index.html @@ -0,0 +1,27 @@ + + + + + jQuery UI Datepicker Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/inline.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/inline.html new file mode 100644 index 0000000..5c52b3d --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/inline.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Datepicker - Display inline + + + + + + + + + + +Date:
+ +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js new file mode 100644 index 0000000..cef0f08 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js @@ -0,0 +1,23 @@ +/* Arabic Translation for jQuery UI date picker plugin. */ +/* Khaled Alhourani -- me@khaledalhourani.com */ +/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ +jQuery(function($){ + $.datepicker.regional['ar'] = { + closeText: 'إغلاق', + prevText: '<السابق', + nextText: 'التالي>', + currentText: 'اليوم', + monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران', + 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + dayNamesMin: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + weekHeader: 'أسبوع', + dateFormat: 'dd/mm/yy', + firstDay: 6, + isRTL: true, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['ar']); +}); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js new file mode 100644 index 0000000..934afd1 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js @@ -0,0 +1,25 @@ +/* French initialisation for the jQuery UI date picker plugin. */ +/* Written by Keith Wood (kbwood{at}iinet.com.au), + Stéphane Nahmani (sholby@sholby.net), + Stéphane Raimbault */ +jQuery(function($){ + $.datepicker.regional['fr'] = { + closeText: 'Fermer', + prevText: 'Précédent', + nextText: 'Suivant', + currentText: 'Aujourd\'hui', + monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', + 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], + monthNamesShort: ['Janv.','Févr.','Mars','Avril','Mai','Juin', + 'Juil.','Août','Sept.','Oct.','Nov.','Déc.'], + dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], + dayNamesShort: ['Dim.','Lun.','Mar.','Mer.','Jeu.','Ven.','Sam.'], + dayNamesMin: ['D','L','M','M','J','V','S'], + weekHeader: 'Sem.', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['fr']); +}); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js new file mode 100644 index 0000000..b9e8dee --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js @@ -0,0 +1,23 @@ +/* Hebrew initialisation for the UI Datepicker extension. */ +/* Written by Amir Hardon (ahardon at gmail dot com). */ +jQuery(function($){ + $.datepicker.regional['he'] = { + closeText: 'סגור', + prevText: '<הקודם', + nextText: 'הבא>', + currentText: 'היום', + monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', + 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], + monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני', + 'יולי','אוג','ספט','אוק','נוב','דצמ'], + dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], + dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], + dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], + weekHeader: 'Wk', + dateFormat: 'dd/mm/yy', + firstDay: 0, + isRTL: true, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['he']); +}); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js new file mode 100644 index 0000000..b9105ea --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js @@ -0,0 +1,23 @@ +/* Chinese initialisation for the jQuery UI date picker plugin. */ +/* Written by Ressol (ressol@gmail.com). */ +jQuery(function($){ + $.datepicker.regional['zh-TW'] = { + closeText: '關閉', + prevText: '<上月', + nextText: '下月>', + currentText: '今天', + monthNames: ['一月','二月','三月','四月','五月','六月', + '七月','八月','九月','十月','十一月','十二月'], + monthNamesShort: ['一月','二月','三月','四月','五月','六月', + '七月','八月','九月','十月','十一月','十二月'], + dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], + dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], + dayNamesMin: ['日','一','二','三','四','五','六'], + weekHeader: '周', + dateFormat: 'yy/mm/dd', + firstDay: 1, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: '年'}; + $.datepicker.setDefaults($.datepicker.regional['zh-TW']); +}); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/localization.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/localization.html new file mode 100644 index 0000000..67d55fd --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/localization.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Datepicker - Localize calendar + + + + + + + + + + + + + + +

Date:   +

+ +
+

Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/min-max.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/min-max.html new file mode 100644 index 0000000..480282e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/min-max.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Datepicker - Restrict date range + + + + + + + + + + +

Date:

+ +
+

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/multiple-calendars.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/multiple-calendars.html new file mode 100644 index 0000000..6d06a47 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/multiple-calendars.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Datepicker - Display multiple months + + + + + + + + + + +

Date:

+ +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/other-months.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/other-months.html new file mode 100644 index 0000000..5242869 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/other-months.html @@ -0,0 +1,30 @@ + + + + + jQuery UI Datepicker - Dates in other months + + + + + + + + + + +

Date:

+ +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/show-week.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/show-week.html new file mode 100644 index 0000000..0c1264e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/datepicker/show-week.html @@ -0,0 +1,32 @@ + + + + + jQuery UI Datepicker - Show week of the year + + + + + + + + + + +

Date:

+ +
+

The datepicker can show the week of the year. The default calculation follows + the ISO 8601 definition: the week starts on Monday, the first week of the year + contains the first Thursday of the year. This means that some days from one + year may be placed into weeks 'belonging' to another year.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/demos.css b/html/jquery-ui-1.10.3.custom/development-bundle/demos/demos.css new file mode 100644 index 0000000..da9ad83 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/demos.css @@ -0,0 +1,19 @@ +body { + font-size: 62.5%; + font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; +} + +table { + font-size: 1em; +} + +.demo-description { + clear: both; + padding: 12px; + font-size: 1.3em; + line-height: 1.4em; +} + +.ui-draggable, .ui-droppable { + background-position: top; +} diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/animated.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/animated.html new file mode 100644 index 0000000..f9dc697 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/animated.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Dialog - Animation + + + + + + + + + + + + + + + + + + +
+

This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ + + +
+

Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/default.html new file mode 100644 index 0000000..dc9741a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/default.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Dialog - Default functionality + + + + + + + + + + + + + + + +
+

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ +
+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/index.html new file mode 100644 index 0000000..6aaa3ec --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Dialog Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-confirmation.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-confirmation.html new file mode 100644 index 0000000..7538cd1 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-confirmation.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Dialog - Modal confirmation + + + + + + + + + + + + + + + +
+

These items will be permanently deleted and cannot be recovered. Are you sure?

+
+ +

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+ +
+

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-form.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-form.html new file mode 100644 index 0000000..a9f1c63 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-form.html @@ -0,0 +1,157 @@ + + + + + jQuery UI Dialog - Modal form + + + + + + + + + + + + + + + + + + +
+

All form fields are required.

+ +
+
+ + + + + + +
+
+
+ + +
+

Existing Users:

+ + + + + + + + + + + + + + + +
NameEmailPassword
John Doejohn.doe@example.comjohndoe1
+
+ + +
+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-message.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-message.html new file mode 100644 index 0000000..0a6f813 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal-message.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Dialog - Modal message + + + + + + + + + + + + + + + + +
+

+ + Your files have downloaded successfully into the My Downloads folder. +

+

+ Currently using 36% of your storage space. +

+
+ +

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+ +
+

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal.html new file mode 100644 index 0000000..4579df2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/dialog/modal.html @@ -0,0 +1,38 @@ + + + + + jQuery UI Dialog - Basic modal + + + + + + + + + + + + + + + +
+

Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.

+
+ +

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+ +
+

A modal dialog prevents the user from interacting with the rest of the page until it is closed.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/constrain-movement.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/constrain-movement.html new file mode 100644 index 0000000..b22e4c2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/constrain-movement.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Draggable - Constrain movement + + + + + + + + + + + + +

Constrain movement along an axis:

+ +
+

I can be dragged only vertically

+
+ +
+

I can be dragged only horizontally

+
+ +

Or to within another DOM element:

+
+
+

I'm contained within the box

+
+ +
+

I'm contained within my parent

+
+
+ +
+

Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/cursor-style.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/cursor-style.html new file mode 100644 index 0000000..05db5ea --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/cursor-style.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Draggable - Cursor style + + + + + + + + + + + + +
+

I will always stick to the center (relative to the mouse)

+
+ +
+

My cursor is at left -5 and top -5

+
+ +
+

My cursor position is only controlled for the 'bottom' value

+
+ +
+

Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the cursor option with a valid CSS cursor value: default, move, pointer, crosshair, etc.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/default.html new file mode 100644 index 0000000..3ea1640 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/default.html @@ -0,0 +1,32 @@ + + + + + jQuery UI Draggable - Default functionality + + + + + + + + + + + + +
+

Drag me around

+
+ +
+

Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/delay-start.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/delay-start.html new file mode 100644 index 0000000..413814b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/delay-start.html @@ -0,0 +1,38 @@ + + + + + jQuery UI Draggable - Delay start + + + + + + + + + + + + +
+

Only if you drag me by 20 pixels, the dragging will start

+
+ +
+

Regardless of the distance, you have to drag and wait for 1000ms before dragging starts

+
+ +
+

Delay the start of dragging for a number of milliseconds with the delay option; prevent dragging until the cursor is held down and dragged a specifed number of pixels with the distance option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/events.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/events.html new file mode 100644 index 0000000..d662e88 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/events.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Draggable - Events + + + + + + + + + + + + +
+ +

Drag me to trigger the chain of events.

+ +
    +
  • "start" invoked 0x
  • +
  • "drag" invoked 0x
  • +
  • "stop" invoked 0x
  • +
+
+ +
+

Layer functionality onto the draggable using the start, drag, and stop events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/handle.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/handle.html new file mode 100644 index 0000000..983b653 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/handle.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Draggable - Handles + + + + + + + + + + + + +
+

I can be dragged only by this handle

+
+ +
+

You can drag me around…

+

…but you can't drag me by this handle.

+
+ +
+

Allow dragging only when the cursor is over a specific part of the draggable. Use the handle option to specify the jQuery selector of an element (or group of elements) used to drag the object.

+

Or prevent dragging when the cursor is over a specific element (or group of elements) within the draggable. Use the cancel option to specify a jQuery selector over which to "cancel" draggable functionality.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/index.html new file mode 100644 index 0000000..9385068 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/index.html @@ -0,0 +1,24 @@ + + + + + jQuery UI Draggable Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/revert.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/revert.html new file mode 100644 index 0000000..8bedc06 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/revert.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Draggable - Revert position + + + + + + + + + + + + +
+

Revert the original

+
+ +
+

Revert the helper

+
+ +
+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/scroll.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/scroll.html new file mode 100644 index 0000000..60737d3 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/scroll.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Draggable - Auto-scroll + + + + + + + + + + + + +
+

Scroll set to true, default settings

+
+ +
+

scrollSensitivity set to 100

+
+ +
+

scrollSpeed set to 100

+
+ +
+ +
+

Automatically scroll the document when the draggable is moved beyond the viewport. Set the scroll option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the scrollSensitivity and scrollSpeed options.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/snap-to.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/snap-to.html new file mode 100644 index 0000000..efa6665 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/snap-to.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Draggable - Snap to element or grid + + + + + + + + + + + + +
+

I'm a snap target

+
+ +
+ +
+

Default (snap: true), snaps to all other draggable elements

+
+ +
+

I only snap to the big box

+
+ +
+

I only snap to the outer edges of the big box

+
+ +
+

I snap to a 20 x 20 grid

+
+ +
+

I snap to a 80 x 80 grid

+
+ +
+

Snap the draggable to the inner or outer boundaries of a DOM element. Use the snap, snapMode (inner, outer, both), and snapTolerance (distance in pixels the draggable must be from the element when snapping is invoked) options.

+

Or snap the draggable to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/sortable.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/sortable.html new file mode 100644 index 0000000..5604efd --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/sortable.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Draggable + Sortable + + + + + + + + + + + + + +
    +
  • Drag me down
  • +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
+

Draggables are built to interact seamlessly with sortables.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/visual-feedback.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/visual-feedback.html new file mode 100644 index 0000000..f5827c2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/draggable/visual-feedback.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Draggable - Visual feedback + + + + + + + + + + + + +

With helpers:

+ +
+

Original

+
+ +
+

Semi-transparent clone

+
+ +
+

Custom helper (in combination with cursorAt)

+
+ +

Stacked:

+
+
+

We are draggables..

+
+ +
+

..whose z-indexes are controlled automatically..

+
+ +
+

..with the stack option.

+
+
+ +
+

Provide feedback to users as they drag an object in the form of a helper. The helper option accepts the values 'original' (the draggable object moves with the cursor), 'clone' (a duplicate of the draggable moves with the cursor), or a function that returns a DOM element (that element is shown near the cursor during drag). Control the helper's transparency with the opacity option.

+

To clarify which draggable is in play, bring the draggable in motion to front. Use the zIndex option to set a higher z-index for the helper, if in play, or use the stack option to ensure that the last item dragged will appear on top of others in the same group on drag stop.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/accepted-elements.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/accepted-elements.html new file mode 100644 index 0000000..c291b5b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/accepted-elements.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Droppable - Accept + + + + + + + + + + + + + +
+

I'm draggable but can't be dropped

+
+ +
+

Drag me to my target

+
+ +
+

accept: '#draggable'

+
+ +
+

Specify using the accept option which element (or group of elements) is accepted by the target droppable.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/default.html new file mode 100644 index 0000000..d9b7d61 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/default.html @@ -0,0 +1,46 @@ + + + + + jQuery UI Droppable - Default functionality + + + + + + + + + + + + + +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +
+

Enable any DOM element to be droppable, a target for draggable elements.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5723680df547ac20f32e56bb7536b01f7a78b438 GIT binary patch literal 22994 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 NA^XD?-C*}W|Jk0FJPZH; literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras2.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1acad3afb079e8394c21f03e8daa54cef53cbec1 GIT binary patch literal 25619 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 E*>rn9?*IS* literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..493e0824ae33927c1f6337ea2cb4f8f3b71a4631 GIT binary patch literal 2164 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 f(;hLxv(255Dw3H7>KLR@?2=796$frQ&Dwx literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aa96b01ef519d4802393ddf6b8da68de5e6af1d GIT binary patch literal 1901 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 literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794dbdf78a1daea9f42f5c99ff9bdf25d0525c02 GIT binary patch literal 2541 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 Y@k!vm(pJ*3bWm3TRsqL<^yFmvU)sBcv;Y7A literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51e0cdedff38e1f0fac3bb961acb04830fe49857 GIT binary patch literal 2147 zcmb7qg4R%c3xIiQH)wW)a!zdH?C}_jCR_=X=iio+ILlCIIQ9c8+!c2m}Hgb^;KM05$*u z27|+(2sj*$L?XmdvXUqX36vs6W|yprlA5ZDlCrWo)=*nr(?CmES?7SR!G0qX6B9M< zgBIq5!-mEtgnyQRkVqs-0;M1+sX)+B)*$@fh*|+OV&|lD5Re7{MuQ+|kmwDt2LQle z2nhHM6b2Flz!3P3Xd(@OK@bR73<`!q|JMToLjW-}6r*9}Dx+!b50fQCU(D~5!yc*o z4tFbUn_S+RQUdLa@BIIpom318z;-k(^p4#>{I&#v(GU%ck(jlNrk1NeLBs=4JK|0e z4OjtgW~Xo6^r|%7{k|sOu2YQsus^J-Lz13E z_w4>NyT)rL-%Qfa_aL;VS4eQF2$e2Do#%MnwVMz9`Ajfwa6=tK2WK zHNAwf9_>w!6sVkC_&n7%+o`}?VL~ICw*GK^5?ar2bSg`DX^y+hu3Y$$QuuxSt49y@ z;LoHb&e5V?g-szUP*-4>rkJSQlGyD$@zlOD_u<$g zNAe?cHz4waeFMcalvgS2?r9f2ulc@gov9SvFdl2Ma@Zc5-v&Do5rE{JNL_vlP&EB} zM-%z|W$p#khNC2k?HXpm{o1vd!?+1@U@m*Rg5K`F`_WB~VL#JRqONt0YRUenx@KM4 zbzKcwdd2$%>(g}6VOzIk)Gn)WMpij1JgLYEW0#S?t1D=$oaNHBd6JUn0<*3c)@lyy z69MEj@2G_XD}9Yu)B>uwsl{~Xv_f&UsdoPPLG*gV4;_$3S=7A;F6yWZM!^f6b_6%G zQ7mF&>H)G6of_KGS5qBs91y{*gINB>xFrHgZ6fcU7}wUZNxsn{=rYxv|NEnze&?31 z*P;jjRq6synj~;XY9WJFV#cBLf`&h`Zv33}usmpLGbdX5Ug_YY!z67+EctW3AT;1Qk3UAqt~q%ks90)jqjKZ4lg+tHbo|goqC~em z!BHE_NQTotoN7$2IWOPoo>2s*Xj^2cvb-u#0;y!)-tgoyk5zPIg3Z(eT^qNi)N9#N z!ye`ki>4kli0fl6Uh2z$Ww;J8!Zyf$cK#XqltuQ@W3Pe=(^X%ONhrR~D#&9}9$0^1 zbTIgnG?&MeS>yebupGzN-?;^L==A^M zQp?h8lX)8(8=B^kKMJHoI>#2rb7a3LMwq|sEG7;QN?N^nhL5`qH|R@X-&d|@5Ycj9 zL7+}CvNUo&ox9|oKit=cOpc==)ciY#sYb$0LFFe**pHNSni$MoWvyRix=^q*_8BTKT;oK1a14 z*7Zexll`M3VOJG)pUO(oy{I&+&_Plm`f+gJyH{9M5inN`3DHCu;Yy!G8_xA&-SfOg zRZB>CN%FA?|8+%A^I!T@@!kq-?7hABUmu^Wb8G$?{ZUEf(2?L}{28arE1;Jzw{i)3 zsySaMw|R@by1k<*mrNvS?6JE_<+$ zRhiiSI;a>r*W3szG0#GIOU-8l1O jLAx4LA{|d4VOJrD%y;E?O{+GXB3dCOEc{ + + + + jQuery UI Droppable Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/photo-manager.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/photo-manager.html new file mode 100644 index 0000000..54a805d --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/photo-manager.html @@ -0,0 +1,182 @@ + + + + + jQuery UI Droppable - Simple photo manager + + + + + + + + + + + + + + + + +
+ + + +
+

Trash Trash

+
+ +
+ +
+

You can delete an image either by dragging it to the Trash or by clicking the trash icon.

+

You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.

+

You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/propagation.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/propagation.html new file mode 100644 index 0000000..a116755 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/propagation.html @@ -0,0 +1,73 @@ + + + + + jQuery UI Droppable - Prevent propagation + + + + + + + + + + + + + +
+

Drag me to my target

+
+ +
+

Outer droppable

+
+

Inner droppable (not greedy)

+
+
+ +
+

Outer droppable

+
+

Inner droppable (greedy)

+
+
+ +
+

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/revert.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/revert.html new file mode 100644 index 0000000..2c2fb2c --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/revert.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Droppable - Revert draggable position + + + + + + + + + + + + + +
+

I revert when I'm dropped

+
+ +
+

I revert when I'm not dropped

+
+ +
+

Drop me here

+
+ +
+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option set on the draggable.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/shopping-cart.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/shopping-cart.html new file mode 100644 index 0000000..fe7d636 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/shopping-cart.html @@ -0,0 +1,94 @@ + + + + + jQuery UI Droppable - Shopping Cart Demo + + + + + + + + + + + + + + + +
+

Products

+
+

T-Shirts

+
+
    +
  • Lolcat Shirt
  • +
  • Cheezeburger Shirt
  • +
  • Buckit Shirt
  • +
+
+

Bags

+
+
    +
  • Zebra Striped
  • +
  • Black Leather
  • +
  • Alligator Leather
  • +
+
+

Gadgets

+
+
    +
  • iPhone
  • +
  • iPod
  • +
  • iPad
  • +
+
+
+
+ +
+

Shopping Cart

+
+
    +
  1. Add your items here
  2. +
+
+
+ +
+

Demonstrate how to use an accordion to structure products into a catalog and make use of drag and drop for adding them to a shopping cart, where they are sortable.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/visual-feedback.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/visual-feedback.html new file mode 100644 index 0000000..06b8325 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/droppable/visual-feedback.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Droppable - Visual feedback + + + + + + + + + + + + + +

Feedback on hover:

+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +

Feedback on activating draggable:

+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +
+

Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass or activeClass options to specify respective classes.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/default.html new file mode 100644 index 0000000..7c3d05f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/default.html @@ -0,0 +1,102 @@ + + + + + jQuery UI Effects - Effect demo + + + + + + + + + + + + + + + + + + + + + + +
+
+

Effect

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+

Click the button above to show the effect.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/easing.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/easing.html new file mode 100644 index 0000000..819351e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/easing.html @@ -0,0 +1,102 @@ + + + + + jQuery UI Effects - Easing demo + + + + + + + + + +
+ +
+

All easings provided by jQuery UI are drawn above, using a HTML canvas element. Click a diagram to see the easing in action.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/index.html new file mode 100644 index 0000000..5da6bc6 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/effect/index.html @@ -0,0 +1,15 @@ + + + + + jQuery UI Effects Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/calendar.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/calendar.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0abaa7c0b892e781b6f553453a0027efea014b9 GIT binary patch literal 269 zcmZ?wbhEHb6kyoJ#dt% zaYstuiRe5}O|8;NEA%ba6j)5k7TbN(gNwC&D)Y{1Cu2PhDy(ymnp7_1Ai(k{X>FbJ zg$yQ1aX#U+v{)u7c4kS5=DdO;0Y*k<=8BdGnYaWYcOkak83LIJ0`39}`h<8zSFc^O QT3n!+Z|k=0I}{nL0T`orxBvhE literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-config-on-tile.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-config-on-tile.gif new file mode 100644 index 0000000000000000000000000000000000000000..a96b5bf33adfb9673d05a917b229771725998ef4 GIT binary patch literal 172 zcmZ?wbh9u|WMW8R_#(*gZL<821$y77DSw}({(Xk(&lMIwmzw;Tr~7lY&9Ak#-=-@5 zTyFMbk-^VZR^R7pf1j=SYn}a%#YPN7109e`kX;O{h6*ZuDVg&!R;^nzQ-$M_iR(t4 mHbGY&VV3sh!yhYn*jSnz76dTNyRf3fYi-o}8*fZl7_0%-_c%cS literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-config-on.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-config-on.gif new file mode 100644 index 0000000000000000000000000000000000000000..e3b6d7c0f723648fcd5d7b23b470d4c58d4d9b13 GIT binary patch literal 335 zcmZ?wbh9u|9ihti+ z`}^$F&$R(RS2_MzY5!xf#ozl|f9@&%`*8b@g=YWW-Tbl4`tQrLKlhgY|NsBT0zC$b zfey$7kY60wN*tyXc<4y=pI9>Kp`^w9qon8M+tBFjE&7LNqe`~^&c hj7yd-aS~HzTfN$aL6m!=ySilew(UE1MmjQB0{}?lkB$HU literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-spindown-closed.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-spindown-closed.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad4bd3781b52d9681013c66b341a674ca6df1153 GIT binary patch literal 103 zcmZ?wbhEHbWMg1w_{_!7+uOTu-@bM0*3FwYueG&x*|KH#?%jL;{{6Xg=W1(f|NsBb tfC?0Uvam8Ra53nBgh6IFu!smKxQ6ahxiR|)quW;AhsPMh3j+ihtN~u^Bk%wK literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-spindown-open.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/demo-spindown-open.gif new file mode 100644 index 0000000000000000000000000000000000000000..e1c60aa558ebc4701d66d89c893b9185d92926ae GIT binary patch literal 105 zcmZ?wbhEHbWM^Pw*v!Rn?%cV3`}VC{w{G6Nd9AIj%a$#>ckkZ&_wRdqduwZJ|NsBb vfC?0UvM@3*a53nBgh6I7u!spPwVb$6c!g7Y5WAt|d?6L5pNhxD85yhrk)R_C literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/icon-docs-info.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/images/icon-docs-info.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea6d2bece713351eb4b8eef968c3891322093624 GIT binary patch literal 206 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 GZ~qHVLrA>< literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/default.html new file mode 100644 index 0000000..fcb93b8 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/default.html @@ -0,0 +1,67 @@ + + + + + jQuery UI Menu - Default functionality + + + + + + + + + + + + + + +
+

A menu with the default configuration, disabled items and nested menus. A list is transformed, adding theming, mouse and keyboard navigation support. Try to tab to the menu then use the cursor keys to navigate.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/icons.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/icons.html new file mode 100644 index 0000000..e928f42 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/icons.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Menu - Icons + + + + + + + + + + + + + + +
+

A menu with the default configuration, showing how to use a menu with icons.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/index.html new file mode 100644 index 0000000..40e9e0b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/menu/index.html @@ -0,0 +1,15 @@ + + + + + jQuery UI Menu Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/cycler.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/cycler.html new file mode 100644 index 0000000..7eef091 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/cycler.html @@ -0,0 +1,107 @@ + + + + + jQuery UI Position - Image Cycler + + + + + + + + + + + +
+ earth + flight + rocket + + + +
+ +
+

A photoviewer prototype using Position to place images at the center, left and right and cycle them. +
Use the links at the top to cycle, or click on the images on the left and right. +
Note how the images are repositioned when resizing the window. +

+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/default.html new file mode 100644 index 0000000..8d6cca0 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/default.html @@ -0,0 +1,137 @@ + + + + + jQuery UI Position - Default functionality + + + + + + + + + + + + + +
+

+ This is the position parent element. +

+
+ +
+

+ to position +

+
+ +
+

+ to position 2 +

+
+ +
+ position... +
+ my: + + +
+
+ at: + + +
+
+ collision: + + +
+
+ +
+

Use the form controls to configure the positioning, or drag the positioned element to modify its offset. +
Drag around the parent element to see collision detection in action.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/earth.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/earth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5477f75461b5de2dfe21b4e9bf8d65870487332 GIT binary patch literal 29850 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� zgjFG`8@XP{*3!(G0$)Ng%zZ#_<2>KEtmt#cnUvJ5e9`i5^1-8|T4*Jo6&wf?LfDR9 zV8^>)S`S$Gu1f<_L5Jz5nUK)r$xtC&_%(LY%P=;2~!GX7|t9-aUQRl3b+uJ`!a3*!Z+ ztH1Q|Sg%UvgaiGmx%nLrQS+b^gA0w5h;GZT(-c<00D~!vl!hdz%^|mbm^Ed zbi@6nEm=gL(xl!>_F=@d>ymsHCXcZp0bghf;8vGZN=>3wm5W;l5v1bJOftF<^`|5L z)<9of+-a$6HGhUb0RV>c2cIwG8CrJ7OFD_|!xE)o*WsyjCq*YIfJ0#1>dZM#6%32b zD={_=Oy)_JCeSQE5Ljb80TpCWM@Hvi!6-|@U}}+A4f&wikYC^`A_HakAf86U)ua18 zKSB0aeYs-Jc=ycLWbrU_=|QY-(l8lxdkbl<_|Fe=@;V2H9fJ@kB@ zba(n->181HD&p*rRo-sf{j~y}%$yN+r=rrvp4Sb|KX)!DJp~>FTEvSm77r>W&|Zbn zfEI36juE;f;knU$EirL^qBKf5IgcL!XS$Op##*~9nJy===_=G}-=e@xp!JPsDY(5J zV@R1mxX8$;GwB?lzHBqMIe914ZZipS zeAO;-aO+c*-9i`b!0^85{pLUSW~bAQZ1UixDtUD(n(18zj_eK^U}Dox~G z@Vf?1#L2nW{{RG(SNn zU`S{00^^y6bE@RgQscL@K>@pFMRCdHaS^b?2Q!neFfhZ6b#ELO4Dzg8QHVr!U^_QFWyj$mvv7QWcsMaBjyj+8;5ftZtM2B|B3dVgbC8coqZNac)`Y{gfo~Wv_`UrQQs0osi07qiFE1bHy*98 zQzReBgb*u4>8}d;w}OQ6)-cbkMhdH7z%D-~$t_@yqBGW>Cz)ZZ+`X8o;b!1PG1+E< z6%=ViPEeIr3Rvw`09?1=s(D2S%u{rhX)PE$JjjozT#IlH-8nxn-JR|4 zr~%~-iq>L>DTLXWvUSrw%4(KKV)LenBcKJl33`>)ytb~%dwFLjRe^Xr2ezyPkH8OZ zA~X-6EYd_gc5e2hdwW{Z$(eItLUKE**Xh3nqdwDLP4PJrGcAR&Tz0 z!X-V0e%S%w`*l2G!jzbVCi)3V|YfpY6 zX}=2Q@-%v6@D&C*s5LC{m1l(>c7TF)4r2K+CZeKwLc6paC`k4ULIsMe>#$|HI;Za| z>|X?OHdGTm`ZlvrBnj|+WMH|b#`P7`?39iu<6IOL$Vni{cEU-A043TAJVQM)mOsAR z*_Cjqz}1TfijQYJH!hICg1WdR@SKpsOE7|RYI;_0ftnR9L*Sbq!yCI7rlH33eiV#g zBmnJle~n|6VTR+8REhCws*2rHgI+kuwA*Xe<-}l3HCnLIDAr9R7pk8XZis1du({E_ zh9(NBwzfC1eg z^@3|93LxMY7G#oGsnkfSq>PN`zCVqqI9p)S$myc zLZ&XYRn(en?G-1dOmCLDTFEL(7fVvfTSu*<*=48zChdSvPnR`sJlgm!bGFX@c~f`W ODe}YFt1s}+{C@yBRIT9v literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/flight.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/flight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..362bd1a2239560b9f235b7a08e0cad7e4834a419 GIT binary patch literal 33637 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 literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/rocket.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/images/rocket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c0495c61dc645e7cb4f780dc0898063b3ee0f5b GIT binary patch literal 32986 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 YpC#}1v~r{^XTDoM_E2Q}?K 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 F{{=@-(3=1N literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/index.html new file mode 100644 index 0000000..a7b7548 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/position/index.html @@ -0,0 +1,15 @@ + + + + + jQuery UI Position Demo + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/default.html new file mode 100644 index 0000000..8f4dd53 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/default.html @@ -0,0 +1,28 @@ + + + + + jQuery UI Progressbar - Default functionality + + + + + + + + + + +
+ +
+

Default determinate progress bar.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/images/pbar-ani.gif b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/images/pbar-ani.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb59a04f909a30094fc0f1c15271cf1eeacc6bd2 GIT binary patch literal 7970 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 GZ~qHVLrA>< literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/indeterminate.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/indeterminate.html new file mode 100644 index 0000000..54e7c43 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/indeterminate.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Progressbar - Indeterminate Value + + + + + + + + + + + +
+ + + + +
+

Indeterminate progress bar and switching between determinate and indeterminate styles.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/index.html new file mode 100644 index 0000000..cfc054a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/index.html @@ -0,0 +1,16 @@ + + + + + jQuery UI Progressbar Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/label.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/label.html new file mode 100644 index 0000000..a1e16cb --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/progressbar/label.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Progressbar - Custom Label + + + + + + + + + + + +
Loading...
+ +
+

Custom updated label demo.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/animate.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/animate.html new file mode 100644 index 0000000..c066be7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/animate.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Resizable - Animate + + + + + + + + + + + + +
+

Animate

+
+ +
+

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/aspect-ratio.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/aspect-ratio.html new file mode 100644 index 0000000..f3f3501 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/aspect-ratio.html @@ -0,0 +1,35 @@ + + + + + jQuery UI Resizable - Preserve aspect ratio + + + + + + + + + + + + +
+

Preserve aspect ratio

+
+ +
+

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/constrain-area.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/constrain-area.html new file mode 100644 index 0000000..a91c89b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/constrain-area.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Resizable - Constrain resize area + + + + + + + + + + + + +
+

Containment

+
+

Resizable

+
+
+ +
+

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/default.html new file mode 100644 index 0000000..c6875ee --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/default.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Resizable - Default functionality + + + + + + + + + + + + +
+

Resizable

+
+ +
+

Enable any DOM element to be resizable. With the cursor grab the right or bottom border and drag to the desired width or height.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/delay-start.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/delay-start.html new file mode 100644 index 0000000..a04cdd0 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/delay-start.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Resizable - Delay start + + + + + + + + + + + + +

Time delay (ms):

+
+

Time

+
+ +

Distance delay (px):

+
+

Distance

+
+ +
+

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/helper.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/helper.html new file mode 100644 index 0000000..24f4ad3 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/helper.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Resizable - Helper + + + + + + + + + + + + +
+

Helper

+
+ +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/index.html new file mode 100644 index 0000000..7c626e2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/index.html @@ -0,0 +1,24 @@ + + + + + jQuery UI Resizable Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/max-min.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/max-min.html new file mode 100644 index 0000000..1f30421 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/max-min.html @@ -0,0 +1,38 @@ + + + + + jQuery UI Resizable - Maximum / minimum size + + + + + + + + + + + + +
+

Resize larger / smaller

+
+ +
+

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/snap-to-grid.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/snap-to-grid.html new file mode 100644 index 0000000..5d11ae7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/snap-to-grid.html @@ -0,0 +1,35 @@ + + + + + jQuery UI Resizable - Snap to grid + + + + + + + + + + + + +
+

Grid

+
+ +
+

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/synchronous-resize.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/synchronous-resize.html new file mode 100644 index 0000000..4f7f418 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/synchronous-resize.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Resizable - Synchronous resize + + + + + + + + + + + + +
+

Resize

+
+ +
+

will also resize

+
+ +
+

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/textarea.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/textarea.html new file mode 100644 index 0000000..8924450 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/textarea.html @@ -0,0 +1,34 @@ + + + + + jQuery UI Resizable - Textarea + + + + + + + + + + + + + + +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/visual-feedback.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/visual-feedback.html new file mode 100644 index 0000000..ee182b2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/resizable/visual-feedback.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Resizable - Visual feedback + + + + + + + + + + + + +
+

Ghost

+
+ +
+

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/default.html new file mode 100644 index 0000000..e110423 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/default.html @@ -0,0 +1,43 @@ + + + + + jQuery UI Selectable - Default functionality + + + + + + + + + + + + + +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
  13. Item 7
  14. +
+ +
+

Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/display-grid.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/display-grid.html new file mode 100644 index 0000000..fc4fec6 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/display-grid.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Selectable - Display as grid + + + + + + + + + + + + + +
    +
  1. 1
  2. +
  3. 2
  4. +
  5. 3
  6. +
  7. 4
  8. +
  9. 5
  10. +
  11. 6
  12. +
  13. 7
  14. +
  15. 8
  16. +
  17. 9
  18. +
  19. 10
  20. +
  21. 11
  22. +
  23. 12
  24. +
+ +
+

To arrange selectable items as a grid, give them identical dimensions and float them using CSS.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/index.html new file mode 100644 index 0000000..a82830c --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/index.html @@ -0,0 +1,16 @@ + + + + + jQuery UI Selectable Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/serialize.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/serialize.html new file mode 100644 index 0000000..d70e314 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/selectable/serialize.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Selectable - Serialize + + + + + + + + + + + + + +

+You've selected: none. +

+ +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
+ +
+

Write a function that fires on the stop event to collect the index values of selected items. Present values as feedback, or pass as a data string.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/colorpicker.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/colorpicker.html new file mode 100644 index 0000000..e579b0e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/colorpicker.html @@ -0,0 +1,87 @@ + + + + + jQuery UI Slider - Colorpicker + + + + + + + + + + + + +

+ + Simple Colorpicker +

+ +
+
+
+ +
+ +
+

Combine three sliders to create a simple RGB colorpicker.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/default.html new file mode 100644 index 0000000..17ee430 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/default.html @@ -0,0 +1,27 @@ + + + + + jQuery UI Slider - Default functionality + + + + + + + + + + + +
+ +
+

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

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/hotelrooms.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/hotelrooms.html new file mode 100644 index 0000000..0968dc4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/hotelrooms.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Slider - Slider bound to select + + + + + + + + + + + +
+ + +
+ +
+

How to bind a slider to an existing select element. The select stays visible to display the change. When the select is changed, the slider is updated, too.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/index.html new file mode 100644 index 0000000..2d05bb5 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/index.html @@ -0,0 +1,24 @@ + + + + + jQuery UI Slider Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/multiple-vertical.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/multiple-vertical.html new file mode 100644 index 0000000..6a0cf38 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/multiple-vertical.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Slider - Multiple sliders + + + + + + + + + + + + +

+ + Master volume +

+ +
+ +

+ + Graphic EQ +

+ +
+ 88 + 77 + 55 + 33 + 40 + 45 + 70 +
+ +
+

Combine horizontal and vertical sliders, each with their own options, to create the UI for a music player.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range-vertical.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range-vertical.html new file mode 100644 index 0000000..a6f7f5a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range-vertical.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Slider - Vertical range slider + + + + + + + + + + + +

+ + +

+ +
+ +
+

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range.html new file mode 100644 index 0000000..6a11338 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/range.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Slider - Range slider + + + + + + + + + + + +

+ + +

+ +
+ +
+

Set the range option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemax.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemax.html new file mode 100644 index 0000000..ca1c260 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemax.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Slider - Range with fixed maximum + + + + + + + + + + + +

+ + +

+
+ +
+

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemin.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemin.html new file mode 100644 index 0000000..661fb24 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/rangemin.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Slider - Range with fixed minimum + + + + + + + + + + + +

+ + +

+ +
+ +
+

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/side-scroll.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/side-scroll.html new file mode 100644 index 0000000..346acb3 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/side-scroll.html @@ -0,0 +1,131 @@ + + + + + jQuery UI Slider - Slider scrollbar + + + + + + + + + + + + +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
+
+
+
+
+ +
+

Use a slider to manipulate the positioning of content on the page. In this case, it acts as a scrollbar with the potential to capture values if needed.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/slider-vertical.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/slider-vertical.html new file mode 100644 index 0000000..2bea733 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/slider-vertical.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Slider - Vertical slider + + + + + + + + + + + +

+ + +

+ +
+ +
+

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/steps.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/steps.html new file mode 100644 index 0000000..821fdc7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/slider/steps.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Slider - Snap to increments + + + + + + + + + + + +

+ + +

+ +
+ +
+

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html new file mode 100644 index 0000000..48f7a67 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Sortable - Connect lists with Tabs + + + + + + + + + + + + + + +
+ +
+
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+
+
+
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+
+
+ +
+

Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists.html new file mode 100644 index 0000000..87569ca --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/connect-lists.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Sortable - Connect lists + + + + + + + + + + + + +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
+

+ Sort items from one list into another and vice versa, by passing a selector into + the connectWith option. The simplest way to do this is to + group all related lists with a CSS class, and then pass that class into the + sortable function (i.e., connectWith: '.myclass'). +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/default.html new file mode 100644 index 0000000..9058a3f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/default.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Sortable - Default functionality + + + + + + + + + + + + +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
  • Item 6
  • +
  • Item 7
  • +
+ +
+

+ Enable a group of DOM elements to be sortable. Click on and drag an + element to a new spot within the list, and the other items will adjust to + fit. By default, sortable items share draggable properties. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/delay-start.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/delay-start.html new file mode 100644 index 0000000..e48d8cf --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/delay-start.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Sortable - Delay start + + + + + + + + + + + + +

Time delay of 300ms:

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
+ +

Distance delay of 15px:

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
+ +
+

+ Prevent accidental sorting either by delay (time) or distance. Set a number of + milliseconds the element needs to be dragged before sorting starts + with the delay option. Set a distance in pixels the element + needs to be dragged before sorting starts with the distance + option. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/display-grid.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/display-grid.html new file mode 100644 index 0000000..e644eae --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/display-grid.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Sortable - Display as grid + + + + + + + + + + + + +
    +
  • 1
  • +
  • 2
  • +
  • 3
  • +
  • 4
  • +
  • 5
  • +
  • 6
  • +
  • 7
  • +
  • 8
  • +
  • 9
  • +
  • 10
  • +
  • 11
  • +
  • 12
  • +
+ +
+

+ To arrange sortable items as a grid, give them identical dimensions and + float them using CSS. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/empty-lists.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/empty-lists.html new file mode 100644 index 0000000..2311254 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/empty-lists.html @@ -0,0 +1,63 @@ + + + + + jQuery UI Sortable - Handle empty lists + + + + + + + + + + + + +
    +
  • Can be dropped..
  • +
  • ..on an empty list
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
  • Cannot be dropped..
  • +
  • ..on an empty list
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
+ +
+ +
+

+ Prevent all items in a list from being dropped into a separate, empty list + using the dropOnEmpty option set to false. By default, + sortable items can be dropped on empty lists. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/index.html new file mode 100644 index 0000000..66b0b5c --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/index.html @@ -0,0 +1,22 @@ + + + + + jQuery UI Sortable Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/items.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/items.html new file mode 100644 index 0000000..bdb0e02 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/items.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Sortable - Include / exclude items + + + + + + + + + + + + +

Specify which items are sortable:

+ +
    +
  • Item 1
  • +
  • (I'm not sortable or a drop target)
  • +
  • (I'm not sortable or a drop target)
  • +
  • Item 4
  • +
+ +

Cancel sorting (but keep as drop targets):

+ +
    +
  • Item 1
  • +
  • (I'm not sortable)
  • +
  • (I'm not sortable)
  • +
  • Item 4
  • +
+ +
+

+ Specify which items are eligible to sort by passing a jQuery selector into + the items option. Items excluded from this option are not + sortable, nor are they valid targets for sortable items. +

+

+ To only prevent sorting on certain items, pass a jQuery selector into the + cancel option. Cancelled items remain valid sort targets for + others. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/placeholder.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/placeholder.html new file mode 100644 index 0000000..95a843f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/placeholder.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Sortable - Drop placeholder + + + + + + + + + + + + +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
  • Item 6
  • +
  • Item 7
  • +
+ +
+

+ When dragging a sortable item to a new location, other items will make room + for the that item by shifting to allow white space between them. Pass a + class into the placeholder option to style that space to + be visible. Use the boolean forcePlaceholderSize option + to set dimensions on the placeholder. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/portlets.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/portlets.html new file mode 100644 index 0000000..5a3f2b6 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/sortable/portlets.html @@ -0,0 +1,91 @@ + + + + + jQuery UI Sortable - Portlets + + + + + + + + + + + + +
+ +
+
Feeds
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+
News
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ +
+
Shopping
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ +
+
Links
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+
Images
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+

+ Enable portlets (styled divs) as sortables and use the connectWith + option to allow sorting between columns. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/currency.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/currency.html new file mode 100644 index 0000000..0686d37 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/currency.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Spinner - Currency + + + + + + + + + + + + + + + +

+ + +

+

+ + +

+ +
+

Example of a donation form, with currency selection and amount spinner.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/decimal.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/decimal.html new file mode 100644 index 0000000..b48442a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/decimal.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Spinner - Decimal + + + + + + + + + + + + + + + +

+ + +

+

+ + +

+ +
+

+ Example of a decimal spinner. Step is set to 0.01. +
The code handling the culture change reads the current spinner value, + then changes the culture, then sets the value again, resulting in an updated + formatting, based on the new culture. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/default.html new file mode 100644 index 0000000..5093e86 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/default.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Spinner - Default functionality + + + + + + + + + + + + +

+ + +

+ +

+ + +

+ +

+ + +

+ +
+

Default spinner.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/index.html new file mode 100644 index 0000000..f3c74d0 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Spinner Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/latlong.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/latlong.html new file mode 100644 index 0000000..14c8601 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/latlong.html @@ -0,0 +1,57 @@ + + + + + jQuery UI Spinner - Map + + + + + + + + + + + + + + + + +
+ + + +
+ +
+

Google Maps integration, using spinners to change latidude and longitude.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/overflow.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/overflow.html new file mode 100644 index 0000000..d46e660 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/overflow.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Spinner - Overflow + + + + + + + + + + + + +

+ + +

+ +
+

+Overflowing spinner restricted to a range of -10 to 10. +For anything above 10, it'll overflow to -10, and the other way round. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/time.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/time.html new file mode 100644 index 0000000..d31dbf2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/spinner/time.html @@ -0,0 +1,74 @@ + + + + + jQuery UI Spinner - Time + + + + + + + + + + + + + + +

+ + +

+

+ + +

+ +
+

+ A custom widget extending spinner. Use the Globalization plugin to parse and output + a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down + spins hours. +

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax.html new file mode 100644 index 0000000..dd25fc0 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax.html @@ -0,0 +1,46 @@ + + + + + jQuery UI Tabs - Content via Ajax + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+

Fetch external content via Ajax for the tabs by setting an href value in the tab links. While the Ajax request is waiting for a response, the tab label changes to say "Loading...", then returns to the normal label once loaded.

+

Tabs 3 and 4 demonstrate slow-loading and broken AJAX tabs, and how to handle serverside errors in those cases. Note: These two require a webserver to interpret PHP. They won't work from the filesystem.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content1.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content1.html new file mode 100644 index 0000000..472bdfb --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content1.html @@ -0,0 +1,4 @@ +

This content was loaded via ajax.

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+

Mauris vitae ante. Curabitur augue. Nulla purus nibh, lobortis ut, feugiat at, aliquam id, purus. Sed venenatis, lorem venenatis volutpat commodo, purus quam lacinia justo, mattis interdum pede pede a odio. Fusce nibh. Morbi nisl mauris, dapibus in, tristique eget, accumsan et, pede. Donec mauris risus, pulvinar ut, faucibus eu, mollis in, nunc. In augue massa, commodo a, cursus vehicula, varius eu, dui. Suspendisse sodales suscipit lorem. Morbi malesuada, eros quis condimentum dignissim, lectus nibh tristique urna, non bibendum diam massa vel risus. Morbi suscipit. Proin egestas, eros at scelerisque scelerisque, dolor lacus fringilla lacus, ut ullamcorper mi magna at quam. Aliquam sed elit. Aliquam turpis purus, congue quis, iaculis id, ullamcorper sit amet, justo. Maecenas sed mauris. Proin magna justo, interdum in, tincidunt eu, viverra eu, turpis. Suspendisse mollis. In magna. Phasellus pellentesque, urna pellentesque convallis pellentesque, augue sem blandit pede, at rhoncus libero nisl a odio.

+

Sed vitae nibh non magna semper tempor. Duis dolor. Nam congue laoreet arcu. Fusce lobortis enim quis ligula. Maecenas commodo odio id mi. Maecenas scelerisque tellus eu odio. Etiam dolor purus, lacinia a, imperdiet in, aliquam et, eros. In pellentesque. Nullam ac massa. Integer et turpis. Ut quam augue, congue non, imperdiet id, eleifend ac, nisi. Etiam ac arcu. Cras iaculis accumsan erat. Nullam vulputate sapien nec nisi pretium rhoncus. Aliquam a nibh. Vivamus est ante, fermentum a, tincidunt ut, imperdiet nec, velit. Aenean non tortor. Sed nec mauris eget tellus condimentum rutrum.

\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content2.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content2.html new file mode 100644 index 0000000..18b03e4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content2.html @@ -0,0 +1,4 @@ +

This other content was loaded via ajax.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec turpis justo, et facilisis ligula. In congue interdum odio, a scelerisque eros posuere ac. Aenean massa tellus, dictum sit amet laoreet ut, aliquam in orci. Duis eu aliquam ligula. Nullam vel placerat ligula. Fusce venenatis viverra dictum. Phasellus dui dolor, imperdiet in sodales at, mattis sed libero. Morbi ac ipsum ligula. Quisque suscipit dui vel diam pretium nec cursus lacus malesuada. Donec sollicitudin, eros eget dignissim mollis, risus leo feugiat tellus, vel posuere nisl ipsum eu erat. Quisque posuere lacinia imperdiet. Quisque nunc leo, elementum quis ultricies et, vehicula sit amet turpis. Nullam sed nunc nec nibh condimentum mattis. Quisque sed ligula sit amet nisi ultricies bibendum eget id nisi.

+

Proin ut erat vel nunc tincidunt commodo. Curabitur feugiat, nisi et vehicula viverra, nisl orci eleifend arcu, sed blandit lectus nisl quis nisi. In hac habitasse platea dictumst. In hac habitasse platea dictumst. Aenean rutrum gravida velit ac imperdiet. Integer vitae arcu risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin tincidunt orci at leo egestas porta. Vivamus ac augue et enim bibendum hendrerit ut id urna. Donec sollicitudin pulvinar turpis vitae scelerisque. Etiam tempor porttitor est sed blandit. Phasellus varius consequat leo eget tincidunt. Aliquam ac dui lectus. In et consectetur orci. Duis posuere nulla ac turpis faucibus vestibulum. Sed ut velit et dolor rhoncus dapibus. Sed sit amet pellentesque est.

+

Nam in volutpat orci. Morbi sit amet orci in erat egestas dignissim. Etiam mi sapien, tempus sed iaculis a, adipiscing quis tellus. Suspendisse potenti. Nam malesuada tristique vestibulum. In tempor tellus dignissim neque consectetur eu vestibulum nisl pellentesque. Phasellus ultrices cursus velit, id aliquam nisl fringilla quis. Cras varius elit sed urna ultrices congue. Sed ornare odio sed velit pellentesque id varius nisl sodales. Sed auctor ligula egestas mi pharetra ut consectetur erat pharetra.

\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content3-slow.php b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content3-slow.php new file mode 100644 index 0000000..7ad43ec --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content3-slow.php @@ -0,0 +1,7 @@ + +

This content was loaded via ajax, though it took a second.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec turpis justo, et facilisis ligula. In congue interdum odio, a scelerisque eros posuere ac. Aenean massa tellus, dictum sit amet laoreet ut, aliquam in orci. Duis eu aliquam ligula. Nullam vel placerat ligula. Fusce venenatis viverra dictum. Phasellus dui dolor, imperdiet in sodales at, mattis sed libero. Morbi ac ipsum ligula. Quisque suscipit dui vel diam pretium nec cursus lacus malesuada. Donec sollicitudin, eros eget dignissim mollis, risus leo feugiat tellus, vel posuere nisl ipsum eu erat. Quisque posuere lacinia imperdiet. Quisque nunc leo, elementum quis ultricies et, vehicula sit amet turpis. Nullam sed nunc nec nibh condimentum mattis. Quisque sed ligula sit amet nisi ultricies bibendum eget id nisi.

+

Proin ut erat vel nunc tincidunt commodo. Curabitur feugiat, nisi et vehicula viverra, nisl orci eleifend arcu, sed blandit lectus nisl quis nisi. In hac habitasse platea dictumst. In hac habitasse platea dictumst. Aenean rutrum gravida velit ac imperdiet. Integer vitae arcu risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin tincidunt orci at leo egestas porta. Vivamus ac augue et enim bibendum hendrerit ut id urna. Donec sollicitudin pulvinar turpis vitae scelerisque. Etiam tempor porttitor est sed blandit. Phasellus varius consequat leo eget tincidunt. Aliquam ac dui lectus. In et consectetur orci. Duis posuere nulla ac turpis faucibus vestibulum. Sed ut velit et dolor rhoncus dapibus. Sed sit amet pellentesque est.

+

Nam in volutpat orci. Morbi sit amet orci in erat egestas dignissim. Etiam mi sapien, tempus sed iaculis a, adipiscing quis tellus. Suspendisse potenti. Nam malesuada tristique vestibulum. In tempor tellus dignissim neque consectetur eu vestibulum nisl pellentesque. Phasellus ultrices cursus velit, id aliquam nisl fringilla quis. Cras varius elit sed urna ultrices congue. Sed ornare odio sed velit pellentesque id varius nisl sodales. Sed auctor ligula egestas mi pharetra ut consectetur erat pharetra.

\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content4-broken.php b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content4-broken.php new file mode 100644 index 0000000..55ea2fe --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/ajax/content4-broken.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/bottom.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/bottom.html new file mode 100644 index 0000000..0a4caea --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/bottom.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Tabs - Tabs at bottom + + + + + + + + + + + +
+ +
+
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

With some additional CSS (for positioning) and JS (to put the right classes on elements) the tabs can be placed below their content.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/collapsible.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/collapsible.html new file mode 100644 index 0000000..3cb9b7c --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/collapsible.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Tabs - Collapse content + + + + + + + + + + +
+ +
+

Click this tab again to close the content pane.

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Click this tab again to close the content pane.

+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Click this tab again to close the content pane.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Click the selected tab to toggle its content closed/open. To enable this functionality, set the collapsible option to true.

+
collapsible: true
+
+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/default.html new file mode 100644 index 0000000..0b31e45 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/default.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Tabs - Default functionality + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Click tabs to swap between content that is broken into logical sections.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/index.html new file mode 100644 index 0000000..779dfd2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/index.html @@ -0,0 +1,20 @@ + + + + + jQuery UI Tabs Demos + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/manipulation.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/manipulation.html new file mode 100644 index 0000000..efcf011 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/manipulation.html @@ -0,0 +1,122 @@ + + + + + jQuery UI Tabs - Simple manipulation + + + + + + + + + + + + + + +
+
+
+ + + + +
+
+
+ + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+

Simple tabs adding and removing.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/mouseover.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/mouseover.html new file mode 100644 index 0000000..9b67781 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/mouseover.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Tabs - Open on mouseover + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/sortable.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/sortable.html new file mode 100644 index 0000000..0091e58 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/sortable.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Tabs - Sortable + + + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Drag the tabs above to re-order them.

+

Making tabs sortable is as simple as calling .sortable() on the .ui-tabs-nav element.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/vertical.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/vertical.html new file mode 100644 index 0000000..b121557 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tabs/vertical.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Tabs - Vertical Tabs functionality + + + + + + + + + + + +
+ +
+

Content heading 1

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Content heading 2

+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Content heading 3

+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Click tabs to swap between content that is broken into logical sections.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content1.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content1.html new file mode 100644 index 0000000..a1401b2 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content1.html @@ -0,0 +1 @@ +

This content was loaded via ajax.

\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content2.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content2.html new file mode 100644 index 0000000..f4132d7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/ajax/content2.html @@ -0,0 +1 @@ +

This other content was loaded via ajax.

\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-animation.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-animation.html new file mode 100644 index 0000000..46126d5 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-animation.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Tooltip - Custom animation demo + + + + + + + + + + + + + +

There are various ways to customize the animation of a tooltip.

+

You can use the show and +hide options.

+

You can also use the open event.

+ +
+

This demo shows how to customize animations using the show and hide options, +as well as the open event.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-content.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-content.html new file mode 100644 index 0000000..c24a939 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-content.html @@ -0,0 +1,83 @@ + + + + + jQuery UI Tooltip - Custom content + + + + + + + + + + + + +
+
+

St. Stephen's Cathedral

+

Vienna, Austria

+
+ + St. Stephen's Cathedral + +
+ +
+
+

Tower Bridge

+

London, England

+
+ + Tower Bridge + +
+ +

All images are part of Wikimedia Commons +and are licensed under CC BY-SA 3.0 by the copyright holder.

+ +
+

Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.

+

We realize you may want to interact with the map tooltips. This is a planned feature for a future version.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-style.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-style.html new file mode 100644 index 0000000..3e2a56a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/custom-style.html @@ -0,0 +1,95 @@ + + + + + jQuery UI Tooltip - Custom Styling + + + + + + + + + + + + +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+

Hover the links above or use the tab key to cycle the focus on each element.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/default.html new file mode 100644 index 0000000..a07533b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/default.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Tooltip - Default functionality + + + + + + + + + + + + +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+

Hover the links above or use the tab key to cycle the focus on each element.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/forms.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/forms.html new file mode 100644 index 0000000..a5ce77f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/forms.html @@ -0,0 +1,65 @@ + + + + + jQuery UI Tooltip - Forms + + + + + + + + + + + + + +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+

Use the button below to display the help texts, or just focus or mouseover the indivdual inputs.

+

A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/images/st-stephens.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/images/st-stephens.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30fc36d674153794f979bb148ed44d8d82b7d429 GIT binary patch literal 17724 zcma&N1yCH{(>A)ey99R#?(XjHZi~aRxCWQtWN~-5;BLX)A;9961eX8_3E`68U*7Ll zeebP%s&?i`_j9`YJUwS-r{-n-WgkE!=jUh#04OOj1CRm#Q(n#iII`YAXMX?;0RFXG z6aaYHhhuT@@^TaA;BfV1x3U3S+p+_}APzq(Hx4d#P7Z*mgrA!g(An0D%G%c6(N&D* zs%L`I1G#~0y{xGGKrXJH z!hT{j|9}g>*8g^M&`|v&;^izxBlUMyDnm6*DjBecEfpU-CmWEHpOcE8i=B&yS3p33 zm5Q5_i<5(sn}ds+jY~k7hg+DFlj`4v=5;m?8#`fbS^0m@_1Y4n`L|QPzP{|fJnUc( zdk!ukA)&t*+}v!h5^SFSu3lDtY_6WP|3Q$o^#po2x_LQ*U8(*eT3Lg=y~Jo<;?980J~Ai=@-xxLOTYwO|YV{0St0R~b1i7T*6=m*dqKj=u~0 ze=PKWx?b7yxB6e&zBc|#d|TI7wtKwN`sEUU`43qEHiNI}1M>m}L;?`u;o%YB5fKm& zQ4n8$Xvm0&$Y|)OsA#CD=-BB06l`=%ENm=HbUZwKd^|idQc_Yf%KsJ^BqSsZbPOVF zY$6f@90HR64*dVEybJM4L81(J5Ly-Seljq zsp-?AwzUTxFJX9!4Bz#BN%PRs8y#S3=`j6`XGDuEKk}<7urTm2aIkPl@Noaw0D}Wd z%_W5k2d`yC${ByV{^xkN7n*`5;Q#YlQt2^XM#u>uIdk*2 z@!k4+n;i3Ux=rvxL&cSZI6KN;p?_ig)hN&H{r$rYSIX{n3>k%4#ka5!9zOkl=J^M; z<1cDi`0Ug8m*H0x=za2hI07A^>)qX6cv&)G(%aeH^Pz-vK`eo+UpI`Z)uXub*f`Pf zmav>KuZK#&)G~me0zeoL@3(cqUa&(9JcMswjG61sU_QOgsbO)et`H4jUo)$f_!?l& zhj;b|NL3Ahlr8gJimgB3oHR3q%93$X?ZILKSX2SJf6vTr$O!-gbmR)`$;yovfb*S| ztNy2xJIY{sI2KiIML|FUK#p@TA{1E=QTJ~ZMw=5L;2*vx&7h|PqAu$@8q-e4KmQDU z0gR8_f&Sb+h-nanw1bI514rF2N~i5t25FE75fq1E{~ib7aY9k^00w}V;=_$_&Am9Q zm^dp8JdKt=pHGIi>Lcnz6?S7Kry$Wvug+ouXtDrLS%7LHL@6RmDWca3z~Gd0qjc*e zBF9>{6?c4J%c4zl19EV{lwBe2JJtFyP)9K@2dqcpA5T&1-ah&f1qeVzO-RxudJF*Z zYOLP|Iukl9syf-dx`F>{OZ2}jdNm3XilJYQQNJnTNF(N6rK!T5lQ#(?X`JFdex${s zf1%1_?89eZp+nBKZX?Hu-X=c(%OV%e{hZwDK>W8dqJEam2YCQh0zf|tF(_142Y~ZW zbeW>LG=iMHw?CF8hIwy(9q+nlEugO8=0-|%zawvOeE~d(?X+E6NUlvyxJVbn(>5PT zT~zH~jrZ&u2P_`_WM-dT8P}S7HP+Y?mMQvg>>#0Xii6y(gS0zSpFXmeM7dM2!^b7a2&NO?~S4AD0KP

hunt7tXI4aSfESj!{>JX@_5duboi8al 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 p_> literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1e14d6d28d5bea35debaa01cc3abaf834668050 GIT binary patch literal 15764 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 literal 0 HcmV?d00001 diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/index.html new file mode 100644 index 0000000..cebedd0 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/index.html @@ -0,0 +1,20 @@ + + + + + jQuery UI Tooltip Demos + + + +

+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/tracking.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/tracking.html new file mode 100644 index 0000000..48e683e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/tracking.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Tooltip - Track the mouse + + + + + + + + + + + + +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+

Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/video-player.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/video-player.html new file mode 100644 index 0000000..15db946 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/tooltip/video-player.html @@ -0,0 +1,117 @@ + + + + + jQuery UI Tooltip - Video Player demo + + + + + + + + + + + + + + + + +
Here Be Video (HTML5?)
+
+ + + + +
+ + +
+ + +
+ +
+

A fake video player with like/share/stats button, each with a custom-styled tooltip.

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/default.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/default.html new file mode 100644 index 0000000..8931be4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/default.html @@ -0,0 +1,178 @@ + + + + + jQuery UI Widget - Default functionality + + + + + + + + + + + + +
+
color me
+
color me
+
color me
+ + +
+ +
+

This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).

+

The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented

+
+ + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/index.html b/html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/index.html new file mode 100644 index 0000000..d518b07 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/demos/widget/index.html @@ -0,0 +1,14 @@ + + + + + jQuery UI Widget Demo + + + + + + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/accordion.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/accordion.html new file mode 100644 index 0000000..8193af8 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/accordion.html @@ -0,0 +1,488 @@ + + + + + jQuery UI accordion documentation + + + + + +

+Accordion Widgetversion added: 1.0 +

+
+

Description: Convert a pair of headers and content panels into an accordion.

+

QuickNavExamples +

+ +
+

The markup of your accordion container needs pairs of headers and content panels:

+ +
1
2
3
4
5
6
<div id="accordion">
    <h3>First header</h3>
    <div>First content panel</div>
    <h3>Second header</h3>
    <div>Second content panel</div>
</div>
+ +

Accordions support arbitrary markup, but each content panel must always be the next sibling after its associated header. See the header option for information on how to use custom markup structures.

+

The panels can be activated programmatically by setting the active option.

+ +

Keyboard interaction

+ +

When focus is on a header, the following key commands are available:

+
    +
  • UP/LEFT - Move focus to the previous header. If on first header, moves focus to last header.
  • +
  • DOWN/RIGHT - Move focus to the next header. If on last header, moves focus to first header.
  • +
  • HOME - Move focus to the first header.
  • +
  • END - Move focus to the last header.
  • +
  • SPACE/ENTER - Activate panel associated with focused header.
  • +
+ +

When focus is in a panel:

+
    +
  • CTRL+UP: Move focus to associated header.
  • +
+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

activeType: Boolean or Integer +

+
+Default: 0 +
+
+ Which panel is currently open. +
+Multiple types supported:
    +
  • +Boolean: Setting active to false will collapse all panels. This requires the collapsible option to be true.
  • +
  • +Integer: The zero-based index of the panel that is active (open). A negative value selects panels going backward from the last panel.
  • +
+Code examples:

Initialize the accordion with the active option specified:

+
$( ".selector" ).accordion({ active: 2 });
+

Get or set the active option, after initialization:

+
// getter
var active = $( ".selector" ).accordion( "option", "active" );
 
// setter
$( ".selector" ).accordion( "option", "active", 2 );
+
+
+

animateType: Boolean or Number or String or Object +

+
+Default: {} +
+
If and how to animate changing panels.
+Multiple types supported:
    +
  • +Boolean: A value of false will disable animations.
  • +
  • +Number: Duration in milliseconds with default easing.
  • +
  • +String: Name of easing to use with default duration.
  • +
  • +Object: Animation settings with easing and duration properties. +
      +
    • Can also contain a down property with any of the above options.
    • +
    • "Down" animations occur when the panel being activated has a lower index than the currently active panel.
    • +
    +
  • +
+Code examples:

Initialize the accordion with the animate option specified:

+
$( ".selector" ).accordion({ animate: "bounceslide" });
+

Get or set the animate option, after initialization:

+
// getter
var animate = $( ".selector" ).accordion( "option", "animate" );
 
// setter
$( ".selector" ).accordion( "option", "animate", "bounceslide" );
+
+
+

collapsibleType: Boolean +

+
+Default: false +
+
Whether all the sections can be closed at once. Allows collapsing the active section.
+Code examples:

Initialize the accordion with the collapsible option specified:

+
$( ".selector" ).accordion({ collapsible: true });
+

Get or set the collapsible option, after initialization:

+
// getter
var collapsible = $( ".selector" ).accordion( "option", "collapsible" );
 
// setter
$( ".selector" ).accordion( "option", "collapsible", true );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the accordion if set to true.
+Code examples:

Initialize the accordion with the disabled option specified:

+
$( ".selector" ).accordion({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).accordion( "option", "disabled" );
 
// setter
$( ".selector" ).accordion( "option", "disabled", true );
+
+
+

eventType: String +

+
+Default: "click" +
+
The event that accordion headers will react to in order to activate the associated panel. Multiple events can be specificed, separated by a space.
+Code examples:

Initialize the accordion with the event option specified:

+
$( ".selector" ).accordion({ event: "mouseover" });
+

Get or set the event option, after initialization:

+
// getter
var event = $( ".selector" ).accordion( "option", "event" );
 
// setter
$( ".selector" ).accordion( "option", "event", "mouseover" );
+
+
+

headerType: Selector +

+
+Default: "> li > :first-child,> :not(li):even" +
+
+

Selector for the header element, applied via .find() on the main accordion element. Content panels must be the sibling immedately after their associated headers.

+
+Code examples:

Initialize the accordion with the header option specified:

+
$( ".selector" ).accordion({ header: "h3" });
+

Get or set the header option, after initialization:

+
// getter
var header = $( ".selector" ).accordion( "option", "header" );
 
// setter
$( ".selector" ).accordion( "option", "header", "h3" );
+
+
+

heightStyleType: String +

+
+Default: "auto" +
+
+

Controls the height of the accordion and each panel. Possible values:

+
    +
  • +"auto": All panels will be set to the height of the tallest panel.
  • +
  • +"fill": Expand to the available height based on the accordion's parent height.
  • +
  • +"content": Each panel will be only as tall as its content.
  • +
+
+Code examples:

Initialize the accordion with the heightStyle option specified:

+
$( ".selector" ).accordion({ heightStyle: "fill" });
+

Get or set the heightStyle option, after initialization:

+
// getter
var heightStyle = $( ".selector" ).accordion( "option", "heightStyle" );
 
// setter
$( ".selector" ).accordion( "option", "heightStyle", "fill" );
+
+
+

iconsType: Object +

+
+Default: { "header": "ui-icon-triangle-1-e", "activeHeader": "ui-icon-triangle-1-s" } +
+
+

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework. Set to false to have no icons displayed.

+
    +
  • header (string, default: "ui-icon-triangle-1-e")
  • +
  • activeHeader (string, default: "ui-icon-triangle-1-s")
  • +
+
+Code examples:

Initialize the accordion with the icons option specified:

+
$( ".selector" ).accordion({ icons: { "header": "ui-icon-plus", "headerSelected": "ui-icon-minus" } });
+

Get or set the icons option, after initialization:

+
// getter
var icons = $( ".selector" ).accordion( "option", "icons" );
 
// setter
$( ".selector" ).accordion( "option", "icons", { "header": "ui-icon-plus", "headerSelected": "ui-icon-minus" } );
+

Methods

+

destroy()

+
+ Removes the accordion functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).accordion( "destroy" );
+
+
+
+

disable()

+
+ Disables the accordion. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).accordion( "disable" );
+
+
+
+

enable()

+
+ Enables the accordion. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).accordion( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).accordion( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current accordion options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).accordion( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the accordion option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).accordion( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the accordion.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).accordion( "option", { disabled: true } );
+
+
+
+
+

refresh()

+
Recompute the height of the accordion panels. Results depend on the content and the heightStyle option.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).accordion( "refresh" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the accordion. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).accordion( "widget" );
+
+

Events

+

activate( event, ui )Type: accordionactivate +

+
Triggered after a panel has been activated (after animation completes). If the accordion was previously collapsed, ui.oldHeader and ui.oldPanel will be empty jQuery objects. If the accordion is collapsing, ui.newHeader and ui.newPanel will be empty jQuery objects.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      newHeader
      +
      Type: jQuery +
      +
      The header that was just activated.
      +
    • +
    • +
      oldHeader
      +
      Type: jQuery +
      +
      The header that was just deactivated.
      +
    • +
    • +
      newPanel
      +
      Type: jQuery +
      +
      The panel that was just activated.
      +
    • +
    • +
      oldPanel
      +
      Type: jQuery +
      +
      The panel that was just deactivated.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the accordion with the activate callback specified:

+
$( ".selector" ).accordion({
    activate: function( event, ui ) {}
});
+

Bind an event listener to the accordionactivate event:

+
$( ".selector" ).on( "accordionactivate", function( event, ui ) {} );
+
+
+
+

beforeActivate( event, ui )Type: accordionbeforeactivate +

+
Triggered directly before a panel is activated. Can be canceled to prevent the panel from activating. If the accordion is currently collapsed, ui.oldHeader and ui.oldPanel will be empty jQuery objects. If the accordion is collapsing, ui.newHeader and ui.newPanel will be empty jQuery objects.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      newHeader
      +
      Type: jQuery +
      +
      The header that is about to be activated.
      +
    • +
    • +
      oldHeader
      +
      Type: jQuery +
      +
      The header that is about to be deactivated.
      +
    • +
    • +
      newPanel
      +
      Type: jQuery +
      +
      The panel that is about to be activated.
      +
    • +
    • +
      oldPanel
      +
      Type: jQuery +
      +
      The panel that is about to be deactivated.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the accordion with the beforeActivate callback specified:

+
$( ".selector" ).accordion({
    beforeActivate: function( event, ui ) {}
});
+

Bind an event listener to the accordionbeforeactivate event:

+
$( ".selector" ).on( "accordionbeforeactivate", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: accordioncreate +

+
Triggered when the accordion is created. If the accordion is collapsed, ui.header and ui.panel will be empty jQuery objects.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      header
      +
      Type: jQuery +
      +
      The active header.
      +
    • +
    • +
      panel
      +
      Type: jQuery +
      +
      The active panel.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the accordion with the create callback specified:

+
$( ".selector" ).accordion({
    create: function( event, ui ) {}
});
+

Bind an event listener to the accordioncreate event:

+
$( ".selector" ).on( "accordioncreate", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Accordion

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>accordion demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="accordion">
    <h3>Section 1</h3>
    <div>
        <p>Mauris mauris ante, blandit et, ultrices a, suscipit eget.
        Integer ut neque. Vivamus nisi metus, molestie vel, gravida in,
        condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros.
        Nam mi. Proin viverra leo ut odio.</p>
    </div>
    <h3>Section 2</h3>
    <div>
        <p>Sed non urna. Phasellus eu ligula. Vestibulum sit amet purus.
        Vivamus hendrerit, dolor aliquet laoreet, mauris turpis velit,
        faucibus interdum tellus libero ac justo.</p>
    </div>
    <h3>Section 3</h3>
    <div>
        <p>Nam enim risus, molestie et, porta ac, aliquam ac, risus.
        Quisque lobortis.Phasellus pellentesque purus in massa.</p>
        <ul>
            <li>List item one</li>
            <li>List item two</li>
            <li>List item three</li>
        </ul>
    </div>
</div>
 
<script>
$( "#accordion" ).accordion();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/autocomplete.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/autocomplete.html new file mode 100644 index 0000000..5d374a6 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/autocomplete.html @@ -0,0 +1,577 @@ + + + + + jQuery UI autocomplete documentation + + + + + +

+Autocomplete Widgetversion added: 1.8 +

+
+

Description: Autocomplete enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

+

QuickNavExamples +

+ +
+

By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

+ +

This can be used to choose previously selected values, such as entering tags for articles or entering email addresses from an address book. Autocomplete can also be used to populate associated information, such as entering a city name and getting the zip code.

+ +

You can pull data in from a local or remote source: Local is good for small data sets, e.g., an address book with 50 entries; remote is necessary for big data sets, such as a database with hundreds or millions of entries to select from. To find out more about customizing the data soure, see the documentation for the source option.

+ +

Keyboard interaction

+ +

When the menu is open, the following key commands are available:

+
    +
  • UP - Move focus to the previous item. If on first item, move focus to the input. If on the input, move focus to last item.
  • +
  • DOWN - Move focus to the next item. If on last item, move focus to the input. If on the input, move focus to the first item.
  • +
  • ESCAPE - Close the menu.
  • +
  • ENTER - Select the currently focused item and close the menu.
  • +
  • TAB - Select the currently focused item, close the menu, and move focus to the next focusable element.
  • +
  • PAGE UP/DOWN - Scroll through a page of items (based on height of menu). It's generally a bad idea to display so many items that users need to page..
  • +
+ +

When the menu is closed, the following key commands are available:

+
    +
  • UP/DOWN - Open the menu, if the minLength has been met.
  • +
+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

appendToType: Selector +

+
+Default: null +
+
Which element the menu should be appended to. When the value is null, the parents of the input field will be checked for a class of ui-front. If an element with the ui-front class is found, the menu will be appended to that element. Regardless of the value, if no element is found, the menu will be appended to the body.
+Code examples:

Initialize the autocomplete with the appendTo option specified:

+
$( ".selector" ).autocomplete({ appendTo: "#someElem" });
+

Get or set the appendTo option, after initialization:

+
// getter
var appendTo = $( ".selector" ).autocomplete( "option", "appendTo" );
 
// setter
$( ".selector" ).autocomplete( "option", "appendTo", "#someElem" );
+
+
+

autoFocusType: Boolean +

+
+Default: false +
+
If set to true the first item will automatically be focused when the menu is shown.
+Code examples:

Initialize the autocomplete with the autoFocus option specified:

+
$( ".selector" ).autocomplete({ autoFocus: true });
+

Get or set the autoFocus option, after initialization:

+
// getter
var autoFocus = $( ".selector" ).autocomplete( "option", "autoFocus" );
 
// setter
$( ".selector" ).autocomplete( "option", "autoFocus", true );
+
+
+

delayType: Integer +

+
+Default: 300 +
+
The delay in milliseconds between when a keystroke occurs and when a search is performed. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive.
+Code examples:

Initialize the autocomplete with the delay option specified:

+
$( ".selector" ).autocomplete({ delay: 500 });
+

Get or set the delay option, after initialization:

+
// getter
var delay = $( ".selector" ).autocomplete( "option", "delay" );
 
// setter
$( ".selector" ).autocomplete( "option", "delay", 500 );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the autocomplete if set to true.
+Code examples:

Initialize the autocomplete with the disabled option specified:

+
$( ".selector" ).autocomplete({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).autocomplete( "option", "disabled" );
 
// setter
$( ".selector" ).autocomplete( "option", "disabled", true );
+
+
+

minLengthType: Integer +

+
+Default: 1 +
+
The minimum number of characters a user must type before a search is performed. Zero is useful for local data with just a few items, but a higher value should be used when a single character search could match a few thousand items.
+Code examples:

Initialize the autocomplete with the minLength option specified:

+
$( ".selector" ).autocomplete({ minLength: 0 });
+

Get or set the minLength option, after initialization:

+
// getter
var minLength = $( ".selector" ).autocomplete( "option", "minLength" );
 
// setter
$( ".selector" ).autocomplete( "option", "minLength", 0 );
+
+
+

positionType: Object +

+
+Default: { my: "left top", at: "left bottom", collision: "none" } +
+
Identifies the position of the suggestions menu in relation to the associated input element. The of option defaults to the input element, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options.
+Code examples:

Initialize the autocomplete with the position option specified:

+
$( ".selector" ).autocomplete({ position: { my : "right top", at: "right bottom" } });
+

Get or set the position option, after initialization:

+
// getter
var position = $( ".selector" ).autocomplete( "option", "position" );
 
// setter
$( ".selector" ).autocomplete( "option", "position", { my : "right top", at: "right bottom" } );
+
+
+

sourceType: Array or String or Function( Object request, Function response( Object data ) ) +

+
+Default: none; must be specified +
+
+ Defines the data to use, must be specified. +

Independent of the variant you use, the label is always treated as text. If you want the label to be treated as html you can use Scott González' html extension. The demos all focus on different variations of the source option - look for one that matches your use case, and check out the code.

+
+Multiple types supported:
    +
  • +Array: + An array can be used for local data. There are two supported formats: +
      +
    • An array of strings: [ "Choice1", "Choice2" ] +
    • +
    • An array of objects with label and value properties: [ { label: "Choice1", value: "value1" }, ... ] +
    • +
    + The label property is displayed in the suggestion menu. The value will be inserted into the input element when a user selects an item. If just one property is specified, it will be used for both, e.g., if you provide only value properties, the value will also be used as the label. +
  • +
  • +String: When a string is used, the Autocomplete plugin expects that string to point to a URL resource that will return JSON data. It can be on the same host or on a different one (must provide JSONP). The Autocomplete plugin does not filter the results, instead a query string is added with a term field, which the server-side script should use for filtering the results. For example, if the source option is set to "http://example.com" and the user types foo, a GET request would be made to http://example.com?term=foo. The data itself can be in the same format as the local data described above.
  • +
  • +Function: + The third variation, a callback, provides the most flexibility and can be used to connect any data source to Autocomplete. The callback gets two arguments: +
      +
    • A request object, with a single term property, which refers to the value currently in the text input. For example, if the user enters "new yo" in a city field, the Autocomplete term will equal "new yo".
    • +
    • A response callback, which expects a single argument: the data to suggest to the user. This data should be filtered based on the provided term, and can be in any of the formats described above for simple local data. It's important when providing a custom source callback to handle errors during the request. You must always call the response callback even if you encounter an error. This ensures that the widget always has the correct state.
    • +
    +

    When filtering data locally, you can make use of the built-in $.ui.autocomplete.escapeRegex function. It'll take a single string argument and escape all regex characters, making the result safe to pass to new RegExp().

    +
  • +
+Code examples:

Initialize the autocomplete with the source option specified:

+
$( ".selector" ).autocomplete({ source: [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby" ] });
+

Get or set the source option, after initialization:

+
// getter
var source = $( ".selector" ).autocomplete( "option", "source" );
 
// setter
$( ".selector" ).autocomplete( "option", "source", [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby" ] );
+

Methods

+

close()

+
Closes the Autocomplete menu. Useful in combination with the search method, to close the open menu.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the close method:

+
$( ".selector" ).autocomplete( "close" );
+
+
+
+

destroy()

+
+ Removes the autocomplete functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).autocomplete( "destroy" );
+
+
+
+

disable()

+
+ Disables the autocomplete. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).autocomplete( "disable" );
+
+
+
+

enable()

+
+ Enables the autocomplete. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).autocomplete( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).autocomplete( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current autocomplete options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).autocomplete( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the autocomplete option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).autocomplete( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the autocomplete.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).autocomplete( "option", { disabled: true } );
+
+
+
+ +
+

widget()

+
Returns a jQuery object containing the menu element. Although the menu items are constantly created and destroyed, the menu element itself is created during initialization and is constantly reused.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
$( ".selector" ).autocomplete( "widget" );
+
+

Events

+

change( event, ui )Type: autocompletechange +

+
Triggered when the field is blurred, if the value has changed.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      item
      +
      Type: jQuery +
      +
      The item selected from the menu, if any. Otherwise the property is null.
      +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the change callback specified:

+
$( ".selector" ).autocomplete({
    change: function( event, ui ) {}
});
+

Bind an event listener to the autocompletechange event:

+
$( ".selector" ).on( "autocompletechange", function( event, ui ) {} );
+
+
+
+

close( event, ui )Type: autocompleteclose +

+
Triggered when the menu is hidden. Not every close event will be accompanied by a change event.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the close callback specified:

+
$( ".selector" ).autocomplete({
    close: function( event, ui ) {}
});
+

Bind an event listener to the autocompleteclose event:

+
$( ".selector" ).on( "autocompleteclose", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: autocompletecreate +

+
+ Triggered when the autocomplete is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the create callback specified:

+
$( ".selector" ).autocomplete({
    create: function( event, ui ) {}
});
+

Bind an event listener to the autocompletecreate event:

+
$( ".selector" ).on( "autocompletecreate", function( event, ui ) {} );
+
+
+
+

focus( event, ui )Type: autocompletefocus +

+
+ Triggered when focus is moved to an item (not selecting). The default action is to replace the text field's value with the value of the focused item, though only if the event was triggered by a keyboard interaction. +

Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused.

+
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      item
      +
      Type: jQuery +
      +
      The focused item.
      +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the focus callback specified:

+
$( ".selector" ).autocomplete({
    focus: function( event, ui ) {}
});
+

Bind an event listener to the autocompletefocus event:

+
$( ".selector" ).on( "autocompletefocus", function( event, ui ) {} );
+
+
+
+

open( event, ui )Type: autocompleteopen +

+
Triggered when the suggestion menu is opened or updated.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the open callback specified:

+
$( ".selector" ).autocomplete({
    open: function( event, ui ) {}
});
+

Bind an event listener to the autocompleteopen event:

+
$( ".selector" ).on( "autocompleteopen", function( event, ui ) {} );
+
+
+
+

response( event, ui )Type: autocompleteresponse +

+
Triggered after a search completes, before the menu is shown. Useful for local manipulation of suggestion data, where a custom source option callback is not required. This event is always triggered when a search completes, even if the menu will not be shown because there are no results or the Autocomplete is disabled.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      content
      +
      Type: Array +
      +
      Contains the response data and can be modified to change the results that will be shown. This data is already normalized, so if you modify the data, make sure to include both value and label properties for each item.
      +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the response callback specified:

+
$( ".selector" ).autocomplete({
    response: function( event, ui ) {}
});
+

Bind an event listener to the autocompleteresponse event:

+
$( ".selector" ).on( "autocompleteresponse", function( event, ui ) {} );
+
+
+ +
+

select( event, ui )Type: autocompleteselect +

+
+ Triggered when an item is selected from the menu. The default action is to replace the text field's value with the value of the selected item. +

Canceling this event prevents the value from being updated, but does not prevent the menu from closing.

+
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      item
      +
      Type: jQuery +
      +
      The selected item.
      +
    +
  • +
+
+Code examples:

Initialize the autocomplete with the select callback specified:

+
$( ".selector" ).autocomplete({
    select: function( event, ui ) {}
});
+

Bind an event listener to the autocompleteselect event:

+
$( ".selector" ).on( "autocompleteselect", function( event, ui ) {} );
+
+

Examples:

+

Example: A simple jQuery UI Autocomplete +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>autocomplete demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<label for="autocomplete">Select a programming language: </label>
<input id="autocomplete">
 
<script>
$( "#autocomplete" ).autocomplete({
    source: [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby" ]
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+

Example: Using a custom source callback to match only the beginning of terms +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>autocomplete demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<label for="autocomplete">Select a programming language: </label>
<input id="autocomplete">
 
<script>
var tags = [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby" ];
$( "#autocomplete" ).autocomplete({
    source: function( request, response ) {
            var matcher = new RegExp( "^" + $.ui.autocomplete.escapeRegex( request.term ), "i" );
            response( $.grep( tags, function( item ){
                return matcher.test( item );
            }) );
        }
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/blind-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/blind-effect.html new file mode 100644 index 0000000..0ef368e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/blind-effect.html @@ -0,0 +1,58 @@ + + + + + jQuery UI blind-effect documentation + + + + + +

Blind Effect

+
+

Description: + The blind effect hides or shows an element by wrapping the element in a container, and "pulling the blinds" +

+
  • +

    blind

    +
    • +
      +direction (default: "up")
      +
      Type: String +
      +
      +

      The direction the blind will be pulled to hide the element, or the direction from which the element will be revealed.

      +

      Possible Values: up, down, left, right, vertical, horizontal.

      +
      +
    +
+
+

The container has overflow: hidden applied, so height changes affect what's visible.

+
+

Example:

+

Toggle a div using the blind effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>blind demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "blind" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/bounce-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/bounce-effect.html new file mode 100644 index 0000000..8a97e32 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/bounce-effect.html @@ -0,0 +1,61 @@ + + + + + jQuery UI bounce-effect documentation + + + + + +

Bounce Effect

+
+

Description: + The bounce effect bounces an element. When used with hide or show, the last or first bounce will also fade in/out. +

+
  • +

    bounce

    +
      +
    • +
      +distance (default: 20)
      +
      Type: Number +
      +
      The distance of the largest "bounce" in pixels.
      +
    • +
    • +
      +times (default: 5)
      +
      Type: Integer +
      +
      The number of times the element will bounce. When used with hide or show, there is an extra "half" bounce for the fade in/out.
      +
    • +
    +
+

Example:

+

Toggle a div using the bounce effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>bounce demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "bounce", { times: 3 }, "slow" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/button.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/button.html new file mode 100644 index 0000000..b16f32e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/button.html @@ -0,0 +1,272 @@ + + + + + jQuery UI button documentation + + + + + +

+Button Widgetversion added: 1.8 +

+
+

Description: Themable buttons and button sets.

+

QuickNavExamples +

+

Options

+ + + + +
+ +
+

Events

+ +
+

Button enhances standard form elements like buttons, inputs and anchors to themable buttons with appropiate hover and active styles.

+ +

In addition to basic push buttons, radio buttons and checkboxes (inputs of type radio and checkbox) can be converted to buttons. Their associated label is styled to appear as the button, while the underlying input is updated on click. For the association to work properly, give the input an id attribute, and refer to that in the label's for attribute. Don't nest the input inside the label, as that causes accessbility problems.

+ +

In order to group radio buttons, Button also provides an additional widget, called Buttonset. Buttonset is used by selecting a container element (which contains the radio buttons) and calling .buttonset(). Buttonset will also provide visual grouping, and therefore should be used whenever you have a group of buttons. It works by selecting all descendants and applying .button() to them. You can enable and disable a button set, which will enable and disable all contained buttons. Destroying a button set also calls each button's destroy method.

+ +

When using an input of type button, submit or reset, support is limited to plain text labels with no icons.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

disabledType: Boolean +

+
+Default: false +
+
Disables the button if set to true.
+Code examples:

Initialize the button with the disabled option specified:

+
$( ".selector" ).button({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).button( "option", "disabled" );
 
// setter
$( ".selector" ).button( "option", "disabled", true );
+
+
+

iconsType: Object +

+
+Default: { primary: null, secondary: null } +
+
Icons to display, with or without text (see text option). By default, the primary icon is displayed on the left of the label text and the secondary is displayed on the right. The positioning can be controlled via CSS. The value for the primary and secondary properties must be a class name, e.g., "ui-icon-gear". For using only one icon: icons: { primary: "ui-icon-locked" }. For using two icons: icons: { primary: "ui-icon-gear", secondary: "ui-icon-triangle-1-s" }.
+Code examples:

Initialize the button with the icons option specified:

+
$( ".selector" ).button({ icons: { primary: "ui-icon-gear", secondary: "ui-icon-triangle-1-s" } });
+

Get or set the icons option, after initialization:

+
// getter
var icons = $( ".selector" ).button( "option", "icons" );
 
// setter
$( ".selector" ).button( "option", "icons", { primary: "ui-icon-gear", secondary: "ui-icon-triangle-1-s" } );
+
+
+

labelType: String +

+
+Default: null +
+
Text to show in the button. When not specified (null), the element's HTML content is used, or its value attribute if the element is an input element of type submit or reset, or the HTML content of the associated label element if the element is an input of type radio or checkbox.
+Code examples:

Initialize the button with the label option specified:

+
$( ".selector" ).button({ label: "custom label" });
+

Get or set the label option, after initialization:

+
// getter
var label = $( ".selector" ).button( "option", "label" );
 
// setter
$( ".selector" ).button( "option", "label", "custom label" );
+
+
+

textType: Boolean +

+
+Default: true +
+
Whether to show the label. When set to false no text will be displayed, but the icons option must be enabled, otherwise the text option will be ignored.
+Code examples:

Initialize the button with the text option specified:

+
$( ".selector" ).button({ text: false });
+

Get or set the text option, after initialization:

+
// getter
var text = $( ".selector" ).button( "option", "text" );
 
// setter
$( ".selector" ).button( "option", "text", false );
+

Methods

+

destroy()

+
+ Removes the button functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).button( "destroy" );
+
+
+
+

disable()

+
+ Disables the button. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).button( "disable" );
+
+
+
+

enable()

+
+ Enables the button. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).button( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).button( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current button options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).button( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the button option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).button( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the button.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).button( "option", { disabled: true } );
+
+
+
+
+

refresh()

+
Refreshes the visual state of the button. Useful for updating button state after the native element's checked or disabled state is changed programmatically.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).button( "refresh" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the element visually representing the button. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).button( "widget" );
+
+

Events

+

create( event, ui )Type: buttoncreate +

+
+ Triggered when the button is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the button with the create callback specified:

+
$( ".selector" ).button({
    create: function( event, ui ) {}
});
+

Bind an event listener to the buttoncreate event:

+
$( ".selector" ).on( "buttoncreate", function( event, ui ) {} );
+
+

Examples:

+

Example: A simple jQuery UI Button +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>button demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<button>Button label</button>
 
<script>
$( "button" ).button();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+

Example: A simple jQuery UI Buttonset +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>button demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="radio">
    <input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label>
    <input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label>
    <input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label>
</div>
 
<script>
$( "#radio" ).buttonset();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/clip-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/clip-effect.html new file mode 100644 index 0000000..dd942ec --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/clip-effect.html @@ -0,0 +1,55 @@ + + + + + jQuery UI clip-effect documentation + + + + + +

Clip Effect

+
+

Description: + The clip effect will hide or show an element by clipping the element vertically or horizontally. +

+
  • +

    clip

    +
    • +
      +direction (default: "up")
      +
      Type: String +
      +
      +

      The plane in which the clip effect will hide or show its element.

      +

      vertical clips the top and bottom edges, while horizontal clips the right and left edges.

      +
      +
    +
+

Example:

+

Toggle a div using the clip effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>clip demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "clip" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/datepicker.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/datepicker.html new file mode 100644 index 0000000..0a95851 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/datepicker.html @@ -0,0 +1,946 @@ + + + + + jQuery UI datepicker documentation + + + + + +

+Datepicker Widgetversion added: 1.0 +

+
+

Description: Select a date from a popup or inline calendar

+

QuickNavExamples +

+ +

Events

+

The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.

+ +

By default, the datepicker calendar opens in a small overlay when the associated text field gains focus. For an inline calendar, simply attach the datepicker to a div or span.

+ +

Keyboard interaction

+

While the datepicker is open, the following key commands are available:

+
    +
  • PAGE UP: Move to the previous month.
  • +
  • PAGE DOWN: Move to the next month.
  • +
  • CTRL+PAGE UP: Move to the previous year.
  • +
  • CTRL+PAGE DOWN: Move to the next year.
  • +
  • CTRL+HOME: Move to the current month. Open the datepicker if closed.
  • +
  • CTRL+LEFT: Move to the previous day.
  • +
  • CTRL+RIGHT: Move to the next day.
  • +
  • CTRL+UP: Move to the previous week.
  • +
  • CTRL+DOWN: Move the next week.
  • +
  • ENTER: Select the focused date.
  • +
  • CTRL+END: Close the datepicker and erase the date.
  • +
  • ESCAPE: Close the datepicker without selection.
  • +
+ +

Utility functions

+
    +
  • $.datepicker.setDefaults( settings ) - Set settings for all datepicker instances.
  • +
  • $.datepicker.formatDate( format, date, settings ) - Format a date into a string value with a specified format.
  • +
  • $.datepicker.parseDate( format, value, settings ) - Extract a date from a string value with a specified format.
  • +
  • $.datepicker.iso8601Week( date ) - Determine the week of the year for a given date: 1 to 53.
  • +
  • $.datepicker.noWeekends - Set as beforeShowDay function to prevent selection of weekends.
  • +
+ +

Localization

+

Datepicker provides support for localizing its content to cater for different languages and date formats. Each localization is contained within its own file with the language code appended to the name, e.g., jquery.ui.datepicker-fr.js for French. The desired localization file should be included after the main datepicker code. Each localization file adds its settings to the set of available localizations and automatically applies them as defaults for all instances.

+

The $.datepicker.regional attribute holds an array of localizations, indexed by language code, with "" referring to the default (English). Each entry is an object with the following attributes: closeText, prevText, nextText, currentText, monthNames, monthNamesShort, dayNames, dayNamesShort, dayNamesMin, weekHeader, dateFormat, firstDay, isRTL, showMonthAfterYear, and yearSuffix.

+

You can restore the default localizations with:

+ $.datepicker.setDefaults( $.datepicker.regional[ "" ] ); +

And can then override an individual datepicker for a specific locale:

+ $( selector ).datepicker( $.datepicker.regional[ "fr" ] ); +
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

altFieldType: Selector or jQuery or Element +

+
+Default: "" +
+
An input element that is to be updated with the selected date from the datepicker. Use the altFormat option to change the format of the date within this field. Leave as blank for no alternate field.
+Code examples:

Initialize the datepicker with the altField option specified:

+
$( ".selector" ).datepicker({ altField: "#actualDate" });
+

Get or set the altField option, after initialization:

+
// getter
var altField = $( ".selector" ).datepicker( "option", "altField" );
 
// setter
$( ".selector" ).datepicker( "option", "altField", "#actualDate" );
+
+
+

altFormatType: String +

+
+Default: "" +
+
The dateFormat to be used for the altField option. This allows one date format to be shown to the user for selection purposes, while a different format is actually sent behind the scenes. For a full list of the possible formats see the [[UI/Datepicker/formatDate|formatDate]] function
+Code examples:

Initialize the datepicker with the altFormat option specified:

+
$( ".selector" ).datepicker({ altFormat: "yy-mm-dd" });
+

Get or set the altFormat option, after initialization:

+
// getter
var altFormat = $( ".selector" ).datepicker( "option", "altFormat" );
 
// setter
$( ".selector" ).datepicker( "option", "altFormat", "yy-mm-dd" );
+
+
+

appendTextType: String +

+
+Default: "" +
+
The text to display after each date field, e.g., to show the required format.
+Code examples:

Initialize the datepicker with the appendText option specified:

+
$( ".selector" ).datepicker({ appendText: "(yyyy-mm-dd)" });
+

Get or set the appendText option, after initialization:

+
// getter
var appendText = $( ".selector" ).datepicker( "option", "appendText" );
 
// setter
$( ".selector" ).datepicker( "option", "appendText", "(yyyy-mm-dd)" );
+
+
+

autoSizeType: Boolean +

+
+Default: false +
+
Set to true to automatically resize the input field to accommodate dates in the current dateFormat.
+Code examples:

Initialize the datepicker with the autoSize option specified:

+
$( ".selector" ).datepicker({ autoSize: true });
+

Get or set the autoSize option, after initialization:

+
// getter
var autoSize = $( ".selector" ).datepicker( "option", "autoSize" );
 
// setter
$( ".selector" ).datepicker( "option", "autoSize", true );
+
+
+

beforeShowType: Function( Element input, Object inst ) +

+
+Default: null +
+
A function that takes an input field and current datepicker instance and returns an options object to update the datepicker with. It is called just before the datepicker is displayed.
+
+
+

beforeShowDayType: Function( Date date ) +

+
+Default: null +
+
A function takes a date as a parameter and must return an array with [0] equal to true/false indicating whether or not this date is selectable, [1] equal to a CSS class name or "" for the default presentation, and [2] an optional popup tooltip for this date. It is called for each day in the datepicker before it is displayed.
+
+
+

buttonImageType: String +

+
+Default: "" +
+
The URL for the popup button image. If set, the buttonText option becomes the alt value and is not directly displayed.
+Code examples:

Initialize the datepicker with the buttonImage option specified:

+
$( ".selector" ).datepicker({ buttonImage: "/images/datepicker.gif" });
+

Get or set the buttonImage option, after initialization:

+
// getter
var buttonImage = $( ".selector" ).datepicker( "option", "buttonImage" );
 
// setter
$( ".selector" ).datepicker( "option", "buttonImage", "/images/datepicker.gif" );
+
+
+

buttonImageOnlyType: Boolean +

+
+Default: false +
+
Whether the button image should be rendered by itself instead of inside a button element.
+Code examples:

Initialize the datepicker with the buttonImageOnly option specified:

+
$( ".selector" ).datepicker({ buttonImageOnly: true });
+

Get or set the buttonImageOnly option, after initialization:

+
// getter
var buttonImageOnly = $( ".selector" ).datepicker( "option", "buttonImageOnly" );
 
// setter
$( ".selector" ).datepicker( "option", "buttonImageOnly", true );
+
+
+

buttonTextType: String +

+
+Default: "..." +
+
The text to display on the trigger button. Use in conjunction with the showOn option set to "button" or "both".
+Code examples:

Initialize the datepicker with the buttonText option specified:

+
$( ".selector" ).datepicker({ buttonText: "Choose" });
+

Get or set the buttonText option, after initialization:

+
// getter
var buttonText = $( ".selector" ).datepicker( "option", "buttonText" );
 
// setter
$( ".selector" ).datepicker( "option", "buttonText", "Choose" );
+
+
+

calculateWeekType: Function() +

+
+Default: jQuery.datepicker.iso8601Week +
+
A function to calculate the week of the year for a given date. The default implementation uses the ISO 8601 definition: weeks start on a Monday; the first week of the year contains the first Thursday of the year.
+Code examples:

Initialize the datepicker with the calculateWeek option specified:

+
$( ".selector" ).datepicker({ calculateWeek: myWeekCalc });
+

Get or set the calculateWeek option, after initialization:

+
// getter
var calculateWeek = $( ".selector" ).datepicker( "option", "calculateWeek" );
 
// setter
$( ".selector" ).datepicker( "option", "calculateWeek", myWeekCalc );
+
+
+

changeMonthType: Boolean +

+
+Default: false +
+
Whether the month should be rendered as a dropdown instead of text.
+Code examples:

Initialize the datepicker with the changeMonth option specified:

+
$( ".selector" ).datepicker({ changeMonth: true });
+

Get or set the changeMonth option, after initialization:

+
// getter
var changeMonth = $( ".selector" ).datepicker( "option", "changeMonth" );
 
// setter
$( ".selector" ).datepicker( "option", "changeMonth", true );
+
+
+

changeYearType: Boolean +

+
+Default: false +
+
Whether the year should be rendered as a dropdown instead of text. Use the yearRange option to control which years are made available for selection.
+Code examples:

Initialize the datepicker with the changeYear option specified:

+
$( ".selector" ).datepicker({ changeYear: true });
+

Get or set the changeYear option, after initialization:

+
// getter
var changeYear = $( ".selector" ).datepicker( "option", "changeYear" );
 
// setter
$( ".selector" ).datepicker( "option", "changeYear", true );
+
+
+

closeTextType: String +

+
+Default: "Done" +
+
The text to display for the close link. Use the showButtonPanel option to display this button.
+Code examples:

Initialize the datepicker with the closeText option specified:

+
$( ".selector" ).datepicker({ closeText: "Close" });
+

Get or set the closeText option, after initialization:

+
// getter
var closeText = $( ".selector" ).datepicker( "option", "closeText" );
 
// setter
$( ".selector" ).datepicker( "option", "closeText", "Close" );
+
+
+

constrainInputType: Boolean +

+
+Default: true +
+
When true, entry in the input field is constrained to those characters allowed by the current dateFormat option.
+Code examples:

Initialize the datepicker with the constrainInput option specified:

+
$( ".selector" ).datepicker({ constrainInput: false });
+

Get or set the constrainInput option, after initialization:

+
// getter
var constrainInput = $( ".selector" ).datepicker( "option", "constrainInput" );
 
// setter
$( ".selector" ).datepicker( "option", "constrainInput", false );
+
+
+

currentTextType: String +

+
+Default: "Today" +
+
The text to display for the current day link. Use the showButtonPanel option to display this button.
+Code examples:

Initialize the datepicker with the currentText option specified:

+
$( ".selector" ).datepicker({ currentText: "Now" });
+

Get or set the currentText option, after initialization:

+
// getter
var currentText = $( ".selector" ).datepicker( "option", "currentText" );
 
// setter
$( ".selector" ).datepicker( "option", "currentText", "Now" );
+
+
+

dateFormatType: String +

+
+Default: "mm/dd/yy" +
+
The format for parsed and displayed dates. For a full list of the possible formats see the [[UI/Datepicker/formatDate|formatDate]] function.
+Code examples:

Initialize the datepicker with the dateFormat option specified:

+
$( ".selector" ).datepicker({ dateFormat: "yy-mm-dd" });
+

Get or set the dateFormat option, after initialization:

+
// getter
var dateFormat = $( ".selector" ).datepicker( "option", "dateFormat" );
 
// setter
$( ".selector" ).datepicker( "option", "dateFormat", "yy-mm-dd" );
+
+
+

dayNamesType: Array +

+
+Default: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ] +
+
The list of long day names, starting from Sunday, for use as requested via the dateFormat option.
+Code examples:

Initialize the datepicker with the dayNames option specified:

+
$( ".selector" ).datepicker({ dayNames: [ "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi" ] });
+

Get or set the dayNames option, after initialization:

+
// getter
var dayNames = $( ".selector" ).datepicker( "option", "dayNames" );
 
// setter
$( ".selector" ).datepicker( "option", "dayNames", [ "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi" ] );
+
+
+

dayNamesMinType: Array +

+
+Default: [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ] +
+
The list of minimised day names, starting from Sunday, for use as column headers within the datepicker.
+Code examples:

Initialize the datepicker with the dayNamesMin option specified:

+
$( ".selector" ).datepicker({ dayNamesMin: [ "Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa" ] });
+

Get or set the dayNamesMin option, after initialization:

+
// getter
var dayNamesMin = $( ".selector" ).datepicker( "option", "dayNamesMin" );
 
// setter
$( ".selector" ).datepicker( "option", "dayNamesMin", [ "Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa" ] );
+
+
+

dayNamesShortType: Array +

+
+Default: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ] +
+
The list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat option.
+Code examples:

Initialize the datepicker with the dayNamesShort option specified:

+
$( ".selector" ).datepicker({ dayNamesShort: [ "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam" ] });
+

Get or set the dayNamesShort option, after initialization:

+
// getter
var dayNamesShort = $( ".selector" ).datepicker( "option", "dayNamesShort" );
 
// setter
$( ".selector" ).datepicker( "option", "dayNamesShort", [ "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam" ] );
+
+
+

defaultDateType: Date or Number or String +

+
+Default: null +
+
Set the date to highlight on first opening if the field is blank. Specify either an actual date via a Date object or as a string in the current [[UI/Datepicker#option-dateFormat|dateFormat]], or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +7d'), or null for today.
+Multiple types supported:
    +
  • +Date: A date object containing the default date.
  • +
  • +Number: A number of days from today. For example 2 represents two days from today and -1 represents yesterday.
  • +
  • +String: A string in the format defined by the dateFormat option, or a relative date. Relative dates must contain value and period pairs; valid periods are "y" for years, "m" for months, "w" for weeks, and "d" for days. For example, "+1m +7d" represents one month and seven days from today.
  • +
+Code examples:

Initialize the datepicker with the defaultDate option specified:

+
$( ".selector" ).datepicker({ defaultDate: +7 });
+

Get or set the defaultDate option, after initialization:

+
// getter
var defaultDate = $( ".selector" ).datepicker( "option", "defaultDate" );
 
// setter
$( ".selector" ).datepicker( "option", "defaultDate", +7 );
+
+
+

durationType: or String +

+
+Default: "normal" +
+
Control the speed at which the datepicker appears, it may be a time in milliseconds or a string representing one of the three predefined speeds ("slow", "normal", "fast").
+Code examples:

Initialize the datepicker with the duration option specified:

+
$( ".selector" ).datepicker({ duration: "slow" });
+

Get or set the duration option, after initialization:

+
// getter
var duration = $( ".selector" ).datepicker( "option", "duration" );
 
// setter
$( ".selector" ).datepicker( "option", "duration", "slow" );
+
+
+

firstDayType: Integer +

+
+Default: 0 +
+
Set the first day of the week: Sunday is 0, Monday is 1, etc.
+Code examples:

Initialize the datepicker with the firstDay option specified:

+
$( ".selector" ).datepicker({ firstDay: 1 });
+

Get or set the firstDay option, after initialization:

+
// getter
var firstDay = $( ".selector" ).datepicker( "option", "firstDay" );
 
// setter
$( ".selector" ).datepicker( "option", "firstDay", 1 );
+
+
+

gotoCurrentType: Boolean +

+
+Default: false +
+
When true, the current day link moves to the currently selected date instead of today.
+Code examples:

Initialize the datepicker with the gotoCurrent option specified:

+
$( ".selector" ).datepicker({ gotoCurrent: true });
+

Get or set the gotoCurrent option, after initialization:

+
// getter
var gotoCurrent = $( ".selector" ).datepicker( "option", "gotoCurrent" );
 
// setter
$( ".selector" ).datepicker( "option", "gotoCurrent", true );
+
+
+

hideIfNoPrevNextType: Boolean +

+
+Default: false +
+
Normally the previous and next links are disabled when not applicable (see the minDate and maxDate options). You can hide them altogether by setting this attribute to true.
+Code examples:

Initialize the datepicker with the hideIfNoPrevNext option specified:

+
$( ".selector" ).datepicker({ hideIfNoPrevNext: true });
+

Get or set the hideIfNoPrevNext option, after initialization:

+
// getter
var hideIfNoPrevNext = $( ".selector" ).datepicker( "option", "hideIfNoPrevNext" );
 
// setter
$( ".selector" ).datepicker( "option", "hideIfNoPrevNext", true );
+
+
+

isRTLType: Boolean +

+
+Default: false +
+
Whether the current language is drawn from right to left.
+Code examples:

Initialize the datepicker with the isRTL option specified:

+
$( ".selector" ).datepicker({ isRTL: true });
+

Get or set the isRTL option, after initialization:

+
// getter
var isRTL = $( ".selector" ).datepicker( "option", "isRTL" );
 
// setter
$( ".selector" ).datepicker( "option", "isRTL", true );
+
+
+

maxDateType: Date or Number or String +

+
+Default: null +
+
The maximum selectable date. When set to null, there is no maximum.
+Multiple types supported:
    +
  • +Date: A date object containing the maximum date.
  • +
  • +Number: A number of days from today. For example 2 represents two days from today and -1 represents yesterday.
  • +
  • +String: A string in the format defined by the dateFormat option, or a relative date. Relative dates must contain value and period pairs; valid periods are "y" for years, "m" for months, "w" for weeks, and "d" for days. For example, "+1m +7d" represents one month and seven days from today.
  • +
+Code examples:

Initialize the datepicker with the maxDate option specified:

+
$( ".selector" ).datepicker({ maxDate: "+1m +1w" });
+

Get or set the maxDate option, after initialization:

+
// getter
var maxDate = $( ".selector" ).datepicker( "option", "maxDate" );
 
// setter
$( ".selector" ).datepicker( "option", "maxDate", "+1m +1w" );
+
+
+

minDateType: Date or Number or String +

+
+Default: null +
+
The minimum selectable date. When set to null, there is no minimum.
+Multiple types supported:
    +
  • +Date: A date object containing the minimum date.
  • +
  • +Number: A number of days from today. For example 2 represents two days from today and -1 represents yesterday.
  • +
  • +String: A string in the format defined by the dateFormat option, or a relative date. Relative dates must contain value and period pairs; valid periods are "y" for years, "m" for months, "w" for weeks, and "d" for days. For example, "+1m +7d" represents one month and seven days from today.
  • +
+Code examples:

Initialize the datepicker with the minDate option specified:

+
$( ".selector" ).datepicker({ minDate: new Date(2007, 1 - 1, 1) });
+

Get or set the minDate option, after initialization:

+
// getter
var minDate = $( ".selector" ).datepicker( "option", "minDate" );
 
// setter
$( ".selector" ).datepicker( "option", "minDate", new Date(2007, 1 - 1, 1) );
+
+
+

monthNamesType: Array +

+
+Default: [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ] +
+
The list of full month names, for use as requested via the dateFormat option.
+Code examples:

Initialize the datepicker with the monthNames option specified:

+
$( ".selector" ).datepicker({ monthNames: [ "Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December" ] });
+

Get or set the monthNames option, after initialization:

+
// getter
var monthNames = $( ".selector" ).datepicker( "option", "monthNames" );
 
// setter
$( ".selector" ).datepicker( "option", "monthNames", [ "Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December" ] );
+
+
+

monthNamesShortType: Array +

+
+Default: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ] +
+
The list of abbreviated month names, as used in the month header on each datepicker and as requested via the dateFormat option.
+Code examples:

Initialize the datepicker with the monthNamesShort option specified:

+
$( ".selector" ).datepicker({ monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec" ] });
+

Get or set the monthNamesShort option, after initialization:

+
// getter
var monthNamesShort = $( ".selector" ).datepicker( "option", "monthNamesShort" );
 
// setter
$( ".selector" ).datepicker( "option", "monthNamesShort", [ "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec" ] );
+
+
+

navigationAsDateFormatType: Boolean +

+
+Default: false +
+
Whether the prevText and nextText options should be parsed as dates by the [[UI/Datepicker/formatDate|formatDate]] function, allowing them to display the target month names for example.
+Code examples:

Initialize the datepicker with the navigationAsDateFormat option specified:

+
$( ".selector" ).datepicker({ navigationAsDateFormat: true });
+

Get or set the navigationAsDateFormat option, after initialization:

+
// getter
var navigationAsDateFormat = $( ".selector" ).datepicker( "option", "navigationAsDateFormat" );
 
// setter
$( ".selector" ).datepicker( "option", "navigationAsDateFormat", true );
+
+
+

nextTextType: String +

+
+Default: "Next" +
+
The text to display for the next month link. With the standard ThemeRoller styling, this value is replaced by an icon.
+Code examples:

Initialize the datepicker with the nextText option specified:

+
$( ".selector" ).datepicker({ nextText: "Later" });
+

Get or set the nextText option, after initialization:

+
// getter
var nextText = $( ".selector" ).datepicker( "option", "nextText" );
 
// setter
$( ".selector" ).datepicker( "option", "nextText", "Later" );
+
+
+

numberOfMonthsType: Number or Array +

+
+Default: 1 +
+
The number of months to show at once.
+Multiple types supported:
    +
  • +Number: The number of months to display in a single row.
  • +
  • +Array: An array defining the number of rows and columns to display.
  • +
+Code examples:

Initialize the datepicker with the numberOfMonths option specified:

+
$( ".selector" ).datepicker({ numberOfMonths: [ 2, 3 ] });
+

Get or set the numberOfMonths option, after initialization:

+
// getter
var numberOfMonths = $( ".selector" ).datepicker( "option", "numberOfMonths" );
 
// setter
$( ".selector" ).datepicker( "option", "numberOfMonths", [ 2, 3 ] );
+
+
+

onChangeMonthYearType: Function( Integer year, Integer month, Object inst ) +

+
+Default: null +
+
Called when the datepicker moves to a new month and/or year. The function receives the selected year, month (1-12), and the datepicker instance as parameters. this refers to the associated input field.
+
+
+

onCloseType: Function( String dateText, Object inst ) +

+
+Default: null +
+
Called when the datepicker is closed, whether or not a date is selected. The function receives the selected date as text ("" if none) and the datepicker instance as parameters. this refers to the associated input field.
+
+
+

onSelectType: Function( String dateText, Object inst ) +

+
+Default: null +
+
Called when the datepicker is selected. The function receives the selected date as text and the datepicker instance as parameters. this refers to the associated input field.
+
+
+

prevTextType: String +

+
+Default: "Prev" +
+
The text to display for the previous month link. With the standard ThemeRoller styling, this value is replaced by an icon.
+Code examples:

Initialize the datepicker with the prevText option specified:

+
$( ".selector" ).datepicker({ prevText: "Earlier" });
+

Get or set the prevText option, after initialization:

+
// getter
var prevText = $( ".selector" ).datepicker( "option", "prevText" );
 
// setter
$( ".selector" ).datepicker( "option", "prevText", "Earlier" );
+
+
+

selectOtherMonthsType: Boolean +

+
+Default: false +
+
Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true.
+Code examples:

Initialize the datepicker with the selectOtherMonths option specified:

+
$( ".selector" ).datepicker({ selectOtherMonths: true });
+

Get or set the selectOtherMonths option, after initialization:

+
// getter
var selectOtherMonths = $( ".selector" ).datepicker( "option", "selectOtherMonths" );
 
// setter
$( ".selector" ).datepicker( "option", "selectOtherMonths", true );
+
+
+

shortYearCutoffType: Number or String +

+
+Default: "+10" +
+
The cutoff year for determining the century for a date (used in conjunction with [[UI/Datepicker#option-dateFormat|dateFormat]] 'y'). Any dates entered with a year value less than or equal to the cutoff year are considered to be in the current century, while those greater than it are deemed to be in the previous century.
+Multiple types supported:
    +
  • +Number: A value between 0 and 99 indicating the cutoff year.
  • +
  • +String: A relative number of years from the current year, e.g., "+3" or "-5".
  • +
+Code examples:

Initialize the datepicker with the shortYearCutoff option specified:

+
$( ".selector" ).datepicker({ shortYearCutoff: 50 });
+

Get or set the shortYearCutoff option, after initialization:

+
// getter
var shortYearCutoff = $( ".selector" ).datepicker( "option", "shortYearCutoff" );
 
// setter
$( ".selector" ).datepicker( "option", "shortYearCutoff", 50 );
+
+
+

showAnimType: String +

+
+Default: "show" +
+
The name of the animation used to show and hide the datepicker. Use "show" (the default), "slideDown", "fadeIn", any of the jQuery UI effects. Set to an empty string to disable animation.
+Code examples:

Initialize the datepicker with the showAnim option specified:

+
$( ".selector" ).datepicker({ showAnim: "fold" });
+

Get or set the showAnim option, after initialization:

+
// getter
var showAnim = $( ".selector" ).datepicker( "option", "showAnim" );
 
// setter
$( ".selector" ).datepicker( "option", "showAnim", "fold" );
+
+
+

showButtonPanelType: Boolean +

+
+Default: false +
+
Whether to show the button panel.
+Code examples:

Initialize the datepicker with the showButtonPanel option specified:

+
$( ".selector" ).datepicker({ showButtonPanel: true });
+

Get or set the showButtonPanel option, after initialization:

+
// getter
var showButtonPanel = $( ".selector" ).datepicker( "option", "showButtonPanel" );
 
// setter
$( ".selector" ).datepicker( "option", "showButtonPanel", true );
+
+
+

showCurrentAtPosType: Number +

+
+Default: 0 +
+
When displaying multiple months via the numberOfMonths option, the showCurrentAtPos option defines which position to display the current month in.
+Code examples:

Initialize the datepicker with the showCurrentAtPos option specified:

+
$( ".selector" ).datepicker({ showCurrentAtPos: 3 });
+

Get or set the showCurrentAtPos option, after initialization:

+
// getter
var showCurrentAtPos = $( ".selector" ).datepicker( "option", "showCurrentAtPos" );
 
// setter
$( ".selector" ).datepicker( "option", "showCurrentAtPos", 3 );
+
+
+

showMonthAfterYearType: Boolean +

+
+Default: false +
+
Whether to show the month after the year in the header.
+Code examples:

Initialize the datepicker with the showMonthAfterYear option specified:

+
$( ".selector" ).datepicker({ showMonthAfterYear: true });
+

Get or set the showMonthAfterYear option, after initialization:

+
// getter
var showMonthAfterYear = $( ".selector" ).datepicker( "option", "showMonthAfterYear" );
 
// setter
$( ".selector" ).datepicker( "option", "showMonthAfterYear", true );
+
+
+

showOnType: String +

+
+Default: "focus" +
+
When the datepicker should appear. The datepicker can appear when the field receives focus ("focus"), when a button is clicked ("button"), or when either event occurs ("both").
+Code examples:

Initialize the datepicker with the showOn option specified:

+
$( ".selector" ).datepicker({ showOn: "both" });
+

Get or set the showOn option, after initialization:

+
// getter
var showOn = $( ".selector" ).datepicker( "option", "showOn" );
 
// setter
$( ".selector" ).datepicker( "option", "showOn", "both" );
+
+
+

showOptionsType: Object +

+
+Default: {} +
+
If using one of the jQuery UI effects for the showAnim option, you can provide additional settings for that animation via this option.
+Code examples:

Initialize the datepicker with the showOptions option specified:

+
$( ".selector" ).datepicker({ showOptions: { direction: "up" } });
+

Get or set the showOptions option, after initialization:

+
// getter
var showOptions = $( ".selector" ).datepicker( "option", "showOptions" );
 
// setter
$( ".selector" ).datepicker( "option", "showOptions", { direction: "up" } );
+
+
+

showOtherMonthsType: Boolean +

+
+Default: false +
+
Whether to display dates in other months (non-selectable) at the start or end of the current month. To make these days selectable use the selectOtherMonths option.
+Code examples:

Initialize the datepicker with the showOtherMonths option specified:

+
$( ".selector" ).datepicker({ showOtherMonths: true });
+

Get or set the showOtherMonths option, after initialization:

+
// getter
var showOtherMonths = $( ".selector" ).datepicker( "option", "showOtherMonths" );
 
// setter
$( ".selector" ).datepicker( "option", "showOtherMonths", true );
+
+
+

showWeekType: Boolean +

+
+Default: false +
+
When true, a column is added to show the week of the year. The calculateWeek option determines how the week of the year is calculated. You may also want to change the firstDay option.
+Code examples:

Initialize the datepicker with the showWeek option specified:

+
$( ".selector" ).datepicker({ showWeek: true });
+

Get or set the showWeek option, after initialization:

+
// getter
var showWeek = $( ".selector" ).datepicker( "option", "showWeek" );
 
// setter
$( ".selector" ).datepicker( "option", "showWeek", true );
+
+
+

stepMonthsType: Number +

+
+Default: 1 +
+
Set how many months to move when clicking the previous/next links.
+Code examples:

Initialize the datepicker with the stepMonths option specified:

+
$( ".selector" ).datepicker({ stepMonths: 3 });
+

Get or set the stepMonths option, after initialization:

+
// getter
var stepMonths = $( ".selector" ).datepicker( "option", "stepMonths" );
 
// setter
$( ".selector" ).datepicker( "option", "stepMonths", 3 );
+
+
+

weekHeaderType: String +

+
+Default: "Wk" +
+
The text to display for the week of the year column heading. Use the showWeek option to display this column.
+Code examples:

Initialize the datepicker with the weekHeader option specified:

+
$( ".selector" ).datepicker({ weekHeader: "W" });
+

Get or set the weekHeader option, after initialization:

+
// getter
var weekHeader = $( ".selector" ).datepicker( "option", "weekHeader" );
 
// setter
$( ".selector" ).datepicker( "option", "weekHeader", "W" );
+
+
+

yearRangeType: String +

+
+Default: "c-10:c+10" +
+
The range of years displayed in the year drop-down: either relative to today's year ("-nn:+nn"), relative to the currently selected year ("c-nn:c+nn"), absolute ("nnnn:nnnn"), or combinations of these formats ("nnnn:-nn"). Note that this option only affects what appears in the drop-down, to restrict which dates may be selected use the minDate and/or maxDate options.
+Code examples:

Initialize the datepicker with the yearRange option specified:

+
$( ".selector" ).datepicker({ yearRange: "2002:2012" });
+

Get or set the yearRange option, after initialization:

+
// getter
var yearRange = $( ".selector" ).datepicker( "option", "yearRange" );
 
// setter
$( ".selector" ).datepicker( "option", "yearRange", "2002:2012" );
+
+
+

yearSuffixType: String +

+
+Default: "" +
+
Additional text to display after the year in the month headers.
+Code examples:

Initialize the datepicker with the yearSuffix option specified:

+
$( ".selector" ).datepicker({ yearSuffix: "CE" });
+

Get or set the yearSuffix option, after initialization:

+
// getter
var yearSuffix = $( ".selector" ).datepicker( "option", "yearSuffix" );
 
// setter
$( ".selector" ).datepicker( "option", "yearSuffix", "CE" );
+

Methods

+

destroy()

+
+ Removes the datepicker functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).datepicker( "destroy" );
+
+
+
+

dialog( date [, onSelect ] [, settings ] [, pos ] )

+
Opens the datepicker in a dialog box.
+
    +
  • +
    date
    +
    Type: String or Date +
    +
    The initial date.
    +
  • +
  • +
    onSelect
    +
    Type: Function()
    +
    A callback function when a date is selected. The function receives the date text and date picker instance as parameters.
    +
  • +
  • +
    settings
    +
    Type: Options +
    +
    The new settings for the date picker.
    +
  • +
  • +
    pos
    + +
    The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.
    +
  • +
+
+Code examples:

Invoke the dialog method:

+
$( ".selector" ).datepicker( "dialog", "10/12/2012" );
+
+
+
+

getDate()Returns: Date +

+
Returns the current date for the datepicker or null if no date has been selected.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the getDate method:

+
var currentDate = $( ".selector" ).datepicker( "getDate" );
+
+
+
+

hide()

+
Close a previously opened date picker.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the hide method:

+
$( ".selector" ).datepicker( "hide" );
+
+
+
+

isDisabled()Returns: Boolean +

+
Determine whether a date picker has been disabled.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the isDisabled method:

+
var isDisabled = $( ".selector" ).datepicker( "isDisabled" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).datepicker( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current datepicker options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).datepicker( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the datepicker option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).datepicker( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the datepicker.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).datepicker( "option", { disabled: true } );
+
+
+
+
+

refresh()

+
Redraw the date picker, after having made some external modifications.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).datepicker( "refresh" );
+
+
+
+

setDate( date )

+
Sets the date for the datepicker. The new date may be a Date object or a string in the current date format (e.g., "01/26/2009"), a number of days from today (e.g., +7) or a string of values and periods ("y" for years, "m" for months, "w" for weeks, "d" for days, e.g., "+1m +7d"), or null to clear the selected date.
+ +
+Code examples:

Invoke the setDate method:

+
$( ".selector" ).datepicker( "setDate", "10/12/2012" );
+
+
+
+

show()

+
Open the date picker. If the datepicker is attached to an input, the input must be visible for the datepicker to be shown.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the show method:

+
$( ".selector" ).datepicker( "show" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the datepicker. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).datepicker( "widget" );
+
+

Example:

+

A simple jQuery UI Datepicker.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>datepicker demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="datepicker"></div>
 
<script>
$( "#datepicker" ).datepicker();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/dialog.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/dialog.html new file mode 100644 index 0000000..b623f7e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/dialog.html @@ -0,0 +1,892 @@ + + + + + jQuery UI dialog documentation + + + + + +

+Dialog Widgetversion added: 1.0 +

+
+

Description: Open content in an interactive overlay.

+

QuickNavExamples +

+ +
+

A dialog is a floating window that contains a title bar and a content area. The dialog window can be moved, resized and closed with the 'x' icon by default.

+ +

If the content length exceeds the maximum height, a scrollbar will automatically appear.

+ +

A bottom button bar and semi-transparent modal overlay layer are common options that can be added.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

appendToType: Selector +

+
+Default: "body" +
+
Which element the dialog should be appended to. Regardless of the value set, the overlay for modal dialogs will always be appended to the body and cover the entire window. (version added: 1.10) +
+Code examples:

Initialize the dialog with the appendTo option specified:

+
$( ".selector" ).dialog({ appendTo: "#someElem" });
+

Get or set the appendTo option, after initialization:

+
// getter
var appendTo = $( ".selector" ).dialog( "option", "appendTo" );
 
// setter
$( ".selector" ).dialog( "option", "appendTo", "#someElem" );
+
+
+

autoOpenType: Boolean +

+
+Default: true +
+
If set to true, the dialog will automatically open upon initialization. If false, the dialog will stay hidden until the open() method is called.
+Code examples:

Initialize the dialog with the autoOpen option specified:

+
$( ".selector" ).dialog({ autoOpen: false });
+

Get or set the autoOpen option, after initialization:

+
// getter
var autoOpen = $( ".selector" ).dialog( "option", "autoOpen" );
 
// setter
$( ".selector" ).dialog( "option", "autoOpen", false );
+
+
+

buttonsType: Object or Array +

+
+Default: {} +
+
Specifies which buttons should be displayed on the dialog. The context of the callback is the dialog element; if you need access to the button, it is available as the target of the event object.
+Multiple types supported:
    +
  • +Object: The keys are the button labels and the values are the callbacks for when the associated button is clicked.
  • +
  • +Array: Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button.
  • +
+Code examples:

Initialize the dialog with the buttons option specified:

+
$( ".selector" ).dialog({ buttons: [ { text: "Ok", click: function() { $( this ).dialog( "close" ); } ] });
+

Get or set the buttons option, after initialization:

+
// getter
var buttons = $( ".selector" ).dialog( "option", "buttons" );
 
// setter
$( ".selector" ).dialog( "option", "buttons", [ { text: "Ok", click: function() { $( this ).dialog( "close" ); } ] );
+
+
+

closeOnEscapeType: Boolean +

+
+Default: true +
+
Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key.
+Code examples:

Initialize the dialog with the closeOnEscape option specified:

+
$( ".selector" ).dialog({ closeOnEscape: false });
+

Get or set the closeOnEscape option, after initialization:

+
// getter
var closeOnEscape = $( ".selector" ).dialog( "option", "closeOnEscape" );
 
// setter
$( ".selector" ).dialog( "option", "closeOnEscape", false );
+
+
+

closeTextType: String +

+
+Default: "close" +
+
Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.
+Code examples:

Initialize the dialog with the closeText option specified:

+
$( ".selector" ).dialog({ closeText: "hide" });
+

Get or set the closeText option, after initialization:

+
// getter
var closeText = $( ".selector" ).dialog( "option", "closeText" );
 
// setter
$( ".selector" ).dialog( "option", "closeText", "hide" );
+
+
+

dialogClassType: String +

+
+Default: "" +
+
The specified class name(s) will be added to the dialog, for additional theming.
+Code examples:

Initialize the dialog with the dialogClass option specified:

+
$( ".selector" ).dialog({ dialogClass: "alert" });
+

Get or set the dialogClass option, after initialization:

+
// getter
var dialogClass = $( ".selector" ).dialog( "option", "dialogClass" );
 
// setter
$( ".selector" ).dialog( "option", "dialogClass", "alert" );
+
+
+

draggableType: Boolean +

+
+Default: true +
+
If set to true, the dialog will be draggable by the title bar. Requires the jQuery UI Draggable wiget to be included.
+Code examples:

Initialize the dialog with the draggable option specified:

+
$( ".selector" ).dialog({ draggable: false });
+

Get or set the draggable option, after initialization:

+
// getter
var draggable = $( ".selector" ).dialog( "option", "draggable" );
 
// setter
$( ".selector" ).dialog( "option", "draggable", false );
+
+
+

heightType: Number or String +

+
+Default: "auto" +
+
The height of the dialog.
+Multiple types supported:
    +
  • +Number: The height in pixels.
  • +
  • +String: The only supported string value is "auto" which will allow the dialog height to adjust based on its content.
  • +
+Code examples:

Initialize the dialog with the height option specified:

+
$( ".selector" ).dialog({ height: 400 });
+

Get or set the height option, after initialization:

+
// getter
var height = $( ".selector" ).dialog( "option", "height" );
 
// setter
$( ".selector" ).dialog( "option", "height", 400 );
+
+
+

hideType: Number or String or Object +

+
+Default: null +
+
If and how to animate the hiding of the dialog.
+Multiple types supported:
    +
  • +Number: + The dialog will fade out while animating the height and width for the specified duration. +
  • +
  • +String: + The dialog will be hidden using the specified jQuery UI effect. See the list of effects for possible values. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. The effect property must be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used.
  • +
+Code examples:

Initialize the dialog with the hide option specified:

+
$( ".selector" ).dialog({ hide: "explode" });
+

Get or set the hide option, after initialization:

+
// getter
var hide = $( ".selector" ).dialog( "option", "hide" );
 
// setter
$( ".selector" ).dialog( "option", "hide", "explode" );
+
+
+

maxHeightType: Number +

+
+Default: false +
+
The maximum height to which the dialog can be resized, in pixels.
+Code examples:

Initialize the dialog with the maxHeight option specified:

+
$( ".selector" ).dialog({ maxHeight: 600 });
+

Get or set the maxHeight option, after initialization:

+
// getter
var maxHeight = $( ".selector" ).dialog( "option", "maxHeight" );
 
// setter
$( ".selector" ).dialog( "option", "maxHeight", 600 );
+
+
+

maxWidthType: Number +

+
+Default: false +
+
The maximum width to which the dialog can be resized, in pixels.
+Code examples:

Initialize the dialog with the maxWidth option specified:

+
$( ".selector" ).dialog({ maxWidth: 600 });
+

Get or set the maxWidth option, after initialization:

+
// getter
var maxWidth = $( ".selector" ).dialog( "option", "maxWidth" );
 
// setter
$( ".selector" ).dialog( "option", "maxWidth", 600 );
+
+
+

minHeightType: Number +

+
+Default: 150 +
+
The minimum height to which the dialog can be resized, in pixels.
+Code examples:

Initialize the dialog with the minHeight option specified:

+
$( ".selector" ).dialog({ minHeight: 200 });
+

Get or set the minHeight option, after initialization:

+
// getter
var minHeight = $( ".selector" ).dialog( "option", "minHeight" );
 
// setter
$( ".selector" ).dialog( "option", "minHeight", 200 );
+
+
+

minWidthType: Number +

+
+Default: 150 +
+
The minimum width to which the dialog can be resized, in pixels.
+Code examples:

Initialize the dialog with the minWidth option specified:

+
$( ".selector" ).dialog({ minWidth: 200 });
+

Get or set the minWidth option, after initialization:

+
// getter
var minWidth = $( ".selector" ).dialog( "option", "minWidth" );
 
// setter
$( ".selector" ).dialog( "option", "minWidth", 200 );
+
+
+

modalType: Boolean +

+
+Default: false +
+
If set to true, the dialog will have modal behavior; other items on the page will be disabled, i.e., cannot be interacted with. Modal dialogs create an overlay below the dialog but above other page elements.
+Code examples:

Initialize the dialog with the modal option specified:

+
$( ".selector" ).dialog({ modal: true });
+

Get or set the modal option, after initialization:

+
// getter
var modal = $( ".selector" ).dialog( "option", "modal" );
 
// setter
$( ".selector" ).dialog( "option", "modal", true );
+
+
+

positionType: Object or String or Array +

+
+Default: { my: "center", at: "center", of: window } +
+
+

Specifies where the dialog should be displayed. The dialog will handle collisions such that as much of the dialog is visible as possible.

+

Note: The String and Array forms are deprecated.

+
+Multiple types supported:
    +
  • +Object: Identifies the position of the dialog when opened. The of option defaults to the window, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options.
  • +
  • +String: A string representing the position within the viewport. Possible values: "center", "left", "right", "top", "bottom".
  • +
  • +Array: An array containing an x, y coordinate pair in pixel offset from the top left corner of the viewport or the name of a possible string value.
  • +
+Code examples:

Initialize the dialog with the position option specified:

+
$( ".selector" ).dialog({ position: { my: "left top", at: "left bottom", of: button } });
+

Get or set the position option, after initialization:

+
// getter
var position = $( ".selector" ).dialog( "option", "position" );
 
// setter
$( ".selector" ).dialog( "option", "position", { my: "left top", at: "left bottom", of: button } );
+
+
+

resizableType: Boolean +

+
+Default: true +
+
If set to true, the dialog will be resizable. Requires the jQuery UI Resizable widget to be included.
+Code examples:

Initialize the dialog with the resizable option specified:

+
$( ".selector" ).dialog({ resizable: false });
+

Get or set the resizable option, after initialization:

+
// getter
var resizable = $( ".selector" ).dialog( "option", "resizable" );
 
// setter
$( ".selector" ).dialog( "option", "resizable", false );
+
+
+

showType: Number or String or Object +

+
+Default: null +
+
If and how to animate the showing of the dialog.
+Multiple types supported:
    +
  • +Number: + The dialog will fade in while animating the height and width for the specified duration. +
  • +
  • +String: + The dialog will be shown using the specified jQuery UI effect. See the list of effects for possible values. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. The effect property must be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used.
  • +
+Code examples:

Initialize the dialog with the show option specified:

+
$( ".selector" ).dialog({ show: "slow" });
+

Get or set the show option, after initialization:

+
// getter
var show = $( ".selector" ).dialog( "option", "show" );
 
// setter
$( ".selector" ).dialog( "option", "show", "slow" );
+
+
+

titleType: String +

+
+Default: null +
+
Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element.
+Code examples:

Initialize the dialog with the title option specified:

+
$( ".selector" ).dialog({ title: "Dialog Title" });
+

Get or set the title option, after initialization:

+
// getter
var title = $( ".selector" ).dialog( "option", "title" );
 
// setter
$( ".selector" ).dialog( "option", "title", "Dialog Title" );
+
+
+

widthType: Number +

+
+Default: 300 +
+
The width of the dialog, in pixels.
+Code examples:

Initialize the dialog with the width option specified:

+
$( ".selector" ).dialog({ width: 500 });
+

Get or set the width option, after initialization:

+
// getter
var width = $( ".selector" ).dialog( "option", "width" );
 
// setter
$( ".selector" ).dialog( "option", "width", 500 );
+

Methods

+

close()

+
Closes the dialog.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the close method:

+
$( ".selector" ).dialog( "close" );
+
+
+
+

destroy()

+
+ Removes the dialog functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).dialog( "destroy" );
+
+
+
+

isOpen()Returns: Boolean +

+
Whether the dialog is currently open.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the isOpen method:

+
var isOpen = $( ".selector" ).dialog( "isOpen" );
+
+
+
+

moveToTop()

+
Moves the dialog to the top of the dialog stack.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the moveToTop method:

+
$( ".selector" ).dialog( "moveToTop" );
+
+
+
+

open()

+
Opens the dialog.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the open method:

+
$( ".selector" ).dialog( "open" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).dialog( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current dialog options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).dialog( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the dialog option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).dialog( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the dialog.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).dialog( "option", { disabled: true } );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the generated wrapper. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).dialog( "widget" );
+
+

Events

+

beforeClose( event, ui )Type: dialogbeforeclose +

+
Triggered when a dialog is about to close. If canceled, the dialog will not close.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the dialog with the beforeClose callback specified:

+
$( ".selector" ).dialog({
    beforeClose: function( event, ui ) {}
});
+

Bind an event listener to the dialogbeforeclose event:

+
$( ".selector" ).on( "dialogbeforeclose", function( event, ui ) {} );
+
+
+
+

close( event, ui )Type: dialogclose +

+
Triggered when the dialog is closed.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the dialog with the close callback specified:

+
$( ".selector" ).dialog({
    close: function( event, ui ) {}
});
+

Bind an event listener to the dialogclose event:

+
$( ".selector" ).on( "dialogclose", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: dialogcreate +

+
+ Triggered when the dialog is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the dialog with the create callback specified:

+
$( ".selector" ).dialog({
    create: function( event, ui ) {}
});
+

Bind an event listener to the dialogcreate event:

+
$( ".selector" ).on( "dialogcreate", function( event, ui ) {} );
+
+
+
+

drag( event, ui )Type: dialogdrag +

+
Triggered while the dialog is being dragged.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      position
      +
      Type: Object +
      +
      The current CSS position of the dialog.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current offset position of the dialog.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the dialog with the drag callback specified:

+
$( ".selector" ).dialog({
    drag: function( event, ui ) {}
});
+

Bind an event listener to the dialogdrag event:

+
$( ".selector" ).on( "dialogdrag", function( event, ui ) {} );
+
+
+
+

dragStart( event, ui )Type: dialogdragstart +

+
Triggered when the user starts dragging the dialog.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      position
      +
      Type: Object +
      +
      The current CSS position of the dialog.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current offset position of the dialog.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the dialog with the dragStart callback specified:

+
$( ".selector" ).dialog({
    dragStart: function( event, ui ) {}
});
+

Bind an event listener to the dialogdragstart event:

+
$( ".selector" ).on( "dialogdragstart", function( event, ui ) {} );
+
+
+
+

dragStop( event, ui )Type: dialogdragstop +

+
Triggered after the dialog has been dragged.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      position
      +
      Type: Object +
      +
      The current CSS position of the dialog.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current offset position of the dialog.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the dialog with the dragStop callback specified:

+
$( ".selector" ).dialog({
    dragStop: function( event, ui ) {}
});
+

Bind an event listener to the dialogdragstop event:

+
$( ".selector" ).on( "dialogdragstop", function( event, ui ) {} );
+
+
+
+

focus( event, ui )Type: dialogfocus +

+
Triggered when the dialog gains focus.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the dialog with the focus callback specified:

+
$( ".selector" ).dialog({
    focus: function( event, ui ) {}
});
+

Bind an event listener to the dialogfocus event:

+
$( ".selector" ).on( "dialogfocus", function( event, ui ) {} );
+
+
+
+

open( event, ui )Type: dialogopen +

+
Triggered when the dialog is opened.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the dialog with the open callback specified:

+
$( ".selector" ).dialog({
    open: function( event, ui ) {}
});
+

Bind an event listener to the dialogopen event:

+
$( ".selector" ).on( "dialogopen", function( event, ui ) {} );
+
+
+
+

resize( event, ui )Type: dialogresize +

+
Triggered while the dialog is being resized.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      orginalPosition
      +
      Type: Object +
      +
      The CSS position of the dialog prior to being resized.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current CSS position of the dialog.
      +
    • +
    • +
      originalSize
      +
      Type: Object +
      +
      The size of the dialog prior to being resized.
      +
    • +
    • +
      size
      +
      Type: Object +
      +
      The current size of the dialog.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the dialog with the resize callback specified:

+
$( ".selector" ).dialog({
    resize: function( event, ui ) {}
});
+

Bind an event listener to the dialogresize event:

+
$( ".selector" ).on( "dialogresize", function( event, ui ) {} );
+
+
+
+

resizeStart( event, ui )Type: dialogresizestart +

+
Triggered when the user starts resizing the dialog.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      orginalPosition
      +
      Type: Object +
      +
      The CSS position of the dialog prior to being resized.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current CSS position of the dialog.
      +
    • +
    • +
      originalSize
      +
      Type: Object +
      +
      The size of the dialog prior to being resized.
      +
    • +
    • +
      size
      +
      Type: Object +
      +
      The current size of the dialog.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the dialog with the resizeStart callback specified:

+
$( ".selector" ).dialog({
    resizeStart: function( event, ui ) {}
});
+

Bind an event listener to the dialogresizestart event:

+
$( ".selector" ).on( "dialogresizestart", function( event, ui ) {} );
+
+
+
+

resizeStop( event, ui )Type: dialogresizestop +

+
Triggered after the dialog has been resized.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      orginalPosition
      +
      Type: Object +
      +
      The CSS position of the dialog prior to being resized.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current CSS position of the dialog.
      +
    • +
    • +
      originalSize
      +
      Type: Object +
      +
      The size of the dialog prior to being resized.
      +
    • +
    • +
      size
      +
      Type: Object +
      +
      The current size of the dialog.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the dialog with the resizeStop callback specified:

+
$( ".selector" ).dialog({
    resizeStop: function( event, ui ) {}
});
+

Bind an event listener to the dialogresizestop event:

+
$( ".selector" ).on( "dialogresizestop", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Dialog

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>dialog demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<button id="opener">open the dialog</button>
<div id="dialog" title="Dialog Title">I'm a dialog</div>
 
<script>
$( "#dialog" ).dialog({ autoOpen: false });
$( "#opener" ).click(function() {
    $( "#dialog" ).dialog( "open" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/draggable.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/draggable.html new file mode 100644 index 0000000..ed666f0 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/draggable.html @@ -0,0 +1,741 @@ + + + + + jQuery UI draggable documentation + + + + + +

+Draggable Widgetversion added: 1.0 +

+
+

Description: Allow elements to be moved using the mouse.

+

QuickNavExamples +

+ +
+

Events

+ + + + +
+

Make the selected elements draggable by mouse. If you want not just drag, but drag & drop, see the jQuery UI Droppable plugin, which provides a drop target for draggables.

+
+

Options

+

addClassesType: Boolean +

+
+Default: true +
+
If set to false, will prevent the ui-draggable class from being added. This may be desired as a performance optimization when calling .draggable() on hundreds of elements.
+Code examples:

Initialize the draggable with the addClasses option specified:

+
$( ".selector" ).draggable({ addClasses: false });
+

Get or set the addClasses option, after initialization:

+
// getter
var addClasses = $( ".selector" ).draggable( "option", "addClasses" );
 
// setter
$( ".selector" ).draggable( "option", "addClasses", false );
+
+
+

appendToType: jQuery or Element or Selector or String +

+
+Default: "parent" +
+
Which element the draggable helper should be appended to while dragging.
+Multiple types supported:
    +
  • +jQuery: A jQuery object containing the element to append the helper to.
  • +
  • +Element: The element to append the helper to.
  • +
  • +Selector: A selector specifying which element to append the helper to.
  • +
  • +String: The string "parent" will cause the helper to be a sibling of the draggable.
  • +
+Code examples:

Initialize the draggable with the appendTo option specified:

+
$( ".selector" ).draggable({ appendTo: "body" });
+

Get or set the appendTo option, after initialization:

+
// getter
var appendTo = $( ".selector" ).draggable( "option", "appendTo" );
 
// setter
$( ".selector" ).draggable( "option", "appendTo", "body" );
+
+
+

axisType: String +

+
+Default: false +
+
Constrains dragging to either the horizontal (x) or vertical (y) axis. Possible values: "x", "y".
+Code examples:

Initialize the draggable with the axis option specified:

+
$( ".selector" ).draggable({ axis: "x" });
+

Get or set the axis option, after initialization:

+
// getter
var axis = $( ".selector" ).draggable( "option", "axis" );
 
// setter
$( ".selector" ).draggable( "option", "axis", "x" );
+
+
+

cancelType: Selector +

+
+Default: "input,textarea,button,select,option" +
+
Prevents dragging from starting on specified elements.
+Code examples:

Initialize the draggable with the cancel option specified:

+
$( ".selector" ).draggable({ cancel: ".title" });
+

Get or set the cancel option, after initialization:

+
// getter
var cancel = $( ".selector" ).draggable( "option", "cancel" );
 
// setter
$( ".selector" ).draggable( "option", "cancel", ".title" );
+
+
+

connectToSortableType: Selector +

+
+Default: false +
+
Allows the draggable to be dropped onto the specified sortables. If this option is used, a draggable can be dropped onto a sortable list and then becomes part of it. Note: The helper option must be set to "clone" in order to work flawlessly. Requires the jQuery UI Sortable plugin to be included.
+Code examples:

Initialize the draggable with the connectToSortable option specified:

+
$( ".selector" ).draggable({ connectToSortable: "#my-sortable" });
+

Get or set the connectToSortable option, after initialization:

+
// getter
var connectToSortable = $( ".selector" ).draggable( "option", "connectToSortable" );
 
// setter
$( ".selector" ).draggable( "option", "connectToSortable", "#my-sortable" );
+
+
+

containmentType: Selector or Element or String or Array +

+
+Default: false +
+
Constrains dragging to within the bounds of the specified element or region.
+Multiple types supported:
    +
  • +Selector: The draggable element will be contained to the bounding box of the first element found by the selector. If no element is found, no containment will be set.
  • +
  • +Element: The draggable element will be contained to the bounding box of this element.
  • +
  • +String: Possible values: "parent", "document", "window".
  • +
  • +Array: An array defining a bounding box in the form [ x1, y1, x2, y2 ].
  • +
+Code examples:

Initialize the draggable with the containment option specified:

+
$( ".selector" ).draggable({ containment: "parent" });
+

Get or set the containment option, after initialization:

+
// getter
var containment = $( ".selector" ).draggable( "option", "containment" );
 
// setter
$( ".selector" ).draggable( "option", "containment", "parent" );
+
+
+

cursorType: String +

+
+Default: "auto" +
+
The CSS cursor during the drag operation.
+Code examples:

Initialize the draggable with the cursor option specified:

+
$( ".selector" ).draggable({ cursor: "crosshair" });
+

Get or set the cursor option, after initialization:

+
// getter
var cursor = $( ".selector" ).draggable( "option", "cursor" );
 
// setter
$( ".selector" ).draggable( "option", "cursor", "crosshair" );
+
+
+

cursorAtType: Object +

+
+Default: false +
+
Sets the offset of the dragging helper relative to the mouse cursor. Coordinates can be given as a hash using a combination of one or two keys: { top, left, right, bottom }.
+Code examples:

Initialize the draggable with the cursorAt option specified:

+
$( ".selector" ).draggable({ cursorAt: { left: 5 } });
+

Get or set the cursorAt option, after initialization:

+
// getter
var cursorAt = $( ".selector" ).draggable( "option", "cursorAt" );
 
// setter
$( ".selector" ).draggable( "option", "cursorAt", { left: 5 } );
+
+
+

delayType: Number +

+
+Default: 0 +
+
Time in milliseconds after mousedown until dragging should start. This option can be used to prevent unwanted drags when clicking on an element.
+Code examples:

Initialize the draggable with the delay option specified:

+
$( ".selector" ).draggable({ delay: 300 });
+

Get or set the delay option, after initialization:

+
// getter
var delay = $( ".selector" ).draggable( "option", "delay" );
 
// setter
$( ".selector" ).draggable( "option", "delay", 300 );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the draggable if set to true.
+Code examples:

Initialize the draggable with the disabled option specified:

+
$( ".selector" ).draggable({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).draggable( "option", "disabled" );
 
// setter
$( ".selector" ).draggable( "option", "disabled", true );
+
+
+

distanceType: Number +

+
+Default: 1 +
+
Distance in pixels after mousedown the mouse must move before dragging should start. This option can be used to prevent unwanted drags when clicking on an element.
+Code examples:

Initialize the draggable with the distance option specified:

+
$( ".selector" ).draggable({ distance: 10 });
+

Get or set the distance option, after initialization:

+
// getter
var distance = $( ".selector" ).draggable( "option", "distance" );
 
// setter
$( ".selector" ).draggable( "option", "distance", 10 );
+
+
+

gridType: Array +

+
+Default: false +
+
Snaps the dragging helper to a grid, every x and y pixels. The array must be of the form [ x, y ].
+Code examples:

Initialize the draggable with the grid option specified:

+
$( ".selector" ).draggable({ grid: [ 50, 20 ] });
+

Get or set the grid option, after initialization:

+
// getter
var grid = $( ".selector" ).draggable( "option", "grid" );
 
// setter
$( ".selector" ).draggable( "option", "grid", [ 50, 20 ] );
+
+
+

handleType: Selector or Element +

+
+Default: false +
+
If specified, restricts dragging from starting unless the mousedown occurs on the specified element(s).
+Code examples:

Initialize the draggable with the handle option specified:

+
$( ".selector" ).draggable({ handle: "h2" });
+

Get or set the handle option, after initialization:

+
// getter
var handle = $( ".selector" ).draggable( "option", "handle" );
 
// setter
$( ".selector" ).draggable( "option", "handle", "h2" );
+
+
+

helperType: String or Function() +

+
+Default: "original" +
+
Allows for a helper element to be used for dragging display.
+Multiple types supported:
    +
  • +String: If set to "clone", then the element will be cloned and the clone will be dragged.
  • +
  • +Function: A function that will return a DOMElement to use while dragging.
  • +
+Code examples:

Initialize the draggable with the helper option specified:

+
$( ".selector" ).draggable({ helper: "clone" });
+

Get or set the helper option, after initialization:

+
// getter
var helper = $( ".selector" ).draggable( "option", "helper" );
 
// setter
$( ".selector" ).draggable( "option", "helper", "clone" );
+
+
+

iframeFixType: Boolean or Selector +

+
+Default: false +
+
Prevent iframes from capturing the mousemove events during a drag. Useful in combination with the cursorAt option, or in any case where the mouse cursor may not be over the helper.
+Multiple types supported:
    +
  • +Boolean: When set to true, transparent overlays will be placed over all iframes on the page.
  • +
  • +Selector: Any iframes matching the selector will be covered by transparent overlays.
  • +
+Code examples:

Initialize the draggable with the iframeFix option specified:

+
$( ".selector" ).draggable({ iframeFix: true });
+

Get or set the iframeFix option, after initialization:

+
// getter
var iframeFix = $( ".selector" ).draggable( "option", "iframeFix" );
 
// setter
$( ".selector" ).draggable( "option", "iframeFix", true );
+
+
+

opacityType: Number +

+
+Default: false +
+
Opacity for the helper while being dragged.
+Code examples:

Initialize the draggable with the opacity option specified:

+
$( ".selector" ).draggable({ opacity: 0.35 });
+

Get or set the opacity option, after initialization:

+
// getter
var opacity = $( ".selector" ).draggable( "option", "opacity" );
 
// setter
$( ".selector" ).draggable( "option", "opacity", 0.35 );
+
+
+

refreshPositionsType: Boolean +

+
+Default: false +
+
+ If set to true, all droppable positions are calculated on every mousemove. + Caution: This solves issues on highly dynamic pages, but dramatically decreases performance. +
+Code examples:

Initialize the draggable with the refreshPositions option specified:

+
$( ".selector" ).draggable({ refreshPositions: true });
+

Get or set the refreshPositions option, after initialization:

+
// getter
var refreshPositions = $( ".selector" ).draggable( "option", "refreshPositions" );
 
// setter
$( ".selector" ).draggable( "option", "refreshPositions", true );
+
+
+

revertType: Boolean or String +

+
+Default: false +
+
Whether the element should revert to its start position when dragging stops.
+Multiple types supported:
    +
  • +Boolean: If set to true the element will always revert.
  • +
  • +String: If set to "invalid", revert will only occur if the draggable has not been dropped on a droppable. For "valid", it's the other way around.
  • +
+Code examples:

Initialize the draggable with the revert option specified:

+
$( ".selector" ).draggable({ revert: true });
+

Get or set the revert option, after initialization:

+
// getter
var revert = $( ".selector" ).draggable( "option", "revert" );
 
// setter
$( ".selector" ).draggable( "option", "revert", true );
+
+
+

revertDurationType: Number +

+
+Default: 500 +
+
The duration of the revert animation, in milliseconds. Ignored if the revert option is false.
+Code examples:

Initialize the draggable with the revertDuration option specified:

+
$( ".selector" ).draggable({ revertDuration: 200 });
+

Get or set the revertDuration option, after initialization:

+
// getter
var revertDuration = $( ".selector" ).draggable( "option", "revertDuration" );
 
// setter
$( ".selector" ).draggable( "option", "revertDuration", 200 );
+
+
+

scopeType: String +

+
+Default: "default" +
+
Used to group sets of draggable and droppable items, in addition to droppable's accept option. A draggable with the same scope value as a droppable will be accepted by the droppable.
+Code examples:

Initialize the draggable with the scope option specified:

+
$( ".selector" ).draggable({ scope: "tasks" });
+

Get or set the scope option, after initialization:

+
// getter
var scope = $( ".selector" ).draggable( "option", "scope" );
 
// setter
$( ".selector" ).draggable( "option", "scope", "tasks" );
+
+
+

scrollType: Boolean +

+
+Default: true +
+
If set to true, container auto-scrolls while dragging.
+Code examples:

Initialize the draggable with the scroll option specified:

+
$( ".selector" ).draggable({ scroll: false });
+

Get or set the scroll option, after initialization:

+
// getter
var scroll = $( ".selector" ).draggable( "option", "scroll" );
 
// setter
$( ".selector" ).draggable( "option", "scroll", false );
+
+
+

scrollSensitivityType: Number +

+
+Default: 20 +
+
Distance in pixels from the edge of the viewport after which the viewport should scroll. Distance is relative to pointer, not the draggable. Ignored if the scroll option is false.
+Code examples:

Initialize the draggable with the scrollSensitivity option specified:

+
$( ".selector" ).draggable({ scrollSensitivity: 100 });
+

Get or set the scrollSensitivity option, after initialization:

+
// getter
var scrollSensitivity = $( ".selector" ).draggable( "option", "scrollSensitivity" );
 
// setter
$( ".selector" ).draggable( "option", "scrollSensitivity", 100 );
+
+
+

scrollSpeedType: Number +

+
+Default: 20 +
+
The speed at which the window should scroll once the mouse pointer gets within the scrollSensitivity distance. Ignored if the scroll option is false.
+Code examples:

Initialize the draggable with the scrollSpeed option specified:

+
$( ".selector" ).draggable({ scrollSpeed: 100 });
+

Get or set the scrollSpeed option, after initialization:

+
// getter
var scrollSpeed = $( ".selector" ).draggable( "option", "scrollSpeed" );
 
// setter
$( ".selector" ).draggable( "option", "scrollSpeed", 100 );
+
+
+

snapType: Boolean or Selector +

+
+Default: false +
+
Whether the element should snap to other elements.
+Multiple types supported:
    +
  • +Boolean: When set to true, the element will snap to all other draggable elements.
  • +
  • +Selector: A selector specifying which elements to snap to.
  • +
+Code examples:

Initialize the draggable with the snap option specified:

+
$( ".selector" ).draggable({ snap: true });
+

Get or set the snap option, after initialization:

+
// getter
var snap = $( ".selector" ).draggable( "option", "snap" );
 
// setter
$( ".selector" ).draggable( "option", "snap", true );
+
+
+

snapModeType: String +

+
+Default: "both" +
+
Determines which edges of snap elements the draggable will snap to. Ignored if the snap option is false. Possible values: "inner", "outer", "both".
+Code examples:

Initialize the draggable with the snapMode option specified:

+
$( ".selector" ).draggable({ snapMode: "inner" });
+

Get or set the snapMode option, after initialization:

+
// getter
var snapMode = $( ".selector" ).draggable( "option", "snapMode" );
 
// setter
$( ".selector" ).draggable( "option", "snapMode", "inner" );
+
+
+

snapToleranceType: Number +

+
+Default: 20 +
+
The distance in pixels from the snap element edges at which snapping should occur. Ignored if the snap option is false.
+Code examples:

Initialize the draggable with the snapTolerance option specified:

+
$( ".selector" ).draggable({ snapTolerance: 30 });
+

Get or set the snapTolerance option, after initialization:

+
// getter
var snapTolerance = $( ".selector" ).draggable( "option", "snapTolerance" );
 
// setter
$( ".selector" ).draggable( "option", "snapTolerance", 30 );
+
+
+

stackType: Selector +

+
+Default: false +
+
Controls the z-index of the set of elements that match the selector, always brings the currently dragged item to the front. Very useful in things like window managers.
+Code examples:

Initialize the draggable with the stack option specified:

+
$( ".selector" ).draggable({ stack: ".products" });
+

Get or set the stack option, after initialization:

+
// getter
var stack = $( ".selector" ).draggable( "option", "stack" );
 
// setter
$( ".selector" ).draggable( "option", "stack", ".products" );
+
+
+

zIndexType: Number +

+
+Default: false +
+
Z-index for the helper while being dragged.
+Code examples:

Initialize the draggable with the zIndex option specified:

+
$( ".selector" ).draggable({ zIndex: 100 });
+

Get or set the zIndex option, after initialization:

+
// getter
var zIndex = $( ".selector" ).draggable( "option", "zIndex" );
 
// setter
$( ".selector" ).draggable( "option", "zIndex", 100 );
+

Methods

+

destroy()

+
+ Removes the draggable functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).draggable( "destroy" );
+
+
+
+

disable()

+
+ Disables the draggable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).draggable( "disable" );
+
+
+
+

enable()

+
+ Enables the draggable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).draggable( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).draggable( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current draggable options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).draggable( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the draggable option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).draggable( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the draggable.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).draggable( "option", { disabled: true } );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the draggable element. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).draggable( "widget" );
+
+

Events

+

create( event, ui )Type: dragcreate +

+
+ Triggered when the draggable is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the draggable with the create callback specified:

+
$( ".selector" ).draggable({
    create: function( event, ui ) {}
});
+

Bind an event listener to the dragcreate event:

+
$( ".selector" ).on( "dragcreate", function( event, ui ) {} );
+
+
+
+

drag( event, ui )Type: drag +

+
Triggered while the mouse is moved during the dragging.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper that's being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the draggable with the drag callback specified:

+
$( ".selector" ).draggable({
    drag: function( event, ui ) {}
});
+

Bind an event listener to the drag event:

+
$( ".selector" ).on( "drag", function( event, ui ) {} );
+
+
+
+

start( event, ui )Type: dragstart +

+
Triggered when dragging starts.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper that's being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the draggable with the start callback specified:

+
$( ".selector" ).draggable({
    start: function( event, ui ) {}
});
+

Bind an event listener to the dragstart event:

+
$( ".selector" ).on( "dragstart", function( event, ui ) {} );
+
+
+
+

stop( event, ui )Type: dragstop +

+
Triggered when dragging stops.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper that's being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the draggable with the stop callback specified:

+
$( ".selector" ).draggable({
    stop: function( event, ui ) {}
});
+

Bind an event listener to the dragstop event:

+
$( ".selector" ).on( "dragstop", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Draggable

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>draggable demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #draggable {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="draggable">Drag me</div>
 
<script>
$( "#draggable" ).draggable();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/drop-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/drop-effect.html new file mode 100644 index 0000000..38e8a74 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/drop-effect.html @@ -0,0 +1,55 @@ + + + + + jQuery UI drop-effect documentation + + + + + +

Drop Effect

+
+

Description: + The drop effect hides or shows an element fading in/out and sliding in a direction. +

+
  • +

    drop

    +
    • +
      +direction (default: "left")
      +
      Type: String +
      +
      +

      The direction the element will fall to hide the element, or the direction from which the element will be revealed.

      +

      Possible Values: up, down, left, right.

      +
      +
    +
+

Example:

+

Toggle a div using the drop effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>drop demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "drop" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/droppable.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/droppable.html new file mode 100644 index 0000000..6ffe2af --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/droppable.html @@ -0,0 +1,548 @@ + + + + + jQuery UI droppable documentation + + + + + +

+Droppable Widgetversion added: 1.0 +

+
+

Description: Create targets for draggable elements.

+

QuickNavExamples +

+ +
+

The jQuery UI Droppable plugin makes selected elements droppable (meaning they accept being dropped on by draggables). You can specify which draggables each will accept.

+
+

Options

+

acceptType: Selector or Function() +

+
+Default: "*" +
+
Controls which draggable elements are accepted by the droppable.
+Multiple types supported:
    +
  • +Selector: A selector indicating which draggable elements are accepted.
  • +
  • +Function: A function that will be called for each draggable on the page (passed as the first argument to the function). The function must return true if the draggable should be accepted.
  • +
+Code examples:

Initialize the droppable with the accept option specified:

+
$( ".selector" ).droppable({ accept: ".special" });
+

Get or set the accept option, after initialization:

+
// getter
var accept = $( ".selector" ).droppable( "option", "accept" );
 
// setter
$( ".selector" ).droppable( "option", "accept", ".special" );
+
+
+

activeClassType: String +

+
+Default: false +
+
If specified, the class will be added to the droppable while an acceptable draggable is being dragged.
+Code examples:

Initialize the droppable with the activeClass option specified:

+
$( ".selector" ).droppable({ activeClass: "ui-state-highlight" });
+

Get or set the activeClass option, after initialization:

+
// getter
var activeClass = $( ".selector" ).droppable( "option", "activeClass" );
 
// setter
$( ".selector" ).droppable( "option", "activeClass", "ui-state-highlight" );
+
+
+

addClassesType: Boolean +

+
+Default: true +
+
If set to false, will prevent the ui-droppable class from being added. This may be desired as a performance optimization when calling .droppable() init on hundreds of elements.
+Code examples:

Initialize the droppable with the addClasses option specified:

+
$( ".selector" ).droppable({ addClasses: false });
+

Get or set the addClasses option, after initialization:

+
// getter
var addClasses = $( ".selector" ).droppable( "option", "addClasses" );
 
// setter
$( ".selector" ).droppable( "option", "addClasses", false );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the droppable if set to true.
+Code examples:

Initialize the droppable with the disabled option specified:

+
$( ".selector" ).droppable({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).droppable( "option", "disabled" );
 
// setter
$( ".selector" ).droppable( "option", "disabled", true );
+
+
+

greedyType: Boolean +

+
+Default: false +
+
By default, when an element is dropped on nested droppables, each droppable will receive the element. However, by setting this option to true, any parent droppables will not receive the element.
+Code examples:

Initialize the droppable with the greedy option specified:

+
$( ".selector" ).droppable({ greedy: true });
+

Get or set the greedy option, after initialization:

+
// getter
var greedy = $( ".selector" ).droppable( "option", "greedy" );
 
// setter
$( ".selector" ).droppable( "option", "greedy", true );
+
+
+

hoverClassType: String +

+
+Default: false +
+
If specified, the class will be added to the droppable while an acceptable draggable is being hovered over the droppable.
+Code examples:

Initialize the droppable with the hoverClass option specified:

+
$( ".selector" ).droppable({ hoverClass: "drop-hover" });
+

Get or set the hoverClass option, after initialization:

+
// getter
var hoverClass = $( ".selector" ).droppable( "option", "hoverClass" );
 
// setter
$( ".selector" ).droppable( "option", "hoverClass", "drop-hover" );
+
+
+

scopeType: String +

+
+Default: "default" +
+
Used to group sets of draggable and droppable items, in addition to the accept option. A draggable with the same scope value as a droppable will be accepted.
+Code examples:

Initialize the droppable with the scope option specified:

+
$( ".selector" ).droppable({ scope: "tasks" });
+

Get or set the scope option, after initialization:

+
// getter
var scope = $( ".selector" ).droppable( "option", "scope" );
 
// setter
$( ".selector" ).droppable( "option", "scope", "tasks" );
+
+
+

toleranceType: String +

+
+Default: "intersect" +
+
+ Specifies which mode to use for testing whether a draggable is hovering over a droppable. Possible values: +
    +
  • +"fit": Draggable overlaps the droppable entirely.
  • +
  • +"intersect": Draggable overlaps the droppable at least 50% in both directions.
  • +
  • +"pointer": Mouse pointer overlaps the droppable.
  • +
  • +"touch": Draggable overlaps the droppable any amount.
  • +
+
+Code examples:

Initialize the droppable with the tolerance option specified:

+
$( ".selector" ).droppable({ tolerance: "fit" });
+

Get or set the tolerance option, after initialization:

+
// getter
var tolerance = $( ".selector" ).droppable( "option", "tolerance" );
 
// setter
$( ".selector" ).droppable( "option", "tolerance", "fit" );
+

Methods

+

destroy()

+
+ Removes the droppable functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).droppable( "destroy" );
+
+
+
+

disable()

+
+ Disables the droppable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).droppable( "disable" );
+
+
+
+

enable()

+
+ Enables the droppable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).droppable( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).droppable( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current droppable options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).droppable( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the droppable option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).droppable( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the droppable.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).droppable( "option", { disabled: true } );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the droppable element. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).droppable( "widget" );
+
+

Events

+

activate( event, ui )Type: dropactivate +

+
Triggered when an accepted draggable starts dragging. This can be useful if you want to make the droppable "light up" when it can be dropped on.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      draggable
      +
      Type: jQuery +
      +
      A jQuery object representing the draggable element.
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      A jQuery object representing the helper that is being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the draggable helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the draggable helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the droppable with the activate callback specified:

+
$( ".selector" ).droppable({
    activate: function( event, ui ) {}
});
+

Bind an event listener to the dropactivate event:

+
$( ".selector" ).on( "dropactivate", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: dropcreate +

+
+ Triggered when the droppable is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the droppable with the create callback specified:

+
$( ".selector" ).droppable({
    create: function( event, ui ) {}
});
+

Bind an event listener to the dropcreate event:

+
$( ".selector" ).on( "dropcreate", function( event, ui ) {} );
+
+
+
+

deactivate( event, ui )Type: dropdeactivate +

+
Triggered when an accepted draggable stops dragging.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      draggable
      +
      Type: jQuery +
      +
      A jQuery object representing the draggable element.
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      A jQuery object representing the helper that is being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the draggable helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the draggable helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the droppable with the deactivate callback specified:

+
$( ".selector" ).droppable({
    deactivate: function( event, ui ) {}
});
+

Bind an event listener to the dropdeactivate event:

+
$( ".selector" ).on( "dropdeactivate", function( event, ui ) {} );
+
+
+
+

drop( event, ui )Type: drop +

+
Triggered when an accepted draggable is dropped on the droppable (based on thetolerance option).
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      draggable
      +
      Type: jQuery +
      +
      A jQuery object representing the draggable element.
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      A jQuery object representing the helper that is being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the draggable helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the draggable helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the droppable with the drop callback specified:

+
$( ".selector" ).droppable({
    drop: function( event, ui ) {}
});
+

Bind an event listener to the drop event:

+
$( ".selector" ).on( "drop", function( event, ui ) {} );
+
+
+
+

out( event, ui )Type: dropout +

+
Triggered when an accepted draggable is dragged out of the droppable (based on thetolerance option).
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the droppable with the out callback specified:

+
$( ".selector" ).droppable({
    out: function( event, ui ) {}
});
+

Bind an event listener to the dropout event:

+
$( ".selector" ).on( "dropout", function( event, ui ) {} );
+
+
+
+

over( event, ui )Type: dropover +

+
Triggered when an accepted draggable is dragged over the droppable (based on thetolerance option).
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      draggable
      +
      Type: jQuery +
      +
      A jQuery object representing the draggable element.
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      A jQuery object representing the helper that is being dragged.
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      Current CSS position of the draggable helper as { top, left } object.
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      Current offset position of the draggable helper as { top, left } object.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the droppable with the over callback specified:

+
$( ".selector" ).droppable({
    over: function( event, ui ) {}
});
+

Bind an event listener to the dropover event:

+
$( ".selector" ).on( "dropover", function( event, ui ) {} );
+
+

Example:

+

A pair of draggable and droppable elements.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>droppable demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #draggable {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    #droppable {
        position: absolute;
        left: 250px;
        top: 0;
        width: 125px;
        height: 125px;
        background: #999;
        color: #fff;
        padding: 10px;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="droppable">Drop here</div>
<div id="draggable">Drag me</div>
 
<script>
$( "#draggable" ).draggable();
$( "#droppable" ).droppable({
    drop: function() {
        alert( "dropped" );
    }
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/explode-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/explode-effect.html new file mode 100644 index 0000000..1f88046 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/explode-effect.html @@ -0,0 +1,52 @@ + + + + + jQuery UI explode-effect documentation + + + + + +

Explode Effect

+
+

Description: + The explode effect hides or shows an element by splitting it into pieces. +

+
  • +

    explode

    +
    • +
      +pieces (default: 9)
      +
      Type: Integer +
      +
      The number of pieces to explode, should be a perfect square, any other values are rounded to the nearest square.
      +
    +
+

Example:

+

Toggle a div using the explode effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>explode demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "explode" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/fade-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/fade-effect.html new file mode 100644 index 0000000..77cde80 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/fade-effect.html @@ -0,0 +1,43 @@ + + + + + jQuery UI fade-effect documentation + + + + + +

Fade Effect

+
+

Description: + The fade effect hides or shows an element by fading it. +

+
  • fade

+

Example:

+

Toggle a div using the fade effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>fade demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "fade" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/fold-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/fold-effect.html new file mode 100644 index 0000000..b8b8466 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/fold-effect.html @@ -0,0 +1,61 @@ + + + + + jQuery UI fold-effect documentation + + + + + +

Fold Effect

+
+

Description: + The fold effect hides or shows an element by folding it. +

+
  • +

    fold

    +
      +
    • +
      +size (default: 15)
      +
      Type: Number or String +
      +
      The size of the "folded" element.
      +
    • +
    • +
      +horizFirst (default: false)
      +
      Type: Boolean +
      +
      Whether the horizontal direction happens first when hiding. Remember, showing inverts hiding.
      +
    • +
    +
+

Example:

+

Toggle a div using the fold effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>fold demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "fold" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/highlight-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/highlight-effect.html new file mode 100644 index 0000000..4c702e9 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/highlight-effect.html @@ -0,0 +1,52 @@ + + + + + jQuery UI highlight-effect documentation + + + + + +

Highlight Effect

+
+

Description: + The highlight effect hides or shows an element by animating its background color first. +

+
  • +

    highlight

    +
    • +
      +color (default: "#ffff99")
      +
      Type: String +
      +
      The background color used during the animation.
      +
    +
+

Example:

+

Toggle a div using the highlight effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>highlight demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "highlight" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/jQuery.widget.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/jQuery.widget.html new file mode 100644 index 0000000..bc32c36 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/jQuery.widget.html @@ -0,0 +1,611 @@ + + + + + jQuery UI jQuery documentation + + + + + +
+

Contents:

+ +

jQuery.widget( name [, base ], prototype )

+
+

Description: Create stateful jQuery plugins using the same abstraction as all jQuery UI widgets.

+
  • +

    jQuery.widget( name [, base ], prototype )

    +
      +
    • +
      name
      +
      Type: String +
      +
      The name of the widget to create, including the namespace.
      +
    • +
    • +
      base
      +
      Type: Function()
      +
      The base widget to inherit from. This must be a constructor that can be instantiated with the `new` keyword. Defaults to jQuery.Widget.
      +
    • +
    • +
      prototype
      +
      Type: PlainObject +
      +
      The object to use as a prototype for the widget.
      +
    • +
    +
+
+

You can create new widgets from scratch, using just the $.Widget object as a base to inherit from, or you can explicitly inherit from existing jQuery UI or third-party widgets. Defining a widget with the same name as you inherit from even allows you to extend widgets in place.

+ +

jQuery UI contains many widgets that maintain state and therefore have a slightly different usage pattern than typical jQuery plugins. All of jQuery UI's widgets use the same patterns, which is defined by the widget factory. So if you learn how to use one widget, then you'll know how to use all of them.

+ +

Note: This documentation shows examples using the progressbar widget but the syntax is the same for every widget.

+ +

Initialization

+ +

In order to track the state of the widget, we must introduce a full life cycle for the widget. The life cycle starts when the widget is initalized. To initialize a widget, we simply call the plugin on one or more elements.

+ +
$( "#elem" ).progressbar();
+ +

This will initialize each element in the jQuery object, in this case the element with an id of "elem". Because we called the progressbar() method with no parameters, the widget is initialized with its default options. We can pass a set of options during initialization in order to override the default options.

+ +
$( "#elem" ).progressbar({ value: 20 });
+ +

We can pass as many or as few options as we want during initialization. Any options that we don't pass will just use their default values.

+ +

The options are part of the widget's state, so we can set options after initialization as well. We'll see this later with the option method.

+ +

Methods

+ +

Now that the widget is initialized, we can query its state or perform actions on the widget. All actions after initialization take the form of a method call. To call a method on a widget, we pass the name of the method to the jQuery plugin. For example, to call the value() method on our progressbar widget, we would use:

+ +
$( "#elem" ).progressbar( "value" );
+ +

If the method accepts parameters, we can pass them after the method name. For example, to pass the parameter 40 to the value() method, we can use:

+ +
$( "#elem" ).progressbar( "value", 40 );
+ +

Just like other methods in jQuery, most widget methods return the jQuery object for chaining.

+ +
$( "#elem" )
    .progressbar( "value", 90 )
    .addClass( "almost-done" );
+ +

Each widget will have its own set of methods based on the functionality that the widget provides. However, there are a few methods that exist on all widgets, which are documented below.

+ +

Events

+ +

All widgets have events associated with their various behaviors to notify you when the state is changing. For most widgets, when the events are triggered, the names are prefixed with the widget name. For example, we can bind to progressbar's change event which is triggered whenever the value changes.

+ +
$( "#elem" ).bind( "progressbarchange", function() {
    alert( "The value has changed!" );
});
+ +

Each event has a corresponding callback, which is exposed as an option. We can hook into progressbar's change callback instead of binding to the progressbarchange event, if we want to.

+ +
$( "#elem" ).progressbar({
    change: function() {
        alert( "The value has changed!" );
    }
});
+ +

All widgets have a create event which is triggered upon instantiation.

+
+

Base Widget

+
+

Description: The base widget used by the widget factory.

+

QuickNav

+

Options

+ + + +
+ +
+

Events

+ +

Options

+

disabledType: Boolean +

+
+Default: false +
+
Disables the jQuery.Widget if set to true.
+Code examples:

Initialize the jQuery.Widget with the disabled option specified:

+
$( ".selector" ).jQuery.Widget({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).jQuery.Widget( "option", "disabled" );
 
// setter
$( ".selector" ).jQuery.Widget( "option", "disabled", true );
+
+
+

hideType: Boolean or Number or String or Object +

+
+Default: null +
+
If and how to animate the hiding of the element.
+Multiple types supported:
    +
  • +Boolean: + When set to false, no animation will be used and the element will be hidden immediately. + When set to true, the element will fade out with the default duration and the default easing. +
  • +
  • +Number: + The element will fade out with the specified duration and the default easing. +
  • +
  • +String: + The element will be hidden using the specified effect. + The value can either be the name of a built-in jQuery animateion method, such as "slideUp", or the name of a jQuery UI effect, such as "fold". + In either case the effect will be used with the default duration and the default easing. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. If the effect property contains the name of a jQuery method, then that method will be used; otherwise it is assumed to be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If effect is omitted, then "fadeOut" will be used.
  • +
+Code examples:

Initialize the jQuery.Widget with the hide option specified:

+
$( ".selector" ).jQuery.Widget({ hide: { effect: "explode", duration: 1000 } });
+

Get or set the hide option, after initialization:

+
// getter
var hide = $( ".selector" ).jQuery.Widget( "option", "hide" );
 
// setter
$( ".selector" ).jQuery.Widget( "option", "hide", { effect: "explode", duration: 1000 } );
+
+
+

showType: Boolean or Number or String or Object +

+
+Default: null +
+
If and how to animate the showing of the element.
+Multiple types supported:
    +
  • +Boolean: + When set to false, no animation will be used and the element will be shown immediately. + When set to true, the element will fade in with the default duration and the default easing. +
  • +
  • +Number: + The element will fade in with the specified duration and the default easing. +
  • +
  • +String: + The element will be shown using the specified effect. + The value can either be the name of a built-in jQuery animateion method, such as "slideDown", or the name of a jQuery UI effect, such as "fold". + In either case the effect will be used with the default duration and the default easing. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. If the effect property contains the name of a jQuery method, then that method will be used; otherwise it is assumed to be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If effect is omitted, then "fadeIn" will be used.
  • +
+Code examples:

Initialize the jQuery.Widget with the show option specified:

+
$( ".selector" ).jQuery.Widget({ show: { effect: "blind", duration: 800 } });
+

Get or set the show option, after initialization:

+
// getter
var show = $( ".selector" ).jQuery.Widget( "option", "show" );
 
// setter
$( ".selector" ).jQuery.Widget( "option", "show", { effect: "blind", duration: 800 } );
+

Methods

+

_create()

+
+ The _create() method is the widget's constructor. + There are no parameters, but this.element and this.options are already set. +
+
  • This method does not accept any arguments.
+
+
+

_delay( fn [, delay ] )Returns: Number +

+
+ Invokes the provided function after a specified delay. Keeps this context correct. Essentially setTimeout(). +

Returns the timeout ID for use with clearTimeout().

+
+
    +
  • +
    fn
    +
    Type: Function() or String +
    +
    The function to invoke. Can also be the name of a method on the widget.
    +
  • +
  • +
    delay
    +
    Type: Number +
    +
    The number of milliseconds to wait before invoking the function. Deafults to 0.
    +
  • +
+
+
+

_destroy()

+
+ The public destroy() method cleans up all common data, events, etc. and then delegates out to _destroy() for custom, widget-specific, cleanup. +
+
  • This method does not accept any arguments.
+
+
+

_focusable( element )

+
+ Sets up element to apply the ui-state-focus class on focus. +

The event handlers are automatically cleaned up on destroy.

+
+
  • +
    element
    +
    Type: jQuery +
    +
    The element(s) to apply the focusable behavior to.
    +
+
+
+

_getCreateEventData()Returns: Object +

+
+ All widgets trigger the create event. By default, no data is provided in the event, but this method can return an object which will be passed as the create event's data. +
+
  • This method does not accept any arguments.
+
+
+

_getCreateOptions()Returns: Object +

+
+ This method allows the widget to define a custom method for defining options during instantiation. This user-provided options override the options returned by this method which override the default options. +
+
  • This method does not accept any arguments.
+
+
+

_hide( element, option [, callback ] )

+
+ Hides an element immediately, using built-in animation methods, or using custom effects. + See the hide option for possible option values. +
+
    +
  • +
    element
    +
    Type: jQuery +
    +
    The element(s) to hide.
    +
  • +
  • +
    option
    +
    Type: Object +
    +
    The settings defining how to hide the element.
    +
  • +
  • +
    callback
    +
    Type: Function()
    +
    Callback to invoke after the element has been fully hidden.
    +
  • +
+
+
+

_hoverable( element )

+
+ Sets up element to apply the ui-state-hover class on hover. +

The event handlers are automatically cleaned up on destroy.

+
+
  • +
    element
    +
    Type: jQuery +
    +
    The element(s) to apply the hoverable behavior to.
    +
+
+
+

_init()

+
+ Widgets have the concept of initialization that is distinct from creation. Any time the plugin is called with no arguments or with only an option hash, the widget is initialized; this includes when the widget is created. + +

Note: Initialization should only be handled if there is a logical action to perform on successive calls to the widget with no arguments.

+
+
  • This method does not accept any arguments.
+
+
+

_off( element, eventName )

+
+ Unbinds event handlers from the specified element(s). +
+
    +
  • +
    element
    +
    Type: jQuery +
    +
    + The element(s) to unbind the event handlers from. Unlike the _on() method, the elements are required for _off(). +
    +
  • +
  • +
    eventName
    +
    Type: String +
    +
    One or more space-separated event types.
    +
  • +
+
+
+

_on( [element ], handlers )

+
+ Binds event handlers to the specified element(s). Delegation is supported via selectors inside the event names, e.g., "click .foo". The _on() method provides several benefits of direct event binding: +
    +
  • Maintains proper this context inside the handlers.
  • +
  • Automatically handles disabled widgets: If the widget is disabled or the event occurs on an element with the ui-state-disabled class, the event handler is not invoked.
  • +
  • Event handlers are automatically namespaced and cleaned up on destroy.
  • +
+
+
    +
  • +
    element
    +
    Type: jQuery +
    +
    Which element(s) to bind the event handlers to. If no element is provided, this.element is used.
    +
  • +
  • +
    handlers
    +
    Type: Object +
    +
    + A map in which the string keys represent the event type and optional selector for delegation, and the values represent a handler function to be called for the event. +
    +
  • +
+
+
+

_setOption( key, value )

+
+ Called from the _setOptions() method for each individual option. Widget state should be updated based on changes. +
+
    +
  • +
    key
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+
+

_setOptions( options )

+
+ Called whenever the option() method is called, regardless of the form in which the option() method was called. +

Overriding this is useful if you can defer processor-intensive changes for multiple option changes.

+
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+
+

_show( element, option [, callback ] )

+
+ Shows an element immediately, using built-in animation methods, or using custom effects. + See the show option for possible option values. +
+
    +
  • +
    element
    +
    Type: jQuery +
    +
    The element(s) to show.
    +
  • +
  • +
    option
    +
    Type: Object +
    +
    The settings defining how to show the element.
    +
  • +
  • +
    callback
    +
    Type: Function()
    +
    Callback to invoke after the element has been fully shown.
    +
  • +
+
+
+

_super()

+
+ Invokes the method of the same name from the parent widget, with any specified arguments. Essentially .call(). +
+
  • This method does not accept any arguments.
+
+
+

_superApply( arguments )

+
+ Invokes the method of the same name from the parent widget, with the array of arguments. Essentially .apply(). +
+
  • +
    arguments
    +
    Type: Array +
    +
    Array of arguments to pass to the parent method.
    +
+
+
+

_trigger( type [, event ] [, data ] )

+
+ Triggers an event and its associated callback. +

The option with the name equal to type is invoked as the callback.

+

The event name is the widget name + type.

+

Note: When providing data, you must provide all three parameters. If there is no event to pass along, just pass null.

+
+
    +
  • +
    type
    +
    Type: String +
    +
    The type should match the name of a callback option. The full event type will be generated automatically.
    +
  • +
  • +
    event
    +
    Type: Event +
    +
    The original event that caused this event to occur; useful for providing context to the listener.
    +
  • +
  • +
    data
    +
    Type: Object +
    +
    A hash of data associated with the event.
    +
  • +
+
+
+

destroy()

+
+ Removes the jQuery.Widget functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+
+

disable()

+
+ Disables the jQuery.Widget. +
+
  • This method does not accept any arguments.
+
+
+

enable()

+
+ Enables the jQuery.Widget. +
+
  • This method does not accept any arguments.
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).jQuery.Widget( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current jQuery.Widget options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).jQuery.Widget( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the jQuery.Widget option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).jQuery.Widget( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the jQuery.Widget.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).jQuery.Widget( "option", { disabled: true } );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the original element or other relevant generated element. +
+
  • This method does not accept any arguments.
+

Events

+

create( event, ui )Type: jQuery.Widgetcreate +

+
+ Triggered when the jQuery.Widget is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the jQuery.Widget with the create callback specified:

+
$( ".selector" ).jQuery.Widget({
    create: function( event, ui ) {}
});
+

Bind an event listener to the jQuery.Widgetcreate event:

+
$( ".selector" ).on( "jQuery.Widgetcreate", function( event, ui ) {} );
+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/menu.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/menu.html new file mode 100644 index 0000000..8c3884b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/menu.html @@ -0,0 +1,644 @@ + + + + + jQuery UI menu documentation + + + + + +

+Menu Widgetversion added: 1.9 +

+
+

Description: + Themeable menu with mouse and keyboard interactions for navigation. +

+

QuickNavExamples +

+

Options

+ + + + + +
+ +
+

Events

+ + + + +
+

A menu can be created from any valid markup as long as the elements have a strict parent/child relationship and each menu item has an anchor. The most commonly used element is the unordered list (<ul>):

+ +
+<ul id="menu">
+	<li><a href="#">Item 1</a></li>
+	<li><a href="#">Item 2</a></li>
+	<li><a href="#">Item 3</a>
+		<ul>
+			<li><a href="#">Item 3-1</a></li>
+			<li><a href="#">Item 3-2</a></li>
+			<li><a href="#">Item 3-3</a></li>
+			<li><a href="#">Item 3-4</a></li>
+			<li><a href="#">Item 3-5</a></li>
+		</ul>
+	</li>
+	<li><a href="#">Item 4</a></li>
+	<li><a href="#">Item 5</a></li>
+</ul>
+
+ +

If you use a structure other than <ul>/<li>, including using the same element for the menu and the menu items, use the menus option to specify a way to differentiate the two elements, e.g., menus: "div.menuElement".

+ +

Any menu item can be disabled by adding the ui-state-disabled class to that element.

+ +

To add icons to the menu, include them in the markup:

+ +
+<ul id="menu">
+	<li><a href="#"><span class="ui-icon ui-icon-disk"></span>Save</a></li>
+</ul>
+
+

Menu automatically adds the necessary padding to items without icons.

+ +

Keyboard interaction

+ +
    +
  • ENTER/SPACE: Invoke the focused menu item's action, which may be opening a submenu.
  • +
  • UP: Move focus to the previous menu item.
  • +
  • DOWN: Move focus to the next menu item.
  • +
  • RIGHT: Open the submenu, if available.
  • +
  • LEFT: Close the current submenu and move focus to the parent menu item. If not in a submenu, do nothing.
  • +
  • ESCAPE: Close the current submenu and move focus to the parent menu item. If not in a submenu, do nothing.
  • +
+ +

Typing a letter moves focus to the first item whose title starts with that character. Repeating the same character cycles through matching items. Typing more characters within the one second timer matches those characters.

+ +

Disabled items can receive keyboard focus, but do not allow any other interaction.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

disabledType: Boolean +

+
+Default: false +
+
Disables the menu if set to true.
+Code examples:

Initialize the menu with the disabled option specified:

+
$( ".selector" ).menu({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).menu( "option", "disabled" );
 
// setter
$( ".selector" ).menu( "option", "disabled", true );
+
+
+

iconsType: Object +

+
+Default: { submenu: "ui-icon-carat-1-e" } +
+
+ Icons to use for submenus, matching an icon defined by the jQuery UI CSS Framework. +
    +
  • submenu (string, default: "ui-icon-carat-1-e")
  • +
+
+Code examples:

Initialize the menu with the icons option specified:

+
$( ".selector" ).menu({ icons: { submenu: "ui-icon-circle-triangle-e" } });
+

Get or set the icons option, after initialization:

+
// getter
var icons = $( ".selector" ).menu( "option", "icons" );
 
// setter
$( ".selector" ).menu( "option", "icons", { submenu: "ui-icon-circle-triangle-e" } );
+
+
+

menusType: String +

+
+Default: "ul" +
+
Selector for the elements that serve as the menu container, including sub-menus.
+Code examples:

Initialize the menu with the menus option specified:

+
$( ".selector" ).menu({ menus: "div" });
+

Get or set the menus option, after initialization:

+
// getter
var menus = $( ".selector" ).menu( "option", "menus" );
 
// setter
$( ".selector" ).menu( "option", "menus", "div" );
+
+
+

positionType: Object +

+
+Default: { my: "left top", at: "right top" } +
+
Identifies the position of submenus in relation to the associated parent menu item. The of option defaults to the parent menu item, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options.
+Code examples:

Initialize the menu with the position option specified:

+
$( ".selector" ).menu({ position: { my: "left top", at: "right-5 top+5" } });
+

Get or set the position option, after initialization:

+
// getter
var position = $( ".selector" ).menu( "option", "position" );
 
// setter
$( ".selector" ).menu( "option", "position", { my: "left top", at: "right-5 top+5" } );
+
+
+

roleType: String +

+
+Default: "menu" +
+
Customize the ARIA roles used for the menu and menu items. The default uses "menuitem" for items. Setting the role option to "listbox" will use "option" for items. If set to null, no roles will be set, which is useful if the menu is being controlled by another element that is maintaining focus.
+Code examples:

Initialize the menu with the role option specified:

+
$( ".selector" ).menu({ role: null });
+

Get or set the role option, after initialization:

+
// getter
var role = $( ".selector" ).menu( "option", "role" );
 
// setter
$( ".selector" ).menu( "option", "role", null );
+

Methods

+

blur( [event ] )

+
+ Removes focus from a menu, resets any active element styles and triggers the menu's blur event. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the menu to blur.
    +
+
+Code examples:

Invoke the blur method:

+
$( ".selector" ).menu( "blur" );
+
+
+
+

collapse( [event ] )

+
+ Closes the currently active sub-menu. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the menu to collapse.
    +
+
+Code examples:

Invoke the collapse method:

+
$( ".selector" ).menu( "collapse" );
+
+
+
+

collapseAll( [event ] [, all ] )

+
+ Closes all open sub-menus. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    What triggered the menu to collapse.
    +
  • +
  • +
    all
    +
    Type: Boolean +
    +
    Indicates whether all sub-menus should be closed or only sub-menus below and including the menu that is or contains the target of the triggering event.
    +
  • +
+
+Code examples:

Invoke the collapseAll method:

+
$( ".selector" ).menu( "collapseAll", null, true );
+
+
+
+

destroy()

+
+ Removes the menu functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).menu( "destroy" );
+
+
+
+

disable()

+
+ Disables the menu. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).menu( "disable" );
+
+
+
+

enable()

+
+ Enables the menu. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).menu( "enable" );
+
+
+
+

expand( [event ] )

+
+ Opens the sub-menu below the currently active item, if one exists. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the menu to expand.
    +
+
+Code examples:

Invoke the expand method:

+
$( ".selector" ).menu( "expand" );
+
+
+
+

focus( [event ], item )

+
+ Activates a particular menu item, begins opening any sub-menu if present and triggers the menu's focus event. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    What triggered the menu item to gain focus.
    +
  • +
  • +
    item
    +
    Type: jQuery +
    +
    The menu item to focus/activate.
    +
  • +
+
+Code examples:

Invoke the focus method:

+
$( ".selector" ).menu( "focus", null, menu.find( ".ui-menu-item:last" ) );
+
+
+
+

isFirstItem()

+
+ Returns a boolean value stating whether or not the currently active item is the first item in the menu. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the isFirstItem method:

+
var firstItem = $( ".selector" ).menu( "isFirstItem" );
+
+
+
+

isLastItem()

+
+ Returns a boolean value stating whether or not the currently active item is the last item in the menu. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the isLastItem method:

+
var lastItem = $( ".selector" ).menu( "isLastItem" );
+
+
+
+

next( [event ] )

+
+ Moves active state to next menu item. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the focus to move.
    +
+
+Code examples:

Invoke the next method:

+
$( ".selector" ).menu( "next" );
+
+
+
+

nextPage( [event ] )

+
+ Moves active state to first menu item below the bottom of a scrollable menu or the last item if not scrollable. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the focus to move.
    +
+
+Code examples:

Invoke the nextPage method:

+
$( ".selector" ).menu( "nextPage" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).menu( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current menu options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).menu( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the menu option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).menu( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the menu.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).menu( "option", { disabled: true } );
+
+
+
+
+

previous( [event ] )

+
+ Moves active state to previous menu item. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the focus to move.
    +
+
+Code examples:

Invoke the previous method:

+
$( ".selector" ).menu( "previous" );
+
+
+
+

previousPage( [event ] )

+
+ Moves active state to first menu item above the top of a scrollable menu or the first item if not scrollable. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the focus to move.
    +
+
+Code examples:

Invoke the previousPage method:

+
$( ".selector" ).menu( "previousPage" );
+
+
+
+

refresh()

+
+ Initializes sub-menus and menu items that have not already been initialized. New menu items, including sub-menus can be added to the menu or all of the contents of the menu can be replaced and then initialized with the refresh() method. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).menu( "refresh" );
+
+
+
+

select( [event ] )

+
+ Selects the currently active menu item, collapses all sub-menus and triggers the menu's select event. +
+
  • +
    event
    +
    Type: Event +
    +
    What triggered the selection.
    +
+
+Code examples:

Invoke the select method:

+
$( ".selector" ).menu( "select" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the menu. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).menu( "widget" );
+
+

Events

+

blur( event, ui )Type: menublur +

+
+ Triggered when the menu loses focus. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      item
      +
      Type: jQuery +
      +
      + The currently active menu item. +
      +
    +
  • +
+
+Code examples:

Initialize the menu with the blur callback specified:

+
$( ".selector" ).menu({
    blur: function( event, ui ) {}
});
+

Bind an event listener to the menublur event:

+
$( ".selector" ).on( "menublur", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: menucreate +

+
+ Triggered when the menu is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the menu with the create callback specified:

+
$( ".selector" ).menu({
    create: function( event, ui ) {}
});
+

Bind an event listener to the menucreate event:

+
$( ".selector" ).on( "menucreate", function( event, ui ) {} );
+
+
+
+

focus( event, ui )Type: menufocus +

+
+ Triggered when a menu gains focus or when any menu item is activated. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      item
      +
      Type: jQuery +
      +
      + The currently active menu item. +
      +
    +
  • +
+
+Code examples:

Initialize the menu with the focus callback specified:

+
$( ".selector" ).menu({
    focus: function( event, ui ) {}
});
+

Bind an event listener to the menufocus event:

+
$( ".selector" ).on( "menufocus", function( event, ui ) {} );
+
+
+
+

select( event, ui )Type: menuselect +

+
+ Triggered when a menu item is selected. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      item
      +
      Type: jQuery +
      +
      + The currently active menu item. +
      +
    +
  • +
+
+Code examples:

Initialize the menu with the select callback specified:

+
$( ".selector" ).menu({
    select: function( event, ui ) {}
});
+

Bind an event listener to the menuselect event:

+
$( ".selector" ).on( "menuselect", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Menu

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>menu demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    .ui-menu {
        width: 200px;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<ul id="menu">
    <li><a href="#">Item 1</a></li>
    <li><a href="#">Item 2</a></li>
    <li><a href="#">Item 3</a>
        <ul>
            <li><a href="#">Item 3-1</a></li>
            <li><a href="#">Item 3-2</a></li>
            <li><a href="#">Item 3-3</a></li>
            <li><a href="#">Item 3-4</a></li>
            <li><a href="#">Item 3-5</a></li>
        </ul>
    </li>
    <li><a href="#">Item 4</a></li>
    <li><a href="#">Item 5</a></li>
</ul>
 
<script>
$( "#menu" ).menu();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/mouse.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/mouse.html new file mode 100644 index 0000000..043e643 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/mouse.html @@ -0,0 +1,216 @@ + + + + + jQuery UI mouse documentation + + + + + +

Mouse Interaction

+
+

Description: The base interaction layer.

+

QuickNav

+

Options

+ + + +
+ +

Events

+

Similar to jQuery.Widget, the mouse interaction is not intended to be used directly. It is purely a base layer for other widgets to inherit from. This page only documents what is added to jQuery.Widget, but it does include internal methods that are not intended to be overwritten. The intended public API is _mouseStart(), _mouseDrag(), _mouseStop(), and _mouseCapture().

+
+

Options

+

cancelType: Selector +

+
+Default: "input,textarea,button,select,option" +
+
Prevents interactions from starting on specified elements.
+Code examples:

Initialize the jQuery.ui.mouse with the cancel option specified:

+
$( ".selector" ).jQuery.ui.mouse({ cancel: ".title" });
+

Get or set the cancel option, after initialization:

+
// getter
var cancel = $( ".selector" ).jQuery.ui.mouse( "option", "cancel" );
 
// setter
$( ".selector" ).jQuery.ui.mouse( "option", "cancel", ".title" );
+
+
+

delayType: Number +

+
+Default: 0 +
+
Time in milliseconds after mousedown until the interaction should start. This option can be used to prevent unwanted interactions when clicking on an element.
+Code examples:

Initialize the jQuery.ui.mouse with the delay option specified:

+
$( ".selector" ).jQuery.ui.mouse({ delay: 300 });
+

Get or set the delay option, after initialization:

+
// getter
var delay = $( ".selector" ).jQuery.ui.mouse( "option", "delay" );
 
// setter
$( ".selector" ).jQuery.ui.mouse( "option", "delay", 300 );
+
+
+

distanceType: Number +

+
+Default: 1 +
+
Distance in pixels after mousedown the mouse must move before the interaction should start. This option can be used to prevent unwanted interactions when clicking on an element.
+Code examples:

Initialize the jQuery.ui.mouse with the distance option specified:

+
$( ".selector" ).jQuery.ui.mouse({ distance: 10 });
+

Get or set the distance option, after initialization:

+
// getter
var distance = $( ".selector" ).jQuery.ui.mouse( "option", "distance" );
 
// setter
$( ".selector" ).jQuery.ui.mouse( "option", "distance", 10 );
+

Methods

+

_mouseCapture()Returns: Boolean +

+
+ Determines whether an interaction should start based on event target of the interaction. The default implementation always returns true. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseCapture method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseCapture" );
+
+
+
+

_mouseDelayMet()Returns: Boolean +

+
+ Determines whether the delay option has been met for the current interaction. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseDelayMet method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseDelayMet" );
+
+
+
+

_mouseDestroy()

+
+ Destroys the interaction event handlers. This must be called from the extending widget's _destroy() method. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseDestroy method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseDestroy" );
+
+
+
+

_mouseDistanceMet()Returns: Boolean +

+
+ Determines whether the distance option has been met for the current interaction. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseDistanceMet method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseDistanceMet" );
+
+
+
+

_mouseDown()

+
+ Handles the beginning of an interaction. Verifies that the event is associated with the primary mouse button and ensures that the delay and distance options are met prior to starting the interaction. When the interaction is ready to start, invokes the _mouseStart() method for the extending widget to handle. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseDown method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseDown" );
+
+
+
+

_mouseDrag()

+
+ The extending widget should implement a _mouseDrag() method to handle each movement of an interaction. This method will receive the mouse event associated with the movement. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseDrag method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseDrag" );
+
+
+
+

_mouseInit()

+
+ Initializes the interaction event handlers. This must be called from the extending widget's _create() method. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseInit method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseInit" );
+
+
+
+

_mouseMove()

+
+ Handles each movement of the interaction. Invokes the mouseDrag() method for the extending widget to handle. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseMove method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseMove" );
+
+
+
+

_mouseStart()

+
+ The extending widget should implement a _mouseStart() method to handle the beginning of an interaction. This method will receive the mouse event associated with the start of the interaction. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseStart method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseStart" );
+
+
+
+

_mouseStop()

+
+ The extending widget should implement a _mouseStop() method to handle the end of an interaction. This method will receive the mouse event associated with the end of the interaction. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseStop method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseStop" );
+
+
+
+

_mouseUp()

+
+ Handles the end of the interaction. Invokes the mouseStop() method for the extending widget to handle. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the _mouseUp method:

+
$( ".selector" ).jQuery.ui.mouse( "_mouseUp" );
+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/position.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/position.html new file mode 100644 index 0000000..5f870ed --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/position.html @@ -0,0 +1,116 @@ + + + + + jQuery UI position documentation + + + + + +

+.position( options )Returns: jQueryversion added: 1.8 +

+
+

Description: Position an element relative to another.

+
  • +

    .position( options )

    +
    • +
      options
      +
      Type: Object +
      +
      +
        +
      • +
        +my (default: "center")
        +
        Type: String +
        +
        Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will be normalized to "right center", "top" will be normalized to "center top" (following CSS convention). Acceptable horizontal values: "left", "center", "right". Acceptable vertical values: "top", "center", "bottom". Example: "left top" or "center center". Each dimension can also contain offsets, in pixels or percent, e.g., "right+10 top-25%". Percentage offsets are relative to the element being positioned.
        +
      • +
      • +
        +at (default: "center")
        +
        Type: String +
        +
        Defines which position on the target element to align the positioned element against: "horizontal vertical" alignment. See the my option for full details on possible values. Perecentage offsets are relative to the target element.
        +
      • +
      • +
        +of (default: null)
        +
        Type: Selector or Element or jQuery or Event +
        +
        Which element to position against. If you provide a selector or jQuery object, the first matching element will be used. If you provide an event object, the pageX and pageY properties will be used. Example: "#top-menu" +
        +
      • +
      • +
        +collision (default: "flip")
        +
        Type: String +
        +
        +

        When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, e.g., "flip", "fit", "fit flip", "fit none".

        +
          +
        • +"flip": Flips the element to the opposite side of the target and the collision detection is run again to see if it will fit. Whichever side allows more of the element to be visible will be used.
        • +
        • +"fit": Shift the element away from the edge of the window.
        • +
        • +"flipfit": First applies the flip logic, placing the element on whichever side allows more of the element to be visible. Then the fit logic is applied to ensure as much of the element is visible as possible.
        • +
        • +"none": Does not apply any collision detection.
        • +
        +
        +
      • +
      • +
        +using (default: null)
        +
        Type: Function()
        +
        + When specified, the actual property setting is delegated to this callback. Receives two parameters: The first is a hash of top and left values for the position that should be set and can be forwarded to .css() or .animate(). +

        The second provides feedback about the position and dimensions of both elements, as well as calculations to their relative position. Both target and element have these properties: element, left, top, width, height. In addition, there's horizontal, vertical and important, giving you twelve potential directions like { horizontal: "center", vertical: "left", important: "horizontal" }.

        +
        +
      • +
      • +
        +within (default: window)
        +
        Type: Selector or Element or jQuery +
        +
        Element to position within, affecting collision detection. If you provide a selector or jQuery object, the first matching element will be used.
        +
      • +
      +
    +
+
+

The jQuery UI .position() method allows you to position an element relative to the window, document, another element, or the cursor/mouse, without worrying about offset parents.

+

Note: jQuery UI does not support positioning hidden elements.

+

This is a standalone jQuery plugin and has no dependencies on other jQuery UI components.

+

This plugin extends jQuery's built-in .position() method. If jQuery UI is not loaded, calling the .position() method may not fail directly, as the method still exists. However, the expected behavior will not occur.

+
+

Example:

+

A simple jQuery UI Position example.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>position demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    .positionDiv {
        position: absolute;
        width: 75px;
        height: 75px;
        background: green;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="targetElement">
    <div class="positionDiv" id="position1"></div>
    <div class="positionDiv" id="position2"></div>
    <div class="positionDiv" id="position3"></div>
    <div class="positionDiv" id="position4"></div>
</div>
 
<script>
$( "#position1" ).position({
    my: "center",
    at: "center",
    of: "#targetElement"
});
 
$( "#position2" ).position({
    my: "left top",
    at: "left top",
    of: "#targetElement"
});
 
$( "#position3" ).position({
    my: "right center",
    at: "right bottom",
    of: "#targetElement"
});
 
$( document ).mousemove(function( event ) {
    $( "#position4" ).position({
        my: "left+3 bottom-3",
        of: event,
        collision: "fit"
    });
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/progressbar.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/progressbar.html new file mode 100644 index 0000000..9df840f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/progressbar.html @@ -0,0 +1,337 @@ + + + + + jQuery UI progressbar documentation + + + + + +

+Progressbar Widgetversion added: 1.6 +

+
+

Description: Display status of a determinate or indeterminate process.

+

QuickNavExamples +

+

Options

+ + + +
+ +
+

Events

+ + + +
+

+ The progress bar is designed to display the current percent complete for a process. The bar is coded to be flexibly sized through CSS and will scale to fit inside its parent container by default. +

+

+ A determinate progress bar should only be used in situations where the system can accurately update the current status. A determinate progress bar should never fill from left to right, then loop back to empty for a single process — if the actual status cannot be calculated, an indeterminate progress bar should be used to provide user feedback. +

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

disabledType: Boolean +

+
+Default: false +
+
Disables the progressbar if set to true.
+Code examples:

Initialize the progressbar with the disabled option specified:

+
$( ".selector" ).progressbar({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).progressbar( "option", "disabled" );
 
// setter
$( ".selector" ).progressbar( "option", "disabled", true );
+
+
+

maxType: Number +

+
+Default: 100 +
+
The maximum value of the progressbar.
+Code examples:

Initialize the progressbar with the max option specified:

+
$( ".selector" ).progressbar({ max: 1024 });
+

Get or set the max option, after initialization:

+
// getter
var max = $( ".selector" ).progressbar( "option", "max" );
 
// setter
$( ".selector" ).progressbar( "option", "max", 1024 );
+
+
+

valueType: Number or Boolean +

+
+Default: 0 +
+
The value of the progressbar.
+Multiple types supported:
    +
  • +Number: + A value between 0 and the max. +
  • +
  • +Boolean: + Value can be set to false to create an indeterminate progressbar. +
  • +
+Code examples:

Initialize the progressbar with the value option specified:

+
$( ".selector" ).progressbar({ value: 25 });
+

Get or set the value option, after initialization:

+
// getter
var value = $( ".selector" ).progressbar( "option", "value" );
 
// setter
$( ".selector" ).progressbar( "option", "value", 25 );
+

Methods

+

destroy()

+
+ Removes the progressbar functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).progressbar( "destroy" );
+
+
+
+

disable()

+
+ Disables the progressbar. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).progressbar( "disable" );
+
+
+
+

enable()

+
+ Enables the progressbar. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).progressbar( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).progressbar( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current progressbar options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).progressbar( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the progressbar option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).progressbar( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the progressbar.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).progressbar( "option", { disabled: true } );
+
+
+
+
+
+

value()Returns: Number or Boolean +

+
Gets the current value of the progressbar.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var progressSoFar = $( ".selector" ).progressbar( "value" );
+
+
+
+

value( value )

+
Sets the current value of the progressbar.
+
  • +
    value
    +
    Type: Number or Boolean +
    +
    The value to set. See the value option for details on valid values.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).progressbar( "value", 50 );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the progressbar. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).progressbar( "widget" );
+
+

Events

+

change( event, ui )Type: progressbarchange +

+
Triggered when the value of the progressbar changes.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the progressbar with the change callback specified:

+
$( ".selector" ).progressbar({
    change: function( event, ui ) {}
});
+

Bind an event listener to the progressbarchange event:

+
$( ".selector" ).on( "progressbarchange", function( event, ui ) {} );
+
+
+
+

complete( event, ui )Type: progressbarcomplete +

+
Triggered when the value of the progressbar reaches the maximum value.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the progressbar with the complete callback specified:

+
$( ".selector" ).progressbar({
    complete: function( event, ui ) {}
});
+

Bind an event listener to the progressbarcomplete event:

+
$( ".selector" ).on( "progressbarcomplete", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: progressbarcreate +

+
+ Triggered when the progressbar is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the progressbar with the create callback specified:

+
$( ".selector" ).progressbar({
    create: function( event, ui ) {}
});
+

Bind an event listener to the progressbarcreate event:

+
$( ".selector" ).on( "progressbarcreate", function( event, ui ) {} );
+
+

Examples:

+

Example: A simple jQuery UI Progressbar +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>progressbar demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="progressbar"></div>
 
<script>
$( "#progressbar" ).progressbar({
    value: 37
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+

Example: A simple jQuery UI Indeterminate Progressbar +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>progressbar demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="progressbar"></div>
 
<script>
$( "#progressbar" ).progressbar({
    value: false
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/puff-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/puff-effect.html new file mode 100644 index 0000000..ab134db --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/puff-effect.html @@ -0,0 +1,32 @@ +

Puff Effect

+
+

Description: + Creates a puff effect by scaling the element up and hiding it at the same time. +

+
  • +

    puff

    +
    • +
      +percent (default: 150)
      +
      Type: Number +
      +
      The percentage to scale to.
      +
    +
+

Example:

+

Toggle a div using the puff effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>puff demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "puff" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/pulsate-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/pulsate-effect.html new file mode 100644 index 0000000..50dc8e4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/pulsate-effect.html @@ -0,0 +1,52 @@ + + + + + jQuery UI pulsate-effect documentation + + + + + +

Pulsate Effect

+
+

Description: + The pulsate effect hides or shows an element by pulsing it in or out. +

+
  • +

    pulsate

    +
    • +
      +times (default: 5)
      +
      Type: Integer +
      +
      The number of times the element should pulse. An extra half pulse is added for hide/show.
      +
    +
+

Example:

+

Toggle a div using the pulsate effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>pulsate demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "pulsate" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/resizable.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/resizable.html new file mode 100644 index 0000000..336dc7d --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/resizable.html @@ -0,0 +1,685 @@ + + + + + jQuery UI resizable documentation + + + + + +

+Resizable Widgetversion added: 1.0 +

+
+

Description: Change the size of an element using the mouse.

+

QuickNavExamples +

+ +
+

Events

+ + + + +
+

The jQuery UI Resizable plugin makes selected elements resizable (meaning they have draggable resize handles). You can specify one or more handles as well as min and max width and height.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

alsoResizeType: Selector or jQuery or Element +

+
+Default: false +
+
One or more elements to resize synchronously with the resizable element.
+Code examples:

Initialize the resizable with the alsoResize option specified:

+
$( ".selector" ).resizable({ alsoResize: "#mirror" });
+

Get or set the alsoResize option, after initialization:

+
// getter
var alsoResize = $( ".selector" ).resizable( "option", "alsoResize" );
 
// setter
$( ".selector" ).resizable( "option", "alsoResize", "#mirror" );
+
+
+

animateType: Boolean +

+
+Default: false +
+
Animates to the final size after resizing.
+Code examples:

Initialize the resizable with the animate option specified:

+
$( ".selector" ).resizable({ animate: true });
+

Get or set the animate option, after initialization:

+
// getter
var animate = $( ".selector" ).resizable( "option", "animate" );
 
// setter
$( ".selector" ).resizable( "option", "animate", true );
+
+
+

animateDurationType: Number or String +

+
+Default: "slow" +
+
How long to animate when using the animate option.
+Multiple types supported:
    +
  • +Number: Duration in milliseconds.
  • +
  • +String: A named duration, such as "slow" or "fast".
  • +
+Code examples:

Initialize the resizable with the animateDuration option specified:

+
$( ".selector" ).resizable({ animateDuration: "fast" });
+

Get or set the animateDuration option, after initialization:

+
// getter
var animateDuration = $( ".selector" ).resizable( "option", "animateDuration" );
 
// setter
$( ".selector" ).resizable( "option", "animateDuration", "fast" );
+
+
+

animateEasingType: String +

+
+Default: "swing" +
+
Which easing to apply when using the animate option.
+Code examples:

Initialize the resizable with the animateEasing option specified:

+
$( ".selector" ).resizable({ animateEasing: "easeOutBounce" });
+

Get or set the animateEasing option, after initialization:

+
// getter
var animateEasing = $( ".selector" ).resizable( "option", "animateEasing" );
 
// setter
$( ".selector" ).resizable( "option", "animateEasing", "easeOutBounce" );
+
+
+

aspectRatioType: Boolean or Number +

+
+Default: false +
+
Whether the element should be constrained to a specific aspect ratio.
+Multiple types supported:
    +
  • +Boolean: When set to true, the element will maintain its original aspect ratio.
  • +
  • +Number: Force the element to maintain a specific aspect ratio during resizing.
  • +
+Code examples:

Initialize the resizable with the aspectRatio option specified:

+
$( ".selector" ).resizable({ aspectRatio: true });
+

Get or set the aspectRatio option, after initialization:

+
// getter
var aspectRatio = $( ".selector" ).resizable( "option", "aspectRatio" );
 
// setter
$( ".selector" ).resizable( "option", "aspectRatio", true );
+
+
+

autoHideType: Boolean +

+
+Default: false +
+
Whether the handles should hide when the user is not hovering over the element.
+Code examples:

Initialize the resizable with the autoHide option specified:

+
$( ".selector" ).resizable({ autoHide: true });
+

Get or set the autoHide option, after initialization:

+
// getter
var autoHide = $( ".selector" ).resizable( "option", "autoHide" );
 
// setter
$( ".selector" ).resizable( "option", "autoHide", true );
+
+
+

cancelType: Selector +

+
+Default: "input,textarea,button,select,option" +
+
Prevents resizing from starting on specified elements.
+Code examples:

Initialize the resizable with the cancel option specified:

+
$( ".selector" ).resizable({ cancel: ".cancel" });
+

Get or set the cancel option, after initialization:

+
// getter
var cancel = $( ".selector" ).resizable( "option", "cancel" );
 
// setter
$( ".selector" ).resizable( "option", "cancel", ".cancel" );
+
+
+

containmentType: Selector or Element or String +

+
+Default: false +
+
Constrains resizing to within the bounds of the specified element or region.
+Multiple types supported:
    +
  • +Selector: The resizable element will be contained to the bounding box of the first element found by the selector. If no element is found, no containment will be set.
  • +
  • +Element: The resizable element will be contained to the bounding box of this element.
  • +
  • +String: Possible values: "parent" and "document".
  • +
+Code examples:

Initialize the resizable with the containment option specified:

+
$( ".selector" ).resizable({ containment: "parent" });
+

Get or set the containment option, after initialization:

+
// getter
var containment = $( ".selector" ).resizable( "option", "containment" );
 
// setter
$( ".selector" ).resizable( "option", "containment", "parent" );
+
+
+

delayType: Number +

+
+Default: 0 +
+
Tolerance, in milliseconds, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond duration. This can help prevent unintended resizing when clicking on an element.
+Code examples:

Initialize the resizable with the delay option specified:

+
$( ".selector" ).resizable({ delay: 150 });
+

Get or set the delay option, after initialization:

+
// getter
var delay = $( ".selector" ).resizable( "option", "delay" );
 
// setter
$( ".selector" ).resizable( "option", "delay", 150 );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the resizable if set to true.
+Code examples:

Initialize the resizable with the disabled option specified:

+
$( ".selector" ).resizable({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).resizable( "option", "disabled" );
 
// setter
$( ".selector" ).resizable( "option", "disabled", true );
+
+
+

distanceType: Number +

+
+Default: 1 +
+
Tolerance, in pixels, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond distance. This can help prevent unintended resizing when clicking on an element.
+Code examples:

Initialize the resizable with the distance option specified:

+
$( ".selector" ).resizable({ distance: 30 });
+

Get or set the distance option, after initialization:

+
// getter
var distance = $( ".selector" ).resizable( "option", "distance" );
 
// setter
$( ".selector" ).resizable( "option", "distance", 30 );
+
+
+

ghostType: Boolean +

+
+Default: false +
+
If set to true, a semi-transparent helper element is shown for resizing.
+Code examples:

Initialize the resizable with the ghost option specified:

+
$( ".selector" ).resizable({ ghost: true });
+

Get or set the ghost option, after initialization:

+
// getter
var ghost = $( ".selector" ).resizable( "option", "ghost" );
 
// setter
$( ".selector" ).resizable( "option", "ghost", true );
+
+
+

gridType: Array +

+
+Default: false +
+
Snaps the resizing element to a grid, every x and y pixels. Array values: [ x, y ].
+Code examples:

Initialize the resizable with the grid option specified:

+
$( ".selector" ).resizable({ grid: [ 20, 10 ] });
+

Get or set the grid option, after initialization:

+
// getter
var grid = $( ".selector" ).resizable( "option", "grid" );
 
// setter
$( ".selector" ).resizable( "option", "grid", [ 20, 10 ] );
+
+
+

handlesType: String or Object +

+
+Default: "e, s, se" +
+
Which handles can be used for resizing.
+Multiple types supported:
    +
  • +String: A comma delimited list of any of the following: n, e, s, w, ne, se, sw, nw, all. The necessary handles will be auto-generated by the plugin.
  • +
  • +Object: The following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOMElement or a valid jQuery object directly.
  • +
+Code examples:

Initialize the resizable with the handles option specified:

+
$( ".selector" ).resizable({ handles: "n, e, s, w" });
+

Get or set the handles option, after initialization:

+
// getter
var handles = $( ".selector" ).resizable( "option", "handles" );
 
// setter
$( ".selector" ).resizable( "option", "handles", "n, e, s, w" );
+
+
+

helperType: String +

+
+Default: false +
+
A class name that will be added to a proxy element to outline the resize during the drag of the resize handle. Once the resize is complete, the original element is sized.
+Code examples:

Initialize the resizable with the helper option specified:

+
$( ".selector" ).resizable({ helper: "resizable-helper" });
+

Get or set the helper option, after initialization:

+
// getter
var helper = $( ".selector" ).resizable( "option", "helper" );
 
// setter
$( ".selector" ).resizable( "option", "helper", "resizable-helper" );
+
+
+

maxHeightType: Number +

+
+Default: null +
+
The maximum height the resizable should be allowed to resize to.
+Code examples:

Initialize the resizable with the maxHeight option specified:

+
$( ".selector" ).resizable({ maxHeight: 300 });
+

Get or set the maxHeight option, after initialization:

+
// getter
var maxHeight = $( ".selector" ).resizable( "option", "maxHeight" );
 
// setter
$( ".selector" ).resizable( "option", "maxHeight", 300 );
+
+
+

maxWidthType: Number +

+
+Default: null +
+
The maximum width the resizable should be allowed to resize to.
+Code examples:

Initialize the resizable with the maxWidth option specified:

+
$( ".selector" ).resizable({ maxWidth: 300 });
+

Get or set the maxWidth option, after initialization:

+
// getter
var maxWidth = $( ".selector" ).resizable( "option", "maxWidth" );
 
// setter
$( ".selector" ).resizable( "option", "maxWidth", 300 );
+
+
+

minHeightType: Number +

+
+Default: 10 +
+
The minimum height the resizable should be allowed to resize to.
+Code examples:

Initialize the resizable with the minHeight option specified:

+
$( ".selector" ).resizable({ minHeight: 150 });
+

Get or set the minHeight option, after initialization:

+
// getter
var minHeight = $( ".selector" ).resizable( "option", "minHeight" );
 
// setter
$( ".selector" ).resizable( "option", "minHeight", 150 );
+
+
+

minWidthType: Number +

+
+Default: 10 +
+
The minimum width the resizable should be allowed to resize to.
+Code examples:

Initialize the resizable with the minWidth option specified:

+
$( ".selector" ).resizable({ minWidth: 150 });
+

Get or set the minWidth option, after initialization:

+
// getter
var minWidth = $( ".selector" ).resizable( "option", "minWidth" );
 
// setter
$( ".selector" ).resizable( "option", "minWidth", 150 );
+

Methods

+

destroy()

+
+ Removes the resizable functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).resizable( "destroy" );
+
+
+
+

disable()

+
+ Disables the resizable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).resizable( "disable" );
+
+
+
+

enable()

+
+ Enables the resizable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).resizable( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).resizable( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current resizable options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).resizable( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the resizable option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).resizable( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the resizable.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).resizable( "option", { disabled: true } );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the resizable element. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).resizable( "widget" );
+
+

Events

+

create( event, ui )Type: resizecreate +

+
+ Triggered when the resizable is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the resizable with the create callback specified:

+
$( ".selector" ).resizable({
    create: function( event, ui ) {}
});
+

Bind an event listener to the resizecreate event:

+
$( ".selector" ).on( "resizecreate", function( event, ui ) {} );
+
+
+
+

resize( event, ui )Type: resize +

+
This event is triggered during the resize, on the drag of the resize handler.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      element
      +
      Type: jQuery +
      +
      The jQuery object representing the element to be resized
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper that's being resized
      +
    • +
    • +
      originalElement
      +
      Type: jQuery +
      +
      The jQuery object representing the original element before it is wrapped
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The position represented as { left, top } before the resizable is resized
      +
    • +
    • +
      originalSize
      +
      Type: Object +
      +
      The size represented as { width, height } before the resizable is resized
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position represented as { left, top } +
      +
    • +
    • +
      size
      +
      Type: Object +
      +
      The current size represented as { width, height } +
      +
    • +
    +
  • +
+
+Code examples:

Initialize the resizable with the resize callback specified:

+
$( ".selector" ).resizable({
    resize: function( event, ui ) {}
});
+

Bind an event listener to the resize event:

+
$( ".selector" ).on( "resize", function( event, ui ) {} );
+
+
+
+

start( event, ui )Type: resizestart +

+
This event is triggered at the start of a resize operation.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      element
      +
      Type: jQuery +
      +
      The jQuery object representing the element to be resized
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper that's being resized
      +
    • +
    • +
      originalElement
      +
      Type: jQuery +
      +
      The jQuery object representing the original element before it is wrapped
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The position represented as { left, top } before the resizable is resized
      +
    • +
    • +
      originalSize
      +
      Type: Object +
      +
      The size represented as { width, height } before the resizable is resized
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position represented as { left, top } +
      +
    • +
    • +
      size
      +
      Type: Object +
      +
      The current size represented as { width, height } +
      +
    • +
    +
  • +
+
+Code examples:

Initialize the resizable with the start callback specified:

+
$( ".selector" ).resizable({
    start: function( event, ui ) {}
});
+

Bind an event listener to the resizestart event:

+
$( ".selector" ).on( "resizestart", function( event, ui ) {} );
+
+
+
+

stop( event, ui )Type: resizestop +

+
This event is triggered at the end of a resize operation.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      element
      +
      Type: jQuery +
      +
      The jQuery object representing the element to be resized
      +
    • +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper that's being resized
      +
    • +
    • +
      originalElement
      +
      Type: jQuery +
      +
      The jQuery object representing the original element before it is wrapped
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The position represented as { left, top } before the resizable is resized
      +
    • +
    • +
      originalSize
      +
      Type: Object +
      +
      The size represented as { width, height } before the resizable is resized
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position represented as { left, top } +
      +
    • +
    • +
      size
      +
      Type: Object +
      +
      The current size represented as { width, height } +
      +
    • +
    +
  • +
+
+Code examples:

Initialize the resizable with the stop callback specified:

+
$( ".selector" ).resizable({
    stop: function( event, ui ) {}
});
+

Bind an event listener to the resizestop event:

+
$( ".selector" ).on( "resizestop", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Resizable.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>resizable demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #resizable {
        width: 100px;
        height: 100px;
        background: #ccc;
}   </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="resizable"></div>
 
<script>
$( "#resizable" ).resizable();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/scale-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/scale-effect.html new file mode 100644 index 0000000..4a74480 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/scale-effect.html @@ -0,0 +1,82 @@ + + + + + jQuery UI scale-effect documentation + + + + + +

Scale Effect

+
+

Description: + Shrink or grow an element by a percentage factor. +

+
  • +

    scale

    +
      +
    • +
      +direction (default: "both")
      +
      Type: String +
      +
      The direction of the effect. Possible values: "both", "vertical" or "horizontal".
      +
    • +
    • +
      +origin (default: [ "middle", "center" ])
      +
      Type: Array +
      +
      The vanishing point.
      +
    • +
    • +
      percent
      +
      Type: Number +
      +
      The percentage to scale to.
      +
    • +
    • +
      +scale (default: "both")
      +
      Type: String +
      +
      Which areas of the element will be resized: "both", "box", "content". Box resizes the border and padding of the element; content resizes any content inside of the element.
      +
    • +
    +
+

Examples:

+

Example: Toggle a div using the scale effect. +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>scale demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "scale" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+

Example: Toggle a div using the scale effect in just one direction. +

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>scale demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle({ effect: "scale", direction: "horizontal" });
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/selectable.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/selectable.html new file mode 100644 index 0000000..9061e87 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/selectable.html @@ -0,0 +1,498 @@ + + + + + jQuery UI selectable documentation + + + + + +

+Selectable Widgetversion added: 1.0 +

+
+

Description: Use the mouse to select elements, individually or in a group.

+

QuickNavExamples +

+ +
+

The jQuery UI Selectable plugin allows for elements to be selected by dragging a box (sometimes called a lasso) with the mouse over the elements. Elements can also be selected via click or drag while holding the ctrl/meta key, allowing for multiple (non-contiguous) selections.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

appendToType: Selector +

+
+Default: "body" +
+
Which element the selection helper (the lasso) should be appended to.
+Code examples:

Initialize the selectable with the appendTo option specified:

+
$( ".selector" ).selectable({ appendTo: "#someElem" });
+

Get or set the appendTo option, after initialization:

+
// getter
var appendTo = $( ".selector" ).selectable( "option", "appendTo" );
 
// setter
$( ".selector" ).selectable( "option", "appendTo", "#someElem" );
+
+
+

autoRefreshType: Boolean +

+
+Default: true +
+
This determines whether to refresh (recalculate) the position and size of each selectee at the beginning of each select operation. If you have many items, you may want to set this to false and call the refresh() method manually.
+Code examples:

Initialize the selectable with the autoRefresh option specified:

+
$( ".selector" ).selectable({ autoRefresh: false });
+

Get or set the autoRefresh option, after initialization:

+
// getter
var autoRefresh = $( ".selector" ).selectable( "option", "autoRefresh" );
 
// setter
$( ".selector" ).selectable( "option", "autoRefresh", false );
+
+
+

cancelType: Selector +

+
+Default: "input,textarea,button,select,option" +
+
Prevents selecting if you start on elements matching the selector.
+Code examples:

Initialize the selectable with the cancel option specified:

+
$( ".selector" ).selectable({ cancel: a,.cancel });
+

Get or set the cancel option, after initialization:

+
// getter
var cancel = $( ".selector" ).selectable( "option", "cancel" );
 
// setter
$( ".selector" ).selectable( "option", "cancel", a,.cancel );
+
+
+

delayType: Integer +

+
+Default: 0 +
+
Time in milliseconds to define when the selecting should start. This helps prevent unwanted selections when clicking on an element.
+Code examples:

Initialize the selectable with the delay option specified:

+
$( ".selector" ).selectable({ delay: 150 });
+

Get or set the delay option, after initialization:

+
// getter
var delay = $( ".selector" ).selectable( "option", "delay" );
 
// setter
$( ".selector" ).selectable( "option", "delay", 150 );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the selectable if set to true.
+Code examples:

Initialize the selectable with the disabled option specified:

+
$( ".selector" ).selectable({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).selectable( "option", "disabled" );
 
// setter
$( ".selector" ).selectable( "option", "disabled", true );
+
+
+

distanceType: Number +

+
+Default: 0 +
+
Tolerance, in pixels, for when selecting should start. If specified, selecting will not start until the mouse has been dragged beyond the specified distance.
+Code examples:

Initialize the selectable with the distance option specified:

+
$( ".selector" ).selectable({ distance: 30 });
+

Get or set the distance option, after initialization:

+
// getter
var distance = $( ".selector" ).selectable( "option", "distance" );
 
// setter
$( ".selector" ).selectable( "option", "distance", 30 );
+
+
+

filterType: Selector +

+
+Default: "*" +
+
The matching child elements will be made selectees (able to be selected).
+Code examples:

Initialize the selectable with the filter option specified:

+
$( ".selector" ).selectable({ filter: li });
+

Get or set the filter option, after initialization:

+
// getter
var filter = $( ".selector" ).selectable( "option", "filter" );
 
// setter
$( ".selector" ).selectable( "option", "filter", li );
+
+
+

toleranceType: String +

+
+Default: "touch" +
+
+ Specifies which mode to use for testing whether the lasso should select an item. Possible values: +
    +
  • +"fit": Lasso overlaps the item entirely.
  • +
  • +"touch": Lasso overlaps the item by any amount.
  • +
+
+Code examples:

Initialize the selectable with the tolerance option specified:

+
$( ".selector" ).selectable({ tolerance: "fit" });
+

Get or set the tolerance option, after initialization:

+
// getter
var tolerance = $( ".selector" ).selectable( "option", "tolerance" );
 
// setter
$( ".selector" ).selectable( "option", "tolerance", "fit" );
+

Methods

+

destroy()

+
+ Removes the selectable functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).selectable( "destroy" );
+
+
+
+

disable()

+
+ Disables the selectable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).selectable( "disable" );
+
+
+
+

enable()

+
+ Enables the selectable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).selectable( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).selectable( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current selectable options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).selectable( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the selectable option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).selectable( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the selectable.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).selectable( "option", { disabled: true } );
+
+
+
+
+

refresh()

+
Refresh the position and size of each selectee element. This method can be used to manually recalculate the position and size of each selectee when the autoRefresh option is set to false.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).selectable( "refresh" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the selectable element. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).selectable( "widget" );
+
+

Events

+

create( event, ui )Type: selectablecreate +

+
+ Triggered when the selectable is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the selectable with the create callback specified:

+
$( ".selector" ).selectable({
    create: function( event, ui ) {}
});
+

Bind an event listener to the selectablecreate event:

+
$( ".selector" ).on( "selectablecreate", function( event, ui ) {} );
+
+
+
+

selected( event, ui )Type: selectableselected +

+
Triggered at the end of the select operation, on each element added to the selection.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      selected
      +
      Type: Element +
      +
      The selectable item that has been selected.
      +
    +
  • +
+
+Code examples:

Initialize the selectable with the selected callback specified:

+
$( ".selector" ).selectable({
    selected: function( event, ui ) {}
});
+

Bind an event listener to the selectableselected event:

+
$( ".selector" ).on( "selectableselected", function( event, ui ) {} );
+
+
+
+

selecting( event, ui )Type: selectableselecting +

+
Triggered during the select operation, on each element added to the selection.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      selecting
      +
      Type: Element +
      +
      The current selectable item being selected.
      +
    +
  • +
+
+Code examples:

Initialize the selectable with the selecting callback specified:

+
$( ".selector" ).selectable({
    selecting: function( event, ui ) {}
});
+

Bind an event listener to the selectableselecting event:

+
$( ".selector" ).on( "selectableselecting", function( event, ui ) {} );
+
+
+
+

start( event, ui )Type: selectablestart +

+
Triggered at the beginning of the select operation.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the selectable with the start callback specified:

+
$( ".selector" ).selectable({
    start: function( event, ui ) {}
});
+

Bind an event listener to the selectablestart event:

+
$( ".selector" ).on( "selectablestart", function( event, ui ) {} );
+
+
+
+

stop( event, ui )Type: selectablestop +

+
Triggered at the end of the select operation.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the selectable with the stop callback specified:

+
$( ".selector" ).selectable({
    stop: function( event, ui ) {}
});
+

Bind an event listener to the selectablestop event:

+
$( ".selector" ).on( "selectablestop", function( event, ui ) {} );
+
+
+
+

unselected( event, ui )Type: selectableunselected +

+
Triggered at the end of the select operation, on each element removed from the selection.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      unselected
      +
      Type: Element +
      +
      The selectable item that has been unselected.
      +
    +
  • +
+
+Code examples:

Initialize the selectable with the unselected callback specified:

+
$( ".selector" ).selectable({
    unselected: function( event, ui ) {}
});
+

Bind an event listener to the selectableunselected event:

+
$( ".selector" ).on( "selectableunselected", function( event, ui ) {} );
+
+
+
+

unselecting( event, ui )Type: selectableunselecting +

+
Triggered during the select operation, on each element removed from the selection.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      unselecting
      +
      Type: Element +
      +
      The current selectable item being unselected.
      +
    +
  • +
+
+Code examples:

Initialize the selectable with the unselecting callback specified:

+
$( ".selector" ).selectable({
    unselecting: function( event, ui ) {}
});
+

Bind an event listener to the selectableunselecting event:

+
$( ".selector" ).on( "selectableunselecting", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Selectable.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>selectable demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #selectable .ui-selecting {
        background: #ccc;
    }
    #selectable .ui-selected {
        background: #999;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<ul id="selectable">
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
    <li>Item 4</li>
    <li>Item 5</li>
</ul>
 
<script>
$( "#selectable" ).selectable();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/shake-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/shake-effect.html new file mode 100644 index 0000000..a9afe1a --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/shake-effect.html @@ -0,0 +1,66 @@ + + + + + jQuery UI shake-effect documentation + + + + + +

Shake Effect

+
+

Description: Shakes the element multiple times, vertically or horizontally.

+
  • +

    shake

    +
      +
    • +
      +direction (default: "both")
      +
      Type: String +
      +
      The direction of the effect. Possible values: "left", "right", "up", "down".
      +
    • +
    • +
      +distance (default: 20)
      +
      Type: Number +
      +
      Distance to shake.
      +
    • +
    • +
      +times (default: 3)
      +
      Type: Integer +
      +
      Times to shake.
      +
    • +
    +
+

Example:

+

Shake a div.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>shake demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to shake the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).effect( "shake" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/size-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/size-effect.html new file mode 100644 index 0000000..2df2483 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/size-effect.html @@ -0,0 +1,45 @@ +

Size Effect

+
+

Description: Resize an element to a specified width and height.

+
  • +

    size

    +
      +
    • +
      to
      +
      Type: Object +
      +
      Height and width to resize to.
      +
    • +
    • +
      +origin (default: [ "top", "left" ])
      +
      Type: Array +
      +
      The vanishing point.
      +
    • +
    • +
      +scale (default: "both")
      +
      Type: String +
      +
      Which areas of the element will be resized: "both", "box", "content". Box resizes the border and padding of the element; content resizes any content inside of the element.
      +
    • +
    +
+

Example:

+

Resize the element using the size effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>size demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to resize the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).effect( "size", {
        to: { width: 200, height: 60 }
    }, 1000 );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
\ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/slide-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/slide-effect.html new file mode 100644 index 0000000..4619bb4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/slide-effect.html @@ -0,0 +1,59 @@ + + + + + jQuery UI slide-effect documentation + + + + + +

Slide Effect

+
+

Description: Slides the element out of the viewport.

+
  • +

    slide

    +
      +
    • +
      +direction (default: "both")
      +
      Type: String +
      +
      The direction of the effect. Possible values: "left", "right", "up", "down".
      +
    • +
    • +
      +distance (default: element's outerWidth)
      +
      Type: Number +
      +
      The distance of the effect. Defaults to either the height or width of the elemenet depending on the direction argument. Can be set to any integer less than the width/height of the element.
      +
    • +
    +
+

Example:

+

Toggle a div using the slide effect.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>slide demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    #toggle {
        width: 100px;
        height: 100px;
        background: #ccc;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>Click anywhere to toggle the box.</p>
<div id="toggle"></div>
 
<script>
$( document ).click(function() {
    $( "#toggle" ).toggle( "slide" );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/slider.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/slider.html new file mode 100644 index 0000000..61c87ef --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/slider.html @@ -0,0 +1,586 @@ + + + + + jQuery UI slider documentation + + + + + +

+Slider Widgetversion added: 1.5 +

+
+

Description: Drag a handle to select a numeric value.

+

QuickNavExamples +

+ +
+

Events

+ + + + + +
+

The jQuery UI Slider plugin makes selected elements into sliders. There are various options such as multiple handles and ranges. The handle can be moved with the mouse or the arrow keys.

+ +

The slider widget will create handle elements with the class ui-slider-handle on initialization. You can specify custom handle elements by creating and appending the elements and adding the ui-slider-handle class before initialization. It will only create the number of handles needed to match the length of value/values. For example, if you specify values: [ 1, 5, 18 ] and create one custom handle, the plugin will create the other two.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

animateType: Boolean or String or Number +

+
+Default: false +
+
Whether to slide the handle smoothly when the user clicks on the slider track. Also accepts any valid animation duration.
+Multiple types supported:
    +
  • +Boolean: When set to true, the handle will animate with the default duration.
  • +
  • +String: The name of a speed, such as "fast" or "slow".
  • +
  • +Number: The duration of the animation, in milliseconds.
  • +
+Code examples:

Initialize the slider with the animate option specified:

+
$( ".selector" ).slider({ animate: "fast" });
+

Get or set the animate option, after initialization:

+
// getter
var animate = $( ".selector" ).slider( "option", "animate" );
 
// setter
$( ".selector" ).slider( "option", "animate", "fast" );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the slider if set to true.
+Code examples:

Initialize the slider with the disabled option specified:

+
$( ".selector" ).slider({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).slider( "option", "disabled" );
 
// setter
$( ".selector" ).slider( "option", "disabled", true );
+
+
+

maxType: Number +

+
+Default: 100 +
+
The maximum value of the slider.
+Code examples:

Initialize the slider with the max option specified:

+
$( ".selector" ).slider({ max: 50 });
+

Get or set the max option, after initialization:

+
// getter
var max = $( ".selector" ).slider( "option", "max" );
 
// setter
$( ".selector" ).slider( "option", "max", 50 );
+
+
+

minType: Number +

+
+Default: 0 +
+
The minimum value of the slider.
+Code examples:

Initialize the slider with the min option specified:

+
$( ".selector" ).slider({ min: 10 });
+

Get or set the min option, after initialization:

+
// getter
var min = $( ".selector" ).slider( "option", "min" );
 
// setter
$( ".selector" ).slider( "option", "min", 10 );
+
+
+

orientationType: String +

+
+Default: "horizontal" +
+
Determines whether the slider handles move horizontally (min on left, max on right) or vertically (min on bottom, max on top). Possible values: "horizontal", "vertical".
+Code examples:

Initialize the slider with the orientation option specified:

+
$( ".selector" ).slider({ orientation: "vertical" });
+

Get or set the orientation option, after initialization:

+
// getter
var orientation = $( ".selector" ).slider( "option", "orientation" );
 
// setter
$( ".selector" ).slider( "option", "orientation", "vertical" );
+
+
+

rangeType: Boolean or String +

+
+Default: false +
+
Whether the slider represents a range.
+Multiple types supported:
    +
  • +Boolean: If set to true, the slider will detect if you have two handles and create a stylable range element between these two.
  • +
  • +String: Either "min" or "max". A min range goes from the slider min to one handle. A max range goes from one handle to the slider max.
  • +
+Code examples:

Initialize the slider with the range option specified:

+
$( ".selector" ).slider({ range: true });
+

Get or set the range option, after initialization:

+
// getter
var range = $( ".selector" ).slider( "option", "range" );
 
// setter
$( ".selector" ).slider( "option", "range", true );
+
+
+

stepType: Number +

+
+Default: 1 +
+
Determines the size or amount of each interval or step the slider takes between the min and max. The full specified value range of the slider (max - min) should be evenly divisible by the step.
+Code examples:

Initialize the slider with the step option specified:

+
$( ".selector" ).slider({ step: 5 });
+

Get or set the step option, after initialization:

+
// getter
var step = $( ".selector" ).slider( "option", "step" );
 
// setter
$( ".selector" ).slider( "option", "step", 5 );
+
+
+

valueType: Number +

+
+Default: 0 +
+
Determines the value of the slider, if there's only one handle. If there is more than one handle, determines the value of the first handle.
+Code examples:

Initialize the slider with the value option specified:

+
$( ".selector" ).slider({ value: 10 });
+

Get or set the value option, after initialization:

+
// getter
var value = $( ".selector" ).slider( "option", "value" );
 
// setter
$( ".selector" ).slider( "option", "value", 10 );
+
+
+

valuesType: Array +

+
+Default: null +
+
This option can be used to specify multiple handles. If the range option is set to true, the length of values should be 2.
+Code examples:

Initialize the slider with the values option specified:

+
$( ".selector" ).slider({ values: [ 10, 25 ] });
+

Get or set the values option, after initialization:

+
// getter
var values = $( ".selector" ).slider( "option", "values" );
 
// setter
$( ".selector" ).slider( "option", "values", [ 10, 25 ] );
+

Methods

+

destroy()

+
+ Removes the slider functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).slider( "destroy" );
+
+
+
+

disable()

+
+ Disables the slider. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).slider( "disable" );
+
+
+
+

enable()

+
+ Enables the slider. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).slider( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).slider( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current slider options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).slider( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the slider option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).slider( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the slider.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).slider( "option", { disabled: true } );
+
+
+
+
+
+

value()Returns: Number +

+
Get the value of the slider.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var selection = $( ".selector" ).slider( "value" );
+
+
+
+

value( value )

+
Set the value of the slider.
+
  • +
    value
    +
    Type: Number +
    +
    The value to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).slider( "value", 55 );
+
+
+
+
+
+

values()Returns: Array +

+
Get the value for all handles.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var values = $( ".selector" ).slider( "values" );
+
+
+
+

values( index )Returns: Number +

+
Get the value for the specified handle.
+
  • +
    index
    +
    Type: Integer +
    +
    The zero-based index of the handle.
    +
+
+Code examples:

Invoke the method:

+
var value = $( ".selector" ).slider( "values", 0 );
+
+
+
+

values( index, value )

+
Set the value for the specified handle.
+
    +
  • +
    index
    +
    Type: Integer +
    +
    The zero-based index of the handle.
    +
  • +
  • +
    value
    +
    Type: Number +
    +
    The value to set.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).slider( "values", 0, 55 );
+
+
+
+

values( values )

+
Set the value for all handles.
+
  • +
    values
    +
    Type: Array +
    +
    The values to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).slider( "values", [ 55, 105 ] );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the slider. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).slider( "widget" );
+
+

Events

+

change( event, ui )Type: slidechange +

+
Triggered after the user slides a handle, if the value has changed; or if the value is changed programmatically via the value method.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      handle
      +
      Type: jQuery +
      +
      The jQuery object representing the handle that was changed.
      +
    • +
    • +
      value
      +
      Type: Number +
      +
      The current value of the slider.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the slider with the change callback specified:

+
$( ".selector" ).slider({
    change: function( event, ui ) {}
});
+

Bind an event listener to the slidechange event:

+
$( ".selector" ).on( "slidechange", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: slidecreate +

+
+ Triggered when the slider is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the slider with the create callback specified:

+
$( ".selector" ).slider({
    create: function( event, ui ) {}
});
+

Bind an event listener to the slidecreate event:

+
$( ".selector" ).on( "slidecreate", function( event, ui ) {} );
+
+
+
+

slide( event, ui )Type: slide +

+
Triggered on every mouse move during slide. The value provided in the event as ui.value represents the value that the handle will have as a result of the current movement. Canceling the event will prevent the handle from moving and the handle will continue to have its previous value.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      handle
      +
      Type: jQuery +
      +
      The jQuery object representing the handle being moved.
      +
    • +
    • +
      value
      +
      Type: Number +
      +
      The value that the handle will move to if the event is not canceled.
      +
    • +
    • +
      values
      +
      Type: Array +
      +
      An array of the current values of a multi-handled slider.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the slider with the slide callback specified:

+
$( ".selector" ).slider({
    slide: function( event, ui ) {}
});
+

Bind an event listener to the slide event:

+
$( ".selector" ).on( "slide", function( event, ui ) {} );
+
+
+
+

start( event, ui )Type: slidestart +

+
Triggered when the user starts sliding.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      handle
      +
      Type: jQuery +
      +
      The jQuery object representing the handle being moved.
      +
    • +
    • +
      value
      +
      Type: Number +
      +
      The current value of the slider.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the slider with the start callback specified:

+
$( ".selector" ).slider({
    start: function( event, ui ) {}
});
+

Bind an event listener to the slidestart event:

+
$( ".selector" ).on( "slidestart", function( event, ui ) {} );
+
+
+
+

stop( event, ui )Type: slidestop +

+
Triggered after the user slides a handle.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      handle
      +
      Type: jQuery +
      +
      The jQuery object representing the handle that was moved.
      +
    • +
    • +
      value
      +
      Type: Number +
      +
      The current value of the slider.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the slider with the stop callback specified:

+
$( ".selector" ).slider({
    stop: function( event, ui ) {}
});
+

Bind an event listener to the slidestop event:

+
$( ".selector" ).on( "slidestop", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Slider.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>slider demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>#slider { margin: 10px; }  </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="slider"></div>
 
<script>
$( "#slider" ).slider();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/sortable.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/sortable.html new file mode 100644 index 0000000..fcc50b4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/sortable.html @@ -0,0 +1,1450 @@ + + + + + jQuery UI sortable documentation + + + + + +

+Sortable Widgetversion added: 1.0 +

+
+

Description: Reorder elements in a list or grid using the mouse.

+

QuickNavExamples +

+ +
+

The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.

+

Note: In order to sort table rows, the tbody must be made sortable, not the table.

+
+

Options

+

appendToType: jQuery or Element or Selector or String +

+
+Default: "parent" +
+
Defines where the helper that moves with the mouse is being appended to during the drag (for example, to resolve overlap/zIndex issues).
+Multiple types supported:
    +
  • +jQuery: A jQuery object containing the element to append the helper to.
  • +
  • +Element: The element to append the helper to.
  • +
  • +Selector: A selector specifying which element to append the helper to.
  • +
  • +String: The string "parent" will cause the helper to be a sibling of the sortable item.
  • +
+Code examples:

Initialize the sortable with the appendTo option specified:

+
$( ".selector" ).sortable({ appendTo: document.body });
+

Get or set the appendTo option, after initialization:

+
// getter
var appendTo = $( ".selector" ).sortable( "option", "appendTo" );
 
// setter
$( ".selector" ).sortable( "option", "appendTo", document.body );
+
+
+

axisType: String +

+
+Default: false +
+
If defined, the items can be dragged only horizontally or vertically. Possible values: "x", "y".
+Code examples:

Initialize the sortable with the axis option specified:

+
$( ".selector" ).sortable({ axis: "x" });
+

Get or set the axis option, after initialization:

+
// getter
var axis = $( ".selector" ).sortable( "option", "axis" );
 
// setter
$( ".selector" ).sortable( "option", "axis", "x" );
+
+
+

cancelType: Selector +

+
+Default: ":input,button" +
+
Prevents sorting if you start on elements matching the selector.
+Code examples:

Initialize the sortable with the cancel option specified:

+
$( ".selector" ).sortable({ cancel: "a,button" });
+

Get or set the cancel option, after initialization:

+
// getter
var cancel = $( ".selector" ).sortable( "option", "cancel" );
 
// setter
$( ".selector" ).sortable( "option", "cancel", "a,button" );
+
+
+

connectWithType: Selector +

+
+Default: false +
+
A selector of other sortable elements that the items from this list should be connected to. This is a one-way relationship, if you want the items to be connected in both directions, the connectWith option must be set on both sortable elements.
+Code examples:

Initialize the sortable with the connectWith option specified:

+
$( ".selector" ).sortable({ connectWith: "#shopping-cart" });
+

Get or set the connectWith option, after initialization:

+
// getter
var connectWith = $( ".selector" ).sortable( "option", "connectWith" );
 
// setter
$( ".selector" ).sortable( "option", "connectWith", "#shopping-cart" );
+
+
+

containmentType: Element or Selector or String +

+
+Default: false +
+
+

Defines a bounding box that the sortable items are contrained to while dragging.

+ +

Note: The element specified for containment must have a calculated width and height (though it need not be explicit). For example, if you have float: left sortable children and specify containment: "parent" be sure to have float: left on the sortable/parent container as well or it will have height: 0, causing undefined behavior.

+
+Multiple types supported:
    +
  • +Element: An element to use as the container.
  • +
  • +Selector: A selector specifying an element to use as the container.
  • +
  • +String: A string identifying an element to use as the container. Possible values: "parent", "document", "window".
  • +
+Code examples:

Initialize the sortable with the containment option specified:

+
$( ".selector" ).sortable({ containment: "parent" });
+

Get or set the containment option, after initialization:

+
// getter
var containment = $( ".selector" ).sortable( "option", "containment" );
 
// setter
$( ".selector" ).sortable( "option", "containment", "parent" );
+
+
+

cursorType: String +

+
+Default: "auto" +
+
Defines the cursor that is being shown while sorting.
+Code examples:

Initialize the sortable with the cursor option specified:

+
$( ".selector" ).sortable({ cursor: "move" });
+

Get or set the cursor option, after initialization:

+
// getter
var cursor = $( ".selector" ).sortable( "option", "cursor" );
 
// setter
$( ".selector" ).sortable( "option", "cursor", "move" );
+
+
+

cursorAtType: Object +

+
+Default: false +
+
Moves the sorting element or helper so the cursor always appears to drag from the same position. Coordinates can be given as a hash using a combination of one or two keys: { top, left, right, bottom }.
+Code examples:

Initialize the sortable with the cursorAt option specified:

+
$( ".selector" ).sortable({ cursorAt: { left: 5 } });
+

Get or set the cursorAt option, after initialization:

+
// getter
var cursorAt = $( ".selector" ).sortable( "option", "cursorAt" );
 
// setter
$( ".selector" ).sortable( "option", "cursorAt", { left: 5 } );
+
+
+

delayType: Integer +

+
+Default: 0 +
+
Time in milliseconds to define when the sorting should start. Adding a delay helps preventing unwanted drags when clicking on an element.
+Code examples:

Initialize the sortable with the delay option specified:

+
$( ".selector" ).sortable({ delay: 150 });
+

Get or set the delay option, after initialization:

+
// getter
var delay = $( ".selector" ).sortable( "option", "delay" );
 
// setter
$( ".selector" ).sortable( "option", "delay", 150 );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the sortable if set to true.
+Code examples:

Initialize the sortable with the disabled option specified:

+
$( ".selector" ).sortable({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).sortable( "option", "disabled" );
 
// setter
$( ".selector" ).sortable( "option", "disabled", true );
+
+
+

distanceType: Number +

+
+Default: 1 +
+
Tolerance, in pixels, for when sorting should start. If specified, sorting will not start until after mouse is dragged beyond distance. Can be used to allow for clicks on elements within a handle.
+Code examples:

Initialize the sortable with the distance option specified:

+
$( ".selector" ).sortable({ distance: 5 });
+

Get or set the distance option, after initialization:

+
// getter
var distance = $( ".selector" ).sortable( "option", "distance" );
 
// setter
$( ".selector" ).sortable( "option", "distance", 5 );
+
+
+

dropOnEmptyType: Boolean +

+
+Default: true +
+
If false, items from this sortable can't be dropped on an empty connect sortable (see the connectWith option.
+Code examples:

Initialize the sortable with the dropOnEmpty option specified:

+
$( ".selector" ).sortable({ dropOnEmpty: false });
+

Get or set the dropOnEmpty option, after initialization:

+
// getter
var dropOnEmpty = $( ".selector" ).sortable( "option", "dropOnEmpty" );
 
// setter
$( ".selector" ).sortable( "option", "dropOnEmpty", false );
+
+
+

forceHelperSizeType: Boolean +

+
+Default: false +
+
If true, forces the helper to have a size.
+Code examples:

Initialize the sortable with the forceHelperSize option specified:

+
$( ".selector" ).sortable({ forceHelperSize: true });
+

Get or set the forceHelperSize option, after initialization:

+
// getter
var forceHelperSize = $( ".selector" ).sortable( "option", "forceHelperSize" );
 
// setter
$( ".selector" ).sortable( "option", "forceHelperSize", true );
+
+
+

forcePlaceholderSizeType: Boolean +

+
+Default: false +
+
If true, forces the placeholder to have a size.
+Code examples:

Initialize the sortable with the forcePlaceholderSize option specified:

+
$( ".selector" ).sortable({ forcePlaceholderSize: true });
+

Get or set the forcePlaceholderSize option, after initialization:

+
// getter
var forcePlaceholderSize = $( ".selector" ).sortable( "option", "forcePlaceholderSize" );
 
// setter
$( ".selector" ).sortable( "option", "forcePlaceholderSize", true );
+
+
+

gridType: Array +

+
+Default: false +
+
Snaps the sorting element or helper to a grid, every x and y pixels. Array values: [ x, y ].
+Code examples:

Initialize the sortable with the grid option specified:

+
$( ".selector" ).sortable({ grid: [ 20, 10 ] });
+

Get or set the grid option, after initialization:

+
// getter
var grid = $( ".selector" ).sortable( "option", "grid" );
 
// setter
$( ".selector" ).sortable( "option", "grid", [ 20, 10 ] );
+
+
+

handleType: Selector or Element +

+
+Default: false +
+
Restricts sort start click to the specified element.
+Code examples:

Initialize the sortable with the handle option specified:

+
$( ".selector" ).sortable({ handle: ".handle" });
+

Get or set the handle option, after initialization:

+
// getter
var handle = $( ".selector" ).sortable( "option", "handle" );
 
// setter
$( ".selector" ).sortable( "option", "handle", ".handle" );
+
+
+

helperType: String or Function() +

+
+Default: "original" +
+
Allows for a helper element to be used for dragging display.
+Multiple types supported:
    +
  • +String: If set to "clone", then the element will be cloned and the clone will be dragged.
  • +
  • +Function: A function that will return a DOMElement to use while dragging. The function receives the event and the element being sorted.
  • +
+Code examples:

Initialize the sortable with the helper option specified:

+
$( ".selector" ).sortable({ helper: "clone" });
+

Get or set the helper option, after initialization:

+
// getter
var helper = $( ".selector" ).sortable( "option", "helper" );
 
// setter
$( ".selector" ).sortable( "option", "helper", "clone" );
+
+
+

itemsType: Selector +

+
+Default: "> *" +
+
Specifies which items inside the element should be sortable.
+Code examples:

Initialize the sortable with the items option specified:

+
$( ".selector" ).sortable({ items: "> li" });
+

Get or set the items option, after initialization:

+
// getter
var items = $( ".selector" ).sortable( "option", "items" );
 
// setter
$( ".selector" ).sortable( "option", "items", "> li" );
+
+
+

opacityType: Number +

+
+Default: false +
+
Defines the opacity of the helper while sorting. From 0.01 to 1.
+Code examples:

Initialize the sortable with the opacity option specified:

+
$( ".selector" ).sortable({ opacity: 0.5 });
+

Get or set the opacity option, after initialization:

+
// getter
var opacity = $( ".selector" ).sortable( "option", "opacity" );
 
// setter
$( ".selector" ).sortable( "option", "opacity", 0.5 );
+
+
+

placeholderType: String +

+
+Default: false +
+
A class name that gets applied to the otherwise white space.
+Code examples:

Initialize the sortable with the placeholder option specified:

+
$( ".selector" ).sortable({ placeholder: "sortable-placeholder" });
+

Get or set the placeholder option, after initialization:

+
// getter
var placeholder = $( ".selector" ).sortable( "option", "placeholder" );
 
// setter
$( ".selector" ).sortable( "option", "placeholder", "sortable-placeholder" );
+
+
+

revertType: Boolean or Number +

+
+Default: false +
+
Whether the sortable items should revert to their new positions using a smooth animation.
+Multiple types supported:
    +
  • +Boolean: When set to true, the items will animate with the default duration.
  • +
  • +Number: The duration for the animation, in milliseconds.
  • +
+Code examples:

Initialize the sortable with the revert option specified:

+
$( ".selector" ).sortable({ revert: true });
+

Get or set the revert option, after initialization:

+
// getter
var revert = $( ".selector" ).sortable( "option", "revert" );
 
// setter
$( ".selector" ).sortable( "option", "revert", true );
+
+
+

scrollType: Boolean +

+
+Default: true +
+
If set to true, the page scrolls when coming to an edge.
+Code examples:

Initialize the sortable with the scroll option specified:

+
$( ".selector" ).sortable({ scroll: false });
+

Get or set the scroll option, after initialization:

+
// getter
var scroll = $( ".selector" ).sortable( "option", "scroll" );
 
// setter
$( ".selector" ).sortable( "option", "scroll", false );
+
+
+

scrollSensitivityType: Number +

+
+Default: 20 +
+
Defines how near the mouse must be to an edge to start scrolling.
+Code examples:

Initialize the sortable with the scrollSensitivity option specified:

+
$( ".selector" ).sortable({ scrollSensitivity: 10 });
+

Get or set the scrollSensitivity option, after initialization:

+
// getter
var scrollSensitivity = $( ".selector" ).sortable( "option", "scrollSensitivity" );
 
// setter
$( ".selector" ).sortable( "option", "scrollSensitivity", 10 );
+
+
+

scrollSpeedType: Number +

+
+Default: 20 +
+
The speed at which the window should scroll once the mouse pointer gets within the scrollSensitivity distance.
+Code examples:

Initialize the sortable with the scrollSpeed option specified:

+
$( ".selector" ).sortable({ scrollSpeed: 40 });
+

Get or set the scrollSpeed option, after initialization:

+
// getter
var scrollSpeed = $( ".selector" ).sortable( "option", "scrollSpeed" );
 
// setter
$( ".selector" ).sortable( "option", "scrollSpeed", 40 );
+
+
+

toleranceType: String +

+
+Default: "intersect" +
+
+ Specifies which mode to use for testing whether the item being moved is hovering over another item. Possible values: +
    +
  • +"intersect": The item overlaps the other item by at least 50%.
  • +
  • +"pointer": The mouse pointer overlaps the other item.
  • +
+
+Code examples:

Initialize the sortable with the tolerance option specified:

+
$( ".selector" ).sortable({ tolerance: "pointer" });
+

Get or set the tolerance option, after initialization:

+
// getter
var tolerance = $( ".selector" ).sortable( "option", "tolerance" );
 
// setter
$( ".selector" ).sortable( "option", "tolerance", "pointer" );
+
+
+

zIndexType: Integer +

+
+Default: 1000 +
+
Z-index for element/helper while being sorted.
+Code examples:

Initialize the sortable with the zIndex option specified:

+
$( ".selector" ).sortable({ zIndex: 9999 });
+

Get or set the zIndex option, after initialization:

+
// getter
var zIndex = $( ".selector" ).sortable( "option", "zIndex" );
 
// setter
$( ".selector" ).sortable( "option", "zIndex", 9999 );
+

Methods

+

cancel()

+
Cancels a change in the current sortable and reverts it to the state prior to when the current sort was started. Useful in the stop and receive callback functions.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the cancel method:

+
$( ".selector" ).sortable( "cancel" );
+
+
+
+

destroy()

+
+ Removes the sortable functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).sortable( "destroy" );
+
+
+
+

disable()

+
+ Disables the sortable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).sortable( "disable" );
+
+
+
+

enable()

+
+ Enables the sortable. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).sortable( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).sortable( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current sortable options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).sortable( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the sortable option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).sortable( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the sortable.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).sortable( "option", { disabled: true } );
+
+
+
+
+

refresh()

+
Refresh the sortable items. Triggers the reloading of all sortable items, causing new items to be recognized.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).sortable( "refresh" );
+
+
+
+

refreshPositions()

+
Refresh the cached positions of the sortable items. Calling this method refreshes the cached item positions of all sortables.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refreshPositions method:

+
$( ".selector" ).sortable( "refreshPositions" );
+
+
+
+

serialize( options )Returns: String +

+
+

Serializes the sortable's item ids into a form/ajax submittable string. Calling this method produces a hash that can be appended to any url to easily submit a new item order back to the server.

+ +

It works by default by looking at the id of each item in the format "setname_number", and it spits out a hash like "setname[]=number&setname[]=number".

+ +

Note: If serialize returns an empty string, make sure the id attributes include an underscore. They must be in the form: "set_number" For example, a 3 element list with id attributes "foo_1", "foo_5", "foo_2" will serialize to "foo[]=1&foo[]=5&foo[]=2". You can use an underscore, equal sign or hyphen to separate the set and number. For example "foo=1", "foo-1", and "foo_1" all serialize to "foo[]=1".

+
+
  • +
    options
    +
    Type: Object +
    +
    Options to customize the serialization.
    +
      +
    • +
      +key (default: the part of the attribute in front of the separator)
      +
      Type: String +
      +
      Replaces part1[] with the specified value.
      +
    • +
    • +
      +attribute (default: "id")
      +
      Type: String +
      +
      The name of the attribute to use for the values.
      +
    • +
    • +
      +expression (default: /(.+)[-=_](.+)/)
      +
      Type: RegExp +
      +
      A regular expression used to split the attribute value into key and value parts.
      +
    • +
    +
+
+Code examples:

Invoke the serialize method:

+
var sorted = $( ".selector" ).sortable( "serialize", { key: "sort" } );
+
+
+
+

toArray()Returns: Array +

+
Serializes the sortable's item id's into an array of string.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the toArray method:

+
var sortedIDs = $( ".selector" ).sortable( "toArray" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the sortable element. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).sortable( "widget" );
+
+

Events

+

activate( event, ui )Type: sortactivate +

+
This event is triggered when using connected lists, every connected list on drag start receives it.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the activate callback specified:

+
$( ".selector" ).sortable({
    activate: function( event, ui ) {}
});
+

Bind an event listener to the sortactivate event:

+
$( ".selector" ).on( "sortactivate", function( event, ui ) {} );
+
+
+
+

beforeStop( event, ui )Type: sortbeforestop +

+
This event is triggered when sorting stops, but when the placeholder/helper is still available.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the beforeStop callback specified:

+
$( ".selector" ).sortable({
    beforeStop: function( event, ui ) {}
});
+

Bind an event listener to the sortbeforestop event:

+
$( ".selector" ).on( "sortbeforestop", function( event, ui ) {} );
+
+
+
+

change( event, ui )Type: sortchange +

+
This event is triggered during sorting, but only when the DOM position has changed.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the change callback specified:

+
$( ".selector" ).sortable({
    change: function( event, ui ) {}
});
+

Bind an event listener to the sortchange event:

+
$( ".selector" ).on( "sortchange", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: sortcreate +

+
+ Triggered when the sortable is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the sortable with the create callback specified:

+
$( ".selector" ).sortable({
    create: function( event, ui ) {}
});
+

Bind an event listener to the sortcreate event:

+
$( ".selector" ).on( "sortcreate", function( event, ui ) {} );
+
+
+
+

deactivate( event, ui )Type: sortdeactivate +

+
This event is triggered when sorting was stopped, is propagated to all possible connected lists.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the deactivate callback specified:

+
$( ".selector" ).sortable({
    deactivate: function( event, ui ) {}
});
+

Bind an event listener to the sortdeactivate event:

+
$( ".selector" ).on( "sortdeactivate", function( event, ui ) {} );
+
+
+
+

out( event, ui )Type: sortout +

+
This event is triggered when a sortable item is moved away from a connected list.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the out callback specified:

+
$( ".selector" ).sortable({
    out: function( event, ui ) {}
});
+

Bind an event listener to the sortout event:

+
$( ".selector" ).on( "sortout", function( event, ui ) {} );
+
+
+
+

over( event, ui )Type: sortover +

+
This event is triggered when a sortable item is moved into a connected list.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the over callback specified:

+
$( ".selector" ).sortable({
    over: function( event, ui ) {}
});
+

Bind an event listener to the sortover event:

+
$( ".selector" ).on( "sortover", function( event, ui ) {} );
+
+
+
+

receive( event, ui )Type: sortreceive +

+
This event is triggered when a connected sortable list has received an item from another list.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the receive callback specified:

+
$( ".selector" ).sortable({
    receive: function( event, ui ) {}
});
+

Bind an event listener to the sortreceive event:

+
$( ".selector" ).on( "sortreceive", function( event, ui ) {} );
+
+
+
+

remove( event, ui )Type: sortremove +

+
This event is triggered when a sortable item has been dragged out from the list and into another.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the remove callback specified:

+
$( ".selector" ).sortable({
    remove: function( event, ui ) {}
});
+

Bind an event listener to the sortremove event:

+
$( ".selector" ).on( "sortremove", function( event, ui ) {} );
+
+
+
+

sort( event, ui )Type: sort +

+
This event is triggered during sorting.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the sort callback specified:

+
$( ".selector" ).sortable({
    sort: function( event, ui ) {}
});
+

Bind an event listener to the sort event:

+
$( ".selector" ).on( "sort", function( event, ui ) {} );
+
+
+
+

start( event, ui )Type: sortstart +

+
This event is triggered when sorting starts.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the start callback specified:

+
$( ".selector" ).sortable({
    start: function( event, ui ) {}
});
+

Bind an event listener to the sortstart event:

+
$( ".selector" ).on( "sortstart", function( event, ui ) {} );
+
+
+
+

stop( event, ui )Type: sortstop +

+
This event is triggered when sorting has stopped.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the stop callback specified:

+
$( ".selector" ).sortable({
    stop: function( event, ui ) {}
});
+

Bind an event listener to the sortstop event:

+
$( ".selector" ).on( "sortstop", function( event, ui ) {} );
+
+
+
+

update( event, ui )Type: sortupdate +

+
This event is triggered when the user stopped sorting and the DOM position has changed.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      helper
      +
      Type: jQuery +
      +
      The jQuery object representing the helper being sorted
      +
    • +
    • +
      item
      +
      Type: jQuery +
      +
      The jQuery object representing the current dragged element
      +
    • +
    • +
      offset
      +
      Type: Object +
      +
      The current absolute position of the helper represented as { top, left } +
      +
    • +
    • +
      position
      +
      Type: Object +
      +
      The current position of the helper represented as { top, left } +
      +
    • +
    • +
      originalPosition
      +
      Type: Object +
      +
      The original position of the element represented as { top, left } +
      +
    • +
    • +
      sender
      +
      Type: jQuery +
      +
      The sortable that the item comes from if moving from one sortable to another
      +
    • +
    +
  • +
+
+Code examples:

Initialize the sortable with the update callback specified:

+
$( ".selector" ).sortable({
    update: function( event, ui ) {}
});
+

Bind an event listener to the sortupdate event:

+
$( ".selector" ).on( "sortupdate", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Sortable.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>sortable demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<ul id="sortable">
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
    <li>Item 4</li>
    <li>Item 5</li>
</ul>
 
<script>$("#sortable").sortable();</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/spinner.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/spinner.html new file mode 100644 index 0000000..b6ab6e4 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/spinner.html @@ -0,0 +1,572 @@ + + + + + jQuery UI spinner documentation + + + + + +

+Spinner Widgetversion added: 1.9 +

+
+

Description: + Enhance a text input for entering numeric values, with up/down buttons and arrow key handling. +

+

QuickNavExamples +

+ +
+

Events

+ + + + + +
+

Spinner, or number stepper, widget is perfect for handling all kinds of numeric input. It allow users to type a value directly or modify an existing value by spinning with the keyboard, mouse or scrollwheel. When combined with Globalize, you can even spin currencies and dates in a variety of locales.

+ +

Spinner wraps a text input, adds two buttons to increment and decrement the current value, along with handling key events for the same purpose. It delegates to Globalize for number formatting and parsing.

+ +

Keyboard interaction

+ +
    +
  • UP: Increment the value by one step.
  • +
  • DOWN: Decrement the value by one step.
  • +
  • PAGE UP: Increment the value by one page.
  • +
  • PAGE DOWN: Decrement the value by one page.
  • +
+ +

Focus stays in the text field, even after using the mouse to click one of the spin buttons.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

cultureType: String +

+
+Default: null +
+
Sets the culture to use for parsing and formatting the value. If null, the currently set culture in Globalize is used, see Globalize docs for available cultures. Only relevant if the numberFormat option is set. Requires Globalize to be included.
+Code examples:

Initialize the spinner with the culture option specified:

+
$( ".selector" ).spinner({ culture: "fr" });
+

Get or set the culture option, after initialization:

+
// getter
var culture = $( ".selector" ).spinner( "option", "culture" );
 
// setter
$( ".selector" ).spinner( "option", "culture", "fr" );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the spinner if set to true.
+Code examples:

Initialize the spinner with the disabled option specified:

+
$( ".selector" ).spinner({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).spinner( "option", "disabled" );
 
// setter
$( ".selector" ).spinner( "option", "disabled", true );
+
+
+

iconsType: Object +

+
+Default: { down: "ui-icon-triangle-1-s", up: "ui-icon-triangle-1-n" } +
+
+ Icons to use for buttons, matching an icon defined by the jQuery UI CSS Framework. +
    +
  • up (string, default: "ui-icon-triangle-1-n")
  • +
  • down (string, default: "ui-icon-triangle-1-s")
  • +
+
+Code examples:

Initialize the spinner with the icons option specified:

+
$( ".selector" ).spinner({ icons: { down: "custom-down-icon", up: "custom-up-icon" } });
+

Get or set the icons option, after initialization:

+
// getter
var icons = $( ".selector" ).spinner( "option", "icons" );
 
// setter
$( ".selector" ).spinner( "option", "icons", { down: "custom-down-icon", up: "custom-up-icon" } );
+
+
+

incrementalType: Boolean or Function() +

+
+Default: true +
+
Controls the number of steps taken when holding down a spin button.
+Multiple types supported:
    +
  • +Boolean: When set to true, the stepping delta will increase when spun incessantly. When set to false, all steps are equal (as defined by the step option).
  • +
  • +Function: Receives one parameter: the number of spins that have occurred. Must return the number of steps that should occur for the current spin.
  • +
+Code examples:

Initialize the spinner with the incremental option specified:

+
$( ".selector" ).spinner({ incremental: false });
+

Get or set the incremental option, after initialization:

+
// getter
var incremental = $( ".selector" ).spinner( "option", "incremental" );
 
// setter
$( ".selector" ).spinner( "option", "incremental", false );
+
+
+

maxType: Number or String +

+
+Default: null +
+
The maximum allowed value. The element's max attribute is used if it exists and the option is not explicitly set. If null, there is no maximum enforced.
+Multiple types supported:
    +
  • +Number: The maximum value.
  • +
  • +String: If Globalize is included, the max option can be passed as a string which will be parsed based on the numberFormat and culture options; otherwise it will fall back to the native parseFloat() method.
  • +
+Code examples:

Initialize the spinner with the max option specified:

+
$( ".selector" ).spinner({ max: 50 });
+

Get or set the max option, after initialization:

+
// getter
var max = $( ".selector" ).spinner( "option", "max" );
 
// setter
$( ".selector" ).spinner( "option", "max", 50 );
+
+
+

minType: Number or String +

+
+Default: null +
+
The minimum allowed value. The element's min attribute is used if it exists and the option is not explicitly set. If null, there is no minimum enforced.
+Multiple types supported:
    +
  • +Number: The minimum value.
  • +
  • +String: If Globalize is included, the min option can be passed as a string which will be parsed based on the numberFormat and culture options; otherwise it will fall back to the native parseFloat() method.
  • +
+Code examples:

Initialize the spinner with the min option specified:

+
$( ".selector" ).spinner({ min: 0 });
+

Get or set the min option, after initialization:

+
// getter
var min = $( ".selector" ).spinner( "option", "min" );
 
// setter
$( ".selector" ).spinner( "option", "min", 0 );
+
+
+

numberFormatType: String +

+
+Default: null +
+
Format of numbers passed to Globalize, if available. Most common are "n" for a decimal number and "C" for a currency value. Also see the culture option.
+Code examples:

Initialize the spinner with the numberFormat option specified:

+
$( ".selector" ).spinner({ numberFormat: "n" });
+

Get or set the numberFormat option, after initialization:

+
// getter
var numberFormat = $( ".selector" ).spinner( "option", "numberFormat" );
 
// setter
$( ".selector" ).spinner( "option", "numberFormat", "n" );
+
+
+

pageType: Number +

+
+Default: 10 +
+
The number of steps to take when paging via the pageUp/pageDown methods.
+Code examples:

Initialize the spinner with the page option specified:

+
$( ".selector" ).spinner({ page: 5 });
+

Get or set the page option, after initialization:

+
// getter
var page = $( ".selector" ).spinner( "option", "page" );
 
// setter
$( ".selector" ).spinner( "option", "page", 5 );
+
+
+

stepType: Number or String +

+
+Default: 1 +
+
The size of the step to take when spinning via buttons or via the stepUp()/stepDown() methods. The element's step attribute is used if it exists and the option is not explicitly set.
+Multiple types supported:
    +
  • +Number: The size of the step.
  • +
  • +String: If Globalize is included, the step option can be passed as a string which will be parsed based on the numberFormat and culture options, otherwise it will fall back to the native parseFloat.
  • +
+Code examples:

Initialize the spinner with the step option specified:

+
$( ".selector" ).spinner({ step: 2 });
+

Get or set the step option, after initialization:

+
// getter
var step = $( ".selector" ).spinner( "option", "step" );
 
// setter
$( ".selector" ).spinner( "option", "step", 2 );
+

Methods

+

destroy()

+
+ Removes the spinner functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).spinner( "destroy" );
+
+
+
+

disable()

+
+ Disables the spinner. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).spinner( "disable" );
+
+
+
+

enable()

+
+ Enables the spinner. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).spinner( "enable" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).spinner( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current spinner options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).spinner( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the spinner option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).spinner( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the spinner.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).spinner( "option", { disabled: true } );
+
+
+
+
+

pageDown( [pages ] )

+
+ Decrements the value by the specified number of pages, as defined by the page option. Without the parameter, a single page is decremented. +
+
  • +
    pages
    +
    Type: Number +
    +
    Number of pages to decrement, defaults to 1.
    +
+
+Code examples:

Invoke the pageDown method:

+
$( ".selector" ).spinner( "pageDown" );
+
+
+
+

pageUp( [pages ] )

+
+ Increments the value by the specified number of pages, as defined by the page option. Without the parameter, a single page is incremented. +
+
  • +
    pages
    +
    Type: Number +
    +
    Number of pages to increment, defaults to 1.
    +
+
+Code examples:

Invoke the pageUp method:

+
$( ".selector" ).spinner( "pageUp", 10 );
+
+
+
+

stepDown( [steps ] )

+
+ Decrements the value by the specified number of steps. Without the parameter, a single step is decremented. +

If the resulting value is above the max, below the min, or reuslts in a step mismatch, the value will be adjusted to the closest valid value.

+
+
  • +
    steps
    +
    Type: Number +
    +
    Number of steps to decrement, defaults to 1.
    +
+
+Code examples:

Invoke the stepDown method:

+
$( ".selector" ).spinner( "stepDown" );
+
+
+
+

stepUp( [steps ] )

+
+ Increments the value by the specified number of steps. Without the parameter, a single step is incremented. +

If the resulting value is above the max, below the min, or reuslts in a step mismatch, the value will be adjusted to the closest valid value.

+
+
  • +
    steps
    +
    Type: Number +
    +
    Number of steps to increment, defaults to 1.
    +
+
+Code examples:

Invoke the stepUp method:

+
$( ".selector" ).spinner( "stepUp", 5 );
+
+
+
+
+

value()Returns: Number +

+
Gets the current value as a number. The value is parsed based on the numberFormat and culture options.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var value = $( ".selector" ).spinner( "value" );
+
+
+
+

value( value )

+
+ +
+Code examples:

Invoke the method:

+
$( ".selector" ).spinner( "value", 50 );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the generated wrapper. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).spinner( "widget" );
+
+

Events

+

change( event, ui )Type: spinchange +

+
+ Triggered when the value of the spinner has changed and the input is no longer focused. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the spinner with the change callback specified:

+
$( ".selector" ).spinner({
    change: function( event, ui ) {}
});
+

Bind an event listener to the spinchange event:

+
$( ".selector" ).on( "spinchange", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: spincreate +

+
+ Triggered when the spinner is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the spinner with the create callback specified:

+
$( ".selector" ).spinner({
    create: function( event, ui ) {}
});
+

Bind an event listener to the spincreate event:

+
$( ".selector" ).on( "spincreate", function( event, ui ) {} );
+
+
+
+

spin( event, ui )Type: spin +

+
+ Triggered during increment/decrement (to determine direction of spin compare current value with ui.value). +

Can be canceled, preventing the value from being updated.

+
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      value
      +
      Type: Number +
      +
      The new value to be set, unless the event is cancelled.
      +
    +
  • +
+
+Code examples:

Initialize the spinner with the spin callback specified:

+
$( ".selector" ).spinner({
    spin: function( event, ui ) {}
});
+

Bind an event listener to the spin event:

+
$( ".selector" ).on( "spin", function( event, ui ) {} );
+
+
+
+

start( event, ui )Type: spinstart +

+
+ Triggered before a spin. Can be canceled, preventing the spin from occurring. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the spinner with the start callback specified:

+
$( ".selector" ).spinner({
    start: function( event, ui ) {}
});
+

Bind an event listener to the spinstart event:

+
$( ".selector" ).on( "spinstart", function( event, ui ) {} );
+
+
+
+

stop( event, ui )Type: spinstop +

+
Triggered after a spin.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the spinner with the stop callback specified:

+
$( ".selector" ).spinner({
    stop: function( event, ui ) {}
});
+

Bind an event listener to the spinstop event:

+
$( ".selector" ).on( "spinstop", function( event, ui ) {} );
+
+

Example:

+

Plain number spinner

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>spinner demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<input id="spinner">
 
<script>
$( "#spinner" ).spinner();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/tabs.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/tabs.html new file mode 100644 index 0000000..d6fd11e --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/tabs.html @@ -0,0 +1,635 @@ + + + + + jQuery UI tabs documentation + + + + + +

+Tabs Widgetversion added: 1.0 +

+
+

Description: A single content area with multiple panels, each associated with a header in a list.

+

QuickNavExamples +

+ +
+

Tabs are generally used to break content into multiple sections that can be swapped to save space, much like an accordion.

+ +

The content for each tab panel can be defined in-page or can be loaded via Ajax; both are handled automatically based on the href of the anchor associated with the tab. By default tabs are activated on click, but the events can be changed to hover via the event option.

+ +

Keyboard interaction

+ +

When focus is on a tab, the following key commands are available:

+
    +
  • UP/LEFT: Move focus to the previous tab. If on first tab, moves focus to last tab. Activate focused tab after a short delay.
  • +
  • DOWN/RIGHT: Move focus to the next tab. If on last tab, moves focus to first tab. Activate focused tab after a short delay.
  • +
  • HOME: Move focus to the first tab. Activate focused tab after a short delay.
  • +
  • END: Move focus to the last tab. Activate focused tab after a short delay.
  • +
  • SPACE: Activate panel associated with focused tab.
  • +
  • ENTER: Activate or toggle panel associated with focused tab.
  • +
  • ALT+PAGE UP: Move focus to the previous tab and immediately activate.
  • +
  • ALT+PAGE DOWN: Move focus to the next tab and immediately activate.
  • +
+ +

When focus is in a panel, the following key commands are available:

+
    +
  • CTRL+UP: Move focus to associated tab.
  • +
  • ALT+PAGE UP: Move focus to the previous tab and immediately activate.
  • +
  • ALT+PAGE DOWN: Move focus to the next tab and immediately activate.
  • +
+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

activeType: Boolean or Integer +

+
+Default: 0 +
+
+ Which panel is currently open. +
+Multiple types supported:
    +
  • +Boolean: Setting active to false will collapse all panels. This requires the collapsible option to be true.
  • +
  • +Integer: The zero-based index of the panel that is active (open). A negative value selects panels going backward from the last panel.
  • +
+Code examples:

Initialize the tabs with the active option specified:

+
$( ".selector" ).tabs({ active: 1 });
+

Get or set the active option, after initialization:

+
// getter
var active = $( ".selector" ).tabs( "option", "active" );
 
// setter
$( ".selector" ).tabs( "option", "active", 1 );
+
+
+

collapsibleType: Boolean +

+
+Default: false +
+
When set to true, the active panel can be closed.
+Code examples:

Initialize the tabs with the collapsible option specified:

+
$( ".selector" ).tabs({ collapsible: true });
+

Get or set the collapsible option, after initialization:

+
// getter
var collapsible = $( ".selector" ).tabs( "option", "collapsible" );
 
// setter
$( ".selector" ).tabs( "option", "collapsible", true );
+
+
+

disabledType: Boolean or Array +

+
+Default: false +
+
Which tabs are disabled.
+Multiple types supported:
    +
  • +Boolean: Enable or disable all tabs.
  • +
  • +Array: An array containing the zero-based indexes of the tabs that should be disabled, e.g., [ 0, 2 ] would disable the first and third tab.
  • +
+Code examples:

Initialize the tabs with the disabled option specified:

+
$( ".selector" ).tabs({ disabled: [ 0, 2 ] });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).tabs( "option", "disabled" );
 
// setter
$( ".selector" ).tabs( "option", "disabled", [ 0, 2 ] );
+
+
+

eventType: String +

+
+Default: "click" +
+
The type of event that the tabs should react to in order to activate the tab. To activate on hover, use "mouseover".
+Code examples:

Initialize the tabs with the event option specified:

+
$( ".selector" ).tabs({ event: "mouseover" });
+

Get or set the event option, after initialization:

+
// getter
var event = $( ".selector" ).tabs( "option", "event" );
 
// setter
$( ".selector" ).tabs( "option", "event", "mouseover" );
+
+
+

heightStyleType: String +

+
+Default: "content" +
+
+ Controls the height of the tabs widget and each panel. Possible values: +
    +
  • +"auto": All panels will be set to the height of the tallest panel.
  • +
  • +"fill": Expand to the available height based on the tabs' parent height.
  • +
  • +"content": Each panel will be only as tall as its content.
  • +
+
+Code examples:

Initialize the tabs with the heightStyle option specified:

+
$( ".selector" ).tabs({ heightStyle: "fill" });
+

Get or set the heightStyle option, after initialization:

+
// getter
var heightStyle = $( ".selector" ).tabs( "option", "heightStyle" );
 
// setter
$( ".selector" ).tabs( "option", "heightStyle", "fill" );
+
+
+

hideType: Boolean or Number or String or Object +

+
+Default: null +
+
If and how to animate the hiding of the panel.
+Multiple types supported:
    +
  • +Boolean: + When set to false, no animation will be used and the panel will be hidden immediately. + When set to true, the panel will fade out with the default duration and the default easing. +
  • +
  • +Number: + The panel will fade out with the specified duration and the default easing. +
  • +
  • +String: + The panel will be hidden using the specified effect. + The value can either be the name of a built-in jQuery animateion method, such as "slideUp", or the name of a jQuery UI effect, such as "fold". + In either case the effect will be used with the default duration and the default easing. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. If the effect property contains the name of a jQuery method, then that method will be used; otherwise it is assumed to be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If effect is omitted, then "fadeOut" will be used.
  • +
+Code examples:

Initialize the tabs with the hide option specified:

+
$( ".selector" ).tabs({ hide: { effect: "explode", duration: 1000 } });
+

Get or set the hide option, after initialization:

+
// getter
var hide = $( ".selector" ).tabs( "option", "hide" );
 
// setter
$( ".selector" ).tabs( "option", "hide", { effect: "explode", duration: 1000 } );
+
+
+

showType: Boolean or Number or String or Object +

+
+Default: null +
+
If and how to animate the showing of the panel.
+Multiple types supported:
    +
  • +Boolean: + When set to false, no animation will be used and the panel will be shown immediately. + When set to true, the panel will fade in with the default duration and the default easing. +
  • +
  • +Number: + The panel will fade in with the specified duration and the default easing. +
  • +
  • +String: + The panel will be shown using the specified effect. + The value can either be the name of a built-in jQuery animateion method, such as "slideDown", or the name of a jQuery UI effect, such as "fold". + In either case the effect will be used with the default duration and the default easing. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. If the effect property contains the name of a jQuery method, then that method will be used; otherwise it is assumed to be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If effect is omitted, then "fadeIn" will be used.
  • +
+Code examples:

Initialize the tabs with the show option specified:

+
$( ".selector" ).tabs({ show: { effect: "blind", duration: 800 } });
+

Get or set the show option, after initialization:

+
// getter
var show = $( ".selector" ).tabs( "option", "show" );
 
// setter
$( ".selector" ).tabs( "option", "show", { effect: "blind", duration: 800 } );
+

Methods

+

destroy()

+
+ Removes the tabs functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).tabs( "destroy" );
+
+
+
+
+

disable()

+
Disables all tabs.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
$( ".selector" ).tabs( "disable" );
+
+
+
+

disable( index )

+
+ Disables a tab. The selected tab cannot be disabled. To disable more than one tab at once, set the disabled option: $( "#tabs" ).tabs( "option", "disabled", [ 1, 2, 3 ] ). +
+ +
+Code examples:

Invoke the method:

+
$( ".selector" ).tabs( "disable", 1 );
+
+
+
+
+
+

enable()

+
Enables all tabs.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
$( ".selector" ).tabs( "enable" );
+
+
+
+

enable( index )

+
Enables a tab. To enable more than one tab at once reset the disabled property like: $( "#example" ).tabs( "option", "disabled", [] );.
+ +
+Code examples:

Invoke the method:

+
$( ".selector" ).tabs( "enable", 1 );
+
+
+
+
+

load( index )

+
Loads the panel content of a remote tab.
+ +
+Code examples:

Invoke the load method:

+
$( ".selector" ).tabs( "load", 1 );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).tabs( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current tabs options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).tabs( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the tabs option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).tabs( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the tabs.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).tabs( "option", { disabled: true } );
+
+
+
+
+

refresh()

+
Process any tabs that were added or removed directly in the DOM and recompute the height of the tab panels. Results depend on the content and the heightStyle option.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the refresh method:

+
$( ".selector" ).tabs( "refresh" );
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the tabs container. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).tabs( "widget" );
+
+

Events

+

activate( event, ui )Type: tabsactivate +

+
Triggered after a tab has been activated (after animation completes). If the tabs were previously collapsed, ui.oldTab and ui.oldPanel will be empty jQuery objects. If the tabs are collapsing, ui.newTab and ui.newPanel will be empty jQuery objects.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      newTab
      +
      Type: jQuery +
      +
      The tab that was just activated.
      +
    • +
    • +
      oldTab
      +
      Type: jQuery +
      +
      The tab that was just deactivated.
      +
    • +
    • +
      newPanel
      +
      Type: jQuery +
      +
      The panel that was just activated.
      +
    • +
    • +
      oldPanel
      +
      Type: jQuery +
      +
      The panel that was just deactivated.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the tabs with the activate callback specified:

+
$( ".selector" ).tabs({
    activate: function( event, ui ) {}
});
+

Bind an event listener to the tabsactivate event:

+
$( ".selector" ).on( "tabsactivate", function( event, ui ) {} );
+
+
+
+

beforeActivate( event, ui )Type: tabsbeforeactivate +

+
Triggered directly after a tab is activated. Can be canceled to prevent the tab from activating. If the tabs are currently collapsed, ui.oldTab and ui.oldPanel will be empty jQuery objects. If the tabs are collapsing, ui.newTab and ui.newPanel will be empty jQuery objects.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      newTab
      +
      Type: jQuery +
      +
      The tab that is about to be activated.
      +
    • +
    • +
      oldTab
      +
      Type: jQuery +
      +
      The tab that is about to be deactivated.
      +
    • +
    • +
      newPanel
      +
      Type: jQuery +
      +
      The panel that is about to be activated.
      +
    • +
    • +
      oldPanel
      +
      Type: jQuery +
      +
      The panel that is about to be deactivated.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the tabs with the beforeActivate callback specified:

+
$( ".selector" ).tabs({
    beforeActivate: function( event, ui ) {}
});
+

Bind an event listener to the tabsbeforeactivate event:

+
$( ".selector" ).on( "tabsbeforeactivate", function( event, ui ) {} );
+
+
+
+

beforeLoad( event, ui )Type: tabsbeforeload +

+
Triggered when a remote tab is about to be loaded, after the beforeActivate event. Can be canceled to prevent the tab panel from loading content; though the panel will still be activated. This event is triggered just before the Ajax request is made, so modifications can be made to ui.jqXHR and ui.ajaxSettings.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      tab
      +
      Type: jQuery +
      +
      The tab that is being loaded.
      +
    • +
    • +
      panel
      +
      Type: jQuery +
      +
      The panel which will be populated by the Ajax response.
      +
    • +
    • +
      jqXHR
      +
      Type: jqXHR +
      +
      The jqXHR object that is requesting the content.
      +
    • +
    • +
      ajaxSettings
      +
      Type: Object +
      +
      The settings that will be used by jQuery.ajax to request the content.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the tabs with the beforeLoad callback specified:

+
$( ".selector" ).tabs({
    beforeLoad: function( event, ui ) {}
});
+

Bind an event listener to the tabsbeforeload event:

+
$( ".selector" ).on( "tabsbeforeload", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: tabscreate +

+
Triggered when the tabs are created. If the tabs are collapsed, ui.tab and ui.panel will be empty jQuery objects.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      tab
      +
      Type: jQuery +
      +
      The active tab.
      +
    • +
    • +
      panel
      +
      Type: jQuery +
      +
      The active panel.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the tabs with the create callback specified:

+
$( ".selector" ).tabs({
    create: function( event, ui ) {}
});
+

Bind an event listener to the tabscreate event:

+
$( ".selector" ).on( "tabscreate", function( event, ui ) {} );
+
+
+
+

load( event, ui )Type: tabsload +

+
Triggered after a remote tab has been loaded.
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
      +
    • +
      tab
      +
      Type: jQuery +
      +
      The tab that was just loaded.
      +
    • +
    • +
      panel
      +
      Type: jQuery +
      +
      The panel which was just populated by the Ajax response.
      +
    • +
    +
  • +
+
+Code examples:

Initialize the tabs with the load callback specified:

+
$( ".selector" ).tabs({
    load: function( event, ui ) {}
});
+

Bind an event listener to the tabsload event:

+
$( ".selector" ).on( "tabsload", function( event, ui ) {} );
+
+

Example:

+

A simple jQuery UI Tabs

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>tabs demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div id="tabs">
    <ul>
        <li><a href="#fragment-1"><span>One</span></a></li>
        <li><a href="#fragment-2"><span>Two</span></a></li>
        <li><a href="#fragment-3"><span>Three</span></a></li>
    </ul>
    <div id="fragment-1">
        <p>First tab is active by default:</p>
        <pre><code>$( "#tabs" ).tabs(); </code></pre>
    </div>
    <div id="fragment-2">
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    </div>
    <div id="fragment-3">
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    </div>
</div>
 
<script>
$( "#tabs" ).tabs();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/tooltip.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/tooltip.html new file mode 100644 index 0000000..ed39a84 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/tooltip.html @@ -0,0 +1,465 @@ + + + + + jQuery UI tooltip documentation + + + + + +

+Tooltip Widgetversion added: 1.9 +

+
+

Description: Customizable, themeable tooltips, replacing native tooltips.

+

QuickNavExamples +

+ +
+

Events

+ + + +
+

Tooltip replaces native tooltips, making them themable as well as allowing various customizations:

+ +
    +
  • Display other content than just the title, like inline footnotes or extra content retrieved via Ajax.
  • +
  • Customize the positioning, e.g., to center the tooltip above elements.
  • +
  • Add extra styling to customize the appearance, for warning or error fields.
  • +
+ +

A fade animation is used by default to show and hide the tooltip, making the appearance a bit more organic, compared to just toggling the visiblity. This can be customized with the show and hide options.

+ +

The items and content options need to stay in-sync. If you change one of them, you need to change the other.

+ +

In general, disabled elements do not trigger any DOM events. Therefore, it is not possible to properly control tooltips for disabled elements, since we need to listen to events to determine when to show and hide the tooltip. As a result, jQuery UI does not guarantee any level of support for tooltips attached to disabled elements. Unfortunately, this means that if you require tooltips on disabled elements, you may end up with a mixture of native tooltips and jQuery UI tooltips.

+
+

Additional Notes:

+
  • + This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. +
+

Options

+

contentType: Function() or String +

+
+Default: function returning the title attribute +
+
+

The content of the tooltip.

+ +

When changing this option, you likely need to also change the items option.

+
+Multiple types supported:
    +
  • +Function: A callback which can either return the content directly, or call the first argument, passing in the content, e.g., for Ajax content.
  • +
  • +String: A string of HTML to use for the tooltip content.
  • +
+Code examples:

Initialize the tooltip with the content option specified:

+
$( ".selector" ).tooltip({ content: "Awesome title!" });
+

Get or set the content option, after initialization:

+
// getter
var content = $( ".selector" ).tooltip( "option", "content" );
 
// setter
$( ".selector" ).tooltip( "option", "content", "Awesome title!" );
+
+
+

disabledType: Boolean +

+
+Default: false +
+
Disables the tooltip if set to true.
+Code examples:

Initialize the tooltip with the disabled option specified:

+
$( ".selector" ).tooltip({ disabled: true });
+

Get or set the disabled option, after initialization:

+
// getter
var disabled = $( ".selector" ).tooltip( "option", "disabled" );
 
// setter
$( ".selector" ).tooltip( "option", "disabled", true );
+
+
+

hideType: Boolean or Number or String or Object +

+
+Default: null +
+
If and how to animate the hiding of the tooltip.
+Multiple types supported:
    +
  • +Boolean: + When set to false, no animation will be used and the tooltip will be hidden immediately. + When set to true, the tooltip will fade out with the default duration and the default easing. +
  • +
  • +Number: + The tooltip will fade out with the specified duration and the default easing. +
  • +
  • +String: + The tooltip will be hidden using the specified effect. + The value can either be the name of a built-in jQuery animateion method, such as "slideUp", or the name of a jQuery UI effect, such as "fold". + In either case the effect will be used with the default duration and the default easing. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. If the effect property contains the name of a jQuery method, then that method will be used; otherwise it is assumed to be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If effect is omitted, then "fadeOut" will be used.
  • +
+Code examples:

Initialize the tooltip with the hide option specified:

+
$( ".selector" ).tooltip({ hide: { effect: "explode", duration: 1000 } });
+

Get or set the hide option, after initialization:

+
// getter
var hide = $( ".selector" ).tooltip( "option", "hide" );
 
// setter
$( ".selector" ).tooltip( "option", "hide", { effect: "explode", duration: 1000 } );
+
+
+

itemsType: Selector +

+
+Default: [title] +
+
+

A selector indicating which items should show tooltips. Customize if you're using something other then the title attribute for the tooltip content, or if you need a different selector for event delegation.

+ +

When changing this option, you likely need to also change the content option.

+
+Code examples:

Initialize the tooltip with the items option specified:

+
$( ".selector" ).tooltip({ items: "img[alt]" });
+

Get or set the items option, after initialization:

+
// getter
var items = $( ".selector" ).tooltip( "option", "items" );
 
// setter
$( ".selector" ).tooltip( "option", "items", "img[alt]" );
+
+
+

positionType: Object +

+
+Default: { my: "left top+15", at: "left bottom", collision: "flipfit" } +
+
+

Configuration for the Position utility. The of property defaults to the target element, but can also be overriden.

+ +

Note: In 1.9.0, the default value was { my: "left+15 center", at: "right center", collision: "flipfit" }, but this was changed to more closely match native tooltip positioning.

+
+Code examples:

Initialize the tooltip with the position option specified:

+
$( ".selector" ).tooltip({ position: { my: "left+15 center", at: "right center" } });
+

Get or set the position option, after initialization:

+
// getter
var position = $( ".selector" ).tooltip( "option", "position" );
 
// setter
$( ".selector" ).tooltip( "option", "position", { my: "left+15 center", at: "right center" } );
+
+
+

showType: Boolean or Number or String or Object +

+
+Default: null +
+
If and how to animate the showing of the tooltip.
+Multiple types supported:
    +
  • +Boolean: + When set to false, no animation will be used and the tooltip will be shown immediately. + When set to true, the tooltip will fade in with the default duration and the default easing. +
  • +
  • +Number: + The tooltip will fade in with the specified duration and the default easing. +
  • +
  • +String: + The tooltip will be shown using the specified effect. + The value can either be the name of a built-in jQuery animateion method, such as "slideDown", or the name of a jQuery UI effect, such as "fold". + In either case the effect will be used with the default duration and the default easing. +
  • +
  • +Object: If the value is an object, then effect, duration, and easing properties may be provided. If the effect property contains the name of a jQuery method, then that method will be used; otherwise it is assumed to be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If effect is omitted, then "fadeIn" will be used.
  • +
+Code examples:

Initialize the tooltip with the show option specified:

+
$( ".selector" ).tooltip({ show: { effect: "blind", duration: 800 } });
+

Get or set the show option, after initialization:

+
// getter
var show = $( ".selector" ).tooltip( "option", "show" );
 
// setter
$( ".selector" ).tooltip( "option", "show", { effect: "blind", duration: 800 } );
+
+
+

tooltipClassType: String +

+
+Default: null +
+
+ A class to add to the widget, can be used to display various tooltip types, like warnings or errors. +

This may get replaced by the classes option.

+
+Code examples:

Initialize the tooltip with the tooltipClass option specified:

+
$( ".selector" ).tooltip({ tooltipClass: "custom-tooltip-styling" });
+

Get or set the tooltipClass option, after initialization:

+
// getter
var tooltipClass = $( ".selector" ).tooltip( "option", "tooltipClass" );
 
// setter
$( ".selector" ).tooltip( "option", "tooltipClass", "custom-tooltip-styling" );
+
+
+

trackType: Boolean +

+
+Default: false +
+
+ Whether the tooltip should track (follow) the mouse. +
+Code examples:

Initialize the tooltip with the track option specified:

+
$( ".selector" ).tooltip({ track: true });
+

Get or set the track option, after initialization:

+
// getter
var track = $( ".selector" ).tooltip( "option", "track" );
 
// setter
$( ".selector" ).tooltip( "option", "track", true );
+

Methods

+

close()

+
+ Closes a tooltip. This is only intended to be called for non-delegated tooltips. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the close method:

+
$( ".selector" ).tooltip( "close" );
+
+
+
+

destroy()

+
+ Removes the tooltip functionality completely. This will return the element back to its pre-init state. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the destroy method:

+
$( ".selector" ).tooltip( "destroy" );
+
+
+
+

disable()

+
+ Disables the tooltip. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the disable method:

+
$( ".selector" ).tooltip( "disable" );
+
+
+
+

enable()

+
+ Enables the tooltip. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the enable method:

+
$( ".selector" ).tooltip( "enable" );
+
+
+
+

open()

+
+ Programmatically open a tooltip. This is only intended to be called for non-delegated tooltips. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the open method:

+
$( ".selector" ).tooltip( "open" );
+
+
+
+
+

option( optionName )Returns: Object +

+
Gets the value currently associated with the specified optionName.
+
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to get.
    +
+
+Code examples:

Invoke the method:

+
var isDisabled = $( ".selector" ).tooltip( "option", "disabled" );
+
+
+
+

option()Returns: PlainObject +

+
Gets an object containing key/value pairs representing the current tooltip options hash.
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the method:

+
var options = $( ".selector" ).tooltip( "option" );
+
+
+
+

option( optionName, value )

+
Sets the value of the tooltip option associated with the specified optionName.
+
    +
  • +
    optionName
    +
    Type: String +
    +
    The name of the option to set.
    +
  • +
  • +
    value
    +
    Type: Object +
    +
    A value to set for the option.
    +
  • +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).tooltip( "option", "disabled", true );
+
+
+
+

option( options )

+
Sets one or more options for the tooltip.
+
  • +
    options
    +
    Type: Object +
    +
    A map of option-value pairs to set.
    +
+
+Code examples:

Invoke the method:

+
$( ".selector" ).tooltip( "option", { disabled: true } );
+
+
+
+
+

widget()Returns: jQuery +

+
+ Returns a jQuery object containing the original element. +
+
  • This method does not accept any arguments.
+
+Code examples:

Invoke the widget method:

+
var widget = $( ".selector" ).tooltip( "widget" );
+
+

Events

+

close( event, ui )Type: tooltipclose +

+
+ Triggered when a tooltip is closed, triggered on focusout or mouseleave. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      tooltip
      +
      Type: jQuery +
      +
      The generated tooltip element.
      +
    +
  • +
+
+Code examples:

Initialize the tooltip with the close callback specified:

+
$( ".selector" ).tooltip({
    close: function( event, ui ) {}
});
+

Bind an event listener to the tooltipclose event:

+
$( ".selector" ).on( "tooltipclose", function( event, ui ) {} );
+
+
+
+

create( event, ui )Type: tooltipcreate +

+
+ Triggered when the tooltip is created. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
  • +
+
+Code examples:

Initialize the tooltip with the create callback specified:

+
$( ".selector" ).tooltip({
    create: function( event, ui ) {}
});
+

Bind an event listener to the tooltipcreate event:

+
$( ".selector" ).on( "tooltipcreate", function( event, ui ) {} );
+
+
+
+

open( event, ui )Type: tooltipopen +

+
+ Triggered when a tooltip is shown, triggered on focusin or mouseover. +
+
    +
  • +
    event
    +
    Type: Event +
    +
    +
  • +
  • +
    ui
    +
    Type: Object +
    +
    +
    • +
      tooltip
      +
      Type: jQuery +
      +
      The generated tooltip element.
      +
    +
  • +
+
+Code examples:

Initialize the tooltip with the open callback specified:

+
$( ".selector" ).tooltip({
    open: function( event, ui ) {}
});
+

Bind an event listener to the tooltipopen event:

+
$( ".selector" ).on( "tooltipopen", function( event, ui ) {} );
+
+

Example:

+

Create a tooltip on the document, using event delegation for all elements with a title attribute.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>tooltip demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<p>
    <a href="#" title="Anchor description">Anchor text</a>
    <input title="Input help">
</p>
<script>
    $( document ).tooltip();
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/docs/transfer-effect.html b/html/jquery-ui-1.10.3.custom/development-bundle/docs/transfer-effect.html new file mode 100644 index 0000000..ed597e1 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/docs/transfer-effect.html @@ -0,0 +1,61 @@ + + + + + jQuery UI transfer-effect documentation + + + + + +

Transfer Effect

+
+

Description: Transfers the outline of an element to another element

+
  • +

    transfer

    +
      +
    • +
      className
      +
      Type: String +
      +
      argumental class name the transfer element will receive.
      +
    • +
    • +
      to
      +
      Type: String +
      +
      jQuery selector, the element to transfer to.
      +
    • +
    +
+
+

Very useful when trying to visualize interaction between two elements.

+

The transfer element iself has the class ui-effects-transfer, and needs to be styled by you, for example by adding a background or border.

+
+

Example:

+

Clicking on the green element transfers to the other.

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>transfer demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
    <style>
    div.green {
        width: 100px;
        height: 80px;
        background: green;
        border: 1px solid black;
        position: relative;
    }
    div.red {
        margin-top: 10px;
        width: 50px;
        height: 30px;
        background: red;
        border: 1px solid black;
        position: relative;
    }
    .ui-effects-transfer {
        border: 1px dotted black;
    }
    </style>
    <script src="http://code.jquery.com/jquery-1.8.3.js"></script>
    <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
</head>
<body>
 
<div class="green"></div>
<div class="red"></div>
 
<script>
$( "div" ).click(function() {
    var i = 1 - $( "div" ).index( this );
    $( this ).effect( "transfer", { to: $( "div" ).eq( i ) }, 1000 );
});
</script>
 
</body>
</html>
+

Demo:

+
+
+
+ + + diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.de-DE.js b/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.de-DE.js new file mode 100644 index 0000000..5466bd7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.de-DE.js @@ -0,0 +1,81 @@ +/* + * Globalize Culture de-DE + * + * http://github.com/jquery/globalize + * + * Copyright Software Freedom Conservancy, Inc. + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * This file was generated by the Globalize Culture Generator + * Translation: bugs found in this file need to be fixed in the generator + */ + +(function( window, undefined ) { + +var Globalize; + +if ( typeof require !== "undefined" + && typeof exports !== "undefined" + && typeof module !== "undefined" ) { + // Assume CommonJS + Globalize = require( "globalize" ); +} else { + // Global variable + Globalize = window.Globalize; +} + +Globalize.addCultureInfo( "de-DE", "default", { + name: "de-DE", + englishName: "German (Germany)", + nativeName: "Deutsch (Deutschland)", + language: "de", + numberFormat: { + ",": ".", + ".": ",", + NaN: "n. def.", + negativeInfinity: "-unendlich", + positiveInfinity: "+unendlich", + percent: { + pattern: ["-n%","n%"], + ",": ".", + ".": "," + }, + currency: { + pattern: ["-n $","n $"], + ",": ".", + ".": ",", + symbol: "€" + } + }, + calendars: { + standard: { + "/": ".", + firstDay: 1, + days: { + names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"], + namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"], + namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"] + }, + months: { + names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""], + namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""] + }, + AM: null, + PM: null, + eras: [{"name":"n. Chr.","start":null,"offset":0}], + patterns: { + d: "dd.MM.yyyy", + D: "dddd, d. MMMM yyyy", + t: "HH:mm", + T: "HH:mm:ss", + f: "dddd, d. MMMM yyyy HH:mm", + F: "dddd, d. MMMM yyyy HH:mm:ss", + M: "dd MMMM", + Y: "MMMM yyyy" + } + } + } +}); + +}( this )); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.ja-JP.js b/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.ja-JP.js new file mode 100644 index 0000000..a9469d7 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.culture.ja-JP.js @@ -0,0 +1,100 @@ +/* + * Globalize Culture ja-JP + * + * http://github.com/jquery/globalize + * + * Copyright Software Freedom Conservancy, Inc. + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * This file was generated by the Globalize Culture Generator + * Translation: bugs found in this file need to be fixed in the generator + */ + +(function( window, undefined ) { + +var Globalize; + +if ( typeof require !== "undefined" + && typeof exports !== "undefined" + && typeof module !== "undefined" ) { + // Assume CommonJS + Globalize = require( "globalize" ); +} else { + // Global variable + Globalize = window.Globalize; +} + +Globalize.addCultureInfo( "ja-JP", "default", { + name: "ja-JP", + englishName: "Japanese (Japan)", + nativeName: "日本語 (日本)", + language: "ja", + numberFormat: { + NaN: "NaN (非数値)", + negativeInfinity: "-∞", + positiveInfinity: "+∞", + percent: { + pattern: ["-n%","n%"] + }, + currency: { + pattern: ["-$n","$n"], + decimals: 0, + symbol: "¥" + } + }, + calendars: { + standard: { + days: { + names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"], + namesAbbr: ["日","月","火","水","木","金","土"], + namesShort: ["日","月","火","水","木","金","土"] + }, + months: { + names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""], + namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""] + }, + AM: ["午前","午前","午前"], + PM: ["午後","午後","午後"], + eras: [{"name":"西暦","start":null,"offset":0}], + patterns: { + d: "yyyy/MM/dd", + D: "yyyy'年'M'月'd'日'", + t: "H:mm", + T: "H:mm:ss", + f: "yyyy'年'M'月'd'日' H:mm", + F: "yyyy'年'M'月'd'日' H:mm:ss", + M: "M'月'd'日'", + Y: "yyyy'年'M'月'" + } + }, + Japanese: { + name: "Japanese", + days: { + names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"], + namesAbbr: ["日","月","火","水","木","金","土"], + namesShort: ["日","月","火","水","木","金","土"] + }, + months: { + names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""], + namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""] + }, + AM: ["午前","午前","午前"], + PM: ["午後","午後","午後"], + eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}], + twoDigitYearMax: 99, + patterns: { + d: "gg y/M/d", + D: "gg y'年'M'月'd'日'", + t: "H:mm", + T: "H:mm:ss", + f: "gg y'年'M'月'd'日' H:mm", + F: "gg y'年'M'月'd'日' H:mm:ss", + M: "M'月'd'日'", + Y: "gg y'年'M'月'" + } + } + } +}); + +}( this )); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.js b/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.js new file mode 100644 index 0000000..ebaca17 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/globalize.js @@ -0,0 +1,1573 @@ +/*! + * Globalize + * + * http://github.com/jquery/globalize + * + * Copyright Software Freedom Conservancy, Inc. + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + */ + +(function( window, undefined ) { + +var Globalize, + // private variables + regexHex, + regexInfinity, + regexParseFloat, + regexTrim, + // private JavaScript utility functions + arrayIndexOf, + endsWith, + extend, + isArray, + isFunction, + isObject, + startsWith, + trim, + truncate, + zeroPad, + // private Globalization utility functions + appendPreOrPostMatch, + expandFormat, + formatDate, + formatNumber, + getTokenRegExp, + getEra, + getEraYear, + parseExact, + parseNegativePattern; + +// Global variable (Globalize) or CommonJS module (globalize) +Globalize = function( cultureSelector ) { + return new Globalize.prototype.init( cultureSelector ); +}; + +if ( typeof require !== "undefined" + && typeof exports !== "undefined" + && typeof module !== "undefined" ) { + // Assume CommonJS + module.exports = Globalize; +} else { + // Export as global variable + window.Globalize = Globalize; +} + +Globalize.cultures = {}; + +Globalize.prototype = { + constructor: Globalize, + init: function( cultureSelector ) { + this.cultures = Globalize.cultures; + this.cultureSelector = cultureSelector; + + return this; + } +}; +Globalize.prototype.init.prototype = Globalize.prototype; + +// 1. When defining a culture, all fields are required except the ones stated as optional. +// 2. Each culture should have a ".calendars" object with at least one calendar named "standard" +// which serves as the default calendar in use by that culture. +// 3. Each culture should have a ".calendar" object which is the current calendar being used, +// it may be dynamically changed at any time to one of the calendars in ".calendars". +Globalize.cultures[ "default" ] = { + // A unique name for the culture in the form - + name: "en", + // the name of the culture in the english language + englishName: "English", + // the name of the culture in its own language + nativeName: "English", + // whether the culture uses right-to-left text + isRTL: false, + // "language" is used for so-called "specific" cultures. + // For example, the culture "es-CL" means "Spanish, in Chili". + // It represents the Spanish-speaking culture as it is in Chili, + // which might have different formatting rules or even translations + // than Spanish in Spain. A "neutral" culture is one that is not + // specific to a region. For example, the culture "es" is the generic + // Spanish culture, which may be a more generalized version of the language + // that may or may not be what a specific culture expects. + // For a specific culture like "es-CL", the "language" field refers to the + // neutral, generic culture information for the language it is using. + // This is not always a simple matter of the string before the dash. + // For example, the "zh-Hans" culture is netural (Simplified Chinese). + // And the "zh-SG" culture is Simplified Chinese in Singapore, whose lanugage + // field is "zh-CHS", not "zh". + // This field should be used to navigate from a specific culture to it's + // more general, neutral culture. If a culture is already as general as it + // can get, the language may refer to itself. + language: "en", + // numberFormat defines general number formatting rules, like the digits in + // each grouping, the group separator, and how negative numbers are displayed. + numberFormat: { + // [negativePattern] + // Note, numberFormat.pattern has no "positivePattern" unlike percent and currency, + // but is still defined as an array for consistency with them. + // negativePattern: one of "(n)|-n|- n|n-|n -" + pattern: [ "-n" ], + // number of decimal places normally shown + decimals: 2, + // string that separates number groups, as in 1,000,000 + ",": ",", + // string that separates a number from the fractional portion, as in 1.99 + ".": ".", + // array of numbers indicating the size of each number group. + // TODO: more detailed description and example + groupSizes: [ 3 ], + // symbol used for positive numbers + "+": "+", + // symbol used for negative numbers + "-": "-", + // symbol used for NaN (Not-A-Number) + NaN: "NaN", + // symbol used for Negative Infinity + negativeInfinity: "-Infinity", + // symbol used for Positive Infinity + positiveInfinity: "Infinity", + percent: { + // [negativePattern, positivePattern] + // negativePattern: one of "-n %|-n%|-%n|%-n|%n-|n-%|n%-|-% n|n %-|% n-|% -n|n- %" + // positivePattern: one of "n %|n%|%n|% n" + pattern: [ "-n %", "n %" ], + // number of decimal places normally shown + decimals: 2, + // array of numbers indicating the size of each number group. + // TODO: more detailed description and example + groupSizes: [ 3 ], + // string that separates number groups, as in 1,000,000 + ",": ",", + // string that separates a number from the fractional portion, as in 1.99 + ".": ".", + // symbol used to represent a percentage + symbol: "%" + }, + currency: { + // [negativePattern, positivePattern] + // negativePattern: one of "($n)|-$n|$-n|$n-|(n$)|-n$|n-$|n$-|-n $|-$ n|n $-|$ n-|$ -n|n- $|($ n)|(n $)" + // positivePattern: one of "$n|n$|$ n|n $" + pattern: [ "($n)", "$n" ], + // number of decimal places normally shown + decimals: 2, + // array of numbers indicating the size of each number group. + // TODO: more detailed description and example + groupSizes: [ 3 ], + // string that separates number groups, as in 1,000,000 + ",": ",", + // string that separates a number from the fractional portion, as in 1.99 + ".": ".", + // symbol used to represent currency + symbol: "$" + } + }, + // calendars defines all the possible calendars used by this culture. + // There should be at least one defined with name "standard", and is the default + // calendar used by the culture. + // A calendar contains information about how dates are formatted, information about + // the calendar's eras, a standard set of the date formats, + // translations for day and month names, and if the calendar is not based on the Gregorian + // calendar, conversion functions to and from the Gregorian calendar. + calendars: { + standard: { + // name that identifies the type of calendar this is + name: "Gregorian_USEnglish", + // separator of parts of a date (e.g. "/" in 11/05/1955) + "/": "/", + // separator of parts of a time (e.g. ":" in 05:44 PM) + ":": ":", + // the first day of the week (0 = Sunday, 1 = Monday, etc) + firstDay: 0, + days: { + // full day names + names: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], + // abbreviated day names + namesAbbr: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], + // shortest day names + namesShort: [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ] + }, + months: { + // full month names (13 months for lunar calendards -- 13th month should be "" if not lunar) + names: [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "" ], + // abbreviated month names + namesAbbr: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "" ] + }, + // AM and PM designators in one of these forms: + // The usual view, and the upper and lower case versions + // [ standard, lowercase, uppercase ] + // The culture does not use AM or PM (likely all standard date formats use 24 hour time) + // null + AM: [ "AM", "am", "AM" ], + PM: [ "PM", "pm", "PM" ], + eras: [ + // eras in reverse chronological order. + // name: the name of the era in this culture (e.g. A.D., C.E.) + // start: when the era starts in ticks (gregorian, gmt), null if it is the earliest supported era. + // offset: offset in years from gregorian calendar + { + "name": "A.D.", + "start": null, + "offset": 0 + } + ], + // when a two digit year is given, it will never be parsed as a four digit + // year greater than this year (in the appropriate era for the culture) + // Set it as a full year (e.g. 2029) or use an offset format starting from + // the current year: "+19" would correspond to 2029 if the current year 2010. + twoDigitYearMax: 2029, + // set of predefined date and time patterns used by the culture + // these represent the format someone in this culture would expect + // to see given the portions of the date that are shown. + patterns: { + // short date pattern + d: "M/d/yyyy", + // long date pattern + D: "dddd, MMMM dd, yyyy", + // short time pattern + t: "h:mm tt", + // long time pattern + T: "h:mm:ss tt", + // long date, short time pattern + f: "dddd, MMMM dd, yyyy h:mm tt", + // long date, long time pattern + F: "dddd, MMMM dd, yyyy h:mm:ss tt", + // month/day pattern + M: "MMMM dd", + // month/year pattern + Y: "yyyy MMMM", + // S is a sortable format that does not vary by culture + S: "yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss" + } + // optional fields for each calendar: + /* + monthsGenitive: + Same as months but used when the day preceeds the month. + Omit if the culture has no genitive distinction in month names. + For an explaination of genitive months, see http://blogs.msdn.com/michkap/archive/2004/12/25/332259.aspx + convert: + Allows for the support of non-gregorian based calendars. This convert object is used to + to convert a date to and from a gregorian calendar date to handle parsing and formatting. + The two functions: + fromGregorian( date ) + Given the date as a parameter, return an array with parts [ year, month, day ] + corresponding to the non-gregorian based year, month, and day for the calendar. + toGregorian( year, month, day ) + Given the non-gregorian year, month, and day, return a new Date() object + set to the corresponding date in the gregorian calendar. + */ + } + }, + // For localized strings + messages: {} +}; + +Globalize.cultures[ "default" ].calendar = Globalize.cultures[ "default" ].calendars.standard; + +Globalize.cultures[ "en" ] = Globalize.cultures[ "default" ]; + +Globalize.cultureSelector = "en"; + +// +// private variables +// + +regexHex = /^0x[a-f0-9]+$/i; +regexInfinity = /^[+-]?infinity$/i; +regexParseFloat = /^[+-]?\d*\.?\d*(e[+-]?\d+)?$/; +regexTrim = /^\s+|\s+$/g; + +// +// private JavaScript utility functions +// + +arrayIndexOf = function( array, item ) { + if ( array.indexOf ) { + return array.indexOf( item ); + } + for ( var i = 0, length = array.length; i < length; i++ ) { + if ( array[i] === item ) { + return i; + } + } + return -1; +}; + +endsWith = function( value, pattern ) { + return value.substr( value.length - pattern.length ) === pattern; +}; + +extend = function( deep ) { + var options, name, src, copy, copyIsArray, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction(target) ) { + target = {}; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( isObject(copy) || (copyIsArray = isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && isArray(src) ? src : []; + + } else { + clone = src && isObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +isArray = Array.isArray || function( obj ) { + return Object.prototype.toString.call( obj ) === "[object Array]"; +}; + +isFunction = function( obj ) { + return Object.prototype.toString.call( obj ) === "[object Function]" +} + +isObject = function( obj ) { + return Object.prototype.toString.call( obj ) === "[object Object]"; +}; + +startsWith = function( value, pattern ) { + return value.indexOf( pattern ) === 0; +}; + +trim = function( value ) { + return ( value + "" ).replace( regexTrim, "" ); +}; + +truncate = function( value ) { + return value | 0; +}; + +zeroPad = function( str, count, left ) { + var l; + for ( l = str.length; l < count; l += 1 ) { + str = ( left ? ("0" + str) : (str + "0") ); + } + return str; +}; + +// +// private Globalization utility functions +// + +appendPreOrPostMatch = function( preMatch, strings ) { + // appends pre- and post- token match strings while removing escaped characters. + // Returns a single quote count which is used to determine if the token occurs + // in a string literal. + var quoteCount = 0, + escaped = false; + for ( var i = 0, il = preMatch.length; i < il; i++ ) { + var c = preMatch.charAt( i ); + switch ( c ) { + case "\'": + if ( escaped ) { + strings.push( "\'" ); + } + else { + quoteCount++; + } + escaped = false; + break; + case "\\": + if ( escaped ) { + strings.push( "\\" ); + } + escaped = !escaped; + break; + default: + strings.push( c ); + escaped = false; + break; + } + } + return quoteCount; +}; + +expandFormat = function( cal, format ) { + // expands unspecified or single character date formats into the full pattern. + format = format || "F"; + var pattern, + patterns = cal.patterns, + len = format.length; + if ( len === 1 ) { + pattern = patterns[ format ]; + if ( !pattern ) { + throw "Invalid date format string \'" + format + "\'."; + } + format = pattern; + } + else if ( len === 2 && format.charAt(0) === "%" ) { + // %X escape format -- intended as a custom format string that is only one character, not a built-in format. + format = format.charAt( 1 ); + } + return format; +}; + +formatDate = function( value, format, culture ) { + var cal = culture.calendar, + convert = cal.convert; + + if ( !format || !format.length || format === "i" ) { + var ret; + if ( culture && culture.name.length ) { + if ( convert ) { + // non-gregorian calendar, so we cannot use built-in toLocaleString() + ret = formatDate( value, cal.patterns.F, culture ); + } + else { + var eraDate = new Date( value.getTime() ), + era = getEra( value, cal.eras ); + eraDate.setFullYear( getEraYear(value, cal, era) ); + ret = eraDate.toLocaleString(); + } + } + else { + ret = value.toString(); + } + return ret; + } + + var eras = cal.eras, + sortable = format === "s"; + format = expandFormat( cal, format ); + + // Start with an empty string + ret = []; + var hour, + zeros = [ "0", "00", "000" ], + foundDay, + checkedDay, + dayPartRegExp = /([^d]|^)(d|dd)([^d]|$)/g, + quoteCount = 0, + tokenRegExp = getTokenRegExp(), + converted; + + function padZeros( num, c ) { + var r, s = num + ""; + if ( c > 1 && s.length < c ) { + r = ( zeros[c - 2] + s); + return r.substr( r.length - c, c ); + } + else { + r = s; + } + return r; + } + + function hasDay() { + if ( foundDay || checkedDay ) { + return foundDay; + } + foundDay = dayPartRegExp.test( format ); + checkedDay = true; + return foundDay; + } + + function getPart( date, part ) { + if ( converted ) { + return converted[ part ]; + } + switch ( part ) { + case 0: return date.getFullYear(); + case 1: return date.getMonth(); + case 2: return date.getDate(); + } + } + + if ( !sortable && convert ) { + converted = convert.fromGregorian( value ); + } + + for ( ; ; ) { + // Save the current index + var index = tokenRegExp.lastIndex, + // Look for the next pattern + ar = tokenRegExp.exec( format ); + + // Append the text before the pattern (or the end of the string if not found) + var preMatch = format.slice( index, ar ? ar.index : format.length ); + quoteCount += appendPreOrPostMatch( preMatch, ret ); + + if ( !ar ) { + break; + } + + // do not replace any matches that occur inside a string literal. + if ( quoteCount % 2 ) { + ret.push( ar[0] ); + continue; + } + + var current = ar[ 0 ], + clength = current.length; + + switch ( current ) { + case "ddd": + //Day of the week, as a three-letter abbreviation + case "dddd": + // Day of the week, using the full name + var names = ( clength === 3 ) ? cal.days.namesAbbr : cal.days.names; + ret.push( names[value.getDay()] ); + break; + case "d": + // Day of month, without leading zero for single-digit days + case "dd": + // Day of month, with leading zero for single-digit days + foundDay = true; + ret.push( + padZeros( getPart(value, 2), clength ) + ); + break; + case "MMM": + // Month, as a three-letter abbreviation + case "MMMM": + // Month, using the full name + var part = getPart( value, 1 ); + ret.push( + ( cal.monthsGenitive && hasDay() ) + ? + cal.monthsGenitive[ clength === 3 ? "namesAbbr" : "names" ][ part ] + : + cal.months[ clength === 3 ? "namesAbbr" : "names" ][ part ] + ); + break; + case "M": + // Month, as digits, with no leading zero for single-digit months + case "MM": + // Month, as digits, with leading zero for single-digit months + ret.push( + padZeros( getPart(value, 1) + 1, clength ) + ); + break; + case "y": + // Year, as two digits, but with no leading zero for years less than 10 + case "yy": + // Year, as two digits, with leading zero for years less than 10 + case "yyyy": + // Year represented by four full digits + part = converted ? converted[ 0 ] : getEraYear( value, cal, getEra(value, eras), sortable ); + if ( clength < 4 ) { + part = part % 100; + } + ret.push( + padZeros( part, clength ) + ); + break; + case "h": + // Hours with no leading zero for single-digit hours, using 12-hour clock + case "hh": + // Hours with leading zero for single-digit hours, using 12-hour clock + hour = value.getHours() % 12; + if ( hour === 0 ) hour = 12; + ret.push( + padZeros( hour, clength ) + ); + break; + case "H": + // Hours with no leading zero for single-digit hours, using 24-hour clock + case "HH": + // Hours with leading zero for single-digit hours, using 24-hour clock + ret.push( + padZeros( value.getHours(), clength ) + ); + break; + case "m": + // Minutes with no leading zero for single-digit minutes + case "mm": + // Minutes with leading zero for single-digit minutes + ret.push( + padZeros( value.getMinutes(), clength ) + ); + break; + case "s": + // Seconds with no leading zero for single-digit seconds + case "ss": + // Seconds with leading zero for single-digit seconds + ret.push( + padZeros( value.getSeconds(), clength ) + ); + break; + case "t": + // One character am/pm indicator ("a" or "p") + case "tt": + // Multicharacter am/pm indicator + part = value.getHours() < 12 ? ( cal.AM ? cal.AM[0] : " " ) : ( cal.PM ? cal.PM[0] : " " ); + ret.push( clength === 1 ? part.charAt(0) : part ); + break; + case "f": + // Deciseconds + case "ff": + // Centiseconds + case "fff": + // Milliseconds + ret.push( + padZeros( value.getMilliseconds(), 3 ).substr( 0, clength ) + ); + break; + case "z": + // Time zone offset, no leading zero + case "zz": + // Time zone offset with leading zero + hour = value.getTimezoneOffset() / 60; + ret.push( + ( hour <= 0 ? "+" : "-" ) + padZeros( Math.floor(Math.abs(hour)), clength ) + ); + break; + case "zzz": + // Time zone offset with leading zero + hour = value.getTimezoneOffset() / 60; + ret.push( + ( hour <= 0 ? "+" : "-" ) + padZeros( Math.floor(Math.abs(hour)), 2 ) + // Hard coded ":" separator, rather than using cal.TimeSeparator + // Repeated here for consistency, plus ":" was already assumed in date parsing. + + ":" + padZeros( Math.abs(value.getTimezoneOffset() % 60), 2 ) + ); + break; + case "g": + case "gg": + if ( cal.eras ) { + ret.push( + cal.eras[ getEra(value, eras) ].name + ); + } + break; + case "/": + ret.push( cal["/"] ); + break; + default: + throw "Invalid date format pattern \'" + current + "\'."; + break; + } + } + return ret.join( "" ); +}; + +// formatNumber +(function() { + var expandNumber; + + expandNumber = function( number, precision, formatInfo ) { + var groupSizes = formatInfo.groupSizes, + curSize = groupSizes[ 0 ], + curGroupIndex = 1, + factor = Math.pow( 10, precision ), + rounded = Math.round( number * factor ) / factor; + + if ( !isFinite(rounded) ) { + rounded = number; + } + number = rounded; + + var numberString = number+"", + right = "", + split = numberString.split( /e/i ), + exponent = split.length > 1 ? parseInt( split[1], 10 ) : 0; + numberString = split[ 0 ]; + split = numberString.split( "." ); + numberString = split[ 0 ]; + right = split.length > 1 ? split[ 1 ] : ""; + + var l; + if ( exponent > 0 ) { + right = zeroPad( right, exponent, false ); + numberString += right.slice( 0, exponent ); + right = right.substr( exponent ); + } + else if ( exponent < 0 ) { + exponent = -exponent; + numberString = zeroPad( numberString, exponent + 1 ); + right = numberString.slice( -exponent, numberString.length ) + right; + numberString = numberString.slice( 0, -exponent ); + } + + if ( precision > 0 ) { + right = formatInfo[ "." ] + + ( (right.length > precision) ? right.slice(0, precision) : zeroPad(right, precision) ); + } + else { + right = ""; + } + + var stringIndex = numberString.length - 1, + sep = formatInfo[ "," ], + ret = ""; + + while ( stringIndex >= 0 ) { + if ( curSize === 0 || curSize > stringIndex ) { + return numberString.slice( 0, stringIndex + 1 ) + ( ret.length ? (sep + ret + right) : right ); + } + ret = numberString.slice( stringIndex - curSize + 1, stringIndex + 1 ) + ( ret.length ? (sep + ret) : "" ); + + stringIndex -= curSize; + + if ( curGroupIndex < groupSizes.length ) { + curSize = groupSizes[ curGroupIndex ]; + curGroupIndex++; + } + } + + return numberString.slice( 0, stringIndex + 1 ) + sep + ret + right; + }; + + formatNumber = function( value, format, culture ) { + if ( !isFinite(value) ) { + if ( value === Infinity ) { + return culture.numberFormat.positiveInfinity; + } + if ( value === -Infinity ) { + return culture.numberFormat.negativeInfinity; + } + return culture.numberFormat.NaN; + } + if ( !format || format === "i" ) { + return culture.name.length ? value.toLocaleString() : value.toString(); + } + format = format || "D"; + + var nf = culture.numberFormat, + number = Math.abs( value ), + precision = -1, + pattern; + if ( format.length > 1 ) precision = parseInt( format.slice(1), 10 ); + + var current = format.charAt( 0 ).toUpperCase(), + formatInfo; + + switch ( current ) { + case "D": + pattern = "n"; + number = truncate( number ); + if ( precision !== -1 ) { + number = zeroPad( "" + number, precision, true ); + } + if ( value < 0 ) number = "-" + number; + break; + case "N": + formatInfo = nf; + // fall through + case "C": + formatInfo = formatInfo || nf.currency; + // fall through + case "P": + formatInfo = formatInfo || nf.percent; + pattern = value < 0 ? formatInfo.pattern[ 0 ] : ( formatInfo.pattern[1] || "n" ); + if ( precision === -1 ) precision = formatInfo.decimals; + number = expandNumber( number * (current === "P" ? 100 : 1), precision, formatInfo ); + break; + default: + throw "Bad number format specifier: " + current; + } + + var patternParts = /n|\$|-|%/g, + ret = ""; + for ( ; ; ) { + var index = patternParts.lastIndex, + ar = patternParts.exec( pattern ); + + ret += pattern.slice( index, ar ? ar.index : pattern.length ); + + if ( !ar ) { + break; + } + + switch ( ar[0] ) { + case "n": + ret += number; + break; + case "$": + ret += nf.currency.symbol; + break; + case "-": + // don't make 0 negative + if ( /[1-9]/.test(number) ) { + ret += nf[ "-" ]; + } + break; + case "%": + ret += nf.percent.symbol; + break; + } + } + + return ret; + }; + +}()); + +getTokenRegExp = function() { + // regular expression for matching date and time tokens in format strings. + return /\/|dddd|ddd|dd|d|MMMM|MMM|MM|M|yyyy|yy|y|hh|h|HH|H|mm|m|ss|s|tt|t|fff|ff|f|zzz|zz|z|gg|g/g; +}; + +getEra = function( date, eras ) { + if ( !eras ) return 0; + var start, ticks = date.getTime(); + for ( var i = 0, l = eras.length; i < l; i++ ) { + start = eras[ i ].start; + if ( start === null || ticks >= start ) { + return i; + } + } + return 0; +}; + +getEraYear = function( date, cal, era, sortable ) { + var year = date.getFullYear(); + if ( !sortable && cal.eras ) { + // convert normal gregorian year to era-shifted gregorian + // year by subtracting the era offset + year -= cal.eras[ era ].offset; + } + return year; +}; + +// parseExact +(function() { + var expandYear, + getDayIndex, + getMonthIndex, + getParseRegExp, + outOfRange, + toUpper, + toUpperArray; + + expandYear = function( cal, year ) { + // expands 2-digit year into 4 digits. + var now = new Date(), + era = getEra( now ); + if ( year < 100 ) { + var twoDigitYearMax = cal.twoDigitYearMax; + twoDigitYearMax = typeof twoDigitYearMax === "string" ? new Date().getFullYear() % 100 + parseInt( twoDigitYearMax, 10 ) : twoDigitYearMax; + var curr = getEraYear( now, cal, era ); + year += curr - ( curr % 100 ); + if ( year > twoDigitYearMax ) { + year -= 100; + } + } + return year; + }; + + getDayIndex = function ( cal, value, abbr ) { + var ret, + days = cal.days, + upperDays = cal._upperDays; + if ( !upperDays ) { + cal._upperDays = upperDays = [ + toUpperArray( days.names ), + toUpperArray( days.namesAbbr ), + toUpperArray( days.namesShort ) + ]; + } + value = toUpper( value ); + if ( abbr ) { + ret = arrayIndexOf( upperDays[1], value ); + if ( ret === -1 ) { + ret = arrayIndexOf( upperDays[2], value ); + } + } + else { + ret = arrayIndexOf( upperDays[0], value ); + } + return ret; + }; + + getMonthIndex = function( cal, value, abbr ) { + var months = cal.months, + monthsGen = cal.monthsGenitive || cal.months, + upperMonths = cal._upperMonths, + upperMonthsGen = cal._upperMonthsGen; + if ( !upperMonths ) { + cal._upperMonths = upperMonths = [ + toUpperArray( months.names ), + toUpperArray( months.namesAbbr ) + ]; + cal._upperMonthsGen = upperMonthsGen = [ + toUpperArray( monthsGen.names ), + toUpperArray( monthsGen.namesAbbr ) + ]; + } + value = toUpper( value ); + var i = arrayIndexOf( abbr ? upperMonths[1] : upperMonths[0], value ); + if ( i < 0 ) { + i = arrayIndexOf( abbr ? upperMonthsGen[1] : upperMonthsGen[0], value ); + } + return i; + }; + + getParseRegExp = function( cal, format ) { + // converts a format string into a regular expression with groups that + // can be used to extract date fields from a date string. + // check for a cached parse regex. + var re = cal._parseRegExp; + if ( !re ) { + cal._parseRegExp = re = {}; + } + else { + var reFormat = re[ format ]; + if ( reFormat ) { + return reFormat; + } + } + + // expand single digit formats, then escape regular expression characters. + var expFormat = expandFormat( cal, format ).replace( /([\^\$\.\*\+\?\|\[\]\(\)\{\}])/g, "\\\\$1" ), + regexp = [ "^" ], + groups = [], + index = 0, + quoteCount = 0, + tokenRegExp = getTokenRegExp(), + match; + + // iterate through each date token found. + while ( (match = tokenRegExp.exec(expFormat)) !== null ) { + var preMatch = expFormat.slice( index, match.index ); + index = tokenRegExp.lastIndex; + + // don't replace any matches that occur inside a string literal. + quoteCount += appendPreOrPostMatch( preMatch, regexp ); + if ( quoteCount % 2 ) { + regexp.push( match[0] ); + continue; + } + + // add a regex group for the token. + var m = match[ 0 ], + len = m.length, + add; + switch ( m ) { + case "dddd": case "ddd": + case "MMMM": case "MMM": + case "gg": case "g": + add = "(\\D+)"; + break; + case "tt": case "t": + add = "(\\D*)"; + break; + case "yyyy": + case "fff": + case "ff": + case "f": + add = "(\\d{" + len + "})"; + break; + case "dd": case "d": + case "MM": case "M": + case "yy": case "y": + case "HH": case "H": + case "hh": case "h": + case "mm": case "m": + case "ss": case "s": + add = "(\\d\\d?)"; + break; + case "zzz": + add = "([+-]?\\d\\d?:\\d{2})"; + break; + case "zz": case "z": + add = "([+-]?\\d\\d?)"; + break; + case "/": + add = "(\\" + cal[ "/" ] + ")"; + break; + default: + throw "Invalid date format pattern \'" + m + "\'."; + break; + } + if ( add ) { + regexp.push( add ); + } + groups.push( match[0] ); + } + appendPreOrPostMatch( expFormat.slice(index), regexp ); + regexp.push( "$" ); + + // allow whitespace to differ when matching formats. + var regexpStr = regexp.join( "" ).replace( /\s+/g, "\\s+" ), + parseRegExp = { "regExp": regexpStr, "groups": groups }; + + // cache the regex for this format. + return re[ format ] = parseRegExp; + }; + + outOfRange = function( value, low, high ) { + return value < low || value > high; + }; + + toUpper = function( value ) { + // "he-IL" has non-breaking space in weekday names. + return value.split( "\u00A0" ).join( " " ).toUpperCase(); + }; + + toUpperArray = function( arr ) { + var results = []; + for ( var i = 0, l = arr.length; i < l; i++ ) { + results[ i ] = toUpper( arr[i] ); + } + return results; + }; + + parseExact = function( value, format, culture ) { + // try to parse the date string by matching against the format string + // while using the specified culture for date field names. + value = trim( value ); + var cal = culture.calendar, + // convert date formats into regular expressions with groupings. + // use the regexp to determine the input format and extract the date fields. + parseInfo = getParseRegExp( cal, format ), + match = new RegExp( parseInfo.regExp ).exec( value ); + if ( match === null ) { + return null; + } + // found a date format that matches the input. + var groups = parseInfo.groups, + era = null, year = null, month = null, date = null, weekDay = null, + hour = 0, hourOffset, min = 0, sec = 0, msec = 0, tzMinOffset = null, + pmHour = false; + // iterate the format groups to extract and set the date fields. + for ( var j = 0, jl = groups.length; j < jl; j++ ) { + var matchGroup = match[ j + 1 ]; + if ( matchGroup ) { + var current = groups[ j ], + clength = current.length, + matchInt = parseInt( matchGroup, 10 ); + switch ( current ) { + case "dd": case "d": + // Day of month. + date = matchInt; + // check that date is generally in valid range, also checking overflow below. + if ( outOfRange(date, 1, 31) ) return null; + break; + case "MMM": case "MMMM": + month = getMonthIndex( cal, matchGroup, clength === 3 ); + if ( outOfRange(month, 0, 11) ) return null; + break; + case "M": case "MM": + // Month. + month = matchInt - 1; + if ( outOfRange(month, 0, 11) ) return null; + break; + case "y": case "yy": + case "yyyy": + year = clength < 4 ? expandYear( cal, matchInt ) : matchInt; + if ( outOfRange(year, 0, 9999) ) return null; + break; + case "h": case "hh": + // Hours (12-hour clock). + hour = matchInt; + if ( hour === 12 ) hour = 0; + if ( outOfRange(hour, 0, 11) ) return null; + break; + case "H": case "HH": + // Hours (24-hour clock). + hour = matchInt; + if ( outOfRange(hour, 0, 23) ) return null; + break; + case "m": case "mm": + // Minutes. + min = matchInt; + if ( outOfRange(min, 0, 59) ) return null; + break; + case "s": case "ss": + // Seconds. + sec = matchInt; + if ( outOfRange(sec, 0, 59) ) return null; + break; + case "tt": case "t": + // AM/PM designator. + // see if it is standard, upper, or lower case PM. If not, ensure it is at least one of + // the AM tokens. If not, fail the parse for this format. + pmHour = cal.PM && ( matchGroup === cal.PM[0] || matchGroup === cal.PM[1] || matchGroup === cal.PM[2] ); + if ( + !pmHour && ( + !cal.AM || ( matchGroup !== cal.AM[0] && matchGroup !== cal.AM[1] && matchGroup !== cal.AM[2] ) + ) + ) return null; + break; + case "f": + // Deciseconds. + case "ff": + // Centiseconds. + case "fff": + // Milliseconds. + msec = matchInt * Math.pow( 10, 3 - clength ); + if ( outOfRange(msec, 0, 999) ) return null; + break; + case "ddd": + // Day of week. + case "dddd": + // Day of week. + weekDay = getDayIndex( cal, matchGroup, clength === 3 ); + if ( outOfRange(weekDay, 0, 6) ) return null; + break; + case "zzz": + // Time zone offset in +/- hours:min. + var offsets = matchGroup.split( /:/ ); + if ( offsets.length !== 2 ) return null; + hourOffset = parseInt( offsets[0], 10 ); + if ( outOfRange(hourOffset, -12, 13) ) return null; + var minOffset = parseInt( offsets[1], 10 ); + if ( outOfRange(minOffset, 0, 59) ) return null; + tzMinOffset = ( hourOffset * 60 ) + ( startsWith(matchGroup, "-") ? -minOffset : minOffset ); + break; + case "z": case "zz": + // Time zone offset in +/- hours. + hourOffset = matchInt; + if ( outOfRange(hourOffset, -12, 13) ) return null; + tzMinOffset = hourOffset * 60; + break; + case "g": case "gg": + var eraName = matchGroup; + if ( !eraName || !cal.eras ) return null; + eraName = trim( eraName.toLowerCase() ); + for ( var i = 0, l = cal.eras.length; i < l; i++ ) { + if ( eraName === cal.eras[i].name.toLowerCase() ) { + era = i; + break; + } + } + // could not find an era with that name + if ( era === null ) return null; + break; + } + } + } + var result = new Date(), defaultYear, convert = cal.convert; + defaultYear = convert ? convert.fromGregorian( result )[ 0 ] : result.getFullYear(); + if ( year === null ) { + year = defaultYear; + } + else if ( cal.eras ) { + // year must be shifted to normal gregorian year + // but not if year was not specified, its already normal gregorian + // per the main if clause above. + year += cal.eras[( era || 0 )].offset; + } + // set default day and month to 1 and January, so if unspecified, these are the defaults + // instead of the current day/month. + if ( month === null ) { + month = 0; + } + if ( date === null ) { + date = 1; + } + // now have year, month, and date, but in the culture's calendar. + // convert to gregorian if necessary + if ( convert ) { + result = convert.toGregorian( year, month, date ); + // conversion failed, must be an invalid match + if ( result === null ) return null; + } + else { + // have to set year, month and date together to avoid overflow based on current date. + result.setFullYear( year, month, date ); + // check to see if date overflowed for specified month (only checked 1-31 above). + if ( result.getDate() !== date ) return null; + // invalid day of week. + if ( weekDay !== null && result.getDay() !== weekDay ) { + return null; + } + } + // if pm designator token was found make sure the hours fit the 24-hour clock. + if ( pmHour && hour < 12 ) { + hour += 12; + } + result.setHours( hour, min, sec, msec ); + if ( tzMinOffset !== null ) { + // adjust timezone to utc before applying local offset. + var adjustedMin = result.getMinutes() - ( tzMinOffset + result.getTimezoneOffset() ); + // Safari limits hours and minutes to the range of -127 to 127. We need to use setHours + // to ensure both these fields will not exceed this range. adjustedMin will range + // somewhere between -1440 and 1500, so we only need to split this into hours. + result.setHours( result.getHours() + parseInt(adjustedMin / 60, 10), adjustedMin % 60 ); + } + return result; + }; +}()); + +parseNegativePattern = function( value, nf, negativePattern ) { + var neg = nf[ "-" ], + pos = nf[ "+" ], + ret; + switch ( negativePattern ) { + case "n -": + neg = " " + neg; + pos = " " + pos; + // fall through + case "n-": + if ( endsWith(value, neg) ) { + ret = [ "-", value.substr(0, value.length - neg.length) ]; + } + else if ( endsWith(value, pos) ) { + ret = [ "+", value.substr(0, value.length - pos.length) ]; + } + break; + case "- n": + neg += " "; + pos += " "; + // fall through + case "-n": + if ( startsWith(value, neg) ) { + ret = [ "-", value.substr(neg.length) ]; + } + else if ( startsWith(value, pos) ) { + ret = [ "+", value.substr(pos.length) ]; + } + break; + case "(n)": + if ( startsWith(value, "(") && endsWith(value, ")") ) { + ret = [ "-", value.substr(1, value.length - 2) ]; + } + break; + } + return ret || [ "", value ]; +}; + +// +// public instance functions +// + +Globalize.prototype.findClosestCulture = function( cultureSelector ) { + return Globalize.findClosestCulture.call( this, cultureSelector ); +}; + +Globalize.prototype.format = function( value, format, cultureSelector ) { + return Globalize.format.call( this, value, format, cultureSelector ); +}; + +Globalize.prototype.localize = function( key, cultureSelector ) { + return Globalize.localize.call( this, key, cultureSelector ); +}; + +Globalize.prototype.parseInt = function( value, radix, cultureSelector ) { + return Globalize.parseInt.call( this, value, radix, cultureSelector ); +}; + +Globalize.prototype.parseFloat = function( value, radix, cultureSelector ) { + return Globalize.parseFloat.call( this, value, radix, cultureSelector ); +}; + +Globalize.prototype.culture = function( cultureSelector ) { + return Globalize.culture.call( this, cultureSelector ); +}; + +// +// public singleton functions +// + +Globalize.addCultureInfo = function( cultureName, baseCultureName, info ) { + + var base = {}, + isNew = false; + + if ( typeof cultureName !== "string" ) { + // cultureName argument is optional string. If not specified, assume info is first + // and only argument. Specified info deep-extends current culture. + info = cultureName; + cultureName = this.culture().name; + base = this.cultures[ cultureName ]; + } else if ( typeof baseCultureName !== "string" ) { + // baseCultureName argument is optional string. If not specified, assume info is second + // argument. Specified info deep-extends specified culture. + // If specified culture does not exist, create by deep-extending default + info = baseCultureName; + isNew = ( this.cultures[ cultureName ] == null ); + base = this.cultures[ cultureName ] || this.cultures[ "default" ]; + } else { + // cultureName and baseCultureName specified. Assume a new culture is being created + // by deep-extending an specified base culture + isNew = true; + base = this.cultures[ baseCultureName ]; + } + + this.cultures[ cultureName ] = extend(true, {}, + base, + info + ); + // Make the standard calendar the current culture if it's a new culture + if ( isNew ) { + this.cultures[ cultureName ].calendar = this.cultures[ cultureName ].calendars.standard; + } +}; + +Globalize.findClosestCulture = function( name ) { + var match; + if ( !name ) { + return this.cultures[ this.cultureSelector ] || this.cultures[ "default" ]; + } + if ( typeof name === "string" ) { + name = name.split( "," ); + } + if ( isArray(name) ) { + var lang, + cultures = this.cultures, + list = name, + i, l = list.length, + prioritized = []; + for ( i = 0; i < l; i++ ) { + name = trim( list[i] ); + var pri, parts = name.split( ";" ); + lang = trim( parts[0] ); + if ( parts.length === 1 ) { + pri = 1; + } + else { + name = trim( parts[1] ); + if ( name.indexOf("q=") === 0 ) { + name = name.substr( 2 ); + pri = parseFloat( name ); + pri = isNaN( pri ) ? 0 : pri; + } + else { + pri = 1; + } + } + prioritized.push({ lang: lang, pri: pri }); + } + prioritized.sort(function( a, b ) { + return a.pri < b.pri ? 1 : -1; + }); + + // exact match + for ( i = 0; i < l; i++ ) { + lang = prioritized[ i ].lang; + match = cultures[ lang ]; + if ( match ) { + return match; + } + } + + // neutral language match + for ( i = 0; i < l; i++ ) { + lang = prioritized[ i ].lang; + do { + var index = lang.lastIndexOf( "-" ); + if ( index === -1 ) { + break; + } + // strip off the last part. e.g. en-US => en + lang = lang.substr( 0, index ); + match = cultures[ lang ]; + if ( match ) { + return match; + } + } + while ( 1 ); + } + + // last resort: match first culture using that language + for ( i = 0; i < l; i++ ) { + lang = prioritized[ i ].lang; + for ( var cultureKey in cultures ) { + var culture = cultures[ cultureKey ]; + if ( culture.language == lang ) { + return culture; + } + } + } + } + else if ( typeof name === "object" ) { + return name; + } + return match || null; +}; + +Globalize.format = function( value, format, cultureSelector ) { + culture = this.findClosestCulture( cultureSelector ); + if ( value instanceof Date ) { + value = formatDate( value, format, culture ); + } + else if ( typeof value === "number" ) { + value = formatNumber( value, format, culture ); + } + return value; +}; + +Globalize.localize = function( key, cultureSelector ) { + return this.findClosestCulture( cultureSelector ).messages[ key ] || + this.cultures[ "default" ].messages[ key ]; +}; + +Globalize.parseDate = function( value, formats, culture ) { + culture = this.findClosestCulture( culture ); + + var date, prop, patterns; + if ( formats ) { + if ( typeof formats === "string" ) { + formats = [ formats ]; + } + if ( formats.length ) { + for ( var i = 0, l = formats.length; i < l; i++ ) { + var format = formats[ i ]; + if ( format ) { + date = parseExact( value, format, culture ); + if ( date ) { + break; + } + } + } + } + } else { + patterns = culture.calendar.patterns; + for ( prop in patterns ) { + date = parseExact( value, patterns[prop], culture ); + if ( date ) { + break; + } + } + } + + return date || null; +}; + +Globalize.parseInt = function( value, radix, cultureSelector ) { + return truncate( Globalize.parseFloat(value, radix, cultureSelector) ); +}; + +Globalize.parseFloat = function( value, radix, cultureSelector ) { + // radix argument is optional + if ( typeof radix !== "number" ) { + cultureSelector = radix; + radix = 10; + } + + var culture = this.findClosestCulture( cultureSelector ); + var ret = NaN, + nf = culture.numberFormat; + + if ( value.indexOf(culture.numberFormat.currency.symbol) > -1 ) { + // remove currency symbol + value = value.replace( culture.numberFormat.currency.symbol, "" ); + // replace decimal seperator + value = value.replace( culture.numberFormat.currency["."], culture.numberFormat["."] ); + } + + // trim leading and trailing whitespace + value = trim( value ); + + // allow infinity or hexidecimal + if ( regexInfinity.test(value) ) { + ret = parseFloat( value ); + } + else if ( !radix && regexHex.test(value) ) { + ret = parseInt( value, 16 ); + } + else { + + // determine sign and number + var signInfo = parseNegativePattern( value, nf, nf.pattern[0] ), + sign = signInfo[ 0 ], + num = signInfo[ 1 ]; + + // #44 - try parsing as "(n)" + if ( sign === "" && nf.pattern[0] !== "(n)" ) { + signInfo = parseNegativePattern( value, nf, "(n)" ); + sign = signInfo[ 0 ]; + num = signInfo[ 1 ]; + } + + // try parsing as "-n" + if ( sign === "" && nf.pattern[0] !== "-n" ) { + signInfo = parseNegativePattern( value, nf, "-n" ); + sign = signInfo[ 0 ]; + num = signInfo[ 1 ]; + } + + sign = sign || "+"; + + // determine exponent and number + var exponent, + intAndFraction, + exponentPos = num.indexOf( "e" ); + if ( exponentPos < 0 ) exponentPos = num.indexOf( "E" ); + if ( exponentPos < 0 ) { + intAndFraction = num; + exponent = null; + } + else { + intAndFraction = num.substr( 0, exponentPos ); + exponent = num.substr( exponentPos + 1 ); + } + // determine decimal position + var integer, + fraction, + decSep = nf[ "." ], + decimalPos = intAndFraction.indexOf( decSep ); + if ( decimalPos < 0 ) { + integer = intAndFraction; + fraction = null; + } + else { + integer = intAndFraction.substr( 0, decimalPos ); + fraction = intAndFraction.substr( decimalPos + decSep.length ); + } + // handle groups (e.g. 1,000,000) + var groupSep = nf[ "," ]; + integer = integer.split( groupSep ).join( "" ); + var altGroupSep = groupSep.replace( /\u00A0/g, " " ); + if ( groupSep !== altGroupSep ) { + integer = integer.split( altGroupSep ).join( "" ); + } + // build a natively parsable number string + var p = sign + integer; + if ( fraction !== null ) { + p += "." + fraction; + } + if ( exponent !== null ) { + // exponent itself may have a number patternd + var expSignInfo = parseNegativePattern( exponent, nf, "-n" ); + p += "e" + ( expSignInfo[0] || "+" ) + expSignInfo[ 1 ]; + } + if ( regexParseFloat.test(p) ) { + ret = parseFloat( p ); + } + } + return ret; +}; + +Globalize.culture = function( cultureSelector ) { + // setter + if ( typeof cultureSelector !== "undefined" ) { + this.cultureSelector = cultureSelector; + } + // getter + return this.findClosestCulture( cultureSelector ) || this.culture[ "default" ]; +}; + +}( this )); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/jquery.mousewheel.js b/html/jquery-ui-1.10.3.custom/development-bundle/external/jquery.mousewheel.js new file mode 100644 index 0000000..8c60304 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/jquery.mousewheel.js @@ -0,0 +1,101 @@ +/*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net) + * Licensed under the MIT License (LICENSE.txt). + * + * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers. + * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix. + * Thanks to: Seamus Leahy for adding deltaX and deltaY + * + * Version: 3.1.0 + * + * Requires: 1.2.2+ + */ + +(function (factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(['jquery'], factory); + } else { + // Browser globals + factory(jQuery); + } +}(function ($) { + + var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll']; + var toBind = 'onwheel' in document || document.documentMode >= 9 ? ['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll']; + var lowestDelta, lowestDeltaXY; + + if ($.event.fixHooks) { + for ( var i=toFix.length; i; ) { + $.event.fixHooks[ toFix[--i] ] = $.event.mouseHooks; + } + } + + $.event.special.mousewheel = { + setup: function() { + if ( this.addEventListener ) { + for ( var i=toBind.length; i; ) { + this.addEventListener( toBind[--i], handler, false ); + } + } else { + this.onmousewheel = handler; + } + }, + + teardown: function() { + if ( this.removeEventListener ) { + for ( var i=toBind.length; i; ) { + this.removeEventListener( toBind[--i], handler, false ); + } + } else { + this.onmousewheel = null; + } + } + }; + + $.fn.extend({ + mousewheel: function(fn) { + return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel"); + }, + + unmousewheel: function(fn) { + return this.unbind("mousewheel", fn); + } + }); + + + function handler(event) { + var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, deltaX = 0, deltaY = 0, absDelta = 0, absDeltaXY = 0; + event = $.event.fix(orgEvent); + event.type = "mousewheel"; + + // Old school scrollwheel delta + if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta; } + if ( orgEvent.detail ) { delta = orgEvent.detail * -1; } + + // New school wheel delta (wheel event) + if ( orgEvent.deltaY ) { + deltaY = orgEvent.deltaY * -1; + delta = deltaY; + } + if ( orgEvent.deltaX ) { + deltaX = orgEvent.deltaX; + delta = deltaX * -1; + } + + // Webkit + if ( orgEvent.wheelDeltaY !== undefined ) { deltaY = orgEvent.wheelDeltaY; } + if ( orgEvent.wheelDeltaX !== undefined ) { deltaX = orgEvent.wheelDeltaX * -1; } + + absDelta = Math.abs(delta); + if ( !lowestDelta || absDelta < lowestDelta ) { lowestDelta = absDelta; } + + absDeltaXY = Math.max( Math.abs(deltaY), Math.abs(deltaX) ); + if ( !lowestDeltaXY || absDeltaXY < lowestDeltaXY ) { lowestDeltaXY = absDeltaXY; } + + // Add event and delta to the front of the arguments + args.unshift(event, Math.floor(delta/lowestDelta), Math.floor(deltaX/lowestDeltaXY), Math.floor(deltaY/lowestDeltaXY)); + + return ($.event.dispatch || $.event.handle).apply(this, args); + } + +})); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/jshint.js b/html/jquery-ui-1.10.3.custom/development-bundle/external/jshint.js new file mode 100644 index 0000000..8f06d9b --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/jshint.js @@ -0,0 +1,4835 @@ +/*! + * JSHint, by JSHint Community. + * + * This file (and this file only) is licensed under the same slightly modified + * MIT license that JSLint is. It stops evil-doers everywhere. + * + * JSHint is a derivative work of JSLint: + * + * Copyright (c) 2002 Douglas Crockford (www.JSLint.com) + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom + * the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * The Software shall be used for Good, not Evil. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + */ + +/* + JSHINT is a global function. It takes two parameters. + + var myResult = JSHINT(source, option); + + The first parameter is either a string or an array of strings. If it is a + string, it will be split on '\n' or '\r'. If it is an array of strings, it + is assumed that each string represents one line. The source can be a + JavaScript text or a JSON text. + + The second parameter is an optional object of options which control the + operation of JSHINT. Most of the options are booleans: They are all + optional and have a default value of false. One of the options, predef, + can be an array of names, which will be used to declare global variables, + or an object whose keys are used as global names, with a boolean value + that determines if they are assignable. + + If it checks out, JSHINT returns true. Otherwise, it returns false. + + If false, you can inspect JSHINT.errors to find out the problems. + JSHINT.errors is an array of objects containing these members: + + { + line : The line (relative to 1) at which the lint was found + character : The character (relative to 1) at which the lint was found + reason : The problem + evidence : The text line in which the problem occurred + raw : The raw message before the details were inserted + a : The first detail + b : The second detail + c : The third detail + d : The fourth detail + } + + If a fatal error was found, a null will be the last element of the + JSHINT.errors array. + + You can request a data structure which contains JSHint's results. + + var myData = JSHINT.data(); + + It returns a structure with this form: + + { + errors: [ + { + line: NUMBER, + character: NUMBER, + reason: STRING, + evidence: STRING + } + ], + functions: [ + name: STRING, + line: NUMBER, + character: NUMBER, + last: NUMBER, + lastcharacter: NUMBER, + param: [ + STRING + ], + closure: [ + STRING + ], + var: [ + STRING + ], + exception: [ + STRING + ], + outer: [ + STRING + ], + unused: [ + STRING + ], + global: [ + STRING + ], + label: [ + STRING + ] + ], + globals: [ + STRING + ], + member: { + STRING: NUMBER + }, + unused: [ + { + name: STRING, + line: NUMBER + } + ], + implieds: [ + { + name: STRING, + line: NUMBER + } + ], + urls: [ + STRING + ], + json: BOOLEAN + } + + Empty arrays will not be included. + +*/ + +/*jshint + evil: true, nomen: false, onevar: false, regexp: false, strict: true, boss: true, + undef: true, maxlen: 100, indent: 4, quotmark: double, unused: true +*/ + +/*members "\b", "\t", "\n", "\f", "\r", "!=", "!==", "\"", "%", "(begin)", + "(breakage)", "(character)", "(context)", "(error)", "(explicitNewcap)", "(global)", + "(identifier)", "(last)", "(lastcharacter)", "(line)", "(loopage)", "(metrics)", + "(name)", "(onevar)", "(params)", "(scope)", "(statement)", "(verb)", "(tokens)", "(catch)", + "*", "+", "++", "-", "--", "\/", "<", "<=", "==", + "===", ">", ">=", $, $$, $A, $F, $H, $R, $break, $continue, $w, Abstract, Ajax, + __filename, __dirname, ActiveXObject, Array, ArrayBuffer, ArrayBufferView, Audio, + Autocompleter, Asset, Boolean, Builder, Buffer, Browser, Blob, COM, CScript, Canvas, + CustomAnimation, Class, Control, ComplexityCount, Chain, Color, Cookie, Core, DataView, Date, + Debug, Draggable, Draggables, Droppables, Document, DomReady, DOMEvent, DOMReady, DOMParser, + Drag, E, Enumerator, Enumerable, Element, Elements, Error, Effect, EvalError, Event, + Events, FadeAnimation, Field, Flash, Float32Array, Float64Array, Form, + FormField, Frame, FormData, Function, Fx, GetObject, Group, Hash, HotKey, + HTMLElement, HTMLAnchorElement, HTMLBaseElement, HTMLBlockquoteElement, + HTMLBodyElement, HTMLBRElement, HTMLButtonElement, HTMLCanvasElement, HTMLDirectoryElement, + HTMLDivElement, HTMLDListElement, HTMLFieldSetElement, + HTMLFontElement, HTMLFormElement, HTMLFrameElement, HTMLFrameSetElement, + HTMLHeadElement, HTMLHeadingElement, HTMLHRElement, HTMLHtmlElement, + HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLIsIndexElement, + HTMLLabelElement, HTMLLayerElement, HTMLLegendElement, HTMLLIElement, + HTMLLinkElement, HTMLMapElement, HTMLMenuElement, HTMLMetaElement, + HTMLModElement, HTMLObjectElement, HTMLOListElement, HTMLOptGroupElement, + HTMLOptionElement, HTMLParagraphElement, HTMLParamElement, HTMLPreElement, + HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLStyleElement, + HtmlTable, HTMLTableCaptionElement, HTMLTableCellElement, HTMLTableColElement, + HTMLTableElement, HTMLTableRowElement, HTMLTableSectionElement, + HTMLTextAreaElement, HTMLTitleElement, HTMLUListElement, HTMLVideoElement, + Iframe, IframeShim, Image, importScripts, Int16Array, Int32Array, Int8Array, + Insertion, InputValidator, JSON, Keyboard, Locale, LN10, LN2, LOG10E, LOG2E, + MAX_VALUE, MIN_VALUE, Map, Mask, Math, MenuItem, MessageChannel, MessageEvent, MessagePort, + MoveAnimation, MooTools, MutationObserver, NaN, Native, NEGATIVE_INFINITY, Node, NodeFilter, + Number, Object, ObjectRange, + Option, Options, OverText, PI, POSITIVE_INFINITY, PeriodicalExecuter, Point, Position, Prototype, + RangeError, Rectangle, ReferenceError, RegExp, ResizeAnimation, Request, RotateAnimation, Set, + SQRT1_2, SQRT2, ScrollBar, ScriptEngine, ScriptEngineBuildVersion, + ScriptEngineMajorVersion, ScriptEngineMinorVersion, Scriptaculous, Scroller, + Slick, Slider, Selector, SharedWorker, String, Style, SyntaxError, Sortable, Sortables, + SortableObserver, Sound, Spinner, System, Swiff, Text, TextArea, Template, + Timer, Tips, Type, TypeError, Toggle, Try, "use strict", unescape, URI, URIError, URL, + VBArray, WeakMap, WSH, WScript, XDomainRequest, Web, Window, XMLDOM, XMLHttpRequest, XMLSerializer, + XPathEvaluator, XPathException, XPathExpression, XPathNamespace, XPathNSResolver, XPathResult, + "\\", a, abs, addEventListener, address, alert, apply, applicationCache, arguments, arity, + asi, atob, b, basic, basicToken, bitwise, blacklist, block, blur, boolOptions, boss, + browser, btoa, c, call, callee, caller, camelcase, cases, charAt, charCodeAt, character, + clearInterval, clearTimeout, close, closed, closure, comment, complexityCount, condition, + confirm, console, constructor, content, couch, create, css, curly, d, data, datalist, dd, debug, + decodeURI, decodeURIComponent, defaultStatus, defineClass, deserialize, devel, document, + dojo, dijit, dojox, define, else, emit, encodeURI, encodeURIComponent, elem, + eqeq, eqeqeq, eqnull, errors, es5, escape, esnext, eval, event, evidence, evil, + ex, exception, exec, exps, expr, exports, FileReader, first, floor, focus, forEach, + forin, fragment, frames, from, fromCharCode, fud, funcscope, funct, function, functions, + g, gc, getComputedStyle, getRow, getter, getterToken, GLOBAL, global, globals, globalstrict, + hasOwnProperty, help, history, i, id, identifier, immed, implieds, importPackage, include, + indent, indexOf, init, ins, internals, instanceOf, isAlpha, isApplicationRunning, isArray, + isDigit, isFinite, isNaN, iterator, java, join, jshint, + JSHINT, json, jquery, jQuery, keys, label, labelled, last, lastcharacter, lastsemic, laxbreak, + laxcomma, latedef, lbp, led, left, length, line, load, loadClass, localStorage, location, + log, loopfunc, m, match, max, maxcomplexity, maxdepth, maxerr, maxlen, maxstatements, maxparams, + member, message, meta, module, moveBy, moveTo, mootools, multistr, name, navigator, new, newcap, + nestedBlockDepth, noarg, node, noempty, nomen, nonew, nonstandard, nud, onbeforeunload, onblur, + onerror, onevar, onecase, onfocus, onload, onresize, onunload, open, openDatabase, openURL, + opener, opera, options, outer, param, parent, parseFloat, parseInt, passfail, plusplus, + postMessage, pop, predef, print, process, prompt, proto, prototype, prototypejs, provides, push, + quit, quotmark, range, raw, reach, reason, regexp, readFile, readUrl, regexdash, + removeEventListener, replace, report, require, reserved, resizeBy, resizeTo, resolvePath, + resumeUpdates, respond, rhino, right, runCommand, scroll, scope, screen, scripturl, scrollBy, + scrollTo, scrollbar, search, seal, self, send, serialize, sessionStorage, setInterval, setTimeout, + setter, setterToken, shift, slice, smarttabs, sort, spawn, split, statement, statementCount, stack, + status, start, strict, sub, substr, supernew, shadow, supplant, sum, sync, test, toLowerCase, + toString, toUpperCase, toint32, token, tokens, top, trailing, type, typeOf, Uint16Array, + Uint32Array, Uint8Array, undef, undefs, unused, urls, validthis, value, valueOf, var, vars, + version, verifyMaxParametersPerFunction, verifyMaxStatementsPerFunction, + verifyMaxComplexityPerFunction, verifyMaxNestedBlockDepthPerFunction, WebSocket, withstmt, white, + window, windows, Worker, worker, wsh, yui, YUI, Y, YUI_config*/ + +/*global exports: false */ + +// We build the application inside a function so that we produce only a single +// global variable. That function will be invoked immediately, and its return +// value is the JSHINT function itself. + +var JSHINT = (function () { + "use strict"; + + var anonname, // The guessed name for anonymous functions. + +// These are operators that should not be used with the ! operator. + + bang = { + "<" : true, + "<=" : true, + "==" : true, + "===": true, + "!==": true, + "!=" : true, + ">" : true, + ">=" : true, + "+" : true, + "-" : true, + "*" : true, + "/" : true, + "%" : true + }, + + // These are the JSHint boolean options. + boolOptions = { + asi : true, // if automatic semicolon insertion should be tolerated + bitwise : true, // if bitwise operators should not be allowed + boss : true, // if advanced usage of assignments should be allowed + browser : true, // if the standard browser globals should be predefined + camelcase : true, // if identifiers should be required in camel case + couch : true, // if CouchDB globals should be predefined + curly : true, // if curly braces around all blocks should be required + debug : true, // if debugger statements should be allowed + devel : true, // if logging globals should be predefined (console, + // alert, etc.) + dojo : true, // if Dojo Toolkit globals should be predefined + eqeqeq : true, // if === should be required + eqnull : true, // if == null comparisons should be tolerated + es5 : true, // if ES5 syntax should be allowed + esnext : true, // if es.next specific syntax should be allowed + evil : true, // if eval should be allowed + expr : true, // if ExpressionStatement should be allowed as Programs + forin : true, // if for in statements must filter + funcscope : true, // if only function scope should be used for scope tests + globalstrict: true, // if global "use strict"; should be allowed (also + // enables 'strict') + immed : true, // if immediate invocations must be wrapped in parens + iterator : true, // if the `__iterator__` property should be allowed + jquery : true, // if jQuery globals should be predefined + lastsemic : true, // if semicolons may be ommitted for the trailing + // statements inside of a one-line blocks. + latedef : true, // if the use before definition should not be tolerated + laxbreak : true, // if line breaks should not be checked + laxcomma : true, // if line breaks should not be checked around commas + loopfunc : true, // if functions should be allowed to be defined within + // loops + mootools : true, // if MooTools globals should be predefined + multistr : true, // allow multiline strings + newcap : true, // if constructor names must be capitalized + noarg : true, // if arguments.caller and arguments.callee should be + // disallowed + node : true, // if the Node.js environment globals should be + // predefined + noempty : true, // if empty blocks should be disallowed + nonew : true, // if using `new` for side-effects should be disallowed + nonstandard : true, // if non-standard (but widely adopted) globals should + // be predefined + nomen : true, // if names should be checked + onevar : true, // if only one var statement per function should be + // allowed + onecase : true, // if one case switch statements should be allowed + passfail : true, // if the scan should stop on first error + plusplus : true, // if increment/decrement should not be allowed + proto : true, // if the `__proto__` property should be allowed + prototypejs : true, // if Prototype and Scriptaculous globals should be + // predefined + regexdash : true, // if unescaped first/last dash (-) inside brackets + // should be tolerated + regexp : true, // if the . should not be allowed in regexp literals + rhino : true, // if the Rhino environment globals should be predefined + undef : true, // if variables should be declared before used + unused : true, // if variables should be always used + scripturl : true, // if script-targeted URLs should be tolerated + shadow : true, // if variable shadowing should be tolerated + smarttabs : true, // if smarttabs should be tolerated + // (http://www.emacswiki.org/emacs/SmartTabs) + strict : true, // require the "use strict"; pragma + sub : true, // if all forms of subscript notation are tolerated + supernew : true, // if `new function () { ... };` and `new Object;` + // should be tolerated + trailing : true, // if trailing whitespace rules apply + validthis : true, // if 'this' inside a non-constructor function is valid. + // This is a function scoped option only. + withstmt : true, // if with statements should be allowed + white : true, // if strict whitespace rules apply + worker : true, // if Web Worker script symbols should be allowed + wsh : true, // if the Windows Scripting Host environment globals + // should be predefined + yui : true // YUI variables should be predefined + }, + + // These are the JSHint options that can take any value + // (we use this object to detect invalid options) + valOptions = { + maxlen : false, + indent : false, + maxerr : false, + predef : false, + quotmark : false, //'single'|'double'|true + scope : false, + maxstatements: false, // {int} max statements per function + maxdepth : false, // {int} max nested block depth per function + maxparams : false, // {int} max params per function + maxcomplexity: false // {int} max cyclomatic complexity per function + }, + + // These are JSHint boolean options which are shared with JSLint + // where the definition in JSHint is opposite JSLint + invertedOptions = { + bitwise : true, + forin : true, + newcap : true, + nomen : true, + plusplus : true, + regexp : true, + undef : true, + white : true, + + // Inverted and renamed, use JSHint name here + eqeqeq : true, + onevar : true + }, + + // These are JSHint boolean options which are shared with JSLint + // where the name has been changed but the effect is unchanged + renamedOptions = { + eqeq : "eqeqeq", + vars : "onevar", + windows : "wsh" + }, + + + // browser contains a set of global names which are commonly provided by a + // web browser environment. + browser = { + ArrayBuffer : false, + ArrayBufferView : false, + Audio : false, + Blob : false, + addEventListener : false, + applicationCache : false, + atob : false, + blur : false, + btoa : false, + clearInterval : false, + clearTimeout : false, + close : false, + closed : false, + DataView : false, + DOMParser : false, + defaultStatus : false, + document : false, + event : false, + FileReader : false, + Float32Array : false, + Float64Array : false, + FormData : false, + focus : false, + frames : false, + getComputedStyle : false, + HTMLElement : false, + HTMLAnchorElement : false, + HTMLBaseElement : false, + HTMLBlockquoteElement : false, + HTMLBodyElement : false, + HTMLBRElement : false, + HTMLButtonElement : false, + HTMLCanvasElement : false, + HTMLDirectoryElement : false, + HTMLDivElement : false, + HTMLDListElement : false, + HTMLFieldSetElement : false, + HTMLFontElement : false, + HTMLFormElement : false, + HTMLFrameElement : false, + HTMLFrameSetElement : false, + HTMLHeadElement : false, + HTMLHeadingElement : false, + HTMLHRElement : false, + HTMLHtmlElement : false, + HTMLIFrameElement : false, + HTMLImageElement : false, + HTMLInputElement : false, + HTMLIsIndexElement : false, + HTMLLabelElement : false, + HTMLLayerElement : false, + HTMLLegendElement : false, + HTMLLIElement : false, + HTMLLinkElement : false, + HTMLMapElement : false, + HTMLMenuElement : false, + HTMLMetaElement : false, + HTMLModElement : false, + HTMLObjectElement : false, + HTMLOListElement : false, + HTMLOptGroupElement : false, + HTMLOptionElement : false, + HTMLParagraphElement : false, + HTMLParamElement : false, + HTMLPreElement : false, + HTMLQuoteElement : false, + HTMLScriptElement : false, + HTMLSelectElement : false, + HTMLStyleElement : false, + HTMLTableCaptionElement : false, + HTMLTableCellElement : false, + HTMLTableColElement : false, + HTMLTableElement : false, + HTMLTableRowElement : false, + HTMLTableSectionElement : false, + HTMLTextAreaElement : false, + HTMLTitleElement : false, + HTMLUListElement : false, + HTMLVideoElement : false, + history : false, + Int16Array : false, + Int32Array : false, + Int8Array : false, + Image : false, + length : false, + localStorage : false, + location : false, + MessageChannel : false, + MessageEvent : false, + MessagePort : false, + moveBy : false, + moveTo : false, + MutationObserver : false, + name : false, + Node : false, + NodeFilter : false, + navigator : false, + onbeforeunload : true, + onblur : true, + onerror : true, + onfocus : true, + onload : true, + onresize : true, + onunload : true, + open : false, + openDatabase : false, + opener : false, + Option : false, + parent : false, + print : false, + removeEventListener : false, + resizeBy : false, + resizeTo : false, + screen : false, + scroll : false, + scrollBy : false, + scrollTo : false, + sessionStorage : false, + setInterval : false, + setTimeout : false, + SharedWorker : false, + status : false, + top : false, + Uint16Array : false, + Uint32Array : false, + Uint8Array : false, + WebSocket : false, + window : false, + Worker : false, + XMLHttpRequest : false, + XMLSerializer : false, + XPathEvaluator : false, + XPathException : false, + XPathExpression : false, + XPathNamespace : false, + XPathNSResolver : false, + XPathResult : false + }, + + couch = { + "require" : false, + respond : false, + getRow : false, + emit : false, + send : false, + start : false, + sum : false, + log : false, + exports : false, + module : false, + provides : false + }, + + declared, // Globals that were declared using /*global ... */ syntax. + + devel = { + alert : false, + confirm : false, + console : false, + Debug : false, + opera : false, + prompt : false + }, + + dojo = { + dojo : false, + dijit : false, + dojox : false, + define : false, + "require" : false + }, + + funct, // The current function + + functionicity = [ + "closure", "exception", "global", "label", + "outer", "unused", "var" + ], + + functions, // All of the functions + + global, // The global scope + implied, // Implied globals + inblock, + indent, + jsonmode, + + jquery = { + "$" : false, + jQuery : false + }, + + lines, + lookahead, + member, + membersOnly, + + mootools = { + "$" : false, + "$$" : false, + Asset : false, + Browser : false, + Chain : false, + Class : false, + Color : false, + Cookie : false, + Core : false, + Document : false, + DomReady : false, + DOMEvent : false, + DOMReady : false, + Drag : false, + Element : false, + Elements : false, + Event : false, + Events : false, + Fx : false, + Group : false, + Hash : false, + HtmlTable : false, + Iframe : false, + IframeShim : false, + InputValidator : false, + instanceOf : false, + Keyboard : false, + Locale : false, + Mask : false, + MooTools : false, + Native : false, + Options : false, + OverText : false, + Request : false, + Scroller : false, + Slick : false, + Slider : false, + Sortables : false, + Spinner : false, + Swiff : false, + Tips : false, + Type : false, + typeOf : false, + URI : false, + Window : false + }, + + nexttoken, + + node = { + __filename : false, + __dirname : false, + Buffer : false, + console : false, + exports : true, // In Node it is ok to exports = module.exports = foo(); + GLOBAL : false, + global : false, + module : false, + process : false, + require : false, + setTimeout : false, + clearTimeout : false, + setInterval : false, + clearInterval : false + }, + + noreach, + option, + predefined, // Global variables defined by option + prereg, + prevtoken, + + prototypejs = { + "$" : false, + "$$" : false, + "$A" : false, + "$F" : false, + "$H" : false, + "$R" : false, + "$break" : false, + "$continue" : false, + "$w" : false, + Abstract : false, + Ajax : false, + Class : false, + Enumerable : false, + Element : false, + Event : false, + Field : false, + Form : false, + Hash : false, + Insertion : false, + ObjectRange : false, + PeriodicalExecuter: false, + Position : false, + Prototype : false, + Selector : false, + Template : false, + Toggle : false, + Try : false, + Autocompleter : false, + Builder : false, + Control : false, + Draggable : false, + Draggables : false, + Droppables : false, + Effect : false, + Sortable : false, + SortableObserver : false, + Sound : false, + Scriptaculous : false + }, + + quotmark, + + rhino = { + defineClass : false, + deserialize : false, + gc : false, + help : false, + importPackage: false, + "java" : false, + load : false, + loadClass : false, + print : false, + quit : false, + readFile : false, + readUrl : false, + runCommand : false, + seal : false, + serialize : false, + spawn : false, + sync : false, + toint32 : false, + version : false + }, + + scope, // The current scope + stack, + + // standard contains the global names that are provided by the + // ECMAScript standard. + standard = { + Array : false, + Boolean : false, + Date : false, + decodeURI : false, + decodeURIComponent : false, + encodeURI : false, + encodeURIComponent : false, + Error : false, + "eval" : false, + EvalError : false, + Function : false, + hasOwnProperty : false, + isFinite : false, + isNaN : false, + JSON : false, + Map : false, + Math : false, + NaN : false, + Number : false, + Object : false, + parseInt : false, + parseFloat : false, + RangeError : false, + ReferenceError : false, + RegExp : false, + Set : false, + String : false, + SyntaxError : false, + TypeError : false, + URIError : false, + WeakMap : false + }, + + // widely adopted global names that are not part of ECMAScript standard + nonstandard = { + escape : false, + unescape : false + }, + + directive, + syntax = {}, + tab, + token, + unuseds, + urls, + useESNextSyntax, + warnings, + + worker = { + importScripts : true, + postMessage : true, + self : true + }, + + wsh = { + ActiveXObject : true, + Enumerator : true, + GetObject : true, + ScriptEngine : true, + ScriptEngineBuildVersion : true, + ScriptEngineMajorVersion : true, + ScriptEngineMinorVersion : true, + VBArray : true, + WSH : true, + WScript : true, + XDomainRequest : true + }, + + yui = { + YUI : false, + Y : false, + YUI_config : false + }; + // Regular expressions. Some of these are stupidly long. + var ax, cx, tx, nx, nxg, lx, ix, jx, ft; + (function () { + /*jshint maxlen:300 */ + + // unsafe comment or string + ax = /@cc|<\/?|script|\]\s*\]|<\s*!|</i; + + // unsafe characters that are silently deleted by one or more browsers + cx = /[\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/; + + // token + tx = /^\s*([(){}\[.,:;'"~\?\]#@]|==?=?|\/=(?!(\S*\/[gim]?))|\/(\*(jshint|jslint|members?|global)?|\/)?|\*[\/=]?|\+(?:=|\++)?|-(?:=|-+)?|%=?|&[&=]?|\|[|=]?|>>?>?=?|<([\/=!]|\!(\[|--)?|<=?)?|\^=?|\!=?=?|[a-zA-Z_$][a-zA-Z0-9_$]*|[0-9]+([xX][0-9a-fA-F]+|\.[0-9]*)?([eE][+\-]?[0-9]+)?)/; + + // characters in strings that need escapement + nx = /[\u0000-\u001f&<"\/\\\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/; + nxg = /[\u0000-\u001f&<"\/\\\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g; + + // star slash + lx = /\*\//; + + // identifier + ix = /^([a-zA-Z_$][a-zA-Z0-9_$]*)$/; + + // javascript url + jx = /^(?:javascript|jscript|ecmascript|vbscript|mocha|livescript)\s*:/i; + + // catches /* falls through */ comments + ft = /^\s*\/\*\s*falls\sthrough\s*\*\/\s*$/; + }()); + + function F() {} // Used by Object.create + + function is_own(object, name) { + // The object.hasOwnProperty method fails when the property under consideration + // is named 'hasOwnProperty'. So we have to use this more convoluted form. + return Object.prototype.hasOwnProperty.call(object, name); + } + + function checkOption(name, t) { + if (valOptions[name] === undefined && boolOptions[name] === undefined) { + warning("Bad option: '" + name + "'.", t); + } + } + + function isString(obj) { + return Object.prototype.toString.call(obj) === "[object String]"; + } + + // Provide critical ES5 functions to ES3. + + if (typeof Array.isArray !== "function") { + Array.isArray = function (o) { + return Object.prototype.toString.apply(o) === "[object Array]"; + }; + } + + if (!Array.prototype.forEach) { + Array.prototype.forEach = function (fn, scope) { + var len = this.length; + + for (var i = 0; i < len; i++) { + fn.call(scope || this, this[i], i, this); + } + }; + } + + if (!Array.prototype.indexOf) { + Array.prototype.indexOf = function (searchElement /*, fromIndex */ ) { + if (this === null || this === undefined) { + throw new TypeError(); + } + + var t = new Object(this); + var len = t.length >>> 0; + + if (len === 0) { + return -1; + } + + var n = 0; + if (arguments.length > 0) { + n = Number(arguments[1]); + if (n != n) { // shortcut for verifying if it's NaN + n = 0; + } else if (n !== 0 && n != Infinity && n != -Infinity) { + n = (n > 0 || -1) * Math.floor(Math.abs(n)); + } + } + + if (n >= len) { + return -1; + } + + var k = n >= 0 ? n : Math.max(len - Math.abs(n), 0); + for (; k < len; k++) { + if (k in t && t[k] === searchElement) { + return k; + } + } + + return -1; + }; + } + + if (typeof Object.create !== "function") { + Object.create = function (o) { + F.prototype = o; + return new F(); + }; + } + + if (typeof Object.keys !== "function") { + Object.keys = function (o) { + var a = [], k; + for (k in o) { + if (is_own(o, k)) { + a.push(k); + } + } + return a; + }; + } + + // Non standard methods + + function isAlpha(str) { + return (str >= "a" && str <= "z\uffff") || + (str >= "A" && str <= "Z\uffff"); + } + + function isDigit(str) { + return (str >= "0" && str <= "9"); + } + + function isIdentifier(token, value) { + if (!token) + return false; + + if (!token.identifier || token.value !== value) + return false; + + return true; + } + + function supplant(str, data) { + return str.replace(/\{([^{}]*)\}/g, function (a, b) { + var r = data[b]; + return typeof r === "string" || typeof r === "number" ? r : a; + }); + } + + function combine(t, o) { + var n; + for (n in o) { + if (is_own(o, n) && !is_own(JSHINT.blacklist, n)) { + t[n] = o[n]; + } + } + } + + function updatePredefined() { + Object.keys(JSHINT.blacklist).forEach(function (key) { + delete predefined[key]; + }); + } + + function assume() { + if (option.couch) { + combine(predefined, couch); + } + + if (option.rhino) { + combine(predefined, rhino); + } + + if (option.prototypejs) { + combine(predefined, prototypejs); + } + + if (option.node) { + combine(predefined, node); + option.globalstrict = true; + } + + if (option.devel) { + combine(predefined, devel); + } + + if (option.dojo) { + combine(predefined, dojo); + } + + if (option.browser) { + combine(predefined, browser); + } + + if (option.nonstandard) { + combine(predefined, nonstandard); + } + + if (option.jquery) { + combine(predefined, jquery); + } + + if (option.mootools) { + combine(predefined, mootools); + } + + if (option.worker) { + combine(predefined, worker); + } + + if (option.wsh) { + combine(predefined, wsh); + } + + if (option.esnext) { + useESNextSyntax(); + } + + if (option.globalstrict && option.strict !== false) { + option.strict = true; + } + + if (option.yui) { + combine(predefined, yui); + } + } + + + // Produce an error warning. + function quit(message, line, chr) { + var percentage = Math.floor((line / lines.length) * 100); + + throw { + name: "JSHintError", + line: line, + character: chr, + message: message + " (" + percentage + "% scanned).", + raw: message + }; + } + + function isundef(scope, m, t, a) { + return JSHINT.undefs.push([scope, m, t, a]); + } + + function warning(m, t, a, b, c, d) { + var ch, l, w; + t = t || nexttoken; + if (t.id === "(end)") { // `~ + t = token; + } + l = t.line || 0; + ch = t.from || 0; + w = { + id: "(error)", + raw: m, + evidence: lines[l - 1] || "", + line: l, + character: ch, + scope: JSHINT.scope, + a: a, + b: b, + c: c, + d: d + }; + w.reason = supplant(m, w); + JSHINT.errors.push(w); + if (option.passfail) { + quit("Stopping. ", l, ch); + } + warnings += 1; + if (warnings >= option.maxerr) { + quit("Too many errors.", l, ch); + } + return w; + } + + function warningAt(m, l, ch, a, b, c, d) { + return warning(m, { + line: l, + from: ch + }, a, b, c, d); + } + + function error(m, t, a, b, c, d) { + warning(m, t, a, b, c, d); + } + + function errorAt(m, l, ch, a, b, c, d) { + return error(m, { + line: l, + from: ch + }, a, b, c, d); + } + + // Tracking of "internal" scripts, like eval containing a static string + function addInternalSrc(elem, src) { + var i; + i = { + id: "(internal)", + elem: elem, + value: src + }; + JSHINT.internals.push(i); + return i; + } + + +// lexical analysis and token construction + + var lex = (function lex() { + var character, from, line, s; + +// Private lex methods + + function nextLine() { + var at, + match, + tw; // trailing whitespace check + + if (line >= lines.length) + return false; + + character = 1; + s = lines[line]; + line += 1; + + // If smarttabs option is used check for spaces followed by tabs only. + // Otherwise check for any occurence of mixed tabs and spaces. + // Tabs and one space followed by block comment is allowed. + if (option.smarttabs) { + // negative look-behind for "//" + match = s.match(/(\/\/)? \t/); + at = match && !match[1] ? 0 : -1; + } else { + at = s.search(/ \t|\t [^\*]/); + } + + if (at >= 0) + warningAt("Mixed spaces and tabs.", line, at + 1); + + s = s.replace(/\t/g, tab); + at = s.search(cx); + + if (at >= 0) + warningAt("Unsafe character.", line, at); + + if (option.maxlen && option.maxlen < s.length) + warningAt("Line too long.", line, s.length); + + // Check for trailing whitespaces + tw = option.trailing && s.match(/^(.*?)\s+$/); + if (tw && !/^\s+$/.test(s)) { + warningAt("Trailing whitespace.", line, tw[1].length + 1); + } + return true; + } + +// Produce a token object. The token inherits from a syntax symbol. + + function it(type, value) { + var i, t; + + function checkName(name) { + if (!option.proto && name === "__proto__") { + warningAt("The '{a}' property is deprecated.", line, from, name); + return; + } + + if (!option.iterator && name === "__iterator__") { + warningAt("'{a}' is only available in JavaScript 1.7.", line, from, name); + return; + } + + // Check for dangling underscores unless we're in Node + // environment and this identifier represents built-in + // Node globals with underscores. + + var hasDangling = /^(_+.*|.*_+)$/.test(name); + + if (option.nomen && hasDangling && name !== "_") { + if (option.node && token.id !== "." && /^(__dirname|__filename)$/.test(name)) + return; + + warningAt("Unexpected {a} in '{b}'.", line, from, "dangling '_'", name); + return; + } + + // Check for non-camelcase names. Names like MY_VAR and + // _myVar are okay though. + + if (option.camelcase) { + if (name.replace(/^_+/, "").indexOf("_") > -1 && !name.match(/^[A-Z0-9_]*$/)) { + warningAt("Identifier '{a}' is not in camel case.", line, from, value); + } + } + } + + if (type === "(color)" || type === "(range)") { + t = {type: type}; + } else if (type === "(punctuator)" || + (type === "(identifier)" && is_own(syntax, value))) { + t = syntax[value] || syntax["(error)"]; + } else { + t = syntax[type]; + } + + t = Object.create(t); + + if (type === "(string)" || type === "(range)") { + if (!option.scripturl && jx.test(value)) { + warningAt("Script URL.", line, from); + } + } + + if (type === "(identifier)") { + t.identifier = true; + checkName(value); + } + + t.value = value; + t.line = line; + t.character = character; + t.from = from; + i = t.id; + if (i !== "(endline)") { + prereg = i && + (("(,=:[!&|?{};".indexOf(i.charAt(i.length - 1)) >= 0) || + i === "return" || + i === "case"); + } + return t; + } + + // Public lex methods + return { + init: function (source) { + if (typeof source === "string") { + lines = source + .replace(/\r\n/g, "\n") + .replace(/\r/g, "\n") + .split("\n"); + } else { + lines = source; + } + + // If the first line is a shebang (#!), make it a blank and move on. + // Shebangs are used by Node scripts. + if (lines[0] && lines[0].substr(0, 2) === "#!") + lines[0] = ""; + + line = 0; + nextLine(); + from = 1; + }, + + range: function (begin, end) { + var c, value = ""; + from = character; + if (s.charAt(0) !== begin) { + errorAt("Expected '{a}' and instead saw '{b}'.", + line, character, begin, s.charAt(0)); + } + for (;;) { + s = s.slice(1); + character += 1; + c = s.charAt(0); + switch (c) { + case "": + errorAt("Missing '{a}'.", line, character, c); + break; + case end: + s = s.slice(1); + character += 1; + return it("(range)", value); + case "\\": + warningAt("Unexpected '{a}'.", line, character, c); + } + value += c; + } + + }, + + + // token -- this is called by advance to get the next token + token: function () { + var b, c, captures, d, depth, high, i, l, low, q, t, isLiteral, isInRange, n; + + function match(x) { + var r = x.exec(s), r1; + + if (r) { + l = r[0].length; + r1 = r[1]; + c = r1.charAt(0); + s = s.substr(l); + from = character + l - r1.length; + character += l; + return r1; + } + } + + function string(x) { + var c, j, r = "", allowNewLine = false; + + if (jsonmode && x !== "\"") { + warningAt("Strings must use doublequote.", + line, character); + } + + if (option.quotmark) { + if (option.quotmark === "single" && x !== "'") { + warningAt("Strings must use singlequote.", + line, character); + } else if (option.quotmark === "double" && x !== "\"") { + warningAt("Strings must use doublequote.", + line, character); + } else if (option.quotmark === true) { + quotmark = quotmark || x; + if (quotmark !== x) { + warningAt("Mixed double and single quotes.", + line, character); + } + } + } + + function esc(n) { + var i = parseInt(s.substr(j + 1, n), 16); + j += n; + if (i >= 32 && i <= 126 && + i !== 34 && i !== 92 && i !== 39) { + warningAt("Unnecessary escapement.", line, character); + } + character += n; + c = String.fromCharCode(i); + } + + j = 0; + +unclosedString: + for (;;) { + while (j >= s.length) { + j = 0; + + var cl = line, cf = from; + if (!nextLine()) { + errorAt("Unclosed string.", cl, cf); + break unclosedString; + } + + if (allowNewLine) { + allowNewLine = false; + } else { + warningAt("Unclosed string.", cl, cf); + } + } + + c = s.charAt(j); + if (c === x) { + character += 1; + s = s.substr(j + 1); + return it("(string)", r, x); + } + + if (c < " ") { + if (c === "\n" || c === "\r") { + break; + } + warningAt("Control character in string: {a}.", + line, character + j, s.slice(0, j)); + } else if (c === "\\") { + j += 1; + character += 1; + c = s.charAt(j); + n = s.charAt(j + 1); + switch (c) { + case "\\": + case "\"": + case "/": + break; + case "\'": + if (jsonmode) { + warningAt("Avoid \\'.", line, character); + } + break; + case "b": + c = "\b"; + break; + case "f": + c = "\f"; + break; + case "n": + c = "\n"; + break; + case "r": + c = "\r"; + break; + case "t": + c = "\t"; + break; + case "0": + c = "\0"; + // Octal literals fail in strict mode + // check if the number is between 00 and 07 + // where 'n' is the token next to 'c' + if (n >= 0 && n <= 7 && directive["use strict"]) { + warningAt( + "Octal literals are not allowed in strict mode.", + line, character); + } + break; + case "u": + esc(4); + break; + case "v": + if (jsonmode) { + warningAt("Avoid \\v.", line, character); + } + c = "\v"; + break; + case "x": + if (jsonmode) { + warningAt("Avoid \\x-.", line, character); + } + esc(2); + break; + case "": + // last character is escape character + // always allow new line if escaped, but show + // warning if option is not set + allowNewLine = true; + if (option.multistr) { + if (jsonmode) { + warningAt("Avoid EOL escapement.", line, character); + } + c = ""; + character -= 1; + break; + } + warningAt("Bad escapement of EOL. Use option multistr if needed.", + line, character); + break; + case "!": + if (s.charAt(j - 2) === "<") + break; + /*falls through*/ + default: + warningAt("Bad escapement.", line, character); + } + } + r += c; + character += 1; + j += 1; + } + } + + for (;;) { + if (!s) { + return it(nextLine() ? "(endline)" : "(end)", ""); + } + + t = match(tx); + + if (!t) { + t = ""; + c = ""; + while (s && s < "!") { + s = s.substr(1); + } + if (s) { + errorAt("Unexpected '{a}'.", line, character, s.substr(0, 1)); + s = ""; + } + } else { + + // identifier + + if (isAlpha(c) || c === "_" || c === "$") { + return it("(identifier)", t); + } + + // number + + if (isDigit(c)) { + if (!isFinite(Number(t))) { + warningAt("Bad number '{a}'.", + line, character, t); + } + if (isAlpha(s.substr(0, 1))) { + warningAt("Missing space after '{a}'.", + line, character, t); + } + if (c === "0") { + d = t.substr(1, 1); + if (isDigit(d)) { + if (token.id !== ".") { + warningAt("Don't use extra leading zeros '{a}'.", + line, character, t); + } + } else if (jsonmode && (d === "x" || d === "X")) { + warningAt("Avoid 0x-. '{a}'.", + line, character, t); + } + } + if (t.substr(t.length - 1) === ".") { + warningAt( +"A trailing decimal point can be confused with a dot '{a}'.", line, character, t); + } + return it("(number)", t); + } + switch (t) { + + // string + + case "\"": + case "'": + return string(t); + + // // comment + + case "//": + s = ""; + token.comment = true; + break; + + // /* comment + + case "/*": + for (;;) { + i = s.search(lx); + if (i >= 0) { + break; + } + if (!nextLine()) { + errorAt("Unclosed comment.", line, character); + } + } + s = s.substr(i + 2); + token.comment = true; + break; + + // /*members /*jshint /*global + + case "/*members": + case "/*member": + case "/*jshint": + case "/*jslint": + case "/*global": + case "*/": + return { + value: t, + type: "special", + line: line, + character: character, + from: from + }; + + case "": + break; + // / + case "/": + if (s.charAt(0) === "=") { + errorAt("A regular expression literal can be confused with '/='.", + line, from); + } + + if (prereg) { + depth = 0; + captures = 0; + l = 0; + for (;;) { + b = true; + c = s.charAt(l); + l += 1; + switch (c) { + case "": + errorAt("Unclosed regular expression.", line, from); + return quit("Stopping.", line, from); + case "/": + if (depth > 0) { + warningAt("{a} unterminated regular expression " + + "group(s).", line, from + l, depth); + } + c = s.substr(0, l - 1); + q = { + g: true, + i: true, + m: true + }; + while (q[s.charAt(l)] === true) { + q[s.charAt(l)] = false; + l += 1; + } + character += l; + s = s.substr(l); + q = s.charAt(0); + if (q === "/" || q === "*") { + errorAt("Confusing regular expression.", + line, from); + } + return it("(regexp)", c); + case "\\": + c = s.charAt(l); + if (c < " ") { + warningAt( +"Unexpected control character in regular expression.", line, from + l); + } else if (c === "<") { + warningAt( +"Unexpected escaped character '{a}' in regular expression.", line, from + l, c); + } + l += 1; + break; + case "(": + depth += 1; + b = false; + if (s.charAt(l) === "?") { + l += 1; + switch (s.charAt(l)) { + case ":": + case "=": + case "!": + l += 1; + break; + default: + warningAt( +"Expected '{a}' and instead saw '{b}'.", line, from + l, ":", s.charAt(l)); + } + } else { + captures += 1; + } + break; + case "|": + b = false; + break; + case ")": + if (depth === 0) { + warningAt("Unescaped '{a}'.", + line, from + l, ")"); + } else { + depth -= 1; + } + break; + case " ": + q = 1; + while (s.charAt(l) === " ") { + l += 1; + q += 1; + } + if (q > 1) { + warningAt( +"Spaces are hard to count. Use {{a}}.", line, from + l, q); + } + break; + case "[": + c = s.charAt(l); + if (c === "^") { + l += 1; + if (s.charAt(l) === "]") { + errorAt("Unescaped '{a}'.", + line, from + l, "^"); + } + } + if (c === "]") { + warningAt("Empty class.", line, + from + l - 1); + } + isLiteral = false; + isInRange = false; +klass: + do { + c = s.charAt(l); + l += 1; + switch (c) { + case "[": + case "^": + warningAt("Unescaped '{a}'.", + line, from + l, c); + if (isInRange) { + isInRange = false; + } else { + isLiteral = true; + } + break; + case "-": + if (isLiteral && !isInRange) { + isLiteral = false; + isInRange = true; + } else if (isInRange) { + isInRange = false; + } else if (s.charAt(l) === "]") { + isInRange = true; + } else { + if (option.regexdash !== (l === 2 || (l === 3 && + s.charAt(1) === "^"))) { + warningAt("Unescaped '{a}'.", + line, from + l - 1, "-"); + } + isLiteral = true; + } + break; + case "]": + if (isInRange && !option.regexdash) { + warningAt("Unescaped '{a}'.", + line, from + l - 1, "-"); + } + break klass; + case "\\": + c = s.charAt(l); + if (c < " ") { + warningAt( +"Unexpected control character in regular expression.", line, from + l); + } else if (c === "<") { + warningAt( +"Unexpected escaped character '{a}' in regular expression.", line, from + l, c); + } + l += 1; + + // \w, \s and \d are never part of a character range + if (/[wsd]/i.test(c)) { + if (isInRange) { + warningAt("Unescaped '{a}'.", + line, from + l, "-"); + isInRange = false; + } + isLiteral = false; + } else if (isInRange) { + isInRange = false; + } else { + isLiteral = true; + } + break; + case "/": + warningAt("Unescaped '{a}'.", + line, from + l - 1, "/"); + + if (isInRange) { + isInRange = false; + } else { + isLiteral = true; + } + break; + case "<": + if (isInRange) { + isInRange = false; + } else { + isLiteral = true; + } + break; + default: + if (isInRange) { + isInRange = false; + } else { + isLiteral = true; + } + } + } while (c); + break; + case ".": + if (option.regexp) { + warningAt("Insecure '{a}'.", line, + from + l, c); + } + break; + case "]": + case "?": + case "{": + case "}": + case "+": + case "*": + warningAt("Unescaped '{a}'.", line, + from + l, c); + } + if (b) { + switch (s.charAt(l)) { + case "?": + case "+": + case "*": + l += 1; + if (s.charAt(l) === "?") { + l += 1; + } + break; + case "{": + l += 1; + c = s.charAt(l); + if (c < "0" || c > "9") { + warningAt( +"Expected a number and instead saw '{a}'.", line, from + l, c); + break; // No reason to continue checking numbers. + } + l += 1; + low = +c; + for (;;) { + c = s.charAt(l); + if (c < "0" || c > "9") { + break; + } + l += 1; + low = +c + (low * 10); + } + high = low; + if (c === ",") { + l += 1; + high = Infinity; + c = s.charAt(l); + if (c >= "0" && c <= "9") { + l += 1; + high = +c; + for (;;) { + c = s.charAt(l); + if (c < "0" || c > "9") { + break; + } + l += 1; + high = +c + (high * 10); + } + } + } + if (s.charAt(l) !== "}") { + warningAt( +"Expected '{a}' and instead saw '{b}'.", line, from + l, "}", c); + } else { + l += 1; + } + if (s.charAt(l) === "?") { + l += 1; + } + if (low > high) { + warningAt( +"'{a}' should not be greater than '{b}'.", line, from + l, low, high); + } + } + } + } + c = s.substr(0, l - 1); + character += l; + s = s.substr(l); + return it("(regexp)", c); + } + return it("(punctuator)", t); + + // punctuator + + case "#": + return it("(punctuator)", t); + default: + return it("(punctuator)", t); + } + } + } + } + }; + }()); + + + function addlabel(t, type, token) { + if (t === "hasOwnProperty") { + warning("'hasOwnProperty' is a really bad name."); + } + + // Define t in the current function in the current scope. + if (type === "exception") { + if (is_own(funct["(context)"], t)) { + if (funct[t] !== true && !option.node) { + warning("Value of '{a}' may be overwritten in IE.", nexttoken, t); + } + } + } + + if (is_own(funct, t) && !funct["(global)"]) { + if (funct[t] === true) { + if (option.latedef) + warning("'{a}' was used before it was defined.", nexttoken, t); + } else { + if (!option.shadow && type !== "exception") { + warning("'{a}' is already defined.", nexttoken, t); + } + } + } + + funct[t] = type; + + if (token) { + funct["(tokens)"][t] = token; + } + + if (funct["(global)"]) { + global[t] = funct; + if (is_own(implied, t)) { + if (option.latedef) + warning("'{a}' was used before it was defined.", nexttoken, t); + delete implied[t]; + } + } else { + scope[t] = funct; + } + } + + + function doOption() { + var nt = nexttoken; + var o = nt.value; + var quotmarkValue = option.quotmark; + var predef = {}; + var b, obj, filter, t, tn, v, minus; + + switch (o) { + case "*/": + error("Unbegun comment."); + break; + case "/*members": + case "/*member": + o = "/*members"; + if (!membersOnly) { + membersOnly = {}; + } + obj = membersOnly; + option.quotmark = false; + break; + case "/*jshint": + case "/*jslint": + obj = option; + filter = boolOptions; + break; + case "/*global": + obj = predef; + break; + default: + error("What?"); + } + + t = lex.token(); + +loop: + for (;;) { + minus = false; + for (;;) { + if (t.type === "special" && t.value === "*/") { + break loop; + } + if (t.id !== "(endline)" && t.id !== ",") { + break; + } + t = lex.token(); + } + + if (o === "/*global" && t.value === "-") { + minus = true; + t = lex.token(); + } + + if (t.type !== "(string)" && t.type !== "(identifier)" && o !== "/*members") { + error("Bad option.", t); + } + + v = lex.token(); + if (v.id === ":") { + v = lex.token(); + + if (obj === membersOnly) { + error("Expected '{a}' and instead saw '{b}'.", t, "*/", ":"); + } + + if (o === "/*jshint") { + checkOption(t.value, t); + } + + var numericVals = [ + "maxstatements", + "maxparams", + "maxdepth", + "maxcomplexity", + "maxerr", + "maxlen", + "indent" + ]; + + if (numericVals.indexOf(t.value) > -1 && (o === "/*jshint" || o === "/*jslint")) { + b = +v.value; + + if (typeof b !== "number" || !isFinite(b) || b <= 0 || Math.floor(b) !== b) { + error("Expected a small integer and instead saw '{a}'.", v, v.value); + } + + if (t.value === "indent") + obj.white = true; + + obj[t.value] = b; + } else if (t.value === "validthis") { + if (funct["(global)"]) { + error("Option 'validthis' can't be used in a global scope."); + } else { + if (v.value === "true" || v.value === "false") + obj[t.value] = v.value === "true"; + else + error("Bad option value.", v); + } + } else if (t.value === "quotmark" && (o === "/*jshint")) { + switch (v.value) { + case "true": + obj.quotmark = true; + break; + case "false": + obj.quotmark = false; + break; + case "double": + case "single": + obj.quotmark = v.value; + break; + default: + error("Bad option value.", v); + } + } else if (v.value === "true" || v.value === "false") { + if (o === "/*jslint") { + tn = renamedOptions[t.value] || t.value; + obj[tn] = v.value === "true"; + if (invertedOptions[tn] !== undefined) { + obj[tn] = !obj[tn]; + } + } else { + obj[t.value] = v.value === "true"; + } + + if (t.value === "newcap") + obj["(explicitNewcap)"] = true; + } else { + error("Bad option value.", v); + } + t = lex.token(); + } else { + if (o === "/*jshint" || o === "/*jslint") { + error("Missing option value.", t); + } + + obj[t.value] = false; + + if (o === "/*global" && minus === true) { + JSHINT.blacklist[t.value] = t.value; + updatePredefined(); + } + + t = v; + } + } + + if (o === "/*members") { + option.quotmark = quotmarkValue; + } + + combine(predefined, predef); + + for (var key in predef) { + if (is_own(predef, key)) { + declared[key] = nt; + } + } + + if (filter) { + assume(); + } + } + + +// We need a peek function. If it has an argument, it peeks that much farther +// ahead. It is used to distinguish +// for ( var i in ... +// from +// for ( var i = ... + + function peek(p) { + var i = p || 0, j = 0, t; + + while (j <= i) { + t = lookahead[j]; + if (!t) { + t = lookahead[j] = lex.token(); + } + j += 1; + } + return t; + } + + + +// Produce the next token. It looks for programming errors. + + function advance(id, t) { + switch (token.id) { + case "(number)": + if (nexttoken.id === ".") { + warning("A dot following a number can be confused with a decimal point.", token); + } + break; + case "-": + if (nexttoken.id === "-" || nexttoken.id === "--") { + warning("Confusing minusses."); + } + break; + case "+": + if (nexttoken.id === "+" || nexttoken.id === "++") { + warning("Confusing plusses."); + } + break; + } + + if (token.type === "(string)" || token.identifier) { + anonname = token.value; + } + + if (id && nexttoken.id !== id) { + if (t) { + if (nexttoken.id === "(end)") { + warning("Unmatched '{a}'.", t, t.id); + } else { + warning("Expected '{a}' to match '{b}' from line {c} and instead saw '{d}'.", + nexttoken, id, t.id, t.line, nexttoken.value); + } + } else if (nexttoken.type !== "(identifier)" || + nexttoken.value !== id) { + warning("Expected '{a}' and instead saw '{b}'.", + nexttoken, id, nexttoken.value); + } + } + + prevtoken = token; + token = nexttoken; + for (;;) { + nexttoken = lookahead.shift() || lex.token(); + if (nexttoken.id === "(end)" || nexttoken.id === "(error)") { + return; + } + if (nexttoken.type === "special") { + doOption(); + } else { + if (nexttoken.id !== "(endline)") { + break; + } + } + } + } + + +// This is the heart of JSHINT, the Pratt parser. In addition to parsing, it +// is looking for ad hoc lint patterns. We add .fud to Pratt's model, which is +// like .nud except that it is only used on the first token of a statement. +// Having .fud makes it much easier to define statement-oriented languages like +// JavaScript. I retained Pratt's nomenclature. + +// .nud Null denotation +// .fud First null denotation +// .led Left denotation +// lbp Left binding power +// rbp Right binding power + +// They are elements of the parsing method called Top Down Operator Precedence. + + function expression(rbp, initial) { + var left, isArray = false, isObject = false; + + if (nexttoken.id === "(end)") + error("Unexpected early end of program.", token); + + advance(); + if (initial) { + anonname = "anonymous"; + funct["(verb)"] = token.value; + } + if (initial === true && token.fud) { + left = token.fud(); + } else { + if (token.nud) { + left = token.nud(); + } else { + if (nexttoken.type === "(number)" && token.id === ".") { + warning("A leading decimal point can be confused with a dot: '.{a}'.", + token, nexttoken.value); + advance(); + return token; + } else { + error("Expected an identifier and instead saw '{a}'.", + token, token.id); + } + } + while (rbp < nexttoken.lbp) { + isArray = token.value === "Array"; + isObject = token.value === "Object"; + + // #527, new Foo.Array(), Foo.Array(), new Foo.Object(), Foo.Object() + // Line breaks in IfStatement heads exist to satisfy the checkJSHint + // "Line too long." error. + if (left && (left.value || (left.first && left.first.value))) { + // If the left.value is not "new", or the left.first.value is a "." + // then safely assume that this is not "new Array()" and possibly + // not "new Object()"... + if (left.value !== "new" || + (left.first && left.first.value && left.first.value === ".")) { + isArray = false; + // ...In the case of Object, if the left.value and token.value + // are not equal, then safely assume that this not "new Object()" + if (left.value !== token.value) { + isObject = false; + } + } + } + + advance(); + if (isArray && token.id === "(" && nexttoken.id === ")") + warning("Use the array literal notation [].", token); + if (isObject && token.id === "(" && nexttoken.id === ")") + warning("Use the object literal notation {}.", token); + if (token.led) { + left = token.led(left); + } else { + error("Expected an operator and instead saw '{a}'.", + token, token.id); + } + } + } + return left; + } + + +// Functions for conformance of style. + + function adjacent(left, right) { + left = left || token; + right = right || nexttoken; + if (option.white) { + if (left.character !== right.from && left.line === right.line) { + left.from += (left.character - left.from); + warning("Unexpected space after '{a}'.", left, left.value); + } + } + } + + function nobreak(left, right) { + left = left || token; + right = right || nexttoken; + if (option.white && (left.character !== right.from || left.line !== right.line)) { + warning("Unexpected space before '{a}'.", right, right.value); + } + } + + function nospace(left, right) { + left = left || token; + right = right || nexttoken; + if (option.white && !left.comment) { + if (left.line === right.line) { + adjacent(left, right); + } + } + } + + function nonadjacent(left, right) { + if (option.white) { + left = left || token; + right = right || nexttoken; + if (left.value === ";" && right.value === ";") { + return; + } + if (left.line === right.line && left.character === right.from) { + left.from += (left.character - left.from); + warning("Missing space after '{a}'.", + left, left.value); + } + } + } + + function nobreaknonadjacent(left, right) { + left = left || token; + right = right || nexttoken; + if (!option.laxbreak && left.line !== right.line) { + warning("Bad line breaking before '{a}'.", right, right.id); + } else if (option.white) { + left = left || token; + right = right || nexttoken; + if (left.character === right.from) { + left.from += (left.character - left.from); + warning("Missing space after '{a}'.", + left, left.value); + } + } + } + + function indentation(bias) { + var i; + if (option.white && nexttoken.id !== "(end)") { + i = indent + (bias || 0); + if (nexttoken.from !== i) { + warning( +"Expected '{a}' to have an indentation at {b} instead at {c}.", + nexttoken, nexttoken.value, i, nexttoken.from); + } + } + } + + function nolinebreak(t) { + t = t || token; + if (t.line !== nexttoken.line) { + warning("Line breaking error '{a}'.", t, t.value); + } + } + + + function comma() { + if (token.line !== nexttoken.line) { + if (!option.laxcomma) { + if (comma.first) { + warning("Comma warnings can be turned off with 'laxcomma'"); + comma.first = false; + } + warning("Bad line breaking before '{a}'.", token, nexttoken.id); + } + } else if (!token.comment && token.character !== nexttoken.from && option.white) { + token.from += (token.character - token.from); + warning("Unexpected space after '{a}'.", token, token.value); + } + advance(","); + nonadjacent(token, nexttoken); + } + + +// Functional constructors for making the symbols that will be inherited by +// tokens. + + function symbol(s, p) { + var x = syntax[s]; + if (!x || typeof x !== "object") { + syntax[s] = x = { + id: s, + lbp: p, + value: s + }; + } + return x; + } + + + function delim(s) { + return symbol(s, 0); + } + + + function stmt(s, f) { + var x = delim(s); + x.identifier = x.reserved = true; + x.fud = f; + return x; + } + + + function blockstmt(s, f) { + var x = stmt(s, f); + x.block = true; + return x; + } + + + function reserveName(x) { + var c = x.id.charAt(0); + if ((c >= "a" && c <= "z") || (c >= "A" && c <= "Z")) { + x.identifier = x.reserved = true; + } + return x; + } + + + function prefix(s, f) { + var x = symbol(s, 150); + reserveName(x); + x.nud = (typeof f === "function") ? f : function () { + this.right = expression(150); + this.arity = "unary"; + if (this.id === "++" || this.id === "--") { + if (option.plusplus) { + warning("Unexpected use of '{a}'.", this, this.id); + } else if ((!this.right.identifier || this.right.reserved) && + this.right.id !== "." && this.right.id !== "[") { + warning("Bad operand.", this); + } + } + return this; + }; + return x; + } + + + function type(s, f) { + var x = delim(s); + x.type = s; + x.nud = f; + return x; + } + + + function reserve(s, f) { + var x = type(s, f); + x.identifier = x.reserved = true; + return x; + } + + + function reservevar(s, v) { + return reserve(s, function () { + if (typeof v === "function") { + v(this); + } + return this; + }); + } + + + function infix(s, f, p, w) { + var x = symbol(s, p); + reserveName(x); + x.led = function (left) { + if (!w) { + nobreaknonadjacent(prevtoken, token); + nonadjacent(token, nexttoken); + } + if (s === "in" && left.id === "!") { + warning("Confusing use of '{a}'.", left, "!"); + } + if (typeof f === "function") { + return f(left, this); + } else { + this.left = left; + this.right = expression(p); + return this; + } + }; + return x; + } + + + function relation(s, f) { + var x = symbol(s, 100); + x.led = function (left) { + nobreaknonadjacent(prevtoken, token); + nonadjacent(token, nexttoken); + var right = expression(100); + + if (isIdentifier(left, "NaN") || isIdentifier(right, "NaN")) { + warning("Use the isNaN function to compare with NaN.", this); + } else if (f) { + f.apply(this, [left, right]); + } + if (left.id === "!") { + warning("Confusing use of '{a}'.", left, "!"); + } + if (right.id === "!") { + warning("Confusing use of '{a}'.", right, "!"); + } + this.left = left; + this.right = right; + return this; + }; + return x; + } + + + function isPoorRelation(node) { + return node && + ((node.type === "(number)" && +node.value === 0) || + (node.type === "(string)" && node.value === "") || + (node.type === "null" && !option.eqnull) || + node.type === "true" || + node.type === "false" || + node.type === "undefined"); + } + + + function assignop(s) { + symbol(s, 20).exps = true; + + return infix(s, function (left, that) { + that.left = left; + + if (predefined[left.value] === false && + scope[left.value]["(global)"] === true) { + warning("Read only.", left); + } else if (left["function"]) { + warning("'{a}' is a function.", left, left.value); + } + + if (left) { + if (option.esnext && funct[left.value] === "const") { + warning("Attempting to override '{a}' which is a constant", left, left.value); + } + + if (left.id === "." || left.id === "[") { + if (!left.left || left.left.value === "arguments") { + warning("Bad assignment.", that); + } + that.right = expression(19); + return that; + } else if (left.identifier && !left.reserved) { + if (funct[left.value] === "exception") { + warning("Do not assign to the exception parameter.", left); + } + that.right = expression(19); + return that; + } + + if (left === syntax["function"]) { + warning( +"Expected an identifier in an assignment and instead saw a function invocation.", + token); + } + } + + error("Bad assignment.", that); + }, 20); + } + + + function bitwise(s, f, p) { + var x = symbol(s, p); + reserveName(x); + x.led = (typeof f === "function") ? f : function (left) { + if (option.bitwise) { + warning("Unexpected use of '{a}'.", this, this.id); + } + this.left = left; + this.right = expression(p); + return this; + }; + return x; + } + + + function bitwiseassignop(s) { + symbol(s, 20).exps = true; + return infix(s, function (left, that) { + if (option.bitwise) { + warning("Unexpected use of '{a}'.", that, that.id); + } + nonadjacent(prevtoken, token); + nonadjacent(token, nexttoken); + if (left) { + if (left.id === "." || left.id === "[" || + (left.identifier && !left.reserved)) { + expression(19); + return that; + } + if (left === syntax["function"]) { + warning( +"Expected an identifier in an assignment, and instead saw a function invocation.", + token); + } + return that; + } + error("Bad assignment.", that); + }, 20); + } + + + function suffix(s) { + var x = symbol(s, 150); + x.led = function (left) { + if (option.plusplus) { + warning("Unexpected use of '{a}'.", this, this.id); + } else if ((!left.identifier || left.reserved) && + left.id !== "." && left.id !== "[") { + warning("Bad operand.", this); + } + this.left = left; + return this; + }; + return x; + } + + + // fnparam means that this identifier is being defined as a function + // argument (see identifier()) + function optionalidentifier(fnparam) { + if (nexttoken.identifier) { + advance(); + if (token.reserved && !option.es5) { + // `undefined` as a function param is a common pattern to protect + // against the case when somebody does `undefined = true` and + // help with minification. More info: https://gist.github.com/315916 + if (!fnparam || token.value !== "undefined") { + warning("Expected an identifier and instead saw '{a}' (a reserved word).", + token, token.id); + } + } + return token.value; + } + } + + // fnparam means that this identifier is being defined as a function + // argument + function identifier(fnparam) { + var i = optionalidentifier(fnparam); + if (i) { + return i; + } + if (token.id === "function" && nexttoken.id === "(") { + warning("Missing name in function declaration."); + } else { + error("Expected an identifier and instead saw '{a}'.", + nexttoken, nexttoken.value); + } + } + + + function reachable(s) { + var i = 0, t; + if (nexttoken.id !== ";" || noreach) { + return; + } + for (;;) { + t = peek(i); + if (t.reach) { + return; + } + if (t.id !== "(endline)") { + if (t.id === "function") { + if (!option.latedef) { + break; + } + warning( +"Inner functions should be listed at the top of the outer function.", t); + break; + } + warning("Unreachable '{a}' after '{b}'.", t, t.value, s); + break; + } + i += 1; + } + } + + + function statement(noindent) { + var i = indent, r, s = scope, t = nexttoken; + + if (t.id === ";") { + advance(";"); + return; + } + + // Is this a labelled statement? + + if (t.identifier && !t.reserved && peek().id === ":") { + advance(); + advance(":"); + scope = Object.create(s); + addlabel(t.value, "label"); + + if (!nexttoken.labelled && nexttoken.value !== "{") { + warning("Label '{a}' on {b} statement.", nexttoken, t.value, nexttoken.value); + } + + if (jx.test(t.value + ":")) { + warning("Label '{a}' looks like a javascript url.", t, t.value); + } + + nexttoken.label = t.value; + t = nexttoken; + } + + // Is it a lonely block? + + if (t.id === "{") { + block(true, true); + return; + } + + // Parse the statement. + + if (!noindent) { + indentation(); + } + r = expression(0, true); + + // Look for the final semicolon. + + if (!t.block) { + if (!option.expr && (!r || !r.exps)) { + warning("Expected an assignment or function call and instead saw an expression.", + token); + } else if (option.nonew && r.id === "(" && r.left.id === "new") { + warning("Do not use 'new' for side effects.", t); + } + + if (nexttoken.id === ",") { + return comma(); + } + + if (nexttoken.id !== ";") { + if (!option.asi) { + // If this is the last statement in a block that ends on + // the same line *and* option lastsemic is on, ignore the warning. + // Otherwise, complain about missing semicolon. + if (!option.lastsemic || nexttoken.id !== "}" || + nexttoken.line !== token.line) { + warningAt("Missing semicolon.", token.line, token.character); + } + } + } else { + adjacent(token, nexttoken); + advance(";"); + nonadjacent(token, nexttoken); + } + } + +// Restore the indentation. + + indent = i; + scope = s; + return r; + } + + + function statements(startLine) { + var a = [], p; + + while (!nexttoken.reach && nexttoken.id !== "(end)") { + if (nexttoken.id === ";") { + p = peek(); + if (!p || p.id !== "(") { + warning("Unnecessary semicolon."); + } + advance(";"); + } else { + a.push(statement(startLine === nexttoken.line)); + } + } + return a; + } + + + /* + * read all directives + * recognizes a simple form of asi, but always + * warns, if it is used + */ + function directives() { + var i, p, pn; + + for (;;) { + if (nexttoken.id === "(string)") { + p = peek(0); + if (p.id === "(endline)") { + i = 1; + do { + pn = peek(i); + i = i + 1; + } while (pn.id === "(endline)"); + + if (pn.id !== ";") { + if (pn.id !== "(string)" && pn.id !== "(number)" && + pn.id !== "(regexp)" && pn.identifier !== true && + pn.id !== "}") { + break; + } + warning("Missing semicolon.", nexttoken); + } else { + p = pn; + } + } else if (p.id === "}") { + // directive with no other statements, warn about missing semicolon + warning("Missing semicolon.", p); + } else if (p.id !== ";") { + break; + } + + indentation(); + advance(); + if (directive[token.value]) { + warning("Unnecessary directive \"{a}\".", token, token.value); + } + + if (token.value === "use strict") { + if (!option["(explicitNewcap)"]) + option.newcap = true; + option.undef = true; + } + + // there's no directive negation, so always set to true + directive[token.value] = true; + + if (p.id === ";") { + advance(";"); + } + continue; + } + break; + } + } + + + /* + * Parses a single block. A block is a sequence of statements wrapped in + * braces. + * + * ordinary - true for everything but function bodies and try blocks. + * stmt - true if block can be a single statement (e.g. in if/for/while). + * isfunc - true if block is a function body + */ + function block(ordinary, stmt, isfunc) { + var a, + b = inblock, + old_indent = indent, + m, + s = scope, + t, + line, + d; + + inblock = ordinary; + + if (!ordinary || !option.funcscope) + scope = Object.create(scope); + + nonadjacent(token, nexttoken); + t = nexttoken; + + var metrics = funct["(metrics)"]; + metrics.nestedBlockDepth += 1; + metrics.verifyMaxNestedBlockDepthPerFunction(); + + if (nexttoken.id === "{") { + advance("{"); + line = token.line; + if (nexttoken.id !== "}") { + indent += option.indent; + while (!ordinary && nexttoken.from > indent) { + indent += option.indent; + } + + if (isfunc) { + m = {}; + for (d in directive) { + if (is_own(directive, d)) { + m[d] = directive[d]; + } + } + directives(); + + if (option.strict && funct["(context)"]["(global)"]) { + if (!m["use strict"] && !directive["use strict"]) { + warning("Missing \"use strict\" statement."); + } + } + } + + a = statements(line); + + metrics.statementCount += a.length; + + if (isfunc) { + directive = m; + } + + indent -= option.indent; + if (line !== nexttoken.line) { + indentation(); + } + } else if (line !== nexttoken.line) { + indentation(); + } + advance("}", t); + indent = old_indent; + } else if (!ordinary) { + error("Expected '{a}' and instead saw '{b}'.", + nexttoken, "{", nexttoken.value); + } else { + if (!stmt || option.curly) + warning("Expected '{a}' and instead saw '{b}'.", + nexttoken, "{", nexttoken.value); + + noreach = true; + indent += option.indent; + // test indentation only if statement is in new line + a = [statement(nexttoken.line === token.line)]; + indent -= option.indent; + noreach = false; + } + funct["(verb)"] = null; + if (!ordinary || !option.funcscope) scope = s; + inblock = b; + if (ordinary && option.noempty && (!a || a.length === 0)) { + warning("Empty block."); + } + metrics.nestedBlockDepth -= 1; + return a; + } + + + function countMember(m) { + if (membersOnly && typeof membersOnly[m] !== "boolean") { + warning("Unexpected /*member '{a}'.", token, m); + } + if (typeof member[m] === "number") { + member[m] += 1; + } else { + member[m] = 1; + } + } + + + function note_implied(token) { + var name = token.value, line = token.line, a = implied[name]; + if (typeof a === "function") { + a = false; + } + + if (!a) { + a = [line]; + implied[name] = a; + } else if (a[a.length - 1] !== line) { + a.push(line); + } + } + + + // Build the syntax table by declaring the syntactic elements of the language. + + type("(number)", function () { + return this; + }); + + type("(string)", function () { + return this; + }); + + syntax["(identifier)"] = { + type: "(identifier)", + lbp: 0, + identifier: true, + nud: function () { + var v = this.value, + s = scope[v], + f; + + if (typeof s === "function") { + // Protection against accidental inheritance. + s = undefined; + } else if (typeof s === "boolean") { + f = funct; + funct = functions[0]; + addlabel(v, "var"); + s = funct; + funct = f; + } + + // The name is in scope and defined in the current function. + if (funct === s) { + // Change 'unused' to 'var', and reject labels. + switch (funct[v]) { + case "unused": + funct[v] = "var"; + break; + case "unction": + funct[v] = "function"; + this["function"] = true; + break; + case "function": + this["function"] = true; + break; + case "label": + warning("'{a}' is a statement label.", token, v); + break; + } + } else if (funct["(global)"]) { + // The name is not defined in the function. If we are in the global + // scope, then we have an undefined variable. + // + // Operators typeof and delete do not raise runtime errors even if + // the base object of a reference is null so no need to display warning + // if we're inside of typeof or delete. + + if (option.undef && typeof predefined[v] !== "boolean") { + // Attempting to subscript a null reference will throw an + // error, even within the typeof and delete operators + if (!(anonname === "typeof" || anonname === "delete") || + (nexttoken && (nexttoken.value === "." || nexttoken.value === "["))) { + + isundef(funct, "'{a}' is not defined.", token, v); + } + } + + note_implied(token); + } else { + // If the name is already defined in the current + // function, but not as outer, then there is a scope error. + + switch (funct[v]) { + case "closure": + case "function": + case "var": + case "unused": + warning("'{a}' used out of scope.", token, v); + break; + case "label": + warning("'{a}' is a statement label.", token, v); + break; + case "outer": + case "global": + break; + default: + // If the name is defined in an outer function, make an outer entry, + // and if it was unused, make it var. + if (s === true) { + funct[v] = true; + } else if (s === null) { + warning("'{a}' is not allowed.", token, v); + note_implied(token); + } else if (typeof s !== "object") { + // Operators typeof and delete do not raise runtime errors even + // if the base object of a reference is null so no need to + // display warning if we're inside of typeof or delete. + if (option.undef) { + // Attempting to subscript a null reference will throw an + // error, even within the typeof and delete operators + if (!(anonname === "typeof" || anonname === "delete") || + (nexttoken && + (nexttoken.value === "." || nexttoken.value === "["))) { + + isundef(funct, "'{a}' is not defined.", token, v); + } + } + funct[v] = true; + note_implied(token); + } else { + switch (s[v]) { + case "function": + case "unction": + this["function"] = true; + s[v] = "closure"; + funct[v] = s["(global)"] ? "global" : "outer"; + break; + case "var": + case "unused": + s[v] = "closure"; + funct[v] = s["(global)"] ? "global" : "outer"; + break; + case "closure": + funct[v] = s["(global)"] ? "global" : "outer"; + break; + case "label": + warning("'{a}' is a statement label.", token, v); + } + } + } + } + return this; + }, + led: function () { + error("Expected an operator and instead saw '{a}'.", + nexttoken, nexttoken.value); + } + }; + + type("(regexp)", function () { + return this; + }); + + +// ECMAScript parser + + delim("(endline)"); + delim("(begin)"); + delim("(end)").reach = true; + delim(""); + delim("(error)").reach = true; + delim("}").reach = true; + delim(")"); + delim("]"); + delim("\"").reach = true; + delim("'").reach = true; + delim(";"); + delim(":").reach = true; + delim(","); + delim("#"); + delim("@"); + reserve("else"); + reserve("case").reach = true; + reserve("catch"); + reserve("default").reach = true; + reserve("finally"); + reservevar("arguments", function (x) { + if (directive["use strict"] && funct["(global)"]) { + warning("Strict violation.", x); + } + }); + reservevar("eval"); + reservevar("false"); + reservevar("Infinity"); + reservevar("null"); + reservevar("this", function (x) { + if (directive["use strict"] && !option.validthis && ((funct["(statement)"] && + funct["(name)"].charAt(0) > "Z") || funct["(global)"])) { + warning("Possible strict violation.", x); + } + }); + reservevar("true"); + reservevar("undefined"); + assignop("=", "assign", 20); + assignop("+=", "assignadd", 20); + assignop("-=", "assignsub", 20); + assignop("*=", "assignmult", 20); + assignop("/=", "assigndiv", 20).nud = function () { + error("A regular expression literal can be confused with '/='."); + }; + assignop("%=", "assignmod", 20); + bitwiseassignop("&=", "assignbitand", 20); + bitwiseassignop("|=", "assignbitor", 20); + bitwiseassignop("^=", "assignbitxor", 20); + bitwiseassignop("<<=", "assignshiftleft", 20); + bitwiseassignop(">>=", "assignshiftright", 20); + bitwiseassignop(">>>=", "assignshiftrightunsigned", 20); + infix("?", function (left, that) { + that.left = left; + that.right = expression(10); + advance(":"); + that["else"] = expression(10); + return that; + }, 30); + + infix("||", "or", 40); + infix("&&", "and", 50); + bitwise("|", "bitor", 70); + bitwise("^", "bitxor", 80); + bitwise("&", "bitand", 90); + relation("==", function (left, right) { + var eqnull = option.eqnull && (left.value === "null" || right.value === "null"); + + if (!eqnull && option.eqeqeq) + warning("Expected '{a}' and instead saw '{b}'.", this, "===", "=="); + else if (isPoorRelation(left)) + warning("Use '{a}' to compare with '{b}'.", this, "===", left.value); + else if (isPoorRelation(right)) + warning("Use '{a}' to compare with '{b}'.", this, "===", right.value); + + return this; + }); + relation("==="); + relation("!=", function (left, right) { + var eqnull = option.eqnull && + (left.value === "null" || right.value === "null"); + + if (!eqnull && option.eqeqeq) { + warning("Expected '{a}' and instead saw '{b}'.", + this, "!==", "!="); + } else if (isPoorRelation(left)) { + warning("Use '{a}' to compare with '{b}'.", + this, "!==", left.value); + } else if (isPoorRelation(right)) { + warning("Use '{a}' to compare with '{b}'.", + this, "!==", right.value); + } + return this; + }); + relation("!=="); + relation("<"); + relation(">"); + relation("<="); + relation(">="); + bitwise("<<", "shiftleft", 120); + bitwise(">>", "shiftright", 120); + bitwise(">>>", "shiftrightunsigned", 120); + infix("in", "in", 120); + infix("instanceof", "instanceof", 120); + infix("+", function (left, that) { + var right = expression(130); + if (left && right && left.id === "(string)" && right.id === "(string)") { + left.value += right.value; + left.character = right.character; + if (!option.scripturl && jx.test(left.value)) { + warning("JavaScript URL.", left); + } + return left; + } + that.left = left; + that.right = right; + return that; + }, 130); + prefix("+", "num"); + prefix("+++", function () { + warning("Confusing pluses."); + this.right = expression(150); + this.arity = "unary"; + return this; + }); + infix("+++", function (left) { + warning("Confusing pluses."); + this.left = left; + this.right = expression(130); + return this; + }, 130); + infix("-", "sub", 130); + prefix("-", "neg"); + prefix("---", function () { + warning("Confusing minuses."); + this.right = expression(150); + this.arity = "unary"; + return this; + }); + infix("---", function (left) { + warning("Confusing minuses."); + this.left = left; + this.right = expression(130); + return this; + }, 130); + infix("*", "mult", 140); + infix("/", "div", 140); + infix("%", "mod", 140); + + suffix("++", "postinc"); + prefix("++", "preinc"); + syntax["++"].exps = true; + + suffix("--", "postdec"); + prefix("--", "predec"); + syntax["--"].exps = true; + prefix("delete", function () { + var p = expression(0); + if (!p || (p.id !== "." && p.id !== "[")) { + warning("Variables should not be deleted."); + } + this.first = p; + return this; + }).exps = true; + + prefix("~", function () { + if (option.bitwise) { + warning("Unexpected '{a}'.", this, "~"); + } + expression(150); + return this; + }); + + prefix("!", function () { + this.right = expression(150); + this.arity = "unary"; + if (bang[this.right.id] === true) { + warning("Confusing use of '{a}'.", this, "!"); + } + return this; + }); + prefix("typeof", "typeof"); + prefix("new", function () { + var c = expression(155), i; + if (c && c.id !== "function") { + if (c.identifier) { + c["new"] = true; + switch (c.value) { + case "Number": + case "String": + case "Boolean": + case "Math": + case "JSON": + warning("Do not use {a} as a constructor.", prevtoken, c.value); + break; + case "Function": + if (!option.evil) { + warning("The Function constructor is eval."); + } + break; + case "Date": + case "RegExp": + break; + default: + if (c.id !== "function") { + i = c.value.substr(0, 1); + if (option.newcap && (i < "A" || i > "Z") && !is_own(global, c.value)) { + warning("A constructor name should start with an uppercase letter.", + token); + } + } + } + } else { + if (c.id !== "." && c.id !== "[" && c.id !== "(") { + warning("Bad constructor.", token); + } + } + } else { + if (!option.supernew) + warning("Weird construction. Delete 'new'.", this); + } + adjacent(token, nexttoken); + if (nexttoken.id !== "(" && !option.supernew) { + warning("Missing '()' invoking a constructor.", + token, token.value); + } + this.first = c; + return this; + }); + syntax["new"].exps = true; + + prefix("void").exps = true; + + infix(".", function (left, that) { + adjacent(prevtoken, token); + nobreak(); + var m = identifier(); + if (typeof m === "string") { + countMember(m); + } + that.left = left; + that.right = m; + if (left && left.value === "arguments" && (m === "callee" || m === "caller")) { + if (option.noarg) + warning("Avoid arguments.{a}.", left, m); + else if (directive["use strict"]) + error("Strict violation."); + } else if (!option.evil && left && left.value === "document" && + (m === "write" || m === "writeln")) { + warning("document.write can be a form of eval.", left); + } + if (!option.evil && (m === "eval" || m === "execScript")) { + warning("eval is evil."); + } + return that; + }, 160, true); + + infix("(", function (left, that) { + if (prevtoken.id !== "}" && prevtoken.id !== ")") { + nobreak(prevtoken, token); + } + nospace(); + if (option.immed && !left.immed && left.id === "function") { + warning("Wrap an immediate function invocation in parentheses " + + "to assist the reader in understanding that the expression " + + "is the result of a function, and not the function itself."); + } + var n = 0, + p = []; + if (left) { + if (left.type === "(identifier)") { + if (left.value.match(/^[A-Z]([A-Z0-9_$]*[a-z][A-Za-z0-9_$]*)?$/)) { + if ("Number String Boolean Date Object".indexOf(left.value) === -1) { + if (left.value === "Math") { + warning("Math is not a function.", left); + } else if (option.newcap) { + warning("Missing 'new' prefix when invoking a constructor.", left); + } + } + } + } + } + if (nexttoken.id !== ")") { + for (;;) { + p[p.length] = expression(10); + n += 1; + if (nexttoken.id !== ",") { + break; + } + comma(); + } + } + advance(")"); + nospace(prevtoken, token); + if (typeof left === "object") { + if (left.value === "parseInt" && n === 1) { + warning("Missing radix parameter.", token); + } + if (!option.evil) { + if (left.value === "eval" || left.value === "Function" || + left.value === "execScript") { + warning("eval is evil.", left); + + if (p[0] && [0].id === "(string)") { + addInternalSrc(left, p[0].value); + } + } else if (p[0] && p[0].id === "(string)" && + (left.value === "setTimeout" || + left.value === "setInterval")) { + warning( + "Implied eval is evil. Pass a function instead of a string.", left); + addInternalSrc(left, p[0].value); + + // window.setTimeout/setInterval + } else if (p[0] && p[0].id === "(string)" && + left.value === "." && + left.left.value === "window" && + (left.right === "setTimeout" || + left.right === "setInterval")) { + warning( + "Implied eval is evil. Pass a function instead of a string.", left); + addInternalSrc(left, p[0].value); + } + } + if (!left.identifier && left.id !== "." && left.id !== "[" && + left.id !== "(" && left.id !== "&&" && left.id !== "||" && + left.id !== "?") { + warning("Bad invocation.", left); + } + } + that.left = left; + return that; + }, 155, true).exps = true; + + prefix("(", function () { + nospace(); + if (nexttoken.id === "function") { + nexttoken.immed = true; + } + var v = expression(0); + advance(")", this); + nospace(prevtoken, token); + if (option.immed && v.id === "function") { + if (nexttoken.id !== "(" && + (nexttoken.id !== "." || (peek().value !== "call" && peek().value !== "apply"))) { + warning( +"Do not wrap function literals in parens unless they are to be immediately invoked.", + this); + } + } + + return v; + }); + + infix("[", function (left, that) { + nobreak(prevtoken, token); + nospace(); + var e = expression(0), s; + if (e && e.type === "(string)") { + if (!option.evil && (e.value === "eval" || e.value === "execScript")) { + warning("eval is evil.", that); + } + countMember(e.value); + if (!option.sub && ix.test(e.value)) { + s = syntax[e.value]; + if (!s || !s.reserved) { + warning("['{a}'] is better written in dot notation.", + prevtoken, e.value); + } + } + } + advance("]", that); + nospace(prevtoken, token); + that.left = left; + that.right = e; + return that; + }, 160, true); + + prefix("[", function () { + var b = token.line !== nexttoken.line; + this.first = []; + if (b) { + indent += option.indent; + if (nexttoken.from === indent + option.indent) { + indent += option.indent; + } + } + while (nexttoken.id !== "(end)") { + while (nexttoken.id === ",") { + if (!option.es5) + warning("Extra comma."); + advance(","); + } + if (nexttoken.id === "]") { + break; + } + if (b && token.line !== nexttoken.line) { + indentation(); + } + this.first.push(expression(10)); + if (nexttoken.id === ",") { + comma(); + if (nexttoken.id === "]" && !option.es5) { + warning("Extra comma.", token); + break; + } + } else { + break; + } + } + if (b) { + indent -= option.indent; + indentation(); + } + advance("]", this); + return this; + }, 160); + + + function property_name() { + var id = optionalidentifier(true); + if (!id) { + if (nexttoken.id === "(string)") { + id = nexttoken.value; + advance(); + } else if (nexttoken.id === "(number)") { + id = nexttoken.value.toString(); + advance(); + } + } + return id; + } + + + function functionparams() { + var next = nexttoken; + var params = []; + var ident; + + advance("("); + nospace(); + + if (nexttoken.id === ")") { + advance(")"); + return; + } + + for (;;) { + ident = identifier(true); + params.push(ident); + addlabel(ident, "unused", token); + if (nexttoken.id === ",") { + comma(); + } else { + advance(")", next); + nospace(prevtoken, token); + return params; + } + } + } + + + function doFunction(name, statement) { + var f; + var oldOption = option; + var oldScope = scope; + + option = Object.create(option); + scope = Object.create(scope); + + funct = { + "(name)" : name || "\"" + anonname + "\"", + "(line)" : nexttoken.line, + "(character)": nexttoken.character, + "(context)" : funct, + "(breakage)" : 0, + "(loopage)" : 0, + "(metrics)" : createMetrics(nexttoken), + "(scope)" : scope, + "(statement)": statement, + "(tokens)" : {} + }; + + f = funct; + token.funct = funct; + + functions.push(funct); + + if (name) { + addlabel(name, "function"); + } + + funct["(params)"] = functionparams(); + funct["(metrics)"].verifyMaxParametersPerFunction(funct["(params)"]); + + block(false, false, true); + + funct["(metrics)"].verifyMaxStatementsPerFunction(); + funct["(metrics)"].verifyMaxComplexityPerFunction(); + + scope = oldScope; + option = oldOption; + funct["(last)"] = token.line; + funct["(lastcharacter)"] = token.character; + funct = funct["(context)"]; + + return f; + } + + function createMetrics(functionStartToken) { + return { + statementCount: 0, + nestedBlockDepth: -1, + ComplexityCount: 1, + verifyMaxStatementsPerFunction: function () { + if (option.maxstatements && + this.statementCount > option.maxstatements) { + var message = "Too many statements per function (" + this.statementCount + ")."; + warning(message, functionStartToken); + } + }, + + verifyMaxParametersPerFunction: function (params) { + params = params || []; + + if (option.maxparams && params.length > option.maxparams) { + var message = "Too many parameters per function (" + params.length + ")."; + warning(message, functionStartToken); + } + }, + + verifyMaxNestedBlockDepthPerFunction: function () { + if (option.maxdepth && + this.nestedBlockDepth > 0 && + this.nestedBlockDepth === option.maxdepth + 1) { + var message = "Blocks are nested too deeply (" + this.nestedBlockDepth + ")."; + warning(message); + } + }, + + verifyMaxComplexityPerFunction: function () { + var max = option.maxcomplexity; + var cc = this.ComplexityCount; + if (max && cc > max) { + var message = "Cyclomatic complexity is too high per function (" + cc + ")."; + warning(message, functionStartToken); + } + } + }; + } + + function increaseComplexityCount() { + funct["(metrics)"].ComplexityCount += 1; + } + + + (function (x) { + x.nud = function () { + var b, f, i, p, t; + var props = {}; // All properties, including accessors + + function saveProperty(name, token) { + if (props[name] && is_own(props, name)) + warning("Duplicate member '{a}'.", nexttoken, i); + else + props[name] = {}; + + props[name].basic = true; + props[name].basicToken = token; + } + + function saveSetter(name, token) { + if (props[name] && is_own(props, name)) { + if (props[name].basic || props[name].setter) + warning("Duplicate member '{a}'.", nexttoken, i); + } else { + props[name] = {}; + } + + props[name].setter = true; + props[name].setterToken = token; + } + + function saveGetter(name) { + if (props[name] && is_own(props, name)) { + if (props[name].basic || props[name].getter) + warning("Duplicate member '{a}'.", nexttoken, i); + } else { + props[name] = {}; + } + + props[name].getter = true; + props[name].getterToken = token; + } + + b = token.line !== nexttoken.line; + if (b) { + indent += option.indent; + if (nexttoken.from === indent + option.indent) { + indent += option.indent; + } + } + for (;;) { + if (nexttoken.id === "}") { + break; + } + if (b) { + indentation(); + } + if (nexttoken.value === "get" && peek().id !== ":") { + advance("get"); + if (!option.es5) { + error("get/set are ES5 features."); + } + i = property_name(); + if (!i) { + error("Missing property name."); + } + saveGetter(i); + t = nexttoken; + adjacent(token, nexttoken); + f = doFunction(); + p = f["(params)"]; + if (p) { + warning("Unexpected parameter '{a}' in get {b} function.", t, p[0], i); + } + adjacent(token, nexttoken); + } else if (nexttoken.value === "set" && peek().id !== ":") { + advance("set"); + if (!option.es5) { + error("get/set are ES5 features."); + } + i = property_name(); + if (!i) { + error("Missing property name."); + } + saveSetter(i, nexttoken); + t = nexttoken; + adjacent(token, nexttoken); + f = doFunction(); + p = f["(params)"]; + if (!p || p.length !== 1) { + warning("Expected a single parameter in set {a} function.", t, i); + } + } else { + i = property_name(); + saveProperty(i, nexttoken); + if (typeof i !== "string") { + break; + } + advance(":"); + nonadjacent(token, nexttoken); + expression(10); + } + + countMember(i); + if (nexttoken.id === ",") { + comma(); + if (nexttoken.id === ",") { + warning("Extra comma.", token); + } else if (nexttoken.id === "}" && !option.es5) { + warning("Extra comma.", token); + } + } else { + break; + } + } + if (b) { + indent -= option.indent; + indentation(); + } + advance("}", this); + + // Check for lonely setters if in the ES5 mode. + if (option.es5) { + for (var name in props) { + if (is_own(props, name) && props[name].setter && !props[name].getter) { + warning("Setter is defined without getter.", props[name].setterToken); + } + } + } + return this; + }; + x.fud = function () { + error("Expected to see a statement and instead saw a block.", token); + }; + }(delim("{"))); + +// This Function is called when esnext option is set to true +// it adds the `const` statement to JSHINT + + useESNextSyntax = function () { + var conststatement = stmt("const", function (prefix) { + var id, name, value; + + this.first = []; + for (;;) { + nonadjacent(token, nexttoken); + id = identifier(); + if (funct[id] === "const") { + warning("const '" + id + "' has already been declared"); + } + if (funct["(global)"] && predefined[id] === false) { + warning("Redefinition of '{a}'.", token, id); + } + addlabel(id, "const"); + if (prefix) { + break; + } + name = token; + this.first.push(token); + + if (nexttoken.id !== "=") { + warning("const " + + "'{a}' is initialized to 'undefined'.", token, id); + } + + if (nexttoken.id === "=") { + nonadjacent(token, nexttoken); + advance("="); + nonadjacent(token, nexttoken); + if (nexttoken.id === "undefined") { + warning("It is not necessary to initialize " + + "'{a}' to 'undefined'.", token, id); + } + if (peek(0).id === "=" && nexttoken.identifier) { + error("Constant {a} was not declared correctly.", + nexttoken, nexttoken.value); + } + value = expression(0); + name.first = value; + } + + if (nexttoken.id !== ",") { + break; + } + comma(); + } + return this; + }); + conststatement.exps = true; + }; + + var varstatement = stmt("var", function (prefix) { + // JavaScript does not have block scope. It only has function scope. So, + // declaring a variable in a block can have unexpected consequences. + var id, name, value; + + if (funct["(onevar)"] && option.onevar) { + warning("Too many var statements."); + } else if (!funct["(global)"]) { + funct["(onevar)"] = true; + } + + this.first = []; + + for (;;) { + nonadjacent(token, nexttoken); + id = identifier(); + + if (option.esnext && funct[id] === "const") { + warning("const '" + id + "' has already been declared"); + } + + if (funct["(global)"] && predefined[id] === false) { + warning("Redefinition of '{a}'.", token, id); + } + + addlabel(id, "unused", token); + + if (prefix) { + break; + } + + name = token; + this.first.push(token); + + if (nexttoken.id === "=") { + nonadjacent(token, nexttoken); + advance("="); + nonadjacent(token, nexttoken); + if (nexttoken.id === "undefined") { + warning("It is not necessary to initialize '{a}' to 'undefined'.", token, id); + } + if (peek(0).id === "=" && nexttoken.identifier) { + error("Variable {a} was not declared correctly.", + nexttoken, nexttoken.value); + } + value = expression(0); + name.first = value; + } + if (nexttoken.id !== ",") { + break; + } + comma(); + } + return this; + }); + varstatement.exps = true; + + blockstmt("function", function () { + if (inblock) { + warning("Function declarations should not be placed in blocks. " + + "Use a function expression or move the statement to the top of " + + "the outer function.", token); + + } + var i = identifier(); + if (option.esnext && funct[i] === "const") { + warning("const '" + i + "' has already been declared"); + } + adjacent(token, nexttoken); + addlabel(i, "unction", token); + + doFunction(i, { statement: true }); + if (nexttoken.id === "(" && nexttoken.line === token.line) { + error( +"Function declarations are not invocable. Wrap the whole function invocation in parens."); + } + return this; + }); + + prefix("function", function () { + var i = optionalidentifier(); + if (i) { + adjacent(token, nexttoken); + } else { + nonadjacent(token, nexttoken); + } + doFunction(i); + if (!option.loopfunc && funct["(loopage)"]) { + warning("Don't make functions within a loop."); + } + return this; + }); + + blockstmt("if", function () { + var t = nexttoken; + increaseComplexityCount(); + advance("("); + nonadjacent(this, t); + nospace(); + expression(20); + if (nexttoken.id === "=") { + if (!option.boss) + warning("Expected a conditional expression and instead saw an assignment."); + advance("="); + expression(20); + } + advance(")", t); + nospace(prevtoken, token); + block(true, true); + if (nexttoken.id === "else") { + nonadjacent(token, nexttoken); + advance("else"); + if (nexttoken.id === "if" || nexttoken.id === "switch") { + statement(true); + } else { + block(true, true); + } + } + return this; + }); + + blockstmt("try", function () { + var b; + + function doCatch() { + var oldScope = scope; + var e; + + advance("catch"); + nonadjacent(token, nexttoken); + advance("("); + + scope = Object.create(oldScope); + + e = nexttoken.value; + if (nexttoken.type !== "(identifier)") { + e = null; + warning("Expected an identifier and instead saw '{a}'.", nexttoken, e); + } + + advance(); + advance(")"); + + funct = { + "(name)" : "(catch)", + "(line)" : nexttoken.line, + "(character)": nexttoken.character, + "(context)" : funct, + "(breakage)" : funct["(breakage)"], + "(loopage)" : funct["(loopage)"], + "(scope)" : scope, + "(statement)": false, + "(metrics)" : createMetrics(nexttoken), + "(catch)" : true, + "(tokens)" : {} + }; + + if (e) { + addlabel(e, "exception"); + } + + token.funct = funct; + functions.push(funct); + + block(false); + + scope = oldScope; + + funct["(last)"] = token.line; + funct["(lastcharacter)"] = token.character; + funct = funct["(context)"]; + } + + block(false); + + if (nexttoken.id === "catch") { + increaseComplexityCount(); + doCatch(); + b = true; + } + + if (nexttoken.id === "finally") { + advance("finally"); + block(false); + return; + } else if (!b) { + error("Expected '{a}' and instead saw '{b}'.", + nexttoken, "catch", nexttoken.value); + } + + return this; + }); + + blockstmt("while", function () { + var t = nexttoken; + funct["(breakage)"] += 1; + funct["(loopage)"] += 1; + increaseComplexityCount(); + advance("("); + nonadjacent(this, t); + nospace(); + expression(20); + if (nexttoken.id === "=") { + if (!option.boss) + warning("Expected a conditional expression and instead saw an assignment."); + advance("="); + expression(20); + } + advance(")", t); + nospace(prevtoken, token); + block(true, true); + funct["(breakage)"] -= 1; + funct["(loopage)"] -= 1; + return this; + }).labelled = true; + + blockstmt("with", function () { + var t = nexttoken; + if (directive["use strict"]) { + error("'with' is not allowed in strict mode.", token); + } else if (!option.withstmt) { + warning("Don't use 'with'.", token); + } + + advance("("); + nonadjacent(this, t); + nospace(); + expression(0); + advance(")", t); + nospace(prevtoken, token); + block(true, true); + + return this; + }); + + blockstmt("switch", function () { + var t = nexttoken, + g = false; + funct["(breakage)"] += 1; + advance("("); + nonadjacent(this, t); + nospace(); + this.condition = expression(20); + advance(")", t); + nospace(prevtoken, token); + nonadjacent(token, nexttoken); + t = nexttoken; + advance("{"); + nonadjacent(token, nexttoken); + indent += option.indent; + this.cases = []; + for (;;) { + switch (nexttoken.id) { + case "case": + switch (funct["(verb)"]) { + case "break": + case "case": + case "continue": + case "return": + case "switch": + case "throw": + break; + default: + // You can tell JSHint that you don't use break intentionally by + // adding a comment /* falls through */ on a line just before + // the next `case`. + if (!ft.test(lines[nexttoken.line - 2])) { + warning( + "Expected a 'break' statement before 'case'.", + token); + } + } + indentation(-option.indent); + advance("case"); + this.cases.push(expression(20)); + increaseComplexityCount(); + g = true; + advance(":"); + funct["(verb)"] = "case"; + break; + case "default": + switch (funct["(verb)"]) { + case "break": + case "continue": + case "return": + case "throw": + break; + default: + if (!ft.test(lines[nexttoken.line - 2])) { + warning( + "Expected a 'break' statement before 'default'.", + token); + } + } + indentation(-option.indent); + advance("default"); + g = true; + advance(":"); + break; + case "}": + indent -= option.indent; + indentation(); + advance("}", t); + if (this.cases.length === 1 || this.condition.id === "true" || + this.condition.id === "false") { + if (!option.onecase) + warning("This 'switch' should be an 'if'.", this); + } + funct["(breakage)"] -= 1; + funct["(verb)"] = undefined; + return; + case "(end)": + error("Missing '{a}'.", nexttoken, "}"); + return; + default: + if (g) { + switch (token.id) { + case ",": + error("Each value should have its own case label."); + return; + case ":": + g = false; + statements(); + break; + default: + error("Missing ':' on a case clause.", token); + return; + } + } else { + if (token.id === ":") { + advance(":"); + error("Unexpected '{a}'.", token, ":"); + statements(); + } else { + error("Expected '{a}' and instead saw '{b}'.", + nexttoken, "case", nexttoken.value); + return; + } + } + } + } + }).labelled = true; + + stmt("debugger", function () { + if (!option.debug) { + warning("All 'debugger' statements should be removed."); + } + return this; + }).exps = true; + + (function () { + var x = stmt("do", function () { + funct["(breakage)"] += 1; + funct["(loopage)"] += 1; + increaseComplexityCount(); + + this.first = block(true); + advance("while"); + var t = nexttoken; + nonadjacent(token, t); + advance("("); + nospace(); + expression(20); + if (nexttoken.id === "=") { + if (!option.boss) + warning("Expected a conditional expression and instead saw an assignment."); + advance("="); + expression(20); + } + advance(")", t); + nospace(prevtoken, token); + funct["(breakage)"] -= 1; + funct["(loopage)"] -= 1; + return this; + }); + x.labelled = true; + x.exps = true; + }()); + + blockstmt("for", function () { + var s, t = nexttoken; + funct["(breakage)"] += 1; + funct["(loopage)"] += 1; + increaseComplexityCount(); + advance("("); + nonadjacent(this, t); + nospace(); + if (peek(nexttoken.id === "var" ? 1 : 0).id === "in") { + if (nexttoken.id === "var") { + advance("var"); + varstatement.fud.call(varstatement, true); + } else { + switch (funct[nexttoken.value]) { + case "unused": + funct[nexttoken.value] = "var"; + break; + case "var": + break; + default: + warning("Bad for in variable '{a}'.", + nexttoken, nexttoken.value); + } + advance(); + } + advance("in"); + expression(20); + advance(")", t); + s = block(true, true); + if (option.forin && s && (s.length > 1 || typeof s[0] !== "object" || + s[0].value !== "if")) { + warning("The body of a for in should be wrapped in an if statement to filter " + + "unwanted properties from the prototype.", this); + } + funct["(breakage)"] -= 1; + funct["(loopage)"] -= 1; + return this; + } else { + if (nexttoken.id !== ";") { + if (nexttoken.id === "var") { + advance("var"); + varstatement.fud.call(varstatement); + } else { + for (;;) { + expression(0, "for"); + if (nexttoken.id !== ",") { + break; + } + comma(); + } + } + } + nolinebreak(token); + advance(";"); + if (nexttoken.id !== ";") { + expression(20); + if (nexttoken.id === "=") { + if (!option.boss) + warning("Expected a conditional expression and instead saw an assignment."); + advance("="); + expression(20); + } + } + nolinebreak(token); + advance(";"); + if (nexttoken.id === ";") { + error("Expected '{a}' and instead saw '{b}'.", + nexttoken, ")", ";"); + } + if (nexttoken.id !== ")") { + for (;;) { + expression(0, "for"); + if (nexttoken.id !== ",") { + break; + } + comma(); + } + } + advance(")", t); + nospace(prevtoken, token); + block(true, true); + funct["(breakage)"] -= 1; + funct["(loopage)"] -= 1; + return this; + } + }).labelled = true; + + + stmt("break", function () { + var v = nexttoken.value; + + if (funct["(breakage)"] === 0) + warning("Unexpected '{a}'.", nexttoken, this.value); + + if (!option.asi) + nolinebreak(this); + + if (nexttoken.id !== ";") { + if (token.line === nexttoken.line) { + if (funct[v] !== "label") { + warning("'{a}' is not a statement label.", nexttoken, v); + } else if (scope[v] !== funct) { + warning("'{a}' is out of scope.", nexttoken, v); + } + this.first = nexttoken; + advance(); + } + } + reachable("break"); + return this; + }).exps = true; + + + stmt("continue", function () { + var v = nexttoken.value; + + if (funct["(breakage)"] === 0) + warning("Unexpected '{a}'.", nexttoken, this.value); + + if (!option.asi) + nolinebreak(this); + + if (nexttoken.id !== ";") { + if (token.line === nexttoken.line) { + if (funct[v] !== "label") { + warning("'{a}' is not a statement label.", nexttoken, v); + } else if (scope[v] !== funct) { + warning("'{a}' is out of scope.", nexttoken, v); + } + this.first = nexttoken; + advance(); + } + } else if (!funct["(loopage)"]) { + warning("Unexpected '{a}'.", nexttoken, this.value); + } + reachable("continue"); + return this; + }).exps = true; + + + stmt("return", function () { + if (this.line === nexttoken.line) { + if (nexttoken.id === "(regexp)") + warning("Wrap the /regexp/ literal in parens to disambiguate the slash operator."); + + if (nexttoken.id !== ";" && !nexttoken.reach) { + nonadjacent(token, nexttoken); + if (peek().value === "=" && !option.boss) { + warningAt("Did you mean to return a conditional instead of an assignment?", + token.line, token.character + 1); + } + this.first = expression(0); + } + } else if (!option.asi) { + nolinebreak(this); // always warn (Line breaking error) + } + reachable("return"); + return this; + }).exps = true; + + + stmt("throw", function () { + nolinebreak(this); + nonadjacent(token, nexttoken); + this.first = expression(20); + reachable("throw"); + return this; + }).exps = true; + +// Superfluous reserved words + + reserve("class"); + reserve("const"); + reserve("enum"); + reserve("export"); + reserve("extends"); + reserve("import"); + reserve("super"); + + reserve("let"); + reserve("yield"); + reserve("implements"); + reserve("interface"); + reserve("package"); + reserve("private"); + reserve("protected"); + reserve("public"); + reserve("static"); + + +// Parse JSON + + function jsonValue() { + + function jsonObject() { + var o = {}, t = nexttoken; + advance("{"); + if (nexttoken.id !== "}") { + for (;;) { + if (nexttoken.id === "(end)") { + error("Missing '}' to match '{' from line {a}.", + nexttoken, t.line); + } else if (nexttoken.id === "}") { + warning("Unexpected comma.", token); + break; + } else if (nexttoken.id === ",") { + error("Unexpected comma.", nexttoken); + } else if (nexttoken.id !== "(string)") { + warning("Expected a string and instead saw {a}.", + nexttoken, nexttoken.value); + } + if (o[nexttoken.value] === true) { + warning("Duplicate key '{a}'.", + nexttoken, nexttoken.value); + } else if ((nexttoken.value === "__proto__" && + !option.proto) || (nexttoken.value === "__iterator__" && + !option.iterator)) { + warning("The '{a}' key may produce unexpected results.", + nexttoken, nexttoken.value); + } else { + o[nexttoken.value] = true; + } + advance(); + advance(":"); + jsonValue(); + if (nexttoken.id !== ",") { + break; + } + advance(","); + } + } + advance("}"); + } + + function jsonArray() { + var t = nexttoken; + advance("["); + if (nexttoken.id !== "]") { + for (;;) { + if (nexttoken.id === "(end)") { + error("Missing ']' to match '[' from line {a}.", + nexttoken, t.line); + } else if (nexttoken.id === "]") { + warning("Unexpected comma.", token); + break; + } else if (nexttoken.id === ",") { + error("Unexpected comma.", nexttoken); + } + jsonValue(); + if (nexttoken.id !== ",") { + break; + } + advance(","); + } + } + advance("]"); + } + + switch (nexttoken.id) { + case "{": + jsonObject(); + break; + case "[": + jsonArray(); + break; + case "true": + case "false": + case "null": + case "(number)": + case "(string)": + advance(); + break; + case "-": + advance("-"); + if (token.character !== nexttoken.from) { + warning("Unexpected space after '-'.", token); + } + adjacent(token, nexttoken); + advance("(number)"); + break; + default: + error("Expected a JSON value.", nexttoken); + } + } + + + // The actual JSHINT function itself. + var itself = function (s, o, g) { + var a, i, k, x; + var optionKeys; + var newOptionObj = {}; + + if (o && o.scope) { + JSHINT.scope = o.scope; + } else { + JSHINT.errors = []; + JSHINT.undefs = []; + JSHINT.internals = []; + JSHINT.blacklist = {}; + JSHINT.scope = "(main)"; + } + + predefined = Object.create(standard); + declared = Object.create(null); + combine(predefined, g || {}); + + if (o) { + a = o.predef; + if (a) { + if (!Array.isArray(a) && typeof a === "object") { + a = Object.keys(a); + } + a.forEach(function (item) { + var slice; + if (item[0] === "-") { + slice = item.slice(1); + JSHINT.blacklist[slice] = slice; + } else { + predefined[item] = true; + } + }); + } + + optionKeys = Object.keys(o); + for (x = 0; x < optionKeys.length; x++) { + newOptionObj[optionKeys[x]] = o[optionKeys[x]]; + + if (optionKeys[x] === "newcap" && o[optionKeys[x]] === false) + newOptionObj["(explicitNewcap)"] = true; + + if (optionKeys[x] === "indent") + newOptionObj.white = true; + } + } + + option = newOptionObj; + + option.indent = option.indent || 4; + option.maxerr = option.maxerr || 50; + + tab = ""; + for (i = 0; i < option.indent; i += 1) { + tab += " "; + } + indent = 1; + global = Object.create(predefined); + scope = global; + funct = { + "(global)": true, + "(name)": "(global)", + "(scope)": scope, + "(breakage)": 0, + "(loopage)": 0, + "(tokens)": {}, + "(metrics)": createMetrics(nexttoken) + }; + functions = [funct]; + urls = []; + stack = null; + member = {}; + membersOnly = null; + implied = {}; + inblock = false; + lookahead = []; + jsonmode = false; + warnings = 0; + lines = []; + unuseds = []; + + if (!isString(s) && !Array.isArray(s)) { + errorAt("Input is neither a string nor an array of strings.", 0); + return false; + } + + if (isString(s) && /^\s*$/g.test(s)) { + errorAt("Input is an empty string.", 0); + return false; + } + + if (s.length === 0) { + errorAt("Input is an empty array.", 0); + return false; + } + + lex.init(s); + + prereg = true; + directive = {}; + + prevtoken = token = nexttoken = syntax["(begin)"]; + + // Check options + for (var name in o) { + if (is_own(o, name)) { + checkOption(name, token); + } + } + + assume(); + + // combine the passed globals after we've assumed all our options + combine(predefined, g || {}); + + //reset values + comma.first = true; + quotmark = undefined; + + try { + advance(); + switch (nexttoken.id) { + case "{": + case "[": + option.laxbreak = true; + jsonmode = true; + jsonValue(); + break; + default: + directives(); + if (directive["use strict"] && !option.globalstrict) { + warning("Use the function form of \"use strict\".", prevtoken); + } + + statements(); + } + advance((nexttoken && nexttoken.value !== ".") ? "(end)" : undefined); + + var markDefined = function (name, context) { + do { + if (typeof context[name] === "string") { + // JSHINT marks unused variables as 'unused' and + // unused function declaration as 'unction'. This + // code changes such instances back 'var' and + // 'closure' so that the code in JSHINT.data() + // doesn't think they're unused. + + if (context[name] === "unused") + context[name] = "var"; + else if (context[name] === "unction") + context[name] = "closure"; + + return true; + } + + context = context["(context)"]; + } while (context); + + return false; + }; + + var clearImplied = function (name, line) { + if (!implied[name]) + return; + + var newImplied = []; + for (var i = 0; i < implied[name].length; i += 1) { + if (implied[name][i] !== line) + newImplied.push(implied[name][i]); + } + + if (newImplied.length === 0) + delete implied[name]; + else + implied[name] = newImplied; + }; + + var warnUnused = function (name, token) { + var line = token.line; + var chr = token.character; + + if (option.unused) + warningAt("'{a}' is defined but never used.", line, chr, name); + + unuseds.push({ + name: name, + line: line, + character: chr + }); + }; + + var checkUnused = function (func, key) { + var type = func[key]; + var token = func["(tokens)"][key]; + + if (key.charAt(0) === "(") + return; + + if (type !== "unused" && type !== "unction") + return; + + // Params are checked separately from other variables. + if (func["(params)"] && func["(params)"].indexOf(key) !== -1) + return; + + warnUnused(key, token); + }; + + // Check queued 'x is not defined' instances to see if they're still undefined. + for (i = 0; i < JSHINT.undefs.length; i += 1) { + k = JSHINT.undefs[i].slice(0); + + if (markDefined(k[2].value, k[0])) { + clearImplied(k[2].value, k[2].line); + } else { + warning.apply(warning, k.slice(1)); + } + } + + functions.forEach(function (func) { + for (var key in func) { + if (is_own(func, key)) { + checkUnused(func, key); + } + } + + if (!func["(params)"]) + return; + + var params = func["(params)"].slice(); + var param = params.pop(); + var type; + + while (param) { + type = func[param]; + + // 'undefined' is a special case for (function (window, undefined) { ... })(); + // patterns. + + if (param === "undefined") + return; + + if (type !== "unused" && type !== "unction") + return; + + warnUnused(param, func["(tokens)"][param]); + param = params.pop(); + } + }); + + for (var key in declared) { + if (is_own(declared, key) && !is_own(global, key)) { + warnUnused(key, declared[key]); + } + } + } catch (e) { + if (e) { + var nt = nexttoken || {}; + JSHINT.errors.push({ + raw : e.raw, + reason : e.message, + line : e.line || nt.line, + character : e.character || nt.from + }, null); + } + } + + // Loop over the listed "internals", and check them as well. + + if (JSHINT.scope === "(main)") { + o = o || {}; + + for (i = 0; i < JSHINT.internals.length; i += 1) { + k = JSHINT.internals[i]; + o.scope = k.elem; + itself(k.value, o, g); + } + } + + return JSHINT.errors.length === 0; + }; + + // Data summary. + itself.data = function () { + var data = { + functions: [], + options: option + }; + var implieds = []; + var members = []; + var fu, f, i, j, n, globals; + + if (itself.errors.length) { + data.errors = itself.errors; + } + + if (jsonmode) { + data.json = true; + } + + for (n in implied) { + if (is_own(implied, n)) { + implieds.push({ + name: n, + line: implied[n] + }); + } + } + + if (implieds.length > 0) { + data.implieds = implieds; + } + + if (urls.length > 0) { + data.urls = urls; + } + + globals = Object.keys(scope); + if (globals.length > 0) { + data.globals = globals; + } + + for (i = 1; i < functions.length; i += 1) { + f = functions[i]; + fu = {}; + + for (j = 0; j < functionicity.length; j += 1) { + fu[functionicity[j]] = []; + } + + for (j = 0; j < functionicity.length; j += 1) { + if (fu[functionicity[j]].length === 0) { + delete fu[functionicity[j]]; + } + } + + fu.name = f["(name)"]; + fu.param = f["(params)"]; + fu.line = f["(line)"]; + fu.character = f["(character)"]; + fu.last = f["(last)"]; + fu.lastcharacter = f["(lastcharacter)"]; + data.functions.push(fu); + } + + if (unuseds.length > 0) { + data.unused = unuseds; + } + + members = []; + for (n in member) { + if (typeof member[n] === "number") { + data.member = member; + break; + } + } + + return data; + }; + + itself.jshint = itself; + + return itself; +}()); + +// Make JSHINT a Node module, if possible. +if (typeof exports === "object" && exports) { + exports.JSHINT = JSHINT; +} \ No newline at end of file diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.css b/html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.css new file mode 100644 index 0000000..d7fc0c8 --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.css @@ -0,0 +1,244 @@ +/** + * QUnit v1.11.0 - A JavaScript Unit Testing Framework + * + * http://qunitjs.com + * + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +/** Font Family and Sizes */ + +#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult { + font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif; +} + +#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; } +#qunit-tests { font-size: smaller; } + + +/** Resets */ + +#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter { + margin: 0; + padding: 0; +} + + +/** Header */ + +#qunit-header { + padding: 0.5em 0 0.5em 1em; + + color: #8699a4; + background-color: #0d3349; + + font-size: 1.5em; + line-height: 1em; + font-weight: normal; + + border-radius: 5px 5px 0 0; + -moz-border-radius: 5px 5px 0 0; + -webkit-border-top-right-radius: 5px; + -webkit-border-top-left-radius: 5px; +} + +#qunit-header a { + text-decoration: none; + color: #c2ccd1; +} + +#qunit-header a:hover, +#qunit-header a:focus { + color: #fff; +} + +#qunit-testrunner-toolbar label { + display: inline-block; + padding: 0 .5em 0 .1em; +} + +#qunit-banner { + height: 5px; +} + +#qunit-testrunner-toolbar { + padding: 0.5em 0 0.5em 2em; + color: #5E740B; + background-color: #eee; + overflow: hidden; +} + +#qunit-userAgent { + padding: 0.5em 0 0.5em 2.5em; + background-color: #2b81af; + color: #fff; + text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; +} + +#qunit-modulefilter-container { + float: right; +} + +/** Tests: Pass/Fail */ + +#qunit-tests { + list-style-position: inside; +} + +#qunit-tests li { + padding: 0.4em 0.5em 0.4em 2.5em; + border-bottom: 1px solid #fff; + list-style-position: inside; +} + +#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running { + display: none; +} + +#qunit-tests li strong { + cursor: pointer; +} + +#qunit-tests li a { + padding: 0.5em; + color: #c2ccd1; + text-decoration: none; +} +#qunit-tests li a:hover, +#qunit-tests li a:focus { + color: #000; +} + +#qunit-tests li .runtime { + float: right; + font-size: smaller; +} + +.qunit-assert-list { + margin-top: 0.5em; + padding: 0.5em; + + background-color: #fff; + + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; +} + +.qunit-collapsed { + display: none; +} + +#qunit-tests table { + border-collapse: collapse; + margin-top: .2em; +} + +#qunit-tests th { + text-align: right; + vertical-align: top; + padding: 0 .5em 0 0; +} + +#qunit-tests td { + vertical-align: top; +} + +#qunit-tests pre { + margin: 0; + white-space: pre-wrap; + word-wrap: break-word; +} + +#qunit-tests del { + background-color: #e0f2be; + color: #374e0c; + text-decoration: none; +} + +#qunit-tests ins { + background-color: #ffcaca; + color: #500; + text-decoration: none; +} + +/*** Test Counts */ + +#qunit-tests b.counts { color: black; } +#qunit-tests b.passed { color: #5E740B; } +#qunit-tests b.failed { color: #710909; } + +#qunit-tests li li { + padding: 5px; + background-color: #fff; + border-bottom: none; + list-style-position: inside; +} + +/*** Passing Styles */ + +#qunit-tests li li.pass { + color: #3c510c; + background-color: #fff; + border-left: 10px solid #C6E746; +} + +#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; } +#qunit-tests .pass .test-name { color: #366097; } + +#qunit-tests .pass .test-actual, +#qunit-tests .pass .test-expected { color: #999999; } + +#qunit-banner.qunit-pass { background-color: #C6E746; } + +/*** Failing Styles */ + +#qunit-tests li li.fail { + color: #710909; + background-color: #fff; + border-left: 10px solid #EE5757; + white-space: pre; +} + +#qunit-tests > li:last-child { + border-radius: 0 0 5px 5px; + -moz-border-radius: 0 0 5px 5px; + -webkit-border-bottom-right-radius: 5px; + -webkit-border-bottom-left-radius: 5px; +} + +#qunit-tests .fail { color: #000000; background-color: #EE5757; } +#qunit-tests .fail .test-name, +#qunit-tests .fail .module-name { color: #000000; } + +#qunit-tests .fail .test-actual { color: #EE5757; } +#qunit-tests .fail .test-expected { color: green; } + +#qunit-banner.qunit-fail { background-color: #EE5757; } + + +/** Result */ + +#qunit-testresult { + padding: 0.5em 0.5em 0.5em 2.5em; + + color: #2b81af; + background-color: #D2E0E6; + + border-bottom: 1px solid white; +} +#qunit-testresult .module-name { + font-weight: bold; +} + +/** Fixture */ + +#qunit-fixture { + position: absolute; + top: -10000px; + left: -10000px; + width: 1000px; + height: 1000px; +} diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.js b/html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.js new file mode 100644 index 0000000..302545f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/external/qunit.js @@ -0,0 +1,2152 @@ +/** + * QUnit v1.11.0 - A JavaScript Unit Testing Framework + * + * http://qunitjs.com + * + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +(function( window ) { + +var QUnit, + assert, + config, + onErrorFnPrev, + testId = 0, + fileName = (sourceFromStacktrace( 0 ) || "" ).replace(/(:\d+)+\)?/, "").replace(/.+\//, ""), + toString = Object.prototype.toString, + hasOwn = Object.prototype.hasOwnProperty, + // Keep a local reference to Date (GH-283) + Date = window.Date, + defined = { + setTimeout: typeof window.setTimeout !== "undefined", + sessionStorage: (function() { + var x = "qunit-test-string"; + try { + sessionStorage.setItem( x, x ); + sessionStorage.removeItem( x ); + return true; + } catch( e ) { + return false; + } + }()) + }, + /** + * Provides a normalized error string, correcting an issue + * with IE 7 (and prior) where Error.prototype.toString is + * not properly implemented + * + * Based on http://es5.github.com/#x15.11.4.4 + * + * @param {String|Error} error + * @return {String} error message + */ + errorString = function( error ) { + var name, message, + errorString = error.toString(); + if ( errorString.substring( 0, 7 ) === "[object" ) { + name = error.name ? error.name.toString() : "Error"; + message = error.message ? error.message.toString() : ""; + if ( name && message ) { + return name + ": " + message; + } else if ( name ) { + return name; + } else if ( message ) { + return message; + } else { + return "Error"; + } + } else { + return errorString; + } + }, + /** + * Makes a clone of an object using only Array or Object as base, + * and copies over the own enumerable properties. + * + * @param {Object} obj + * @return {Object} New object with only the own properties (recursively). + */ + objectValues = function( obj ) { + // Grunt 0.3.x uses an older version of jshint that still has jshint/jshint#392. + /*jshint newcap: false */ + var key, val, + vals = QUnit.is( "array", obj ) ? [] : {}; + for ( key in obj ) { + if ( hasOwn.call( obj, key ) ) { + val = obj[key]; + vals[key] = val === Object(val) ? objectValues(val) : val; + } + } + return vals; + }; + +function Test( settings ) { + extend( this, settings ); + this.assertions = []; + this.testNumber = ++Test.count; +} + +Test.count = 0; + +Test.prototype = { + init: function() { + var a, b, li, + tests = id( "qunit-tests" ); + + if ( tests ) { + b = document.createElement( "strong" ); + b.innerHTML = this.nameHtml; + + // `a` initialized at top of scope + a = document.createElement( "a" ); + a.innerHTML = "Rerun"; + a.href = QUnit.url({ testNumber: this.testNumber }); + + li = document.createElement( "li" ); + li.appendChild( b ); + li.appendChild( a ); + li.className = "running"; + li.id = this.id = "qunit-test-output" + testId++; + + tests.appendChild( li ); + } + }, + setup: function() { + if ( this.module !== config.previousModule ) { + if ( config.previousModule ) { + runLoggingCallbacks( "moduleDone", QUnit, { + name: config.previousModule, + failed: config.moduleStats.bad, + passed: config.moduleStats.all - config.moduleStats.bad, + total: config.moduleStats.all + }); + } + config.previousModule = this.module; + config.moduleStats = { all: 0, bad: 0 }; + runLoggingCallbacks( "moduleStart", QUnit, { + name: this.module + }); + } else if ( config.autorun ) { + runLoggingCallbacks( "moduleStart", QUnit, { + name: this.module + }); + } + + config.current = this; + + this.testEnvironment = extend({ + setup: function() {}, + teardown: function() {} + }, this.moduleTestEnvironment ); + + this.started = +new Date(); + runLoggingCallbacks( "testStart", QUnit, { + name: this.testName, + module: this.module + }); + + // allow utility functions to access the current test environment + // TODO why?? + QUnit.current_testEnvironment = this.testEnvironment; + + if ( !config.pollution ) { + saveGlobal(); + } + if ( config.notrycatch ) { + this.testEnvironment.setup.call( this.testEnvironment ); + return; + } + try { + this.testEnvironment.setup.call( this.testEnvironment ); + } catch( e ) { + QUnit.pushFailure( "Setup failed on " + this.testName + ": " + ( e.message || e ), extractStacktrace( e, 1 ) ); + } + }, + run: function() { + config.current = this; + + var running = id( "qunit-testresult" ); + + if ( running ) { + running.innerHTML = "Running:
" + this.nameHtml; + } + + if ( this.async ) { + QUnit.stop(); + } + + this.callbackStarted = +new Date(); + + if ( config.notrycatch ) { + this.callback.call( this.testEnvironment, QUnit.assert ); + this.callbackRuntime = +new Date() - this.callbackStarted; + return; + } + + try { + this.callback.call( this.testEnvironment, QUnit.assert ); + this.callbackRuntime = +new Date() - this.callbackStarted; + } catch( e ) { + this.callbackRuntime = +new Date() - this.callbackStarted; + + QUnit.pushFailure( "Died on test #" + (this.assertions.length + 1) + " " + this.stack + ": " + ( e.message || e ), extractStacktrace( e, 0 ) ); + // else next test will carry the responsibility + saveGlobal(); + + // Restart the tests if they're blocking + if ( config.blocking ) { + QUnit.start(); + } + } + }, + teardown: function() { + config.current = this; + if ( config.notrycatch ) { + if ( typeof this.callbackRuntime === "undefined" ) { + this.callbackRuntime = +new Date() - this.callbackStarted; + } + this.testEnvironment.teardown.call( this.testEnvironment ); + return; + } else { + try { + this.testEnvironment.teardown.call( this.testEnvironment ); + } catch( e ) { + QUnit.pushFailure( "Teardown failed on " + this.testName + ": " + ( e.message || e ), extractStacktrace( e, 1 ) ); + } + } + checkPollution(); + }, + finish: function() { + config.current = this; + if ( config.requireExpects && this.expected === null ) { + QUnit.pushFailure( "Expected number of assertions to be defined, but expect() was not called.", this.stack ); + } else if ( this.expected !== null && this.expected !== this.assertions.length ) { + QUnit.pushFailure( "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run", this.stack ); + } else if ( this.expected === null && !this.assertions.length ) { + QUnit.pushFailure( "Expected at least one assertion, but none were run - call expect(0) to accept zero assertions.", this.stack ); + } + + var i, assertion, a, b, time, li, ol, + test = this, + good = 0, + bad = 0, + tests = id( "qunit-tests" ); + + this.runtime = +new Date() - this.started; + config.stats.all += this.assertions.length; + config.moduleStats.all += this.assertions.length; + + if ( tests ) { + ol = document.createElement( "ol" ); + ol.className = "qunit-assert-list"; + + for ( i = 0; i < this.assertions.length; i++ ) { + assertion = this.assertions[i]; + + li = document.createElement( "li" ); + li.className = assertion.result ? "pass" : "fail"; + li.innerHTML = assertion.message || ( assertion.result ? "okay" : "failed" ); + ol.appendChild( li ); + + if ( assertion.result ) { + good++; + } else { + bad++; + config.stats.bad++; + config.moduleStats.bad++; + } + } + + // store result when possible + if ( QUnit.config.reorder && defined.sessionStorage ) { + if ( bad ) { + sessionStorage.setItem( "qunit-test-" + this.module + "-" + this.testName, bad ); + } else { + sessionStorage.removeItem( "qunit-test-" + this.module + "-" + this.testName ); + } + } + + if ( bad === 0 ) { + addClass( ol, "qunit-collapsed" ); + } + + // `b` initialized at top of scope + b = document.createElement( "strong" ); + b.innerHTML = this.nameHtml + " (" + bad + ", " + good + ", " + this.assertions.length + ")"; + + addEvent(b, "click", function() { + var next = b.parentNode.lastChild, + collapsed = hasClass( next, "qunit-collapsed" ); + ( collapsed ? removeClass : addClass )( next, "qunit-collapsed" ); + }); + + addEvent(b, "dblclick", function( e ) { + var target = e && e.target ? e.target : window.event.srcElement; + if ( target.nodeName.toLowerCase() === "span" || target.nodeName.toLowerCase() === "b" ) { + target = target.parentNode; + } + if ( window.location && target.nodeName.toLowerCase() === "strong" ) { + window.location = QUnit.url({ testNumber: test.testNumber }); + } + }); + + // `time` initialized at top of scope + time = document.createElement( "span" ); + time.className = "runtime"; + time.innerHTML = this.runtime + " ms"; + + // `li` initialized at top of scope + li = id( this.id ); + li.className = bad ? "fail" : "pass"; + li.removeChild( li.firstChild ); + a = li.firstChild; + li.appendChild( b ); + li.appendChild( a ); + li.appendChild( time ); + li.appendChild( ol ); + + } else { + for ( i = 0; i < this.assertions.length; i++ ) { + if ( !this.assertions[i].result ) { + bad++; + config.stats.bad++; + config.moduleStats.bad++; + } + } + } + + runLoggingCallbacks( "testDone", QUnit, { + name: this.testName, + module: this.module, + failed: bad, + passed: this.assertions.length - bad, + total: this.assertions.length, + duration: this.runtime + }); + + QUnit.reset(); + + config.current = undefined; + }, + + queue: function() { + var bad, + test = this; + + synchronize(function() { + test.init(); + }); + function run() { + // each of these can by async + synchronize(function() { + test.setup(); + }); + synchronize(function() { + test.run(); + }); + synchronize(function() { + test.teardown(); + }); + synchronize(function() { + test.finish(); + }); + } + + // `bad` initialized at top of scope + // defer when previous test run passed, if storage is available + bad = QUnit.config.reorder && defined.sessionStorage && + +sessionStorage.getItem( "qunit-test-" + this.module + "-" + this.testName ); + + if ( bad ) { + run(); + } else { + synchronize( run, true ); + } + } +}; + +// Root QUnit object. +// `QUnit` initialized at top of scope +QUnit = { + + // call on start of module test to prepend name to all tests + module: function( name, testEnvironment ) { + config.currentModule = name; + config.currentModuleTestEnvironment = testEnvironment; + config.modules[name] = true; + }, + + asyncTest: function( testName, expected, callback ) { + if ( arguments.length === 2 ) { + callback = expected; + expected = null; + } + + QUnit.test( testName, expected, callback, true ); + }, + + test: function( testName, expected, callback, async ) { + var test, + nameHtml = "" + escapeText( testName ) + ""; + + if ( arguments.length === 2 ) { + callback = expected; + expected = null; + } + + if ( config.currentModule ) { + nameHtml = "" + escapeText( config.currentModule ) + ": " + nameHtml; + } + + test = new Test({ + nameHtml: nameHtml, + testName: testName, + expected: expected, + async: async, + callback: callback, + module: config.currentModule, + moduleTestEnvironment: config.currentModuleTestEnvironment, + stack: sourceFromStacktrace( 2 ) + }); + + if ( !validTest( test ) ) { + return; + } + + test.queue(); + }, + + // Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through. + expect: function( asserts ) { + if (arguments.length === 1) { + config.current.expected = asserts; + } else { + return config.current.expected; + } + }, + + start: function( count ) { + // QUnit hasn't been initialized yet. + // Note: RequireJS (et al) may delay onLoad + if ( config.semaphore === undefined ) { + QUnit.begin(function() { + // This is triggered at the top of QUnit.load, push start() to the event loop, to allow QUnit.load to finish first + setTimeout(function() { + QUnit.start( count ); + }); + }); + return; + } + + config.semaphore -= count || 1; + // don't start until equal number of stop-calls + if ( config.semaphore > 0 ) { + return; + } + // ignore if start is called more often then stop + if ( config.semaphore < 0 ) { + config.semaphore = 0; + QUnit.pushFailure( "Called start() while already started (QUnit.config.semaphore was 0 already)", null, sourceFromStacktrace(2) ); + return; + } + // A slight delay, to avoid any current callbacks + if ( defined.setTimeout ) { + window.setTimeout(function() { + if ( config.semaphore > 0 ) { + return; + } + if ( config.timeout ) { + clearTimeout( config.timeout ); + } + + config.blocking = false; + process( true ); + }, 13); + } else { + config.blocking = false; + process( true ); + } + }, + + stop: function( count ) { + config.semaphore += count || 1; + config.blocking = true; + + if ( config.testTimeout && defined.setTimeout ) { + clearTimeout( config.timeout ); + config.timeout = window.setTimeout(function() { + QUnit.ok( false, "Test timed out" ); + config.semaphore = 1; + QUnit.start(); + }, config.testTimeout ); + } + } +}; + +// `assert` initialized at top of scope +// Asssert helpers +// All of these must either call QUnit.push() or manually do: +// - runLoggingCallbacks( "log", .. ); +// - config.current.assertions.push({ .. }); +// We attach it to the QUnit object *after* we expose the public API, +// otherwise `assert` will become a global variable in browsers (#341). +assert = { + /** + * Asserts rough true-ish result. + * @name ok + * @function + * @example ok( "asdfasdf".length > 5, "There must be at least 5 chars" ); + */ + ok: function( result, msg ) { + if ( !config.current ) { + throw new Error( "ok() assertion outside test context, was " + sourceFromStacktrace(2) ); + } + result = !!result; + + var source, + details = { + module: config.current.module, + name: config.current.testName, + result: result, + message: msg + }; + + msg = escapeText( msg || (result ? "okay" : "failed" ) ); + msg = "" + msg + ""; + + if ( !result ) { + source = sourceFromStacktrace( 2 ); + if ( source ) { + details.source = source; + msg += "
Source:
" + escapeText( source ) + "
"; + } + } + runLoggingCallbacks( "log", QUnit, details ); + config.current.assertions.push({ + result: result, + message: msg + }); + }, + + /** + * Assert that the first two arguments are equal, with an optional message. + * Prints out both actual and expected values. + * @name equal + * @function + * @example equal( format( "Received {0} bytes.", 2), "Received 2 bytes.", "format() replaces {0} with next argument" ); + */ + equal: function( actual, expected, message ) { + /*jshint eqeqeq:false */ + QUnit.push( expected == actual, actual, expected, message ); + }, + + /** + * @name notEqual + * @function + */ + notEqual: function( actual, expected, message ) { + /*jshint eqeqeq:false */ + QUnit.push( expected != actual, actual, expected, message ); + }, + + /** + * @name propEqual + * @function + */ + propEqual: function( actual, expected, message ) { + actual = objectValues(actual); + expected = objectValues(expected); + QUnit.push( QUnit.equiv(actual, expected), actual, expected, message ); + }, + + /** + * @name notPropEqual + * @function + */ + notPropEqual: function( actual, expected, message ) { + actual = objectValues(actual); + expected = objectValues(expected); + QUnit.push( !QUnit.equiv(actual, expected), actual, expected, message ); + }, + + /** + * @name deepEqual + * @function + */ + deepEqual: function( actual, expected, message ) { + QUnit.push( QUnit.equiv(actual, expected), actual, expected, message ); + }, + + /** + * @name notDeepEqual + * @function + */ + notDeepEqual: function( actual, expected, message ) { + QUnit.push( !QUnit.equiv(actual, expected), actual, expected, message ); + }, + + /** + * @name strictEqual + * @function + */ + strictEqual: function( actual, expected, message ) { + QUnit.push( expected === actual, actual, expected, message ); + }, + + /** + * @name notStrictEqual + * @function + */ + notStrictEqual: function( actual, expected, message ) { + QUnit.push( expected !== actual, actual, expected, message ); + }, + + "throws": function( block, expected, message ) { + var actual, + expectedOutput = expected, + ok = false; + + // 'expected' is optional + if ( typeof expected === "string" ) { + message = expected; + expected = null; + } + + config.current.ignoreGlobalErrors = true; + try { + block.call( config.current.testEnvironment ); + } catch (e) { + actual = e; + } + config.current.ignoreGlobalErrors = false; + + if ( actual ) { + // we don't want to validate thrown error + if ( !expected ) { + ok = true; + expectedOutput = null; + // expected is a regexp + } else if ( QUnit.objectType( expected ) === "regexp" ) { + ok = expected.test( errorString( actual ) ); + // expected is a constructor + } else if ( actual instanceof expected ) { + ok = true; + // expected is a validation function which returns true is validation passed + } else if ( expected.call( {}, actual ) === true ) { + expectedOutput = null; + ok = true; + } + + QUnit.push( ok, actual, expectedOutput, message ); + } else { + QUnit.pushFailure( message, null, 'No exception was thrown.' ); + } + } +}; + +/** + * @deprecate since 1.8.0 + * Kept assertion helpers in root for backwards compatibility. + */ +extend( QUnit, assert ); + +/** + * @deprecated since 1.9.0 + * Kept root "raises()" for backwards compatibility. + * (Note that we don't introduce assert.raises). + */ +QUnit.raises = assert[ "throws" ]; + +/** + * @deprecated since 1.0.0, replaced with error pushes since 1.3.0 + * Kept to avoid TypeErrors for undefined methods. + */ +QUnit.equals = function() { + QUnit.push( false, false, false, "QUnit.equals has been deprecated since 2009 (e88049a0), use QUnit.equal instead" ); +}; +QUnit.same = function() { + QUnit.push( false, false, false, "QUnit.same has been deprecated since 2009 (e88049a0), use QUnit.deepEqual instead" ); +}; + +// We want access to the constructor's prototype +(function() { + function F() {} + F.prototype = QUnit; + QUnit = new F(); + // Make F QUnit's constructor so that we can add to the prototype later + QUnit.constructor = F; +}()); + +/** + * Config object: Maintain internal state + * Later exposed as QUnit.config + * `config` initialized at top of scope + */ +config = { + // The queue of tests to run + queue: [], + + // block until document ready + blocking: true, + + // when enabled, show only failing tests + // gets persisted through sessionStorage and can be changed in UI via checkbox + hidepassed: false, + + // by default, run previously failed tests first + // very useful in combination with "Hide passed tests" checked + reorder: true, + + // by default, modify document.title when suite is done + altertitle: true, + + // when enabled, all tests must call expect() + requireExpects: false, + + // add checkboxes that are persisted in the query-string + // when enabled, the id is set to `true` as a `QUnit.config` property + urlConfig: [ + { + id: "noglobals", + label: "Check for Globals", + tooltip: "Enabling this will test if any test introduces new properties on the `window` object. Stored as query-strings." + }, + { + id: "notrycatch", + label: "No try-catch", + tooltip: "Enabling this will run tests outside of a try-catch block. Makes debugging exceptions in IE reasonable. Stored as query-strings." + } + ], + + // Set of all modules. + modules: {}, + + // logging callback queues + begin: [], + done: [], + log: [], + testStart: [], + testDone: [], + moduleStart: [], + moduleDone: [] +}; + +// Export global variables, unless an 'exports' object exists, +// in that case we assume we're in CommonJS (dealt with on the bottom of the script) +if ( typeof exports === "undefined" ) { + extend( window, QUnit ); + + // Expose QUnit object + window.QUnit = QUnit; +} + +// Initialize more QUnit.config and QUnit.urlParams +(function() { + var i, + location = window.location || { search: "", protocol: "file:" }, + params = location.search.slice( 1 ).split( "&" ), + length = params.length, + urlParams = {}, + current; + + if ( params[ 0 ] ) { + for ( i = 0; i < length; i++ ) { + current = params[ i ].split( "=" ); + current[ 0 ] = decodeURIComponent( current[ 0 ] ); + // allow just a key to turn on a flag, e.g., test.html?noglobals + current[ 1 ] = current[ 1 ] ? decodeURIComponent( current[ 1 ] ) : true; + urlParams[ current[ 0 ] ] = current[ 1 ]; + } + } + + QUnit.urlParams = urlParams; + + // String search anywhere in moduleName+testName + config.filter = urlParams.filter; + + // Exact match of the module name + config.module = urlParams.module; + + config.testNumber = parseInt( urlParams.testNumber, 10 ) || null; + + // Figure out if we're running the tests from a server or not + QUnit.isLocal = location.protocol === "file:"; +}()); + +// Extend QUnit object, +// these after set here because they should not be exposed as global functions +extend( QUnit, { + assert: assert, + + config: config, + + // Initialize the configuration options + init: function() { + extend( config, { + stats: { all: 0, bad: 0 }, + moduleStats: { all: 0, bad: 0 }, + started: +new Date(), + updateRate: 1000, + blocking: false, + autostart: true, + autorun: false, + filter: "", + queue: [], + semaphore: 1 + }); + + var tests, banner, result, + qunit = id( "qunit" ); + + if ( qunit ) { + qunit.innerHTML = + "

" + escapeText( document.title ) + "

" + + "

" + + "
" + + "

" + + "
    "; + } + + tests = id( "qunit-tests" ); + banner = id( "qunit-banner" ); + result = id( "qunit-testresult" ); + + if ( tests ) { + tests.innerHTML = ""; + } + + if ( banner ) { + banner.className = ""; + } + + if ( result ) { + result.parentNode.removeChild( result ); + } + + if ( tests ) { + result = document.createElement( "p" ); + result.id = "qunit-testresult"; + result.className = "result"; + tests.parentNode.insertBefore( result, tests ); + result.innerHTML = "Running...
     "; + } + }, + + // Resets the test setup. Useful for tests that modify the DOM. + reset: function() { + var fixture = id( "qunit-fixture" ); + if ( fixture ) { + fixture.innerHTML = config.fixture; + } + }, + + // Trigger an event on an element. + // @example triggerEvent( document.body, "click" ); + triggerEvent: function( elem, type, event ) { + if ( document.createEvent ) { + event = document.createEvent( "MouseEvents" ); + event.initMouseEvent(type, true, true, elem.ownerDocument.defaultView, + 0, 0, 0, 0, 0, false, false, false, false, 0, null); + + elem.dispatchEvent( event ); + } else if ( elem.fireEvent ) { + elem.fireEvent( "on" + type ); + } + }, + + // Safe object type checking + is: function( type, obj ) { + return QUnit.objectType( obj ) === type; + }, + + objectType: function( obj ) { + if ( typeof obj === "undefined" ) { + return "undefined"; + // consider: typeof null === object + } + if ( obj === null ) { + return "null"; + } + + var match = toString.call( obj ).match(/^\[object\s(.*)\]$/), + type = match && match[1] || ""; + + switch ( type ) { + case "Number": + if ( isNaN(obj) ) { + return "nan"; + } + return "number"; + case "String": + case "Boolean": + case "Array": + case "Date": + case "RegExp": + case "Function": + return type.toLowerCase(); + } + if ( typeof obj === "object" ) { + return "object"; + } + return undefined; + }, + + push: function( result, actual, expected, message ) { + if ( !config.current ) { + throw new Error( "assertion outside test context, was " + sourceFromStacktrace() ); + } + + var output, source, + details = { + module: config.current.module, + name: config.current.testName, + result: result, + message: message, + actual: actual, + expected: expected + }; + + message = escapeText( message ) || ( result ? "okay" : "failed" ); + message = "" + message + ""; + output = message; + + if ( !result ) { + expected = escapeText( QUnit.jsDump.parse(expected) ); + actual = escapeText( QUnit.jsDump.parse(actual) ); + output += ""; + + if ( actual !== expected ) { + output += ""; + output += ""; + } + + source = sourceFromStacktrace(); + + if ( source ) { + details.source = source; + output += ""; + } + + output += "
    Expected:
    " + expected + "
    Result:
    " + actual + "
    Diff:
    " + QUnit.diff( expected, actual ) + "
    Source:
    " + escapeText( source ) + "
    "; + } + + runLoggingCallbacks( "log", QUnit, details ); + + config.current.assertions.push({ + result: !!result, + message: output + }); + }, + + pushFailure: function( message, source, actual ) { + if ( !config.current ) { + throw new Error( "pushFailure() assertion outside test context, was " + sourceFromStacktrace(2) ); + } + + var output, + details = { + module: config.current.module, + name: config.current.testName, + result: false, + message: message + }; + + message = escapeText( message ) || "error"; + message = "" + message + ""; + output = message; + + output += ""; + + if ( actual ) { + output += ""; + } + + if ( source ) { + details.source = source; + output += ""; + } + + output += "
    Result:
    " + escapeText( actual ) + "
    Source:
    " + escapeText( source ) + "
    "; + + runLoggingCallbacks( "log", QUnit, details ); + + config.current.assertions.push({ + result: false, + message: output + }); + }, + + url: function( params ) { + params = extend( extend( {}, QUnit.urlParams ), params ); + var key, + querystring = "?"; + + for ( key in params ) { + if ( !hasOwn.call( params, key ) ) { + continue; + } + querystring += encodeURIComponent( key ) + "=" + + encodeURIComponent( params[ key ] ) + "&"; + } + return window.location.protocol + "//" + window.location.host + + window.location.pathname + querystring.slice( 0, -1 ); + }, + + extend: extend, + id: id, + addEvent: addEvent + // load, equiv, jsDump, diff: Attached later +}); + +/** + * @deprecated: Created for backwards compatibility with test runner that set the hook function + * into QUnit.{hook}, instead of invoking it and passing the hook function. + * QUnit.constructor is set to the empty F() above so that we can add to it's prototype here. + * Doing this allows us to tell if the following methods have been overwritten on the actual + * QUnit object. + */ +extend( QUnit.constructor.prototype, { + + // Logging callbacks; all receive a single argument with the listed properties + // run test/logs.html for any related changes + begin: registerLoggingCallback( "begin" ), + + // done: { failed, passed, total, runtime } + done: registerLoggingCallback( "done" ), + + // log: { result, actual, expected, message } + log: registerLoggingCallback( "log" ), + + // testStart: { name } + testStart: registerLoggingCallback( "testStart" ), + + // testDone: { name, failed, passed, total, duration } + testDone: registerLoggingCallback( "testDone" ), + + // moduleStart: { name } + moduleStart: registerLoggingCallback( "moduleStart" ), + + // moduleDone: { name, failed, passed, total } + moduleDone: registerLoggingCallback( "moduleDone" ) +}); + +if ( typeof document === "undefined" || document.readyState === "complete" ) { + config.autorun = true; +} + +QUnit.load = function() { + runLoggingCallbacks( "begin", QUnit, {} ); + + // Initialize the config, saving the execution queue + var banner, filter, i, label, len, main, ol, toolbar, userAgent, val, + urlConfigCheckboxesContainer, urlConfigCheckboxes, moduleFilter, + numModules = 0, + moduleFilterHtml = "", + urlConfigHtml = "", + oldconfig = extend( {}, config ); + + QUnit.init(); + extend(config, oldconfig); + + config.blocking = false; + + len = config.urlConfig.length; + + for ( i = 0; i < len; i++ ) { + val = config.urlConfig[i]; + if ( typeof val === "string" ) { + val = { + id: val, + label: val, + tooltip: "[no tooltip available]" + }; + } + config[ val.id ] = QUnit.urlParams[ val.id ]; + urlConfigHtml += ""; + } + + moduleFilterHtml += ""; + + // `userAgent` initialized at top of scope + userAgent = id( "qunit-userAgent" ); + if ( userAgent ) { + userAgent.innerHTML = navigator.userAgent; + } + + // `banner` initialized at top of scope + banner = id( "qunit-header" ); + if ( banner ) { + banner.innerHTML = "" + banner.innerHTML + " "; + } + + // `toolbar` initialized at top of scope + toolbar = id( "qunit-testrunner-toolbar" ); + if ( toolbar ) { + // `filter` initialized at top of scope + filter = document.createElement( "input" ); + filter.type = "checkbox"; + filter.id = "qunit-filter-pass"; + + addEvent( filter, "click", function() { + var tmp, + ol = document.getElementById( "qunit-tests" ); + + if ( filter.checked ) { + ol.className = ol.className + " hidepass"; + } else { + tmp = " " + ol.className.replace( /[\n\t\r]/g, " " ) + " "; + ol.className = tmp.replace( / hidepass /, " " ); + } + if ( defined.sessionStorage ) { + if (filter.checked) { + sessionStorage.setItem( "qunit-filter-passed-tests", "true" ); + } else { + sessionStorage.removeItem( "qunit-filter-passed-tests" ); + } + } + }); + + if ( config.hidepassed || defined.sessionStorage && sessionStorage.getItem( "qunit-filter-passed-tests" ) ) { + filter.checked = true; + // `ol` initialized at top of scope + ol = document.getElementById( "qunit-tests" ); + ol.className = ol.className + " hidepass"; + } + toolbar.appendChild( filter ); + + // `label` initialized at top of scope + label = document.createElement( "label" ); + label.setAttribute( "for", "qunit-filter-pass" ); + label.setAttribute( "title", "Only show tests and assertons that fail. Stored in sessionStorage." ); + label.innerHTML = "Hide passed tests"; + toolbar.appendChild( label ); + + urlConfigCheckboxesContainer = document.createElement("span"); + urlConfigCheckboxesContainer.innerHTML = urlConfigHtml; + urlConfigCheckboxes = urlConfigCheckboxesContainer.getElementsByTagName("input"); + // For oldIE support: + // * Add handlers to the individual elements instead of the container + // * Use "click" instead of "change" + // * Fallback from event.target to event.srcElement + addEvents( urlConfigCheckboxes, "click", function( event ) { + var params = {}, + target = event.target || event.srcElement; + params[ target.name ] = target.checked ? true : undefined; + window.location = QUnit.url( params ); + }); + toolbar.appendChild( urlConfigCheckboxesContainer ); + + if (numModules > 1) { + moduleFilter = document.createElement( 'span' ); + moduleFilter.setAttribute( 'id', 'qunit-modulefilter-container' ); + moduleFilter.innerHTML = moduleFilterHtml; + addEvent( moduleFilter.lastChild, "change", function() { + var selectBox = moduleFilter.getElementsByTagName("select")[0], + selectedModule = decodeURIComponent(selectBox.options[selectBox.selectedIndex].value); + + window.location = QUnit.url( { module: ( selectedModule === "" ) ? undefined : selectedModule } ); + }); + toolbar.appendChild(moduleFilter); + } + } + + // `main` initialized at top of scope + main = id( "qunit-fixture" ); + if ( main ) { + config.fixture = main.innerHTML; + } + + if ( config.autostart ) { + QUnit.start(); + } +}; + +addEvent( window, "load", QUnit.load ); + +// `onErrorFnPrev` initialized at top of scope +// Preserve other handlers +onErrorFnPrev = window.onerror; + +// Cover uncaught exceptions +// Returning true will surpress the default browser handler, +// returning false will let it run. +window.onerror = function ( error, filePath, linerNr ) { + var ret = false; + if ( onErrorFnPrev ) { + ret = onErrorFnPrev( error, filePath, linerNr ); + } + + // Treat return value as window.onerror itself does, + // Only do our handling if not surpressed. + if ( ret !== true ) { + if ( QUnit.config.current ) { + if ( QUnit.config.current.ignoreGlobalErrors ) { + return true; + } + QUnit.pushFailure( error, filePath + ":" + linerNr ); + } else { + QUnit.test( "global failure", extend( function() { + QUnit.pushFailure( error, filePath + ":" + linerNr ); + }, { validTest: validTest } ) ); + } + return false; + } + + return ret; +}; + +function done() { + config.autorun = true; + + // Log the last module results + if ( config.currentModule ) { + runLoggingCallbacks( "moduleDone", QUnit, { + name: config.currentModule, + failed: config.moduleStats.bad, + passed: config.moduleStats.all - config.moduleStats.bad, + total: config.moduleStats.all + }); + } + + var i, key, + banner = id( "qunit-banner" ), + tests = id( "qunit-tests" ), + runtime = +new Date() - config.started, + passed = config.stats.all - config.stats.bad, + html = [ + "Tests completed in ", + runtime, + " milliseconds.
    ", + "", + passed, + " assertions of ", + config.stats.all, + " passed, ", + config.stats.bad, + " failed." + ].join( "" ); + + if ( banner ) { + banner.className = ( config.stats.bad ? "qunit-fail" : "qunit-pass" ); + } + + if ( tests ) { + id( "qunit-testresult" ).innerHTML = html; + } + + if ( config.altertitle && typeof document !== "undefined" && document.title ) { + // show ✖ for good, ✔ for bad suite result in title + // use escape sequences in case file gets loaded with non-utf-8-charset + document.title = [ + ( config.stats.bad ? "\u2716" : "\u2714" ), + document.title.replace( /^[\u2714\u2716] /i, "" ) + ].join( " " ); + } + + // clear own sessionStorage items if all tests passed + if ( config.reorder && defined.sessionStorage && config.stats.bad === 0 ) { + // `key` & `i` initialized at top of scope + for ( i = 0; i < sessionStorage.length; i++ ) { + key = sessionStorage.key( i++ ); + if ( key.indexOf( "qunit-test-" ) === 0 ) { + sessionStorage.removeItem( key ); + } + } + } + + // scroll back to top to show results + if ( window.scrollTo ) { + window.scrollTo(0, 0); + } + + runLoggingCallbacks( "done", QUnit, { + failed: config.stats.bad, + passed: passed, + total: config.stats.all, + runtime: runtime + }); +} + +/** @return Boolean: true if this test should be ran */ +function validTest( test ) { + var include, + filter = config.filter && config.filter.toLowerCase(), + module = config.module && config.module.toLowerCase(), + fullName = (test.module + ": " + test.testName).toLowerCase(); + + // Internally-generated tests are always valid + if ( test.callback && test.callback.validTest === validTest ) { + delete test.callback.validTest; + return true; + } + + if ( config.testNumber ) { + return test.testNumber === config.testNumber; + } + + if ( module && ( !test.module || test.module.toLowerCase() !== module ) ) { + return false; + } + + if ( !filter ) { + return true; + } + + include = filter.charAt( 0 ) !== "!"; + if ( !include ) { + filter = filter.slice( 1 ); + } + + // If the filter matches, we need to honour include + if ( fullName.indexOf( filter ) !== -1 ) { + return include; + } + + // Otherwise, do the opposite + return !include; +} + +// so far supports only Firefox, Chrome and Opera (buggy), Safari (for real exceptions) +// Later Safari and IE10 are supposed to support error.stack as well +// See also https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error/Stack +function extractStacktrace( e, offset ) { + offset = offset === undefined ? 3 : offset; + + var stack, include, i; + + if ( e.stacktrace ) { + // Opera + return e.stacktrace.split( "\n" )[ offset + 3 ]; + } else if ( e.stack ) { + // Firefox, Chrome + stack = e.stack.split( "\n" ); + if (/^error$/i.test( stack[0] ) ) { + stack.shift(); + } + if ( fileName ) { + include = []; + for ( i = offset; i < stack.length; i++ ) { + if ( stack[ i ].indexOf( fileName ) !== -1 ) { + break; + } + include.push( stack[ i ] ); + } + if ( include.length ) { + return include.join( "\n" ); + } + } + return stack[ offset ]; + } else if ( e.sourceURL ) { + // Safari, PhantomJS + // hopefully one day Safari provides actual stacktraces + // exclude useless self-reference for generated Error objects + if ( /qunit.js$/.test( e.sourceURL ) ) { + return; + } + // for actual exceptions, this is useful + return e.sourceURL + ":" + e.line; + } +} +function sourceFromStacktrace( offset ) { + try { + throw new Error(); + } catch ( e ) { + return extractStacktrace( e, offset ); + } +} + +/** + * Escape text for attribute or text content. + */ +function escapeText( s ) { + if ( !s ) { + return ""; + } + s = s + ""; + // Both single quotes and double quotes (for attributes) + return s.replace( /['"<>&]/g, function( s ) { + switch( s ) { + case '\'': + return '''; + case '"': + return '"'; + case '<': + return '<'; + case '>': + return '>'; + case '&': + return '&'; + } + }); +} + +function synchronize( callback, last ) { + config.queue.push( callback ); + + if ( config.autorun && !config.blocking ) { + process( last ); + } +} + +function process( last ) { + function next() { + process( last ); + } + var start = new Date().getTime(); + config.depth = config.depth ? config.depth + 1 : 1; + + while ( config.queue.length && !config.blocking ) { + if ( !defined.setTimeout || config.updateRate <= 0 || ( ( new Date().getTime() - start ) < config.updateRate ) ) { + config.queue.shift()(); + } else { + window.setTimeout( next, 13 ); + break; + } + } + config.depth--; + if ( last && !config.blocking && !config.queue.length && config.depth === 0 ) { + done(); + } +} + +function saveGlobal() { + config.pollution = []; + + if ( config.noglobals ) { + for ( var key in window ) { + // in Opera sometimes DOM element ids show up here, ignore them + if ( !hasOwn.call( window, key ) || /^qunit-test-output/.test( key ) ) { + continue; + } + config.pollution.push( key ); + } + } +} + +function checkPollution() { + var newGlobals, + deletedGlobals, + old = config.pollution; + + saveGlobal(); + + newGlobals = diff( config.pollution, old ); + if ( newGlobals.length > 0 ) { + QUnit.pushFailure( "Introduced global variable(s): " + newGlobals.join(", ") ); + } + + deletedGlobals = diff( old, config.pollution ); + if ( deletedGlobals.length > 0 ) { + QUnit.pushFailure( "Deleted global variable(s): " + deletedGlobals.join(", ") ); + } +} + +// returns a new Array with the elements that are in a but not in b +function diff( a, b ) { + var i, j, + result = a.slice(); + + for ( i = 0; i < result.length; i++ ) { + for ( j = 0; j < b.length; j++ ) { + if ( result[i] === b[j] ) { + result.splice( i, 1 ); + i--; + break; + } + } + } + return result; +} + +function extend( a, b ) { + for ( var prop in b ) { + if ( b[ prop ] === undefined ) { + delete a[ prop ]; + + // Avoid "Member not found" error in IE8 caused by setting window.constructor + } else if ( prop !== "constructor" || a !== window ) { + a[ prop ] = b[ prop ]; + } + } + + return a; +} + +/** + * @param {HTMLElement} elem + * @param {string} type + * @param {Function} fn + */ +function addEvent( elem, type, fn ) { + // Standards-based browsers + if ( elem.addEventListener ) { + elem.addEventListener( type, fn, false ); + // IE + } else { + elem.attachEvent( "on" + type, fn ); + } +} + +/** + * @param {Array|NodeList} elems + * @param {string} type + * @param {Function} fn + */ +function addEvents( elems, type, fn ) { + var i = elems.length; + while ( i-- ) { + addEvent( elems[i], type, fn ); + } +} + +function hasClass( elem, name ) { + return (" " + elem.className + " ").indexOf(" " + name + " ") > -1; +} + +function addClass( elem, name ) { + if ( !hasClass( elem, name ) ) { + elem.className += (elem.className ? " " : "") + name; + } +} + +function removeClass( elem, name ) { + var set = " " + elem.className + " "; + // Class name may appear multiple times + while ( set.indexOf(" " + name + " ") > -1 ) { + set = set.replace(" " + name + " " , " "); + } + // If possible, trim it for prettiness, but not neccecarily + elem.className = window.jQuery ? jQuery.trim( set ) : ( set.trim ? set.trim() : set ); +} + +function id( name ) { + return !!( typeof document !== "undefined" && document && document.getElementById ) && + document.getElementById( name ); +} + +function registerLoggingCallback( key ) { + return function( callback ) { + config[key].push( callback ); + }; +} + +// Supports deprecated method of completely overwriting logging callbacks +function runLoggingCallbacks( key, scope, args ) { + var i, callbacks; + if ( QUnit.hasOwnProperty( key ) ) { + QUnit[ key ].call(scope, args ); + } else { + callbacks = config[ key ]; + for ( i = 0; i < callbacks.length; i++ ) { + callbacks[ i ].call( scope, args ); + } + } +} + +// Test for equality any JavaScript type. +// Author: Philippe Rathé +QUnit.equiv = (function() { + + // Call the o related callback with the given arguments. + function bindCallbacks( o, callbacks, args ) { + var prop = QUnit.objectType( o ); + if ( prop ) { + if ( QUnit.objectType( callbacks[ prop ] ) === "function" ) { + return callbacks[ prop ].apply( callbacks, args ); + } else { + return callbacks[ prop ]; // or undefined + } + } + } + + // the real equiv function + var innerEquiv, + // stack to decide between skip/abort functions + callers = [], + // stack to avoiding loops from circular referencing + parents = [], + + getProto = Object.getPrototypeOf || function ( obj ) { + return obj.__proto__; + }, + callbacks = (function () { + + // for string, boolean, number and null + function useStrictEquality( b, a ) { + /*jshint eqeqeq:false */ + if ( b instanceof a.constructor || a instanceof b.constructor ) { + // to catch short annotaion VS 'new' annotation of a + // declaration + // e.g. var i = 1; + // var j = new Number(1); + return a == b; + } else { + return a === b; + } + } + + return { + "string": useStrictEquality, + "boolean": useStrictEquality, + "number": useStrictEquality, + "null": useStrictEquality, + "undefined": useStrictEquality, + + "nan": function( b ) { + return isNaN( b ); + }, + + "date": function( b, a ) { + return QUnit.objectType( b ) === "date" && a.valueOf() === b.valueOf(); + }, + + "regexp": function( b, a ) { + return QUnit.objectType( b ) === "regexp" && + // the regex itself + a.source === b.source && + // and its modifers + a.global === b.global && + // (gmi) ... + a.ignoreCase === b.ignoreCase && + a.multiline === b.multiline && + a.sticky === b.sticky; + }, + + // - skip when the property is a method of an instance (OOP) + // - abort otherwise, + // initial === would have catch identical references anyway + "function": function() { + var caller = callers[callers.length - 1]; + return caller !== Object && typeof caller !== "undefined"; + }, + + "array": function( b, a ) { + var i, j, len, loop; + + // b could be an object literal here + if ( QUnit.objectType( b ) !== "array" ) { + return false; + } + + len = a.length; + if ( len !== b.length ) { + // safe and faster + return false; + } + + // track reference to avoid circular references + parents.push( a ); + for ( i = 0; i < len; i++ ) { + loop = false; + for ( j = 0; j < parents.length; j++ ) { + if ( parents[j] === a[i] ) { + loop = true;// dont rewalk array + } + } + if ( !loop && !innerEquiv(a[i], b[i]) ) { + parents.pop(); + return false; + } + } + parents.pop(); + return true; + }, + + "object": function( b, a ) { + var i, j, loop, + // Default to true + eq = true, + aProperties = [], + bProperties = []; + + // comparing constructors is more strict than using + // instanceof + if ( a.constructor !== b.constructor ) { + // Allow objects with no prototype to be equivalent to + // objects with Object as their constructor. + if ( !(( getProto(a) === null && getProto(b) === Object.prototype ) || + ( getProto(b) === null && getProto(a) === Object.prototype ) ) ) { + return false; + } + } + + // stack constructor before traversing properties + callers.push( a.constructor ); + // track reference to avoid circular references + parents.push( a ); + + for ( i in a ) { // be strict: don't ensures hasOwnProperty + // and go deep + loop = false; + for ( j = 0; j < parents.length; j++ ) { + if ( parents[j] === a[i] ) { + // don't go down the same path twice + loop = true; + } + } + aProperties.push(i); // collect a's properties + + if (!loop && !innerEquiv( a[i], b[i] ) ) { + eq = false; + break; + } + } + + callers.pop(); // unstack, we are done + parents.pop(); + + for ( i in b ) { + bProperties.push( i ); // collect b's properties + } + + // Ensures identical properties name + return eq && innerEquiv( aProperties.sort(), bProperties.sort() ); + } + }; + }()); + + innerEquiv = function() { // can take multiple arguments + var args = [].slice.apply( arguments ); + if ( args.length < 2 ) { + return true; // end transition + } + + return (function( a, b ) { + if ( a === b ) { + return true; // catch the most you can + } else if ( a === null || b === null || typeof a === "undefined" || + typeof b === "undefined" || + QUnit.objectType(a) !== QUnit.objectType(b) ) { + return false; // don't lose time with error prone cases + } else { + return bindCallbacks(a, callbacks, [ b, a ]); + } + + // apply transition with (1..n) arguments + }( args[0], args[1] ) && arguments.callee.apply( this, args.splice(1, args.length - 1 )) ); + }; + + return innerEquiv; +}()); + +/** + * jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | + * http://flesler.blogspot.com Licensed under BSD + * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008 + * + * @projectDescription Advanced and extensible data dumping for Javascript. + * @version 1.0.0 + * @author Ariel Flesler + * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html} + */ +QUnit.jsDump = (function() { + function quote( str ) { + return '"' + str.toString().replace( /"/g, '\\"' ) + '"'; + } + function literal( o ) { + return o + ""; + } + function join( pre, arr, post ) { + var s = jsDump.separator(), + base = jsDump.indent(), + inner = jsDump.indent(1); + if ( arr.join ) { + arr = arr.join( "," + s + inner ); + } + if ( !arr ) { + return pre + post; + } + return [ pre, inner + arr, base + post ].join(s); + } + function array( arr, stack ) { + var i = arr.length, ret = new Array(i); + this.up(); + while ( i-- ) { + ret[i] = this.parse( arr[i] , undefined , stack); + } + this.down(); + return join( "[", ret, "]" ); + } + + var reName = /^function (\w+)/, + jsDump = { + // type is used mostly internally, you can fix a (custom)type in advance + parse: function( obj, type, stack ) { + stack = stack || [ ]; + var inStack, res, + parser = this.parsers[ type || this.typeOf(obj) ]; + + type = typeof parser; + inStack = inArray( obj, stack ); + + if ( inStack !== -1 ) { + return "recursion(" + (inStack - stack.length) + ")"; + } + if ( type === "function" ) { + stack.push( obj ); + res = parser.call( this, obj, stack ); + stack.pop(); + return res; + } + return ( type === "string" ) ? parser : this.parsers.error; + }, + typeOf: function( obj ) { + var type; + if ( obj === null ) { + type = "null"; + } else if ( typeof obj === "undefined" ) { + type = "undefined"; + } else if ( QUnit.is( "regexp", obj) ) { + type = "regexp"; + } else if ( QUnit.is( "date", obj) ) { + type = "date"; + } else if ( QUnit.is( "function", obj) ) { + type = "function"; + } else if ( typeof obj.setInterval !== undefined && typeof obj.document !== "undefined" && typeof obj.nodeType === "undefined" ) { + type = "window"; + } else if ( obj.nodeType === 9 ) { + type = "document"; + } else if ( obj.nodeType ) { + type = "node"; + } else if ( + // native arrays + toString.call( obj ) === "[object Array]" || + // NodeList objects + ( typeof obj.length === "number" && typeof obj.item !== "undefined" && ( obj.length ? obj.item(0) === obj[0] : ( obj.item( 0 ) === null && typeof obj[0] === "undefined" ) ) ) + ) { + type = "array"; + } else if ( obj.constructor === Error.prototype.constructor ) { + type = "error"; + } else { + type = typeof obj; + } + return type; + }, + separator: function() { + return this.multiline ? this.HTML ? "
    " : "\n" : this.HTML ? " " : " "; + }, + // extra can be a number, shortcut for increasing-calling-decreasing + indent: function( extra ) { + if ( !this.multiline ) { + return ""; + } + var chr = this.indentChar; + if ( this.HTML ) { + chr = chr.replace( /\t/g, " " ).replace( / /g, " " ); + } + return new Array( this._depth_ + (extra||0) ).join(chr); + }, + up: function( a ) { + this._depth_ += a || 1; + }, + down: function( a ) { + this._depth_ -= a || 1; + }, + setParser: function( name, parser ) { + this.parsers[name] = parser; + }, + // The next 3 are exposed so you can use them + quote: quote, + literal: literal, + join: join, + // + _depth_: 1, + // This is the list of parsers, to modify them, use jsDump.setParser + parsers: { + window: "[Window]", + document: "[Document]", + error: function(error) { + return "Error(\"" + error.message + "\")"; + }, + unknown: "[Unknown]", + "null": "null", + "undefined": "undefined", + "function": function( fn ) { + var ret = "function", + // functions never have name in IE + name = "name" in fn ? fn.name : (reName.exec(fn) || [])[1]; + + if ( name ) { + ret += " " + name; + } + ret += "( "; + + ret = [ ret, QUnit.jsDump.parse( fn, "functionArgs" ), "){" ].join( "" ); + return join( ret, QUnit.jsDump.parse(fn,"functionCode" ), "}" ); + }, + array: array, + nodelist: array, + "arguments": array, + object: function( map, stack ) { + var ret = [ ], keys, key, val, i; + QUnit.jsDump.up(); + keys = []; + for ( key in map ) { + keys.push( key ); + } + keys.sort(); + for ( i = 0; i < keys.length; i++ ) { + key = keys[ i ]; + val = map[ key ]; + ret.push( QUnit.jsDump.parse( key, "key" ) + ": " + QUnit.jsDump.parse( val, undefined, stack ) ); + } + QUnit.jsDump.down(); + return join( "{", ret, "}" ); + }, + node: function( node ) { + var len, i, val, + open = QUnit.jsDump.HTML ? "<" : "<", + close = QUnit.jsDump.HTML ? ">" : ">", + tag = node.nodeName.toLowerCase(), + ret = open + tag, + attrs = node.attributes; + + if ( attrs ) { + for ( i = 0, len = attrs.length; i < len; i++ ) { + val = attrs[i].nodeValue; + // IE6 includes all attributes in .attributes, even ones not explicitly set. + // Those have values like undefined, null, 0, false, "" or "inherit". + if ( val && val !== "inherit" ) { + ret += " " + attrs[i].nodeName + "=" + QUnit.jsDump.parse( val, "attribute" ); + } + } + } + ret += close; + + // Show content of TextNode or CDATASection + if ( node.nodeType === 3 || node.nodeType === 4 ) { + ret += node.nodeValue; + } + + return ret + open + "/" + tag + close; + }, + // function calls it internally, it's the arguments part of the function + functionArgs: function( fn ) { + var args, + l = fn.length; + + if ( !l ) { + return ""; + } + + args = new Array(l); + while ( l-- ) { + // 97 is 'a' + args[l] = String.fromCharCode(97+l); + } + return " " + args.join( ", " ) + " "; + }, + // object calls it internally, the key part of an item in a map + key: quote, + // function calls it internally, it's the content of the function + functionCode: "[code]", + // node calls it internally, it's an html attribute value + attribute: quote, + string: quote, + date: quote, + regexp: literal, + number: literal, + "boolean": literal + }, + // if true, entities are escaped ( <, >, \t, space and \n ) + HTML: false, + // indentation unit + indentChar: " ", + // if true, items in a collection, are separated by a \n, else just a space. + multiline: true + }; + + return jsDump; +}()); + +// from jquery.js +function inArray( elem, array ) { + if ( array.indexOf ) { + return array.indexOf( elem ); + } + + for ( var i = 0, length = array.length; i < length; i++ ) { + if ( array[ i ] === elem ) { + return i; + } + } + + return -1; +} + +/* + * Javascript Diff Algorithm + * By John Resig (http://ejohn.org/) + * Modified by Chu Alan "sprite" + * + * Released under the MIT license. + * + * More Info: + * http://ejohn.org/projects/javascript-diff-algorithm/ + * + * Usage: QUnit.diff(expected, actual) + * + * QUnit.diff( "the quick brown fox jumped over", "the quick fox jumps over" ) == "the quick brown fox jumped jumps over" + */ +QUnit.diff = (function() { + /*jshint eqeqeq:false, eqnull:true */ + function diff( o, n ) { + var i, + ns = {}, + os = {}; + + for ( i = 0; i < n.length; i++ ) { + if ( !hasOwn.call( ns, n[i] ) ) { + ns[ n[i] ] = { + rows: [], + o: null + }; + } + ns[ n[i] ].rows.push( i ); + } + + for ( i = 0; i < o.length; i++ ) { + if ( !hasOwn.call( os, o[i] ) ) { + os[ o[i] ] = { + rows: [], + n: null + }; + } + os[ o[i] ].rows.push( i ); + } + + for ( i in ns ) { + if ( !hasOwn.call( ns, i ) ) { + continue; + } + if ( ns[i].rows.length === 1 && hasOwn.call( os, i ) && os[i].rows.length === 1 ) { + n[ ns[i].rows[0] ] = { + text: n[ ns[i].rows[0] ], + row: os[i].rows[0] + }; + o[ os[i].rows[0] ] = { + text: o[ os[i].rows[0] ], + row: ns[i].rows[0] + }; + } + } + + for ( i = 0; i < n.length - 1; i++ ) { + if ( n[i].text != null && n[ i + 1 ].text == null && n[i].row + 1 < o.length && o[ n[i].row + 1 ].text == null && + n[ i + 1 ] == o[ n[i].row + 1 ] ) { + + n[ i + 1 ] = { + text: n[ i + 1 ], + row: n[i].row + 1 + }; + o[ n[i].row + 1 ] = { + text: o[ n[i].row + 1 ], + row: i + 1 + }; + } + } + + for ( i = n.length - 1; i > 0; i-- ) { + if ( n[i].text != null && n[ i - 1 ].text == null && n[i].row > 0 && o[ n[i].row - 1 ].text == null && + n[ i - 1 ] == o[ n[i].row - 1 ]) { + + n[ i - 1 ] = { + text: n[ i - 1 ], + row: n[i].row - 1 + }; + o[ n[i].row - 1 ] = { + text: o[ n[i].row - 1 ], + row: i - 1 + }; + } + } + + return { + o: o, + n: n + }; + } + + return function( o, n ) { + o = o.replace( /\s+$/, "" ); + n = n.replace( /\s+$/, "" ); + + var i, pre, + str = "", + out = diff( o === "" ? [] : o.split(/\s+/), n === "" ? [] : n.split(/\s+/) ), + oSpace = o.match(/\s+/g), + nSpace = n.match(/\s+/g); + + if ( oSpace == null ) { + oSpace = [ " " ]; + } + else { + oSpace.push( " " ); + } + + if ( nSpace == null ) { + nSpace = [ " " ]; + } + else { + nSpace.push( " " ); + } + + if ( out.n.length === 0 ) { + for ( i = 0; i < out.o.length; i++ ) { + str += "" + out.o[i] + oSpace[i] + ""; + } + } + else { + if ( out.n[0].text == null ) { + for ( n = 0; n < out.o.length && out.o[n].text == null; n++ ) { + str += "" + out.o[n] + oSpace[n] + ""; + } + } + + for ( i = 0; i < out.n.length; i++ ) { + if (out.n[i].text == null) { + str += "" + out.n[i] + nSpace[i] + ""; + } + else { + // `pre` initialized at top of scope + pre = ""; + + for ( n = out.n[i].row + 1; n < out.o.length && out.o[n].text == null; n++ ) { + pre += "" + out.o[n] + oSpace[n] + ""; + } + str += " " + out.n[i].text + nSpace[i] + pre; + } + } + } + + return str; + }; +}()); + +// for CommonJS enviroments, export everything +if ( typeof exports !== "undefined" ) { + extend( exports, QUnit ); +} + +// get at whatever the global object is, like window in browsers +}( (function() {return this;}.call()) )); diff --git a/html/jquery-ui-1.10.3.custom/development-bundle/jquery-1.9.1.js b/html/jquery-ui-1.10.3.custom/development-bundle/jquery-1.9.1.js new file mode 100644 index 0000000..e2c203f --- /dev/null +++ b/html/jquery-ui-1.10.3.custom/development-bundle/jquery-1.9.1.js @@ -0,0 +1,9597 @@ +/*! + * jQuery JavaScript Library v1.9.1 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-2-4 + */ +(function( window, undefined ) { + +// Can't do this because several apps including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +// Support: Firefox 18+ +//"use strict"; +var + // The deferred used on DOM ready + readyList, + + // A central reference to the root jQuery(document) + rootjQuery, + + // Support: IE<9 + // For `typeof node.method` instead of `node.method !== undefined` + core_strundefined = typeof undefined, + + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + location = window.location, + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$, + + // [[Class]] -> type pairs + class2type = {}, + + // List of deleted data cache ids, so we can reuse them + core_deletedIds = [], + + core_version = "1.9.1", + + // Save a reference to some core methods + core_concat = core_deletedIds.concat, + core_push = core_deletedIds.push, + core_slice = core_deletedIds.slice, + core_indexOf = core_deletedIds.indexOf, + core_toString = class2type.toString, + core_hasOwn = class2type.hasOwnProperty, + core_trim = core_version.trim, + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + return new jQuery.fn.init( selector, context, rootjQuery ); + }, + + // Used for matching numbers + core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, + + // Used for splitting on whitespace + core_rnotwhite = /\S+/g, + + // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE) + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + // Match a standalone tag + rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, + + // JSON RegExp + rvalidchars = /^[\],:{}\s]*$/, + rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g, + rvalidescape = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g, + rvalidtokens = /"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }, + + // The ready event handler + completed = function( event ) { + + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) { + detach(); + jQuery.ready(); + } + }, + // Clean-up method for dom ready events + detach = function() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } + }; + +jQuery.fn = jQuery.prototype = { + // The current version of jQuery being used + jquery: core_version, + + constructor: jQuery, + init: function( selector, context, rootjQuery ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return rootjQuery.ready( selector ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + // The number of elements contained in the matched element set + size: function() { + return this.length; + }, + + toArray: function() { + return core_slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num == null ? + + // Return a 'clean' array + this.toArray() : + + // Return just the object + ( num < 0 ? this[ this.length + num ] : this[ num ] ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + ready: function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; + }, + + slice: function() { + return this.pushStack( core_slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: core_push, + sort: [].sort, + splice: [].splice +}; + +// Give the init function the jQuery prototype for later instantiation +jQuery.fn.init.prototype = jQuery.fn; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( length === i ) { + target = this; + --i; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + noConflict: function( deep ) { + if ( window.$ === jQuery ) { + window.$ = _$; + } + + if ( deep && window.jQuery === jQuery ) { + window.jQuery = _jQuery; + } + + return jQuery; + }, + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.trigger ) { + jQuery( document ).trigger("ready").off("ready"); + } + }, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray || function( obj ) { + return jQuery.type(obj) === "array"; + }, + + isWindow: function( obj ) { + return obj != null && obj == obj.window; + }, + + isNumeric: function( obj ) { + return !isNaN( parseFloat(obj) ) && isFinite( obj ); + }, + + type: function( obj ) { + if ( obj == null ) { + return String( obj ); + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ core_toString.call(obj) ] || "object" : + typeof obj; + }, + + isPlainObject: function( obj ) { + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + // Not own constructor property must be Object + if ( obj.constructor && + !core_hasOwn.call(obj, "constructor") && + !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + } catch ( e ) { + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + + var key; + for ( key in obj ) {} + + return key === undefined || core_hasOwn.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + error: function( msg ) { + throw new Error( msg ); + }, + + // data: string of html + // context (optional): If specified, the fragment will be created in this context, defaults to document + // keepScripts (optional): If true, will include scripts passed in the html string + parseHTML: function( data, context, keepScripts ) { + if ( !data || typeof data !== "string" ) { + return null; + } + if ( typeof context === "boolean" ) { + keepScripts = context; + context = false; + } + context = context || document; + + var parsed = rsingleTag.exec( data ), + scripts = !keepScripts && []; + + // Single tag + if ( parsed ) { + return [ context.createElement( parsed[1] ) ]; + } + + parsed = jQuery.buildFragment( [ data ], context, scripts ); + if ( scripts ) { + jQuery( scripts ).remove(); + } + return jQuery.merge( [], parsed.childNodes ); + }, + + parseJSON: function( data ) { + // Attempt to parse using the native JSON parser first + if ( window.JSON && window.JSON.parse ) { + return window.JSON.parse( data ); + } + + if ( data === null ) { + return data; + } + + if ( typeof data === "string" ) { + + // Make sure leading/trailing whitespace is removed (IE can't handle it) + data = jQuery.trim( data ); + + if ( data ) { + // Make sure the incoming data is actual JSON + // Logic borrowed from http://json.org/json2.js + if ( rvalidchars.test( data.replace( rvalidescape, "@" ) + .replace( rvalidtokens, "]" ) + .replace( rvalidbraces, "")) ) { + + return ( new Function( "return " + data ) )(); + } + } + } + + jQuery.error( "Invalid JSON: " + data ); + }, + + // Cross-browser xml parsing + parseXML: function( data ) { + var xml, tmp; + if ( !data || typeof data !== "string" ) { + return null; + } + try { + if ( window.DOMParser ) { // Standard + tmp = new DOMParser(); + xml = tmp.parseFromString( data , "text/xml" ); + } else { // IE + xml = new ActiveXObject( "Microsoft.XMLDOM" ); + xml.async = "false"; + xml.loadXML( data ); + } + } catch( e ) { + xml = undefined; + } + if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; + }, + + noop: function() {}, + + // Evaluates a script in a global context + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); + } )( data ); + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Use native String.trim function wherever possible + trim: core_trim && !core_trim.call("\uFEFF\xA0") ? + function( text ) { + return text == null ? + "" : + core_trim.call( text ); + } : + + // Otherwise use our own trimming functionality + function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + core_push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + var len; + + if ( arr ) { + if ( core_indexOf ) { + return core_indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var l = second.length, + i = first.length, + j = 0; + + if ( typeof l === "number" ) { + for ( ; j < l; j++ ) { + first[ i++ ] = second[ j ]; + } + } else { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, inv ) { + var retVal, + ret = [], + i = 0, + length = elems.length; + inv = !!inv; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + retVal = !!callback( elems[ i ], i ); + if ( inv !== retVal ) { + ret.push( elems[ i ] ); + } + } + + return ret; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + } + + // Flatten any nested arrays + return core_concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var args, proxy, tmp; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = core_slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( core_slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + // Multifunctional method to get and set values of a collection + // The value/s can optionally be executed if it's a function + access: function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + length = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < length; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[0], key ) : emptyGet; + }, + + now: function() { + return ( new Date() ).getTime(); + } +}); + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + + // If IE event model is used + } else { + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch(e) {} + + if ( top && top.doScroll ) { + (function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch(e) { + return setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + })(); + } + } + } + return readyList.promise( obj ); +}; + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || type !== "function" && + ( length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj ); +} + +// All jQuery objects should point back to these +rootjQuery = jQuery(document); +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( core_rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // First callback to fire (used internally by add and fireWith) + firingStart, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( list && ( !fired || stack ) ) { + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var action = tuple[ 0 ], + fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ action + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = core_slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value; + if( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); +jQuery.support = (function() { + + var support, all, a, + input, select, fragment, + opt, eventName, isSupported, i, + div = document.createElement("div"); + + // Setup + div.setAttribute( "className", "t" ); + div.innerHTML = "
    a"; + + // Support tests won't run in some limited or non-browser environments + all = div.getElementsByTagName("*"); + a = div.getElementsByTagName("a")[ 0 ]; + if ( !all || !a || !all.length ) { + return {}; + } + + // First batch of tests + select = document.createElement("select"); + opt = select.appendChild( document.createElement("option") ); + input = div.getElementsByTagName("input")[ 0 ]; + + a.style.cssText = "top:1px;float:left;opacity:.5"; + support = { + // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7) + getSetAttribute: div.className !== "t", + + // IE strips leading whitespace when .innerHTML is used + leadingWhitespace: div.firstChild.nodeType === 3, + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + tbody: !div.getElementsByTagName("tbody").length, + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + htmlSerialize: !!div.getElementsByTagName("link").length, + + // Get the style information from getAttribute + // (IE uses .cssText instead) + style: /top/.test( a.getAttribute("style") ), + + // Make sure that URLs aren't manipulated + // (IE normalizes it by default) + hrefNormalized: a.getAttribute("href") === "/a", + + // Make sure that element opacity exists + // (IE uses filter instead) + // Use a regex to work around a WebKit issue. See #5145 + opacity: /^0.5/.test( a.style.opacity ), + + // Verify style float existence + // (IE uses styleFloat instead of cssFloat) + cssFloat: !!a.style.cssFloat, + + // Check the default checkbox/radio value ("" on WebKit; "on" elsewhere) + checkOn: !!input.value, + + // Make sure that a selected-by-default option has a working selected property. + // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) + optSelected: opt.selected, + + // Tests for enctype support on a form (#6743) + enctype: !!document.createElement("form").enctype, + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav>", + + // jQuery.support.boxModel DEPRECATED in 1.8 since we don't support Quirks Mode + boxModel: document.compatMode === "CSS1Compat", + + // Will be defined later + deleteExpando: true, + noCloneEvent: true, + inlineBlockNeedsLayout: false, + shrinkWrapBlocks: false, + reliableMarginRight: true, + boxSizingReliable: true, + pixelPosition: false + }; + + // Make sure checked status is properly cloned + input.checked = true; + support.noCloneChecked = input.cloneNode( true ).checked; + + // Make sure that the options inside disabled selects aren't marked as disabled + // (WebKit marks them as disabled) + select.disabled = true; + support.optDisabled = !opt.disabled; + + // Support: IE<9 + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + + // Check if we can trust getAttribute("value") + input = document.createElement("input"); + input.setAttribute( "value", "" ); + support.input = input.getAttribute( "value" ) === ""; + + // Check if an input maintains its value after becoming a radio + input.value = "t"; + input.setAttribute( "type", "radio" ); + support.radioValue = input.value === "t"; + + // #11217 - WebKit loses check when the name is after the checked attribute + input.setAttribute( "checked", "t" ); + input.setAttribute( "name", "t" ); + + fragment = document.createDocumentFragment(); + fragment.appendChild( input ); + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + support.appendChecked = input.checked; + + // WebKit doesn't clone checked state correctly in fragments + support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<9 + // Opera does not clone events (and typeof div.attachEvent === undefined). + // IE9-10 clones events bound via attachEvent, but they don't trigger with .click() + if ( div.attachEvent ) { + div.attachEvent( "onclick", function() { + support.noCloneEvent = false; + }); + + div.cloneNode( true ).click(); + } + + // Support: IE<9 (lack submit/change bubble), Firefox 17+ (lack focusin event) + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP), test/csp.php + for ( i in { submit: true, change: true, focusin: true }) { + div.setAttribute( eventName = "on" + i, "t" ); + + support[ i + "Bubbles" ] = eventName in window || div.attributes[ eventName ].expando === false; + } + + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + // Run tests that need a body at doc ready + jQuery(function() { + var container, marginDiv, tds, + divReset = "padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;", + body = document.getElementsByTagName("body")[0]; + + if ( !body ) { + // Return for frameset docs that don't have a body + return; + } + + container = document.createElement("div"); + container.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px"; + + body.appendChild( container ).appendChild( div ); + + // Support: IE8 + // Check if table cells still have offsetWidth/Height when they are set + // to display:none and there are still other visible table cells in a + // table row; if so, offsetWidth/Height are not reliable for use when + // determining if an element has been hidden directly using + // display:none (it is still safe to use offsets if a parent element is + // hidden; don safety goggles and see bug #4512 for more information). + div.innerHTML = "
    t
    "; + tds = div.getElementsByTagName("td"); + tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none"; + isSupported = ( tds[ 0 ].offsetHeight === 0 ); + + tds[ 0 ].style.display = ""; + tds[ 1 ].style.display = "none"; + + // Support: IE8 + // Check if empty table cells still have offsetWidth/Height + support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 ); + + // Check box-sizing and margin behavior + div.innerHTML = ""; + div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;"; + support.boxSizing = ( div.offsetWidth === 4 ); + support.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== 1 ); + + // Use window.getComputedStyle because jsdom on node.js will break without it. + if ( window.getComputedStyle ) { + support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%"; + support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px"; + + // Check if div with explicit width and no margin-right incorrectly + // gets computed margin-right based on width of container. (#3333) + // Fails in WebKit before Feb 2011 nightlies + // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right + marginDiv = div.appendChild( document.createElement("div") ); + marginDiv.style.cssText = div.style.cssText = divReset; + marginDiv.style.marginRight = marginDiv.style.width = "0"; + div.style.width = "1px"; + + support.reliableMarginRight = + !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight ); + } + + if ( typeof div.style.zoom !== core_strundefined ) { + // Support: IE<8 + // Check if natively block-level elements act like inline-block + // elements when setting their display to 'inline' and giving + // them layout + div.innerHTML = ""; + div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1"; + support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 ); + + // Support: IE6 + // Check if elements with layout shrink-wrap their children + div.style.display = "block"; + div.innerHTML = "
    "; + div.firstChild.style.width = "5px"; + support.shrinkWrapBlocks = ( div.offsetWidth !== 3 ); + + if ( support.inlineBlockNeedsLayout ) { + // Prevent IE 6 from affecting layout for positioned elements #11048 + // Prevent IE from shrinking the body in IE 7 mode #12869 + // Support: IE<8 + body.style.zoom = 1; + } + } + + body.removeChild( container ); + + // Null elements to avoid leaks in IE + container = div = tds = marginDiv = null; + }); + + // Null elements to avoid leaks in IE + all = select = fragment = opt = a = input = null; + + return support; +})(); + +var rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, + rmultiDash = /([A-Z])/g; + +function internalData( elem, name, data, pvt /* Internal Use Only */ ){ + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var thisCache, ret, + internalKey = jQuery.expando, + getByName = typeof name === "string", + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) { + return; + } + + if ( !id ) { + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + elem[ internalKey ] = id = core_deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + cache[ id ] = {}; + + // Avoids exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + if ( !isNode ) { + cache[ id ].toJSON = jQuery.noop; + } + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( getByName ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var i, l, thisCache, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split(" "); + } + } + } else { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + for ( i = 0, l = name.length; i < l; i++ ) { + delete thisCache[ name[i] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + } else if ( jQuery.support.deleteExpando || cache != cache.window ) { + delete cache[ id ]; + + // When all else fails, null + } else { + cache[ id ] = null; + } +} + +jQuery.extend({ + cache: {}, + + // Unique for each copy of jQuery on the page + // Non-digits removed to match rinlinejQuery + expando: "jQuery" + ( core_version + Math.random() ).replace( /\D/g, "" ), + + // The following elements throw uncatchable exceptions if you + // attempt to add expando properties to them. + noData: { + "embed": true, + // Ban all objects except for Flash (which handle expandos) + "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", + "applet": true + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + }, + + // A method for determining if a DOM node can handle the data expando + acceptData: function( elem ) { + // Do not set data on non-element because it will not be cleared (#8335). + if ( elem.nodeType && elem.nodeType !== 1 && elem.nodeType !== 9 ) { + return false; + } + + var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ]; + + // nodes accept data unless otherwise specified; rejection can be conditional + return !noData || noData !== true && elem.getAttribute("classid") === noData; + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var attrs, name, + elem = this[0], + i = 0, + data = null; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + attrs = elem.attributes; + for ( ; i < attrs.length; i++ ) { + name = attrs[i].name; + + if ( !name.indexOf( "data-" ) ) { + name = jQuery.camelCase( name.slice(5) ); + + dataAttr( elem, name, data[ name ] ); + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + return jQuery.access( this, function( value ) { + + if ( value === undefined ) { + // Try to fetch any internally stored data first + return elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : null; + } + + this.each(function() { + jQuery.data( this, key, value ); + }); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); + +function dataAttr( elem, key, data ) { + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray(data) ) { + queue = jQuery._data( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + hooks.cur = fn; + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, key ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + // Based off of the plugin by Clint Helfers, with permission. + // http://blindsignals.com/index.php/2009/07/jquery-delay/ + delay: function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = setTimeout( next, time ); + hooks.stop = function() { + clearTimeout( timeout ); + }; + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while( i-- ) { + tmp = jQuery._data( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var nodeHook, boolHook, + rclass = /[\t\r\n]/g, + rreturn = /\r/g, + rfocusable = /^(?:input|select|textarea|button|object)$/i, + rclickable = /^(?:a|area)$/i, + rboolean = /^(?:checked|selected|autofocus|autoplay|async|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped)$/i, + ruseDefault = /^(?:checked|selected)$/i, + getSetAttribute = jQuery.support.getSetAttribute, + getSetInput = jQuery.support.input; + +jQuery.fn.extend({ + attr: function( name, value ) { + return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each(function() { + jQuery.removeAttr( this, name ); + }); + }, + + prop: function( name, value ) { + return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + name = jQuery.propFix[ name ] || name; + return this.each(function() { + // try/catch handles cases where IE balks (such as removing a property on window) + try { + this[ name ] = undefined; + delete this[ name ]; + } catch( e ) {} + }); + }, + + addClass: function( value ) { + var classes, elem, cur, clazz, j, + i = 0, + len = this.length, + proceed = typeof value === "string" && value; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( j ) { + jQuery( this ).addClass( value.call( this, j, this.className ) ); + }); + } + + if ( proceed ) { + // The disjunction here is for better compressibility (see removeClass) + classes = ( value || "" ).match( core_rnotwhite ) || []; + + for ( ; i < len; i++ ) { + elem = this[ i ]; + cur = elem.nodeType === 1 && ( elem.className ? + ( " " + elem.className + " " ).replace( rclass, " " ) : + " " + ); + + if ( cur ) { + j = 0; + while ( (clazz = classes[j++]) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + elem.className = jQuery.trim( cur ); + + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, clazz, j, + i = 0, + len = this.length, + proceed = arguments.length === 0 || typeof value === "string" && value; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( j ) { + jQuery( this ).removeClass( value.call( this, j, this.className ) ); + }); + } + if ( proceed ) { + classes = ( value || "" ).match( core_rnotwhite ) || []; + + for ( ; i < len; i++ ) { + elem = this[ i ]; + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( elem.className ? + ( " " + elem.className + " " ).replace( rclass, " " ) : + "" + ); + + if ( cur ) { + j = 0; + while ( (clazz = classes[j++]) ) { + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) >= 0 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + elem.className = value ? jQuery.trim( cur ) : ""; + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, + isBool = typeof stateVal === "boolean"; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( i ) { + jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); + }); + } + + return this.each(function() { + if ( type === "string" ) { + // toggle individual class names + var className, + i = 0, + self = jQuery( this ), + state = stateVal, + classNames = value.match( core_rnotwhite ) || []; + + while ( (className = classNames[ i++ ]) ) { + // check each className given, space separated list + state = isBool ? state : !self.hasClass( className ); + self[ state ? "addClass" : "removeClass" ]( className ); + } + + // Toggle whole class name + } else if ( type === core_strundefined || type === "boolean" ) { + if ( this.className ) { + // store className if set + jQuery._data( this, "__className__", this.className ); + } + + // If the element has a class name or if we're passed "false", + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || ""; + } + }); + }, + + hasClass: function( selector ) { + var className = " " + selector + " ", + i = 0, + l = this.length; + for ( ; i < l; i++ ) { + if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) { + return true; + } + } + + return false; + }, + + val: function( value ) { + var ret, hooks, isFunction, + elem = this[0]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { + return ret; + } + + ret = elem.value; + + return typeof ret === "string" ? + // handle most common string cases + ret.replace(rreturn, "") : + // handle cases where value is null/undef or number + ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each(function( i ) { + var val, + self = jQuery(this); + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, self.val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + } else if ( typeof val === "number" ) { + val += ""; + } else if ( jQuery.isArray( val ) ) { + val = jQuery.map(val, function ( value ) { + return value == null ? "" : value + ""; + }); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + }); + } +}); + +jQuery.extend({ + valHooks: { + option: { + get: function( elem ) { + // attributes.value is undefined in Blackberry 4.7 but + // uses .value. See #6932 + var val = elem.attributes.value; + return !val || val.specified ? elem.value : elem.text; + } + }, + select: { + get: function( elem ) { + var value, option, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one" || index < 0, + values = one ? null : [], + max = one ? index + 1 : options.length, + i = index < 0 ? + max : + one ? index : 0; + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // oldIE doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + // Don't return options that are disabled or in a disabled optgroup + ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) && + ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var values = jQuery.makeArray( value ); + + jQuery(elem).find("option").each(function() { + this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0; + }); + + if ( !values.length ) { + elem.selectedIndex = -1; + } + return values; + } + } + }, + + attr: function( elem, name, value ) { + var hooks, notxml, ret, + nType = elem.nodeType; + + // don't get/set attributes on text, comment and attribute nodes + if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === core_strundefined ) { + return jQuery.prop( elem, name, value ); + } + + notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); + + // All attributes are lowercase + // Grab necessary hook if one is defined + if ( notxml ) { + name = name.toLowerCase(); + hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook ); + } + + if ( value !== undefined ) { + + if ( value === null ) { + jQuery.removeAttr( elem, name ); + + } else if ( hooks && notxml && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { + return ret; + + } else { + elem.setAttribute( name, value + "" ); + return value; + } + + } else if ( hooks && notxml && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { + return ret; + + } else { + + // In IE9+, Flash objects don't have .getAttribute (#12945) + // Support: IE9+ + if ( typeof elem.getAttribute !== core_strundefined ) { + ret = elem.getAttribute( name ); + } + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? + undefined : + ret; + } + }, + + removeAttr: function( elem, value ) { + var name, propName, + i = 0, + attrNames = value && value.match( core_rnotwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( (name = attrNames[i++]) ) { + propName = jQuery.propFix[ name ] || name; + + // Boolean attributes get special treatment (#10870) + if ( rboolean.test( name ) ) { + // Set corresponding property to false for boolean attributes + // Also clear defaultChecked/defaultSelected (if appropriate) for IE<8 + if ( !getSetAttribute && ruseDefault.test( name ) ) { + elem[ jQuery.camelCase( "default-" + name ) ] = + elem[ propName ] = false; + } else { + elem[ propName ] = false; + } + + // See #9699 for explanation of this approach (setting first, then removal) + } else { + jQuery.attr( elem, name, "" ); + } + + elem.removeAttribute( getSetAttribute ? name : propName ); + } + } + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) { + // Setting the type on a radio button after the value resets the value in IE6-9 + // Reset value to default in case type is set after value during creation + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + propFix: { + tabindex: "tabIndex", + readonly: "readOnly", + "for": "htmlFor", + "class": "className", + maxlength: "maxLength", + cellspacing: "cellSpacing", + cellpadding: "cellPadding", + rowspan: "rowSpan", + colspan: "colSpan", + usemap: "useMap", + frameborder: "frameBorder", + contenteditable: "contentEditable" + }, + + prop: function( elem, name, value ) { + var ret, hooks, notxml, + nType = elem.nodeType; + + // don't get/set properties on text, comment and attribute nodes + if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); + + if ( notxml ) { + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { + return ret; + + } else { + return ( elem[ name ] = value ); + } + + } else { + if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { + return ret; + + } else { + return elem[ name ]; + } + } + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + var attributeNode = elem.getAttributeNode("tabindex"); + + return attributeNode && attributeNode.specified ? + parseInt( attributeNode.value, 10 ) : + rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? + 0 : + undefined; + } + } + } +}); + +// Hook for boolean attributes +boolHook = { + get: function( elem, name ) { + var + // Use .prop to determine if this attribute is understood as boolean + prop = jQuery.prop( elem, name ), + + // Fetch it accordingly + attr = typeof prop === "boolean" && elem.getAttribute( name ), + detail = typeof prop === "boolean" ? + + getSetInput && getSetAttribute ? + attr != null : + // oldIE fabricates an empty string for missing boolean attributes + // and conflates checked/selected into attroperties + ruseDefault.test( name ) ? + elem[ jQuery.camelCase( "default-" + name ) ] : + !!attr : + + // fetch an attribute node for properties not recognized as boolean + elem.getAttributeNode( name ); + + return detail && detail.value !== false ? + name.toLowerCase() : + undefined; + }, + set: function( elem, value, name ) { + if ( value === false ) { + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + // IE<8 needs the *property* name + elem.setAttribute( !getSetAttribute && jQuery.propFix[ name ] || name, name ); + + // Use defaultChecked and defaultSelected for oldIE + } else { + elem[ jQuery.camelCase( "default-" + name ) ] = elem[ name ] = true; + } + + return name; + } +}; + +// fix oldIE value attroperty +if ( !getSetInput || !getSetAttribute ) { + jQuery.attrHooks.value = { + get: function( elem, name ) { + var ret = elem.getAttributeNode( name ); + return jQuery.nodeName( elem, "input" ) ? + + // Ignore the value *property* by using defaultValue + elem.defaultValue : + + ret && ret.specified ? ret.value : undefined; + }, + set: function( elem, value, name ) { + if ( jQuery.nodeName( elem, "input" ) ) { + // Does not return so that setAttribute is also used + elem.defaultValue = value; + } else { + // Use nodeHook if defined (#1954); otherwise setAttribute is fine + return nodeHook && nodeHook.set( elem, value, name ); + } + } + }; +} + +// IE6/7 do not support getting/setting some attributes with get/setAttribute +if ( !getSetAttribute ) { + + // Use this for any attribute in IE6/7 + // This fixes almost every IE6/7 issue + nodeHook = jQuery.valHooks.button = { + get: function( elem, name ) { + var ret = elem.getAttributeNode( name ); + return ret && ( name === "id" || name === "name" || name === "coords" ? ret.value !== "" : ret.specified ) ? + ret.value : + undefined; + }, + set: function( elem, value, name ) { + // Set the existing or create a new attribute node + var ret = elem.getAttributeNode( name ); + if ( !ret ) { + elem.setAttributeNode( + (ret = elem.ownerDocument.createAttribute( name )) + ); + } + + ret.value = value += ""; + + // Break association with cloned elements by also using setAttribute (#9646) + return name === "value" || value === elem.getAttribute( name ) ? + value : + undefined; + } + }; + + // Set contenteditable to false on removals(#10429) + // Setting to empty string throws an error as an invalid value + jQuery.attrHooks.contenteditable = { + get: nodeHook.get, + set: function( elem, value, name ) { + nodeHook.set( elem, value === "" ? false : value, name ); + } + }; + + // Set width and height to auto instead of 0 on empty string( Bug #8150 ) + // This is for removals + jQuery.each([ "width", "height" ], function( i, name ) { + jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], { + set: function( elem, value ) { + if ( value === "" ) { + elem.setAttribute( name, "auto" ); + return value; + } + } + }); + }); +} + + +// Some attributes require a special call on IE +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !jQuery.support.hrefNormalized ) { + jQuery.each([ "href", "src", "width", "height" ], function( i, name ) { + jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], { + get: function( elem ) { + var ret = elem.getAttribute( name, 2 ); + return ret == null ? undefined : ret; + } + }); + }); + + // href/src property should get the full normalized URL (#10299/#12915) + jQuery.each([ "href", "src" ], function( i, name ) { + jQuery.propHooks[ name ] = { + get: function( elem ) { + return elem.getAttribute( name, 4 ); + } + }; + }); +} + +if ( !jQuery.support.style ) { + jQuery.attrHooks.style = { + get: function( elem ) { + // Return undefined in the case of empty string + // Note: IE uppercases css property names, but if we were to .toLowerCase() + // .cssText, that would destroy case senstitivity in URL's, like in "background" + return elem.style.cssText || undefined; + }, + set: function( elem, value ) { + return ( elem.style.cssText = value + "" ); + } + }; +} + +// Safari mis-reports the default selected property of an option +// Accessing the parent's selectedIndex property fixes it +if ( !jQuery.support.optSelected ) { + jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, { + get: function( elem ) { + var parent = elem.parentNode; + + if ( parent ) { + parent.selectedIndex; + + // Make sure that it also works with optgroups, see #5701 + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + return null; + } + }); +} + +// IE6/7 call enctype encoding +if ( !jQuery.support.enctype ) { + jQuery.propFix.enctype = "encoding"; +} + +// Radios and checkboxes getter/setter +if ( !jQuery.support.checkOn ) { + jQuery.each([ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + get: function( elem ) { + // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified + return elem.getAttribute("value") === null ? "on" : elem.value; + } + }; + }); +} +jQuery.each([ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], { + set: function( elem, value ) { + if ( jQuery.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); + } + } + }); +}); +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + var tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== core_strundefined && (!e || jQuery.event.triggered !== e.type) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events + eventHandle.elem = elem; + } + + // Handle multiple events separated by a space + // jQuery(...).bind("mouseover mouseout", fn); + types = ( types || "" ).match( core_rnotwhite ) || [""]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener/attachEvent if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( core_rnotwhite ) || [""]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + eventPath = [ elem || document ], + type = core_hasOwn.call( event, "type" ) ? event.type : event, + namespaces = core_hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + event.isTrigger = true; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) { + event.preventDefault(); + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) && + !(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + try { + elem[ type ](); + } catch ( e ) { + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, ret, handleObj, matched, j, + handlerQueue = [], + args = core_slice.call( arguments ), + handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var sel, handleObj, matches, i, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + for ( ; cur != this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && (cur.disabled !== true || event.type !== "click") ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Chrome 23+, Safari? + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + this.click(); + return false; + } + } + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== document.activeElement && this.focus ) { + try { + this.focus(); + return false; + } catch ( e ) { + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === document.activeElement && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + + beforeunload: { + postDispatch: function( event ) { + + // Even when returnValue equals to undefined Firefox will still show alert + if ( event.result !== undefined ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, to properly expose it to GC + if ( typeof elem[ name ] === core_strundefined ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || + src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + if ( !e ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + if ( !e ) { + return; + } + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + this.isImmediatePropagationStopped = returnTrue; + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// IE submit delegation +if ( !jQuery.support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; + if ( form && !jQuery._data( form, "submitBubbles" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submit_bubble = true; + }); + jQuery._data( form, "submitBubbles", true ); + } + }); + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + // If form was submitted by the user, bubble the event up the tree + if ( event._submit_bubble ) { + delete event._submit_bubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event, true ); + } + } + }, + + teardown: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !jQuery.support.changeBubbles ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._just_changed = true; + } + }); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._just_changed && !event.isTrigger ) { + this._just_changed = false; + } + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event, true ); + }); + } + return false; + } + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "changeBubbles" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event, true ); + } + }); + jQuery._data( elem, "changeBubbles", true ); + } + }); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Create "bubbling" focus and blur events +if ( !jQuery.support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler while someone wants focusin/focusout + var attaches = 0, + handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + if ( attaches++ === 0 ) { + document.addEventListener( orig, handler, true ); + } + }, + teardown: function() { + if ( --attaches === 0 ) { + document.removeEventListener( orig, handler, true ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var type, origFn; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + bind: function( types, data, fn ) { + return this.on( types, null, data, fn ); + }, + unbind: function( types, fn ) { + return this.off( types, null, fn ); + }, + + delegate: function( selector, types, data, fn ) { + return this.on( types, selector, data, fn ); + }, + undelegate: function( selector, types, fn ) { + // ( namespace ) or ( selector, types [, fn] ) + return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn ); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); +/*! + * Sizzle CSS Selector Engine + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license + * http://sizzlejs.com/ + */ +(function( window, undefined ) { + +var i, + cachedruns, + Expr, + getText, + isXML, + compile, + hasDuplicate, + outermostContext, + + // Local document vars + setDocument, + document, + docElem, + documentIsXML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + sortOrder, + + // Instance-specific data + expando = "sizzle" + -(new Date()), + preferredDoc = window.document, + support = {}, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + + // General-purpose constants + strundefined = typeof undefined, + MAX_NEGATIVE = 1 << 31, + + // Array methods + arr = [], + pop = arr.pop, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf if we can't use a native one + indexOf = arr.indexOf || function( elem ) { + var i = 0, + len = this.length; + for ( ; i < len; i++ ) { + if ( this[i] === elem ) { + return i; + } + } + return -1; + }, + + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors + operators = "([*^$|!~]?=)", + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace + + "*(?:" + operators + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]", + + // Prefer arguments quoted, + // then not containing pseudos/brackets, + // then attribute selectors/non-parenthetical expressions, + // then anything else + // These preferences are here to reduce the number of selectors + // needing tokenize in the PSEUDO preFilter + pseudos = ":(" + characterEncoding + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + attributes.replace( 3, 8 ) + ")*)|.*)\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([\\x20\\t\\r\\n\\f>+~])" + whitespace + "*" ), + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "NAME": new RegExp( "^\\[name=['\"]?(" + characterEncoding + ")['\"]?\\]" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rsibling = /[\x20\t\r\n\f]*[+~]/, + + rnative = /^[^{]+\{\s*\[native code/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rescape = /'|\\/g, + rattributeQuotes = /\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = /\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g, + funescape = function( _, escaped ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + return high !== high ? + escaped : + // BMP codepoint + high < 0 ? + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }; + +// Use a stripped-down slice if we can't use a native one +try { + slice.call( preferredDoc.documentElement.childNodes, 0 )[0].nodeType; +} catch ( e ) { + slice = function( i ) { + var elem, + results = []; + while ( (elem = this[i++]) ) { + results.push( elem ); + } + return results; + }; +} + +/** + * For feature detection + * @param {Function} fn The function to test for native support + */ +function isNative( fn ) { + return rnative.test( fn + "" ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var cache, + keys = []; + + return (cache = function( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key += " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key ] = value); + }); +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return fn( div ); + } catch (e) { + return false; + } finally { + // release memory in IE + div = null; + } +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { + return []; + } + + if ( !documentIsXML && !seed ) { + + // Shortcuts + if ( (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, slice.call(context.getElementsByTagName( selector ), 0) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getByClassName && context.getElementsByClassName ) { + push.apply( results, slice.call(context.getElementsByClassName( m ), 0) ); + return results; + } + } + + // QSA path + if ( support.qsa && !rbuggyQSA.test(selector) ) { + old = true; + nid = expando; + newContext = context; + newSelector = nodeType === 9 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && context.parentNode || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, slice.call( newContext.querySelectorAll( + newSelector + ), 0 ) ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Detect xml + * @param {Element|Object} elem An element or a document + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var doc = node ? node.ownerDocument || node : preferredDoc; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + + // Support tests + documentIsXML = isXML( doc ); + + // Check if getElementsByTagName("*") returns only elements + support.tagNameNoComments = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Check if attributes should be retrieved by attribute nodes + support.attributes = assert(function( div ) { + div.innerHTML = ""; + var type = typeof div.lastChild.getAttribute("multiple"); + // IE8 returns a string for some attributes even when not present + return type !== "boolean" && type !== "string"; + }); + + // Check if getElementsByClassName can be trusted + support.getByClassName = assert(function( div ) { + // Opera can't find a second classname (in 9.6) + div.innerHTML = ""; + if ( !div.getElementsByClassName || !div.getElementsByClassName("e").length ) { + return false; + } + + // Safari 3.2 caches class attributes and doesn't catch changes + div.lastChild.className = "e"; + return div.getElementsByClassName("e").length === 2; + }); + + // Check if getElementById returns elements by name + // Check if getElementsByName privileges form controls or returns elements by ID + support.getByName = assert(function( div ) { + // Inject content + div.id = expando + 0; + div.innerHTML = "
    "; + docElem.insertBefore( div, docElem.firstChild ); + + // Test + var pass = doc.getElementsByName && + // buggy browsers will return fewer than the correct 2 + doc.getElementsByName( expando ).length === 2 + + // buggy browsers will return more than the correct 0 + doc.getElementsByName( expando + 0 ).length; + support.getIdNotName = !doc.getElementById( expando ); + + // Cleanup + docElem.removeChild( div ); + + return pass; + }); + + // IE6/7 return modified attributes + Expr.attrHandle = assert(function( div ) { + div.innerHTML = ""; + return div.firstChild && typeof div.firstChild.getAttribute !== strundefined && + div.firstChild.getAttribute("href") === "#"; + }) ? + {} : + { + "href": function( elem ) { + return elem.getAttribute( "href", 2 ); + }, + "type": function( elem ) { + return elem.getAttribute("type"); + } + }; + + // ID find and filter + if ( support.getIdNotName ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && !documentIsXML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [m] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && !documentIsXML ) { + var m = context.getElementById( id ); + + return m ? + m.id === id || typeof m.getAttributeNode !== strundefined && m.getAttributeNode("id").value === id ? + [m] : + undefined : + []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.tagNameNoComments ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== strundefined ) { + return context.getElementsByTagName( tag ); + } + } : + function( tag, context ) { + var elem, + tmp = [], + i = 0, + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Name + Expr.find["NAME"] = support.getByName && function( tag, context ) { + if ( typeof context.getElementsByName !== strundefined ) { + return context.getElementsByName( name ); + } + }; + + // Class + Expr.find["CLASS"] = support.getByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== strundefined && !documentIsXML ) { + return context.getElementsByClassName( className ); + } + }; + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21), + // no need to also add to buggyMatches since matches checks buggyQSA + // A support test would require too much code (would include document ready) + rbuggyQSA = [ ":focus" ]; + + if ( (support.qsa = isNative(doc.querySelectorAll)) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explictly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + div.innerHTML = ""; + + // IE8 - Some boolean attributes are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:checked|disabled|ismap|multiple|readonly|selected|value)" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + }); + + assert(function( div ) { + + // Opera 10-12/IE8 - ^= $= *= and empty values + // Should not select anything + div.innerHTML = ""; + if ( div.querySelectorAll("[i^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:\"\"|'')" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = isNative( (matches = docElem.matchesSelector || + docElem.mozMatchesSelector || + docElem.webkitMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = new RegExp( rbuggyMatches.join("|") ); + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = isNative(docElem.contains) || docElem.compareDocumentPosition ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + // Document order sorting + sortOrder = docElem.compareDocumentPosition ? + function( a, b ) { + var compare; + + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + if ( (compare = b.compareDocumentPosition && a.compareDocumentPosition && a.compareDocumentPosition( b )) ) { + if ( compare & 1 || a.parentNode && a.parentNode.nodeType === 11 ) { + if ( a === doc || contains( preferredDoc, a ) ) { + return -1; + } + if ( b === doc || contains( preferredDoc, b ) ) { + return 1; + } + return 0; + } + return compare & 4 ? -1 : 1; + } + + return a.compareDocumentPosition ? -1 : 1; + } : + function( a, b ) { + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + + // Parentless nodes are either documents or disconnected + } else if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + // Always assume the presence of duplicates if sort doesn't + // pass them to our comparison function (as in Google Chrome). + hasDuplicate = false; + [0, 0].sort( sortOrder ); + support.detectDuplicates = hasDuplicate; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + // rbuggyQSA always contains :focus, so no need for an existence check + if ( support.matchesSelector && !documentIsXML && (!rbuggyMatches || !rbuggyMatches.test(expr)) && !rbuggyQSA.test(expr) ) { + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch(e) {} + } + + return Sizzle( expr, document, null, [elem] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + var val; + + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + if ( !documentIsXML ) { + name = name.toLowerCase(); + } + if ( (val = Expr.attrHandle[ name ]) ) { + return val( elem ); + } + if ( documentIsXML || support.attributes ) { + return elem.getAttribute( name ); + } + return ( (val = elem.getAttributeNode( name )) || elem.getAttribute( name ) ) && elem[ name ] === true ? + name : + val && val.specified ? val.value : null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +// Document sorting and removing duplicates +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + i = 1, + j = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + results.sort( sortOrder ); + + if ( hasDuplicate ) { + for ( ; (elem = results[i]); i++ ) { + if ( elem === results[ i - 1 ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + return results; +}; + +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && ( ~b.sourceIndex || MAX_NEGATIVE ) - ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +// Returns a function to use in pseudos for input types +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +// Returns a function to use in pseudos for buttons +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +// Returns a function to use in pseudos for positionals +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + for ( ; (node = elem[i]); i++ ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (see #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[5] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[4] ) { + match[2] = match[4]; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeName ) { + if ( nodeName === "*" ) { + return function() { return true; }; + } + + nodeName = nodeName.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( elem.className || (typeof elem.getAttribute !== strundefined && elem.getAttribute("class")) || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifider + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsXML ? + elem.getAttribute("xml:lang") || elem.getAttribute("lang") : + elem.lang) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)), + // not comment, processing instructions, or others + // Thanks to Diego Perini for the nodeName shortcut + // Greater than "@" means alpha characters (specifically not starting with "#" or "?") + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeName > "@" || elem.nodeType === 3 || elem.nodeType === 4 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc) + // use getAttribute instead to test this case + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === elem.type ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +function tokenize( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( tokens = [] ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push( { + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + } ); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push( { + value: matched, + type: type, + matches: match + } ); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +} + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var data, cache, outerCache, + dirkey = dirruns + " " + doneName; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (cache = outerCache[ dir ]) && cache[0] === dirkey ) { + if ( (data = cache[1]) === true || data === cachedruns ) { + return data === true; + } + } else { + cache = outerCache[ dir ] = [ dirkey ]; + cache[1] = matcher( elem, context, xml ) || cachedruns; + if ( cache[1] === true ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( tokens.slice( 0, i - 1 ) ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + // A counter to specify which element is currently being matched + var matcherCachedRuns = 0, + bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, expandContext ) { + var elem, j, matcher, + setMatched = [], + matchedCount = 0, + i = "0", + unmatched = seed && [], + outermost = expandContext != null, + contextBackup = outermostContext, + // We must always have either seed elements or context + elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1); + + if ( outermost ) { + outermostContext = context !== document && context; + cachedruns = matcherCachedRuns; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + for ( ; (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + cachedruns = ++matcherCachedRuns; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !group ) { + group = tokenize( selector ); + } + i = group.length; + while ( i-- ) { + cached = matcherFromTokens( group[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + } + return cached; +}; + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function select( selector, context, results, seed ) { + var i, tokens, token, type, find, + match = tokenize( selector ); + + if ( !seed ) { + // Try to minimize operations if there is only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + context.nodeType === 9 && !documentIsXML && + Expr.relative[ tokens[1].type ] ) { + + context = Expr.find["ID"]( token.matches[0].replace( runescape, funescape ), context )[0]; + if ( !context ) { + return results; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && context.parentNode || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, slice.call( seed, 0 ) ); + return results; + } + + break; + } + } + } + } + } + + // Compile and execute a filtering function + // Provide `match` to avoid retokenization if we modified the selector above + compile( selector, match )( + seed, + context, + documentIsXML, + results, + rsibling.test( selector ) + ); + return results; +} + +// Deprecated +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Easy API for creating new setFilters +function setFilters() {} +Expr.filters = setFilters.prototype = Expr.pseudos; +Expr.setFilters = new setFilters(); + +// Initialize with the default document +setDocument(); + +// Override sizzle attribute retrieval +Sizzle.attr = jQuery.attr; +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + +})( window ); +var runtil = /Until$/, + rparentsprev = /^(?:parents|prev(?:Until|All))/, + isSimple = /^.[^:#\[\.,]*$/, + rneedsContext = jQuery.expr.match.needsContext, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend({ + find: function( selector ) { + var i, ret, self, + len = this.length; + + if ( typeof selector !== "string" ) { + self = this; + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + ret = []; + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, this[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = ( this.selector ? this.selector + " " : "" ) + selector; + return ret; + }, + + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + not: function( selector ) { + return this.pushStack( winnow(this, selector, false) ); + }, + + filter: function( selector ) { + return this.pushStack( winnow(this, selector, true) ); + }, + + is: function( selector ) { + return !!selector && ( + typeof selector === "string" ? + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + rneedsContext.test( selector ) ? + jQuery( selector, this.context ).index( this[0] ) >= 0 : + jQuery.filter( selector, this ).length > 0 : + this.filter( selector ).length > 0 ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + ret = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + cur = this[i]; + + while ( cur && cur.ownerDocument && cur !== context && cur.nodeType !== 11 ) { + if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) { + ret.push( cur ); + break; + } + cur = cur.parentNode; + } + } + + return this.pushStack( ret.length > 1 ? jQuery.unique( ret ) : ret ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[0] && this[0].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return jQuery.inArray( this[0], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + var set = typeof selector === "string" ? + jQuery( selector, context ) : + jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ), + all = jQuery.merge( this.get(), set ); + + return this.pushStack( jQuery.unique(all) ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +jQuery.fn.andSelf = jQuery.fn.addBack; + +function sibling( cur, dir ) { + do { + cur = cur[ dir ]; + } while ( cur && cur.nodeType !== 1 ); + + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( !runtil.test( name ) ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret; + + if ( this.length > 1 && rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + + return this.pushStack( ret ); + }; +}); + +jQuery.extend({ + filter: function( expr, elems, not ) { + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 ? + jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] : + jQuery.find.matches(expr, elems); + }, + + dir: function( elem, dir, until ) { + var matched = [], + cur = elem[ dir ]; + + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, keep ) { + + // Can't pass null or undefined to indexOf in Firefox 4 + // Set to 0 to skip string check + qualifier = qualifier || 0; + + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep(elements, function( elem, i ) { + var retVal = !!qualifier.call( elem, i, elem ); + return retVal === keep; + }); + + } else if ( qualifier.nodeType ) { + return jQuery.grep(elements, function( elem ) { + return ( elem === qualifier ) === keep; + }); + + } else if ( typeof qualifier === "string" ) { + var filtered = jQuery.grep(elements, function( elem ) { + return elem.nodeType === 1; + }); + + if ( isSimple.test( qualifier ) ) { + return jQuery.filter(qualifier, filtered, !keep); + } else { + qualifier = jQuery.filter( qualifier, filtered ); + } + } + + return jQuery.grep(elements, function( elem ) { + return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep; + }); +} +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rleadingWhitespace = /^\s+/, + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rtbody = /\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
    ", "
    " ], + area: [ 1, "", "" ], + param: [ 1, "", "" ], + thead: [ 1, "", "
    " ], + tr: [ 2, "", "
    " ], + col: [ 2, "", "
    " ], + td: [ 3, "", "
    " ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: jQuery.support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X
    ", "
    " ] + }, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement("div") ); + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +jQuery.fn.extend({ + text: function( value ) { + return jQuery.access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) ); + }, null, value, arguments.length ); + }, + + wrapAll: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each(function(i) { + jQuery(this).wrapAll( html.call(this, i) ); + }); + } + + if ( this[0] ) { + // The elements to wrap the target around + var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true); + + if ( this[0].parentNode ) { + wrap.insertBefore( this[0] ); + } + + wrap.map(function() { + var elem = this; + + while ( elem.firstChild && elem.firstChild.nodeType === 1 ) { + elem = elem.firstChild; + } + + return elem; + }).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each(function(i) { + jQuery(this).wrapInner( html.call(this, i) ); + }); + } + + return this.each(function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + }); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each(function(i) { + jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html ); + }); + }, + + unwrap: function() { + return this.parent().each(function() { + if ( !jQuery.nodeName( this, "body" ) ) { + jQuery( this ).replaceWith( this.childNodes ); + } + }).end(); + }, + + append: function() { + return this.domManip(arguments, true, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip(arguments, true, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.insertBefore( elem, this.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, false, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, false, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + // keepData is for internal use only--do not document + remove: function( selector, keepData ) { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + if ( !selector || jQuery.filter( selector, [ elem ] ).length > 0 ) { + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function () { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return jQuery.access( this, function( value ) { + var elem = this[0] || {}, + i = 0, + l = this.length; + + if ( value === undefined ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( jQuery.support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for (; i < l; i++ ) { + // Remove element nodes and prevent memory leaks + elem = this[i] || {}; + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch(e) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function( value ) { + var isFunc = jQuery.isFunction( value ); + + // Make sure that the elements are removed from the DOM before they are inserted + // this can help fix replacing a parent with child elements + if ( !isFunc && typeof value !== "string" ) { + value = jQuery( value ).not( this ).detach(); + } + + return this.domManip( [ value ], true, function( elem ) { + var next = this.nextSibling, + parent = this.parentNode; + + if ( parent ) { + jQuery( this ).remove(); + parent.insertBefore( elem, next ); + } + }); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, table, callback ) { + + // Flatten any nested arrays + args = core_concat.apply( [], args ); + + var first, node, hasScripts, + scripts, doc, fragment, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[0], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || !( l <= 1 || typeof value !== "string" || jQuery.support.checkClone || !rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[0] = value.call( this, index, table ? self.html() : undefined ); + } + self.domManip( args, table, callback ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + table = table && jQuery.nodeName( first, "tr" ); + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( + table && jQuery.nodeName( this[i], "table" ) ? + findOrAppend( this[i], "tbody" ) : + this[i], + node, + i + ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Hope ajax is available... + jQuery.ajax({ + url: node.src, + type: "GET", + dataType: "script", + async: false, + global: false, + "throws": true + }); + } else { + jQuery.globalEval( ( node.text || node.textContent || node.innerHTML || "" ).replace( rcleanScript, "" ) ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return this; + } +}); + +function findOrAppend( elem, tag ) { + return elem.getElementsByTagName( tag )[0] || elem.appendChild( elem.ownerDocument.createElement( tag ) ); +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + var attr = elem.getAttributeNode("type"); + elem.type = ( attr && attr.specified ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + if ( match ) { + elem.type = match[1]; + } else { + elem.removeAttribute("type"); + } + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var elem, + i = 0; + for ( ; (elem = elems[i]) != null; i++ ) { + jQuery._data( elem, "globalEval", !refElements || jQuery._data( refElements[i], "globalEval" ) ); + } +} + +function cloneCopyEvent( src, dest ) { + + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !jQuery.support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( jQuery.support.html5Clone && ( src.innerHTML && !jQuery.trim(dest.innerHTML) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && manipulation_rcheckableType.test( src.type ) ) { + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone(true); + jQuery( insert[i] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + core_push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== core_strundefined ? context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== core_strundefined ? context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; (elem = elems[i]) != null; i++ ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + +// Used in buildFragment, fixes the defaultChecked property +function fixDefaultChecked( elem ) { + if ( manipulation_rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) && + (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + // Fix all IE cloning issues + for ( i = 0; (node = srcElements[i]) != null; ++i ) { + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[i] ) { + fixCloneNodeIssues( node, destElements[i] ); + } + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0; (node = srcElements[i]) != null; i++ ) { + cloneCopyEvent( node, destElements[i] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || safe.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + + tmp.innerHTML = wrap[1] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[2]; + + // Descend through wrappers to the right content + j = wrap[0]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Manually add leading whitespace removed by IE + if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[0] ) ); + } + + // Remove IE's autoinserted from table fragments + if ( !jQuery.support.tbody ) { + + // String was a , *may* have spurious + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare or + wrap[1] === "
    " && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) { + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !jQuery.support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( safe.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + tmp = null; + + return safe; + }, + + cleanData: function( elems, /* internal */ acceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + deleteExpando = jQuery.support.deleteExpando, + special = jQuery.event.special; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( acceptData || jQuery.acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // IE does not allow us to delete expando properties from nodes, + // nor does it have a removeAttribute function on Document nodes; + // we must handle all of these cases + if ( deleteExpando ) { + delete elem[ internalKey ]; + + } else if ( typeof elem.removeAttribute !== core_strundefined ) { + elem.removeAttribute( internalKey ); + + } else { + elem[ internalKey ] = null; + } + + core_deletedIds.push( id ); + } + } + } + } + } +}); +var iframe, getStyles, curCSS, + ralpha = /alpha\([^)]*\)/i, + ropacity = /opacity\s*=\s*([^)]*)/, + rposition = /^(top|right|bottom|left)$/, + // swappable if display is none or starts with table except "table", "table-cell", or "table-caption" + // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rmargin = /^margin/, + rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ), + rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ), + rrelNum = new RegExp( "^([+-])=(" + core_pnum + ")", "i" ), + elemdisplay = { BODY: "block" }, + + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: 0, + fontWeight: 400 + }, + + cssExpand = [ "Top", "Right", "Bottom", "Left" ], + cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]; + +// return a css property mapped to a potentially vendor prefixed property +function vendorPropName( style, name ) { + + // shortcut for names that are not vendor prefixed + if ( name in style ) { + return name; + } + + // check for vendor prefixed names + var capName = name.charAt(0).toUpperCase() + name.slice(1), + origName = name, + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in style ) { + return name; + } + } + + return origName; +} + +function isHidden( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); +} + +function showHide( elements, show ) { + var display, elem, hidden, + values = [], + index = 0, + length = elements.length; + + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + values[ index ] = jQuery._data( elem, "olddisplay" ); + display = elem.style.display; + if ( show ) { + // Reset the inline display of this element to learn if it is + // being hidden by cascaded rules or not + if ( !values[ index ] && display === "none" ) { + elem.style.display = ""; + } + + // Set elements which have been overridden with display: none + // in a stylesheet to whatever the default browser style is + // for such an element + if ( elem.style.display === "" && isHidden( elem ) ) { + values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) ); + } + } else { + + if ( !values[ index ] ) { + hidden = isHidden( elem ); + + if ( display && display !== "none" || !hidden ) { + jQuery._data( elem, "olddisplay", hidden ? display : jQuery.css( elem, "display" ) ); + } + } + } + } + + // Set the display of most of the elements in a second loop + // to avoid the constant reflow + for ( index = 0; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + if ( !show || elem.style.display === "none" || elem.style.display === "" ) { + elem.style.display = show ? values[ index ] || "" : "none"; + } + } + + return elements; +} + +jQuery.fn.extend({ + css: function( name, value ) { + return jQuery.access( this, function( elem, name, value ) { + var len, styles, + map = {}, + i = 0; + + if ( jQuery.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + }, + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + var bool = typeof state === "boolean"; + + return this.each(function() { + if ( bool ? state : isHidden( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + }); + } +}); + +jQuery.extend({ + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Exclude the following css properties to add px + cssNumber: { + "columnCount": true, + "fillOpacity": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + // normalize float css property + "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + style = elem.style; + + name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // convert relative number strings (+= or -=) to relative numbers. #7345 + if ( type === "string" && (ret = rrelNum.exec( value )) ) { + value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) ); + // Fixes bug #9237 + type = "number"; + } + + // Make sure that NaN and null values aren't set. See: #7116 + if ( value == null || type === "number" && isNaN( value ) ) { + return; + } + + // If a number was passed in, add 'px' to the (except for certain CSS properties) + if ( type === "number" && !jQuery.cssNumber[ origName ] ) { + value += "px"; + } + + // Fixes #8908, it can be done more correctly by specifing setters in cssHooks, + // but it would mean to define eight (for every problematic property) identical functions + if ( !jQuery.support.clearCloneStyle && value === "" && name.indexOf("background") === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) { + + // Wrapped to prevent IE from throwing errors when 'invalid' values are provided + // Fixes bug #5509 + try { + style[ name ] = value; + } catch(e) {} + } + + } else { + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) { + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var num, val, hooks, + origName = jQuery.camelCase( name ); + + // Make sure that we're working with the right name + name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + //convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Return, converting to number if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || jQuery.isNumeric( num ) ? num || 0 : val; + } + return val; + }, + + // A method for quickly swapping in/out CSS properties to get correct calculations + swap: function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; + } +}); + +// NOTE: we've included the "window" in window.getComputedStyle +// because jsdom on node.js will break without it. +if ( window.getComputedStyle ) { + getStyles = function( elem ) { + return window.getComputedStyle( elem, null ); + }; + + curCSS = function( elem, name, _computed ) { + var width, minWidth, maxWidth, + computed = _computed || getStyles( elem ), + + // getPropertyValue is only needed for .css('filter') in IE9, see #12537 + ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined, + style = elem.style; + + if ( computed ) { + + if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right + // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels + // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values + if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret; + }; +} else if ( document.documentElement.currentStyle ) { + getStyles = function( elem ) { + return elem.currentStyle; + }; + + curCSS = function( elem, name, _computed ) { + var left, rs, rsLeft, + computed = _computed || getStyles( elem ), + ret = computed ? computed[ name ] : undefined, + style = elem.style; + + // Avoid setting ret to empty string here + // so we don't default to auto + if ( ret == null && style && style[ name ] ) { + ret = style[ name ]; + } + + // From the awesome hack by Dean Edwards + // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291 + + // If we're not dealing with a regular pixel number + // but a number that has a weird ending, we need to convert it to pixels + // but not position css attributes, as those are proportional to the parent element instead + // and we can't measure the parent instead because it might trigger a "stacking dolls" problem + if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) { + + // Remember the original values + left = style.left; + rs = elem.runtimeStyle; + rsLeft = rs && rs.left; + + // Put in the new values to get a computed value out + if ( rsLeft ) { + rs.left = elem.currentStyle.left; + } + style.left = name === "fontSize" ? "1em" : ret; + ret = style.pixelLeft + "px"; + + // Revert the changed values + style.left = left; + if ( rsLeft ) { + rs.left = rsLeft; + } + } + + return ret === "" ? "auto" : ret; + }; +} + +function setPositiveNumber( elem, value, subtract ) { + var matches = rnumsplit.exec( value ); + return matches ? + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i = extra === ( isBorderBox ? "border" : "content" ) ? + // If we already have the right measurement, avoid augmentation + 4 : + // Otherwise initialize for horizontal or vertical properties + name === "width" ? 1 : 0, + + val = 0; + + for ( ; i < 4; i += 2 ) { + // both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // at this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + // at this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // at this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with offset property, which is equivalent to the border-box value + var valueIsBorderBox = true, + val = name === "width" ? elem.offsetWidth : elem.offsetHeight, + styles = getStyles( elem ), + isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // some non-html elements return undefined for offsetWidth, so check for null/undefined + // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 + // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 + if ( val <= 0 || val == null ) { + // Fall back to computed then uncomputed css if necessary + val = curCSS( elem, name, styles ); + if ( val < 0 || val == null ) { + val = elem.style[ name ]; + } + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test(val) ) { + return val; + } + + // we need the check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] ); + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + } + + // use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +// Try to determine the default display value of an element +function css_defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + // Use the already-created iframe if possible + iframe = ( iframe || + jQuery("