Home
last modified time | relevance | path

Searched refs:revert (Results 1 – 25 of 66) sorted by relevance

123

/plugin/dokutranslate/
Daction.php64 function updateMeta($id, $parid, $lastrev, $revert = -1) { argument
80 $revert = intval($revert);
82 if ($revert < 0) {
91 if (empty($meta[$revert][$i]['changed'])) {
94 $meta['current'][$i] = $meta[$revert][$i];
95 $meta['current'][$i]['changed'] = $revert;
99 $tmp = $meta[$revert][$i]['changed'];
282 $revert = $REV;
292 updateMeta($ID, getParID(), $lastrev[0], $revert);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DTagManager.php582 ],'revert' => [
583 'path' => 'tagmanager/v2/{+path}/built_in_variables:revert',
650 ],'revert' => [
651 'path' => 'tagmanager/v2/{+path}:revert',
771 ],'revert' => [
772 'path' => 'tagmanager/v2/{+path}:revert',
853 ],'revert' => [
854 'path' => 'tagmanager/v2/{+path}:revert',
935 ],'revert' => [
936 'path' => 'tagmanager/v2/{+path}:revert',
[all …]
DBlogger.php489 'revert' => [
509 ],'revert' => [
510 'path' => 'v3/blogs/{blogId}/pages/{pageId}/revert',
542 'revert' => [
815 'revert' => [
839 ],'revert' => [
840 'path' => 'v3/blogs/{blogId}/posts/{postId}/revert',
907 'revert' => [
/plugin/git/action/
Drevert.php34 case 'revert' : $this->revert();
40 function revert() function in action_plugin_git_revert
/plugin/dokumicrobugtracker/js/
Djquery.jeditable.mini.js14 self.editing=true;self.revert=$(self).html();$(self).html('');var form=$('<form />');if(settings.cs…
16 …settings.loaddata)){$.extend(loaddata,settings.loaddata.apply(self,[self.revert,settings]));}else{…
17 …ata)){input_content=settings.data.apply(self,[self.revert,settings]);}}else{input_content=self.rev…
21 …gs.submitdata)){$.extend(submitdata,settings.submitdata.apply(self,[self.revert,settings]));}else{…
25 …iting){if(false!==onreset.apply(form,[settings,self])){$(self).html(self.revert);self.editing=fals…
38 …on(){if($(this).val()==json['selected']||$(this).text()==$.trim(original.revert)){$(this).attr('se…
/plugin/fckg/
DREADME21 2. You can revert to the Anteater implementation of safe encoding.
22 Included in the fckg directory of this distribution is a file named revert.tgz
24 tar -xzf revert.tgz
/plugin/autotweet2/
Daction.php47 …NGE_TYPE_REVERT : if (strpos($subject, 'revert') === FALSE) return; else $edittype = $this->get…
/plugin/s5reloaded/ui/effects_support/
Ddragdrop.js246 revert: false, property
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
/plugin/autotweet/
Daction.php94 $change_type = $this->getLang('revert');
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_undo.js598 var revert = gantt.copy(action);
601 var command = revert.commands[i] = commands.invert(revert.commands[i]);
606 return revert;
623 var revert = gantt.copy(command);
624 revert.type = this.inverseCommands(command.type);
625 return revert;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.AggressivelyRemoveScript.txt11 choke. To revert to pre-4.9.0 behavior, set this to false.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
DAccountsContainersWorkspacesBuiltInVariables.php96 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesBuiltInVariables
DAccountsContainersWorkspacesTriggers.php108 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesTriggers
DAccountsContainersWorkspacesClients.php105 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesClients
DAccountsContainersWorkspacesTemplates.php108 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesTemplates
DAccountsContainersWorkspacesVariables.php108 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesVariables
DAccountsContainersWorkspacesTags.php105 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesTags
DAccountsContainersWorkspacesZones.php105 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesZones
DAccountsContainersWorkspacesFolders.php141 public function revert($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesFolders
/plugin/authgoogle2fa/
DREADME.md19 You can revert to the originial auth plugin by editing the file conf/local.php:
/plugin/authlinotp/
DREADME.md24 You can revert to the originial auth plugin by editing the file conf/local.php:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
DPages.php137 public function revert($blogId, $pageId, $optParams = []) function in Google\\Service\\Blogger\\Resource\\Pages
DPosts.php169 public function revert($blogId, $postId, $optParams = []) function in Google\\Service\\Blogger\\Resource\\Posts
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.dnd.js250 revert: false, property
555 draggable.options.revert = "invalid";
739 draggable.options.revert = !accept;
/plugin/jorgchart/
Djquery.jOrgChart.js38 revert : 'invalid', property

123