Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 168) sorted by relevance

1234567

/plugin/odt/ODT/
Dstyleset.php75 public function importFromODTFile($sourceFile, $root_element, $overwrite=false) { argument
86 return $this->importFromODT($styles_xml_content, $root_element, $overwrite);
89 public function importFromODT($styles_xml_content, $root_element, $overwrite=false) { argument
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);
[all …]
/plugin/virtualkeyboard/vk/extensions/
Dobjectextensions.js42 Object.prototype.merge = function (obj, overwrite) { argument
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/
DNotionFile.js84 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); argument
110 }), error, unloading, overwrite]); argument
116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
157 }), overwrite);
DGitHubFile.js182 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); argument
214 }), error, unloading, overwrite]); argument
223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument
284 }), overwrite, message);
DOneDriveFile.js324 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); argument
356 }), error, unloading, overwrite]); argument
365 OneDriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
387 var etag = (!overwrite && this.constructor == OneDriveFile &&
DDropboxFile.js162 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); argument
194 }), error, unloading, overwrite]); argument
DDriveFile.js148 DriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
152 this.saveFile(null, revision, success, error, unloading, overwrite); argument
153 }), error, unloading, overwrite]); argument
162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
322 doSave(overwrite, revision);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DAccountsCustomBatchRequestEntry.php54 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/
DRegistry.php52 …* @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 DArrayUtility.php101 * @param array $overwrite
104 public static function mergeByValue(array $default, array $overwrite): array argument
106 return array_merge($default,$overwrite);
/plugin/aichat/Storage/
DPineconeStorage.php18 protected $overwrite = false; variable in dokuwiki\\plugin\\aichat\\Storage\\PineconeStorage
72 if ($this->overwrite) return null; // no reuse allowed
106 $this->overwrite = true;
153 $this->overwrite = false;
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
DFilter.php101 * @param bool $overwrite Overwrite filter if already exists or
109 $overwrite = self::DO_NOT_OVERWRITE argument
111 if ($overwrite === self::DO_NOT_OVERWRITE &&
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_undo.js274 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
390 if (overwrite || (!this._initialTasks[id] || !this._batchMode)) {
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);
[all …]
/plugin/diagramsnet/lib/
DelectronFilesWorker.js10 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/webdav/core/DAV/Collection/Media/
DFile.php59 $overwrite = file_exists($this->info['path']);
60 $filesize_old = $overwrite ? filesize($this->info['path']) : 0;
103 if ($overwrite) {
/plugin/oauth/_test/
H A DMergeGroupsTest.php60 public function testMergeGroups($localGroups, $providerGroups, $services, $overwrite, $expect) argument
65 [$localGroups, $providerGroups, $services, $overwrite]
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php1700 * @param bool $overwrite
1703 function data_set(&$target, $key, $value, $overwrite = true) argument
1712 data_set($inner, $segments, $value, $overwrite);
1714 } elseif ($overwrite) {
1724 data_set($target[$segment], $segments, $value, $overwrite);
1725 } elseif ($overwrite || ! exists($target, $segment)) {
1733 data_set($target->{$segment}, $segments, $value, $overwrite);
1734 } elseif ($overwrite || ! isset($target->{$segment})) {
1740 data_set($target[$segment], $segments, $value, $overwrite);
1741 } elseif ($overwrite) {
/plugin/json/
Dremote.php98 …* @param boolean $overwrite If false, error will be reported if <json> element already contains…
102 public function set($page_id, $json_id, $data, $overwrite = false) { argument
151 function($matches) use(&$err, $data, $overwrite) {
153 if($overwrite || !trim($matches[3])) {
/plugin/dropfiles/src/
Dupload.js121 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 DOAuthManager.php283 * @param bool $overwrite Config setting to overwrite local DokuWiki groups
287 protected function mergeGroups($localGroups, $providerGroups, $servicenames, $overwrite) argument
292 if ($overwrite) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php734 $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 DServer.php701 $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/behave/
Dscript.js17 overwrite: true, property
/plugin/redirector/
DredirectURLs.txt.orig2 # they can be written to overwrite parts again, when the chain goes down to the end
/plugin/nstoc/
Dsyntax_plugin_nstoc.css14 margin: 0; /* overwrite DokuWiki's default style */
29 list-style-type: none; /* overwrite DokuWiki's default style */

1234567