/plugin/odt/ODT/ |
H A D | styleset.php | 86 return $this->importFromODT($styles_xml_content, $root_element, $overwrite); 121 $this->addStyle($object, $overwrite); 124 $this->addAutomaticStyle($object, $overwrite); 127 $this->addMasterStyle($object, $overwrite); 165 public function addStyle(ODTStyle $new, $overwrite=false) { argument 167 ($this->styles, $this->styles_by_name, $new, $overwrite); 173 public function addAutomaticStyle(ODTStyle $new, $overwrite=false) { argument 175 ($this->auto_styles, $this->auto_styles_by_name, $new, $overwrite); 181 public function addMasterStyle(ODTStyle $new, $overwrite=false) { argument 199 if ($overwrite) { [all …]
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | objectextensions.js | 42 Object.prototype.merge = function (obj, overwrite) { 48 if (isUndefined(overwrite)) overwrite = true; 51 if (isUndefined(this[i]) || (overwrite && typeof this[i] != typeof obj)) 55 else if ('object' == typeof obj[i]) this[i].merge(obj[i], overwrite); 56 else if (isUndefined(this[i]) || overwrite) this[i] = obj[i];
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionFile.js | 84 NotionFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 86 this.doSave(this.getTitle(), success, error, unloading, overwrite); 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument 109 this.saveFile(title, false, success, error, unloading, overwrite); 110 }), error, unloading, overwrite]); argument 116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 157 }), overwrite);
|
H A D | GitHubFile.js | 182 GitHubFile.prototype.save = function(revision, success, error, unloading, overwrite, message) argument 184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message); 204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) argument 213 this.saveFile(title, false, success, error, unloading, overwrite, message); 214 }), error, unloading, overwrite]); argument 223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument 284 }), overwrite, message);
|
H A D | OneDriveFile.js | 324 OneDriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 326 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 346 OneDriveFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 355 this.saveFile(title, revision, success, error, unloading, overwrite); 356 }), error, unloading, overwrite]); argument 365 OneDriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 387 var etag = (!overwrite && this.constructor == OneDriveFile &&
|
H A D | DropboxFile.js | 162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 164 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite); 184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 193 this.saveFile(title, revision, success, error, unloading, overwrite); 194 }), error, unloading, overwrite]); argument
|
H A D | DriveFile.js | 148 DriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 152 this.saveFile(null, revision, success, error, unloading, overwrite); 153 }), error, unloading, overwrite]); argument 162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 322 doSave(overwrite, revision);
|
H A D | DrawioFile.js | 803 DrawioFile.prototype.save = function(revision, success, error, unloading, overwrite, manual) argument 818 else if (!overwrite && this.invalidChecksum) 1645 DrawioFile.prototype.showCopyDialog = function(success, error, overwrite) argument 1656 }), null, mxResources.get('overwrite'), overwrite, 1666 DrawioFile.prototype.showConflictDialog = function(overwrite, synchronize) argument 1670 mxResources.get('overwrite'), overwrite, null, 1853 var overwrite = mxUtils.bind(this, function() 1884 this.showCopyDialog(success, error, overwrite); 1892 this.showConflictDialog(overwrite, synchronize);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | AccountsCustomBatchRequestEntry.php | 54 public $overwrite; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry 175 public function setOverwrite($overwrite) argument 177 $this->overwrite = $overwrite; 184 return $this->overwrite;
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | Registry.php | 52 …* @param bool $overwrite Overwrite instance in the registry if the given nam… 56 public static function addLogger(Logger $logger, ?string $name = null, bool $overwrite = false) argument 60 if (isset(self::$loggers[$name]) && !$overwrite) {
|
/plugin/combo/ComboStrap/ |
H A D | ArrayUtility.php | 101 * @param array $overwrite 104 public static function mergeByValue(array $default, array $overwrite): array argument 106 return array_merge($default,$overwrite);
|
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/ |
H A D | Filter.php | 101 * @param bool $overwrite Overwrite filter if already exists or 109 $overwrite = self::DO_NOT_OVERWRITE argument 111 if ($overwrite === self::DO_NOT_OVERWRITE &&
|
/plugin/webdav/core/DAV/Collection/Media/ |
H A D | File.php | 59 $overwrite = file_exists($this->info['path']); 60 $filesize_old = $overwrite ? filesize($this->info['path']) : 0; 103 if ($overwrite) {
|
/plugin/diagramsnet/lib/ |
H A D | electronFilesWorker.js | 10 function saveFile(fileObject, data, origStat, overwrite, defEnc, reqId) argument 90 if (overwrite) 121 …saveFile(e.data.fileObject, e.data.data, e.data.origStat, e.data.overwrite, e.data.defEnc, e.data.…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_undo.js | 274 Monitor.prototype.store = function (id, type, overwrite) { argument 275 if (overwrite === void 0) { overwrite = false; } 277 return this._storeTask(id, overwrite); 280 return this._storeLink(id, overwrite); 389 Monitor.prototype.setInitialTask = function (id, overwrite) { argument 406 Monitor.prototype.setInitialLink = function (id, overwrite) { argument 554 Monitor.prototype._storeTask = function (taskId, overwrite) { argument 556 if (overwrite === void 0) { overwrite = false; } 557 this.setInitialTask(taskId, overwrite); 564 if (overwrite === void 0) { overwrite = false; } [all …]
|
/plugin/dropfiles/src/ |
H A D | upload.js | 121 text: window.LANG.plugins.dropfiles.overwrite, 295 function uploadFiles(filelist, overwrite) { argument 296 if (typeof overwrite === 'undefined') { 298 overwrite = 0; 331 form.append('ow', overwrite);
|
/plugin/oauth/ |
H A D | OAuthManager.php | 256 $auth->getConf('overwrite-groups') 278 * Dokuwiki groups unless configured to overwrite all ('overwrite-groups' setting) 283 * @param bool $overwrite Config setting to overwrite local DokuWiki groups 287 protected function mergeGroups($localGroups, $providerGroups, $servicenames, $overwrite) argument 291 // overwrite-groups set in config - remove all local groups except services and default 292 if ($overwrite) {
|
/plugin/behave/ |
H A D | script.js | 17 overwrite: true,
|
/plugin/redirector/ |
H A D | redirectURLs.txt.orig | 2 # they can be written to overwrite parts again, when the chain goes down to the end
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 734 $overwrite = $request->getHeader('Overwrite'); 735 if (!$overwrite) $overwrite = 'T'; 736 if (strtoupper($overwrite) == 'T') $overwrite = true; 737 elseif (strtoupper($overwrite) == 'F') $overwrite = false; 758 …if (!$overwrite) throw new Exception\PreconditionFailed('The destination node already exists, and …
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 701 $overwrite = $request->getHeader('Overwrite'); 702 if (!$overwrite) $overwrite = 'T'; 703 if (strtoupper($overwrite) == 'T') $overwrite = true; 704 elseif (strtoupper($overwrite) == 'F') $overwrite = false; 725 …if (!$overwrite) throw new Exception\PreconditionFailed('The destination node already exists, and …
|
/plugin/nstoc/ |
H A D | syntax_plugin_nstoc.css | 14 margin: 0; /* overwrite DokuWiki's default style */ 29 list-style-type: none; /* overwrite DokuWiki's default style */
|
/plugin/upload/ |
H A D | syntax.php | 55 $options['overwrite'] = in_array('OVERWRITE', $o);
|
/plugin/freesync/ |
H A D | helper.php | 450 $overwrite = @file_exists($fn); 451 if($overwrite && $auth < AUTH_DELETE) { 470 $data[4] = $overwrite;
|
/plugin/templateconfhelper/ |
H A D | README | 42 For the main.php the default is hardcoded in dokuwiki.php. So for templates to overwrite the main.p… 57 to allow animals to overwrite template php files a main.php like this can be used in the default_tp…
|