Home
last modified time | relevance | path

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

12345678910>>...24

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js152 effect = (effect || 'appear').toLowerCase();
176 effect.options.queue : effect.options.queue.position;
245 effect.options[eventName + 'Internal'](effect);
247 effect.options[eventName](effect);
319 effect.cancel();
321 if (effect.finish) effect.finish(position);
554 effect.element.setOpacity(effect.options.from).show();
711 (effect.dims[0] - effect.element.clientHeight) + 'px' });
741 (effect.dims[0] - effect.element.clientHeight) + 'px' });
952 effect.element.addClassName(effect.options.style);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A 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/
H A Dwell.txt3 Use the well as a simple effect on an element to give it an inset effect.
H A 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 |
H A Daffix.txt4 The affix plugin toggles ''position: fixed;'' on and off, emulating the effect found with ''positio…
/plugin/rssticker/
H A 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/
H A D003-open-basedir.phpt12 .*open_basedir restriction in effect.*
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImageAlt.txt
H A DAttr.AllowedFrameTargets.txt
H A DCore.DirectLexLineNumberSyncInterval.txt
H A DCore.AggressivelyFixLt.txt
H A DHTML.Allowed.txt
H A DURI.MungeSecretKey.txt
H A DAutoFormat.AutoParagraph.txt
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_interval.test13 // This should have no effect on \DateInterval formatting
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2758.phpt2 GH-2758: TestCase::addToAssertionCount() no longer has effect when called from TestListener::endTes…
/plugin/webcomponent/_test/
H A DREADME.md25 // This is not on the savedir conf value level because it has no effect on the datadir value
/plugin/popupviewer/
H A DREADME.md23 * ```keepOpen``` only has an effect when using a page id, never with an image.
/plugin/advrack/
H A Djquery.qtip.js876 else if($.isFunction(posOptions.effect)) {
1103 else if($.isFunction(opts.effect)) {
1105 opts.effect.call(tooltip, this);
1929 effect: function(api, pos, viewport) { method in QTIP.defaults.position
1939 effect: TRUE, property in QTIP.defaults.show
1948 effect: TRUE, property in QTIP.defaults.hide
2717 effect = options.effect,
2749 if($.isFunction(effect)) {
2750 effect.call(elem, state);
2754 else if(effect === FALSE) {
[all …]
/plugin/revealjs/
H A Dchangelog.md17 …a horizontal slide. Levels below starting a vertical (nested) slide - no effect on slides, which a…
18 …de_headers: Increase headers on slides below horizontal_slide_level - no effect on slides, which a…
52 …ist is unvisible and you would have to press the next key for each entry without any obvious effect
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md45 * Annotating a method with `@deprecated` now has the same effect as annotating it with `@codeCovera…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1905 options.effect = options.effect || [];
1906 if ( typeof options.effect === "string" ) {
1907 options.effect = options.effect.split( " " );
1911 options.compose = options.compose.concat( options.effect );
2314 Popcorn.plugin.effect = Popcorn.effect = Popcorn.compose;
/plugin/bez/scripts/
H A Dtask.js116 jQuery("button[value=task_do], button[value=task_reopen]").effect("highlight");
/plugin/textinsert/
H A DREADME49 string. In effect, they must be doubly bound to the HTML

12345678910>>...24