Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 63) sorted by relevance

123

/plugin/s5reloaded/ui/effects_support/
Deffects.js166 this.effects = []; property
170 this.effects._each(iterator);
181 this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
187 timestamp = this.effects.pluck('startOn').max() || timestamp;
191 timestamp = this.effects.pluck('finishOn').max() || timestamp;
198 if (!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit))
199 this.effects.push(effect);
205 this.effects = this.effects.reject(function(e) { return e==effect });
206 if (this.effects.length == 0) {
213 for(var i=0, len=this.effects.length;i<len;i++)
[all …]
Dpresentacular.js62 Presentacular.effects = {
106 if (Presentacular.effects[cl[0]]){
107 Presentacular.effects[cl[0]].call(this,elm,opts)
/plugin/mizarverifiabledocs/src/
H A Dscript.js175 for (let effect of tr.effects) {
296 for (let e of tr.effects) {
333 effects: lineNumberConfigs[mizarId].reconfigure(lineNumberExtension), property
409 effects: editableCompartment.reconfigure(EditorView.editable.of(true)), property
446 effects: editableCompartment.reconfigure(EditorView.editable.of(false)), property
454 effects: toggleErrorPanel.of(null), property
457 effects: errorDecorationEffect.of([]), property
550 effects: toggleErrorPanel.of(content), property
602 effects: errorDecorationEffect.of(decorations.sort((a, b) => a.from - b.from)), property
608 effects: [toggleErrorPanel.of(errorContent)], property
/plugin/indexmenu2/cms/transitions/
Dtransitions.txt1 This is the place for transition effects
/plugin/s5reloaded/
Dplugin.info.txt7 desc Display a Wiki page as S5 reloaded slideshow presentation with advanced effects using Presen…
/plugin/criticmarkup/
Dstyle.css31 /* Optional: Hover effects */
/plugin/adminperm/lang/en/
Dintro.txt7 …vileged users. Giving access to them may lead to privilege escalations and anforeseen side effects.
/plugin/zwidoku/files/
H A Djquery.js9effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t…
10effects;t.effects.define("blind","hide",function(e,i){var s={up:["bottom","top"],vertical:["bottom…
/plugin/hide/
Dstyle.css23 * This rule will try to hide the effects of nested syntax modes
/plugin/struct/
H A Ddeleted.files95 script/effects.js
/plugin/radarchart/
Dplugin.info.txt44 - Smooth hover effects
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.js1703 effects = !(opts && opts.noAnimation === true),
1715 self.scrollIntoView(effects).done(function () {
2098 scrollIntoView: function (effects, options) { argument
2110 effects: property
2111 effects === true
2113 : effects,
2229 if (opts.effects) {
2230 opts.effects.complete = function () {
2237 opts.effects
Djquery.fancytree.ui-deps.js749 if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {
Djquery.fancytree.grid.js617 function (effects, options) { argument
Djquery.fancytree.fixed.js256 function (effects, options) { argument
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1effects=n,this.annotations=s,this.scrollIntoView=r,this._doc=null,this._state=null,i&&F(i,e.newLen… property
H A Dscript.js.map1effects) that\n reconfigures this compartment.\n */ reconfigure(content) {\n return $…
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md676 side effects permitting.
693 such as `console.info` and/or retain side effects from function arguments
770 effects. DANGER: will not check if the name is redefined in scope.
782 (e.g. `foo.bar` or `foo["bar"]`) doesn't have any side effects.
1232 - `.toString()` and `.valueOf()` don't have side effects, and for built-in
1238 - Getting and setting properties on a plain object does not cause other side effects
/plugin/mizarveifiabledocs/dist/
Dscript.js1effects=s,this.annotations=n,this.scrollIntoView=r,this._doc=null,this._state=null,i&&_(i,e.newLen… property
Dscript.js.map1effects) that\n reconfigures this compartment.\n */ reconfigure(content) {\n return $…
/plugin/mizarproofchecker/dist/
Dscript.js1effects=s,this.annotations=n,this.scrollIntoView=r,this._doc=null,this._state=null,i&&_(i,e.newLen… property
Dscript.js.map1effects) that\n reconfigures this compartment.\n */ reconfigure(content) {\n return $…
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all-deps.js744 if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {
3164 effects = !(opts && opts.noAnimation === true),
3176 self.scrollIntoView(effects).done(function () {
3559 scrollIntoView: function (effects, options) { argument
3571 effects: property
3572 effects === true
3574 : effects,
3690 if (opts.effects) {
3691 opts.effects.complete = function () {
3698 opts.effects
Djquery.fancytree-all.js1703 effects = !(opts && opts.noAnimation === true),
1715 self.scrollIntoView(effects).done(function () {
2098 scrollIntoView: function (effects, options) { argument
2110 effects: property
2111 effects === true
2113 : effects,
2229 if (opts.effects) {
2230 opts.effects.complete = function () {
2237 opts.effects
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerMp4.as388 myStatus.metaDataReady = true; // Set flag so that this event only effects jPlayer the 1st time.

123