Home
last modified time | relevance | path

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

123456

/plugin/diagramsnet/lib/
H A Dworkbox-f163abaa.js.map1 … (process.env.NODE_ENV === 'production' ? null : (() => {\n // Don't overwrite this value if it…
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1overwrite&&void 0===t.ignoreIfExists||(r.options=t),r},e.is=function(e){var t=e;return t&&"create"…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js534 … if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
544 …((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate…
556 … if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
566 …((candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate…
H A D2.2.js.map1overwrite !== void 0 || options.ignoreIfExists !== void 0)) {\n result.options = option…
H A D3.3.js.map1overwrite !== void 0 || options.ignoreIfExists !== void 0)) {\n result.options = option…
H A D4.4.js1overwrite&&void 0===t.ignoreIfExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"create"…
H A D4.4.js.map1overwrite !== void 0 || options.ignoreIfExists !== void 0)) {\r\n result.options = opti…
H A D5.5.js1overwrite&&void 0===t.ignoreIfExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"create"…
H A D6.6.js1overwrite&&void 0===t.ignoreIfExists||(r.options=t),r},e.is=function(e){var t=e;return t&&"create"…
H A Dbundle.js.map1overwrite property assignments of previous sources.\n *\n * **Note:** This method mutates `object`…
H A Djson.worker.js.map1overwrite !== void 0 || options.ignoreIfExists !== void 0)) {\r\n result.options = opti…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …. Source objects are applied from left to right. Subsequent\n * sources overwrite property assignm…
/plugin/dropfiles/src/
H A 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/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/findologicxmlexport/vendor/hoa/stream/Filter/
H A 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/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md708 - Allow Post Serialize Event to overwrite existing data [\#129](https://github.com/schmittjoh/seria…
725 - Allow Post Serialize Event to overwrite existing data [\#273](https://github.com/schmittjoh/seria…
/plugin/freesync/
H A Dhelper.php450 $overwrite = @file_exists($fn);
451 if($overwrite && $auth < AUTH_DELETE) {
470 $data[4] = $overwrite;
/plugin/gcalendar/inc/
H A Dstandard.css8 * /user/other.css --> to optionally overwrite the styles in the standard.css file
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1774 Lower-priority tags will not overwrite or append existing values
/plugin/jsonrpc/
H A Djsonrpc.php398 $overwrite = @file_exists($fn);
399 if($overwrite && (!$params['ow'] || $auth < AUTH_DELETE)) {
418 $data[4] = $overwrite;
/plugin/newpagetemplate/
H A Dhelper.php14 $overwrite = $opts['overwr'];
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css14 margin: 0; /* overwrite DokuWiki's default style */
29 list-style-type: none; /* overwrite DokuWiki's default style */
/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 …]

123456