Searched refs:support (Results 1 – 25 of 192) sorted by relevance
12345678
/template/strap/vendor/symfony/yaml/ |
D | CHANGELOG.md | 14 * Added `github` format support & autodetection to render errors as annotations 20 * Added support for parsing numbers prefixed with `0o` as octal numbers. 21 …* Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed a… 42 * Removed support for mappings inside multi-line strings. 43 …* removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a… 48 * Added support for parsing the inline notation spanning multiple lines. 49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag. 60 * added support for multiple files or directories in `LintCommand` 68 * support for the comma as a group separator for floats has been dropped, use 70 * support for the `!!php/object` tag has been dropped, use the `!php/object` [all …]
|
/template/templar/js/ |
D | bootstrap-modal.js | 57 var transition = $.support.transition && that.$element.hasClass('fade') 76 …that.$element.one($.support.transition.end, function () { that.$element.focus().trigger('shown') }… 103 $.support.transition && this.$element.hasClass('fade') ? 131 that.$element.off($.support.transition.end) 135 this.$element.one($.support.transition.end, function () { 160 var doAnimate = $.support.transition && animate 178 this.$backdrop.one($.support.transition.end, callback) : 184 $.support.transition && this.$element.hasClass('fade')? 185 this.$backdrop.one($.support.transition.end, callback) :
|
D | bootstrap-carousel.js | 76 if (this.$element.find('.next, .prev').length && $.support.transition.end) { 77 this.$element.trigger($.support.transition.end) 125 if ($.support.transition && this.$element.hasClass('slide')) { 132 this.$element.one($.support.transition.end, function () {
|
D | bootstrap-collapse.js | 70 $.support.transition && this.$element[dimension](this.$element[0][scroll]) 111 $.support.transition && this.$element.hasClass('collapse') ? 112 this.$element.one($.support.transition.end, complete) :
|
D | bootstrap-alert.js | 62 $.support.transition && $parent.hasClass('fade') ? 63 $parent.on($.support.transition.end, removeElement) :
|
D | bootstrap-tab.js | 76 && $.support.transition 102 $active.one($.support.transition.end, next) :
|
/template/twigstarter/vendor/twig/twig/ |
D | CHANGELOG | 14 * Allow more null arguments when Twig expects a string (for better 8.1 support) 18 * Allow null when Twig expects a string (for better 8.1 support) 19 * Add support for PHP 7.1 back 61 * Fix sandbox support when using "include(template_from_string())" 63 * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } 64 * Drop PHP 7.1 support 77 * Drop support for PHP 7.0 94 * fixed Symfony 5.0 support for the HTML extra extension 108 * added support for an "arrow" function on the "sort" filter 140 * added support for "Twig\Markup" instances in the "in" test (again) [all …]
|
/template/mikio/inc/stemmechanics/lesserphp/ |
D | HISTORY.md | 9 * 2021-03-10: adds php8-support and drops php5.x-support, pushing min requirement to php7.2 12 * 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25 and @ArtemGoutsoul) 15 * 2020-01-19: added 7.4 support to travis and removed antique php versions (@phy25) 17 * 2020-01-19: removed HHVM profile from travis. HHVM support is now broken anyway
|
/template/bootstrap3/ |
D | RELEASE.md | 17 * #542: Add support for Google Analytics 4 43 * #552: Added initial support for new Form Events 46 * #530: Added tabbox plugin support 52 This release increase the compatibility with Hogfather and fix some regression. Added support for M… 54 Dropped support for PHP < 5.4 and removed very old legacy stuff. 59 * Added support for Microsoft Teams share 66 * Dropped support for PHP < 5.4 82 …rnov). Optimized all JS "hack" scripts, dropped support for very old DokuWiki releases and added s… 87 * Added support for upcoming release of Icons plugin with Iconify 106 This release introduce a support for Hogfather DokuWiki release and the support for Bitnami DokuWik… [all …]
|
D | README.md | 11 * AnchorJS support 12 * Typeahead support 15 * Sidebar support ( left and/or right ) 20 * Avatar support for Gravatar, Libravatar and Office365
|
/template/parallax/lib/bootstrap/js/ |
D | bootstrap.js | 31 $.support.transition = (function () { 119 $.support.transition && $parent.hasClass('fade') ? 120 $parent.on($.support.transition.end, removeElement) : 327 if (this.$element.find('.next, .prev').length && $.support.transition.end) { 328 this.$element.trigger($.support.transition.end) 341 if (!$.support.transition && this.$element.hasClass('slide')) { 364 if ($.support.transition && this.$element.hasClass('slide')) { 371 this.$element.one($.support.transition.end, function () { 379 } else if (!$.support.transition && this.$element.hasClass('slide')) { 519 $.support.transition && this.$element[dimension](this.$element[0][scroll]) [all …]
|
D | bootstrap.min.js | 3 a.support.transition = (function () { 38 d.support.transition && h.hasClass("fade") ? h.on(d.support.transition.end, f) : f() 138 if (this.$element.find(".next, .prev").length && b.support.transition.end) { 139 this.$element.trigger(b.support.transition.end); 156 if (!b.support.transition && this.$element.hasClass("slide")) { 167 if (b.support.transition && this.$element.hasClass("slide")) { 176 this.$element.one(b.support.transition.end, function () { 185 if (!b.support.transition && this.$element.hasClass("slide")) { 276 b.support.transition && this.$element[g](this.$element[0][d]) 305 …b.support.transition && this.$element.hasClass("collapse") ? this.$element.one(b.support.transitio… [all …]
|
/template/dokubootstrapsimplified/js/ |
D | bootstrap.min.js | 9 …support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end…
|
/template/dokutwitterbootstrap/js/ |
D | bootstrap.min.js | 9 …support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end…
|
/template/mikio/ |
D | README.md | 12 - Navbar with dropdown support 13 - Sub navbar support (using a page named submenu) 16 - Icon support 18 - Theming support 19 - Tags plugin support 21 - Typeahead search support 35 …- Added support for the defer js option in Hogsfather to override the templates default defer ac… 48 **Comment Syntax support** converts custom control macros such as the Mikio macro `~~hero-image ...… 218 …support for simple optional text. By wrapping text in square brackets and at the beginning of the … 271 …- Improved language support in the configuration options [#94](https://github.com/nomadjimbob/m… [all …]
|
/template/strap/vendor/symfony/process/ |
D | CHANGELOG.md | 42 * added the `Process::isTtySupported()` method that allows to check for TTY support 57 * support for passing `proc_open()` options has been removed 83 * added support for PTY mode 100 * added support for a TTY mode 112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
|
/template/strap/ |
D | composer.lock | 54 "support": { 97 "support": { 145 "support": { 201 "support": { 250 "support": { 316 "support": { 373 "support": { 427 "support": { 506 "support": { 586 "support": { [all …]
|
/template/parallax/lib/js/ |
D | touch-punch.js | 8 b.support.touch = "ontouchend" in document; 9 if (!b.support.touch) {
|
D | touch-punch.min.js | 1 …se,false,false,0,null);e.target.dispatchEvent(r)}e.support.touch="ontouchend"in document;if(!e.sup…
|
/template/writr/font/Montserrat/ |
D | README.txt | 14 that aren’t available as static fonts. Not all apps support variable fonts, and 63 MacOS: https://support.apple.com/en-us/HT201749 65 …Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
|
/template/dokui/js/ |
D | uikit.min.js | 3 …support={},d.support.transition=function(){var a=function(){var a,b=c.body||c.documentElement,d={W…
|
/template/launch/js/ |
D | bootstrap.min.js | 6 …support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.supp… 7 …tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.le…
|
/template/flat/assets/js/ |
D | flat.min2.js | 1 …support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.supp… 2 }var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .f…
|
D | flat.js | 40 var callback = function () { if (!called) $($el).trigger($.support.transition.end) } 46 $.support.transition = transitionEnd() 48 if (!$.support.transition) return 51 bindType: $.support.transition.end, 52 delegateType: $.support.transition.end, 112 $.support.transition && $parent.hasClass('fade') ? 366 if (this.$element.find('.next, .prev').length && $.support.transition) { 367 this.$element.trigger($.support.transition.end) 414 if ($.support.transition && this.$element.hasClass('slide')) { 593 if (!$.support.transition) return complete.call(this) [all …]
|
/template/klean/bootstrap/js/ |
D | bootstrap.min.js | 6 …support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.supp… 7 …tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.le…
|
12345678