Home
last modified time | relevance | path

Searched refs:overwrite (Results 126 – 146 of 146) sorted by path

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1overwrite other values in the\n // cmap.\n for (let i = 0; i < cmapMappingsLengt…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …ling the 'hashchange' event (in web/app.js)\n // since that would *overwrite* the new destina…
/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/projects/
H A Dcodemirror.css124 .CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
/plugin/redirector/
H A DredirectURLs.txt.orig2 # they can be written to overwrite parts again, when the chain goes down to the end
/plugin/revealjs/
H A DREADME.md351 - `<fragment-list>` to overwrite the global option build_all_lists (if false)
352 - `<no-fragment-list>` to overwrite the global option build_all_lists (if true)
H A Dchangelog.md56 - `<fragment-list>` to overwrite the global option build_all_lists (if false)
57 - `<no-fragment-list>` to overwrite the global option build_all_lists (if true)
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md6953 Subsequent sources overwrite property assignments of previous sources.
7670 If `object` contains duplicate values, subsequent values overwrite
7914 sources overwrite property assignments of previous sources.
/plugin/socialshareprivacy2/SSP/
H A DREADME.md254 the `data-*` attributes will overwrite the options from the passed options
255 object and the options from passed options object will overwrite the
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md53 …list. No longer necessary to edit action.php, i.e. plugin updates will not overwrite extra brushes.
/plugin/templateconfhelper/
H A DREADME42 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…
/plugin/tip/
H A Dsyntax_plugin_tip.css244 /* Make sure not to overwrite the bg image */
/plugin/upload/
H A Dsyntax.php55 $options['overwrite'] = in_array('OVERWRITE', $o);
/plugin/virtualkeyboard/vk/extensions/
H A Dobjectextensions.js42 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/webdav/core/DAV/Collection/Media/
H A DFile.php59 $overwrite = file_exists($this->info['path']);
60 $filesize_old = $overwrite ? filesize($this->info['path']) : 0;
103 if ($overwrite) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md375 * A node's properties should not overwrite properties that were already set.
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A 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/webdav/vendor/sabre/http/
H A DCHANGELOG.md90 * #38: The Authentication helpers no longer overwrite any existing
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js.map1overwrite","_storeTask","_storeLink","isMoveEventsIgnored","toggleIgnoreMoveEvents","newValue","st…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A 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
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 …]

123456