Home
last modified time | relevance | path

Searched refs:revert (Results 51 – 55 of 55) sorted by last modified time

123

/plugin/git/action/
H A Drevert.php34 case 'revert' : $this->revert();
40 function revert() function in action_plugin_git_revert
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js123 var rotate = function ( r, revert ) { argument
128 return revert ? rZ+rY+rX : rX+rY+rZ;
/plugin/autotweet/
H A Daction.php94 $change_type = $this->getLang('revert');
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js246 revert: false, property in AnonymousFunctioneab5d76a0c00.defaults
422 var revert = this.options.revert;
423 if(revert && Object.isFunction(revert)) revert = revert(this.element);
426 if(revert && this.options.reverteffect) {
427 if (dropped == 0 || revert != 'failure')
660 revert: true, property in Sortable.create.options_for_draggable
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc22 io.revert();
25 io.revert();
268 <cffunction name="revert" access="public" output="true" returntype="void" hint="Undo the previous m…

123