Home
last modified time | relevance | path

Searched refs:effect (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/plugin/s5reloaded/ui/effects_support/
Deffects.js126 multiple: function(element, effect) { argument
142 new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay }));
150 toggle: function(element, effect, options) { argument
152 effect = (effect || 'appear').toLowerCase();
154 return Effect[ Effect.PAIRS[ effect ][ element.visible() ? 1 : 0 ] ](element, Object.extend({
172 add: function(effect) { argument
175 var position = Object.isString(effect.options.queue) ?
176 effect.options.queue : effect.options.queue.position;
182 e.startOn += effect.finishOn;
183 e.finishOn += effect.finishOn;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DNodeTaint.php25 public $effect; variable in Google\\Service\\Container\\NodeTaint
38 public function setEffect($effect) argument
40 $this->effect = $effect;
47 return $this->effect;
/plugin/bootswrapper/exe/help/
Dwell.txt3 Use the well as a simple effect on an element to give it an inset effect.
Dprogress.txt83 Uses a gradient to create a striped effect. Not available in IE9 and below.
165 | ''striped'' | optional | ''true'' | Add a striped effect to progress bar |
Daffix.txt4 The affix plugin toggles ''position: fixed;'' on and off, emulating the effect found with ''positio…
/plugin/googleconsentmananger/
Djquery.cookiebar.js43 effect: 'slide', //Options: slide, fade, hide property
146 if(options.effect=='slide'){
148 }else if(options.effect=='fade'){
/plugin/rssticker/
Dstyle.css8 …filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if…
9 -moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
D003-open-basedir.phpt12 .*open_basedir restriction in effect.*
/plugin/tagging/less/
H A Deditable.less17 display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
27 display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.DefaultInvalidImageAlt.txt6 previously specified an alt attribute. It has no effect when the image is
DHTML.SafeIframe.txt10 This directive has no effect on strict doctypes, as iframes are not
DCore.AggressivelyRemoveScript.txt12 This directive has no effect if %Core.Trusted is true,
DAttr.AllowedFrameTargets.txt9 so this directive will have no effect in that doctype. XHTML 1.1 does not
DCore.DirectLexLineNumberSyncInterval.txt14 This has no effect when %Core.MaintainLineNumbers is disabled or DirectLex is
DCore.AggressivelyFixLt.txt12 This has no effect when DirectLex is used.
DHTML.Allowed.txt23 are set, this directive has no effect.
DURI.SafeIframeRegexp.txt9 use-case of iframes: embedded video. This directive only has an effect if
DURI.MungeSecretKey.txt28 Remember this has no effect if %URI.Munge is not on.
DAutoFormat.AutoParagraph.txt18 <code>p</code> tags must be allowed for this directive to take effect.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Ddate_interval.test13 // This should have no effect on \DateInterval formatting
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2758.phpt2 GH-2758: TestCase::addToAssertionCount() no longer has effect when called from TestListener::endTes…
/plugin/stale/
DREADME.md17 …orum.dokuwiki.org/d/20833-how-to-make-change-to-geshi-language-file-have-effect-on-page-display/11)
36 …orum.dokuwiki.org/d/20833-how-to-make-change-to-geshi-language-file-have-effect-on-page-display/11)
/plugin/asciidocjs/node_modules/fs.realpath/
DREADME.md12 prior to v6, it has no effect.
/plugin/webcomponent/_test/
DREADME.md25 // This is not on the savedir conf value level because it has no effect on the datadir value
/plugin/popupviewer/
DREADME.md23 * ```keepOpen``` only has an effect when using a page id, never with an image.

12345678910>>...29