Home
last modified time | relevance | path

Searched refs:support (Results 1 – 25 of 192) sorted by relevance

12345678

/template/strap/vendor/symfony/yaml/
DCHANGELOG.md14 * 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/
Dbootstrap-modal.js57 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) :
Dbootstrap-carousel.js76 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 () {
Dbootstrap-collapse.js70 $.support.transition && this.$element[dimension](this.$element[0][scroll])
111 $.support.transition && this.$element.hasClass('collapse') ?
112 this.$element.one($.support.transition.end, complete) :
Dbootstrap-alert.js62 $.support.transition && $parent.hasClass('fade') ?
63 $parent.on($.support.transition.end, removeElement) :
Dbootstrap-tab.js76 && $.support.transition
102 $active.one($.support.transition.end, next) :
/template/twigstarter/vendor/twig/twig/
DCHANGELOG14 * 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/
DHISTORY.md9 * 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/
DRELEASE.md17 * #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 …]
DREADME.md11 * 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/
Dbootstrap.js31 $.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 …]
Dbootstrap.min.js3 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/
Dbootstrap.min.js9support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end…
/template/dokutwitterbootstrap/js/
Dbootstrap.min.js9support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end…
/template/mikio/
DREADME.md12 - 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 ...…
218support 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/
DCHANGELOG.md42 * 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/
Dcomposer.lock54 "support": {
97 "support": {
145 "support": {
201 "support": {
250 "support": {
316 "support": {
373 "support": {
427 "support": {
506 "support": {
586 "support": {
[all …]
/template/parallax/lib/js/
Dtouch-punch.js8 b.support.touch = "ontouchend" in document;
9 if (!b.support.touch) {
Dtouch-punch.min.js1 …se,false,false,0,null);e.target.dispatchEvent(r)}e.support.touch="ontouchend"in document;if(!e.sup…
/template/writr/font/Montserrat/
DREADME.txt14 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/
Duikit.min.js3support={},d.support.transition=function(){var a=function(){var a,b=c.body||c.documentElement,d={W…
/template/launch/js/
Dbootstrap.min.js6support.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/
Dflat.min2.js1support.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…
Dflat.js40 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/
Dbootstrap.min.js6support.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