Searched refs:support (Results 1 – 25 of 193) sorted by relevance
12345678
| /template/strap/vendor/symfony/yaml/ |
| H A 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) :
|
| D | bootstrap-transition.js | 31 $.support.transition = (function () {
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A 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/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/ |
| H A D | CHANGELOG.md | 8 …- Added support for the <TOC> tag in the sidebar to override the normal TOC location [#106](http… 10 …- Added support for the DO plugin [#76](https://github.com/nomadjimbob/mikio/issues/76). Request… 19 …- Improved language support in the configuration options [#94](https://github.com/nomadjimbob/m… 20 …- Added support to default to dark theme in the template options [#95](https://github.com/nomad… 27 …- Added support for the Chinese language [#91](https://github.com/nomadjimbob/mikio/pull/91). T… 29 …- Added support for Dark Mode logos in the navbar [#98](https://github.com/nomadjimbob/mikio/is… 34 …- Added support to set the maximum width of the navbar search box [#73](https://github.com/noma… 35 …- Added styling support for footnotes [#87](https://github.com/nomadjimbob/mikio/issues/87). Th… 37 …- Added navbar support for versionswicher plugin [#79](https://github.com/nomadjimbob/mikio/iss… 57 - Added support for DokuWiki Kaos [all …]
|
| /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/strap/vendor/symfony/process/ |
| H A 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/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/strap/ |
| H A D | composer.lock | 54 "support": { 97 "support": { 145 "support": { 201 "support": { 250 "support": { 316 "support": { 373 "support": { 427 "support": { 506 "support": { 586 "support": { [all …]
|
| H A D | plugin.info.txt | 3 email support@combostrap.com
|
| /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/20cones/ |
| D | README.md | 16 - Topbar support 32 languages, and it is rendered from the file **social.html**. No support for
|
| D | template.info.txt | 6 desc Template with topbar support
|
12345678