Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 146) sorted by last modified time

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/
H A Dsyntax.php939 function _createzipfile($files,$zipfile,$overwrite = false) { argument
941 if(file_exists($zipfile) && !$overwrite) return false;
945 if($zip->open($zipfile,$overwrite ? ZIPARCHIVE::OVERWRITE : ZIPARCHIVE::CREATE) !== true) {
/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/oauth/
H A DOAuthManager.php256 $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/odt/ODT/
H A Dstyleset.php86 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/edittable/lib/
H A Dhandsontable.full.js50051 extend = function(to, from, overwrite)
50058 if (overwrite) {
50063 if (overwrite) {
50067 to[prop] = extend({}, from[prop], overwrite);
50069 } else if (overwrite || !hasProp) {
H A Dhandsontable.less388 /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
393 /*overwrite styles potentionally made by a framework*/
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1389 // We're only editing an existing link, so just overwrite the attributes.
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md57 * #38: The Authentication helpers no longer overwrite any existing
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A 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/guzzlehttp/guzzle/
H A DCHANGELOG.md240 * Fixed a bug in which multiple headers using different casing would overwrite
314 ensure that the option is not set. This allows you to overwrite default
913 * Added the ability to overwrite configuration settings in a client when grabbing a throwaway clien…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php124 'overwrite' => [
/plugin/newpagetemplate/
H A Dhelper.php14 $overwrite = $opts['overwr'];
/plugin/diagramsnet/lib/js/diagramly/
H A 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);
110 }), error, unloading, overwrite]); argument
116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
157 }), overwrite);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt287 overwrite=Gainidatzi
H A Ddia_fa.txt285 fileChangedSyncDialog=The file has been modified. Click 'Yes' to merge changes or 'No' to overwrite.
287 overwrite=‫ذخیره بر روی نسخه فعلی‬
H A Ddia_ja.txt285 fileChangedSyncDialog=The file has been modified. Click 'Yes' to merge changes or 'No' to overwrite.
287 overwrite=上書き
H A Ddia_kn.txt284 fileChangedOverwriteDialog=The file has been modified. Do you want to save the file and overwrite t…
285 fileChangedSyncDialog=The file has been modified. Click 'Yes' to merge changes or 'No' to overwrite.
287 overwrite=Overwrite
H A Ddia_ru.txt287 overwrite=Заменить
H A Ddia_si.txt284 fileChangedOverwriteDialog=The file has been modified. Do you want to save the file and overwrite t…
285 fileChangedSyncDialog=The file has been modified. Click 'Yes' to merge changes or 'No' to overwrite.
287 overwrite=Overwrite
H A Ddia_sl.txt284 fileChangedOverwriteDialog=The file has been modified. Do you want to save the file and overwrite t…
285 fileChangedSyncDialog=The file has been modified. Click 'Yes' to merge changes or 'No' to overwrite.
287 overwrite=Overwrite
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 … (process.env.NODE_ENV === 'production' ? null : (() => {\n // Don't overwrite this value if it…

123456