Home
last modified time | relevance | path

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

123456

/plugin/aceeditor/
H A Dbuild.js1overwrite:{set:function(e){this._emit("changeOverwrite")},initialValue:!1},newLineMode:{set:functi…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt156 - New addReference/List option (overwrite). Boolean flag indicating if URI
/plugin/advrack/
H A Djquery.qtip.js1718 if(config.overwrite) {
1721 else if(config.overwrite === FALSE) {
1908 overwrite: TRUE, property in QTIP.defaults
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md147 overflow | true | Flag to overwrite the css attribute 'overflow' of the chart container to avoid cr…
271 By default it obtains the dimensions from the container but you can optionally overwrite those sett…
920 * Added: `overflow` flag to overwrite the css attribute 'overflow' of the chart container
995 * Fixed: Issue with object changes which overwrite undo/redo object states
H A Dexport.js698 deepMerge: function( a, b, overwrite ) { argument
710 if ( a[ i1 ] == undefined || overwrite ) {
732 _this.deepMerge( a[ i1 ], v, overwrite );
734 if ( a instanceof Array && !overwrite ) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1overwrite property assignments of previous sources.\n\t * If `customizer` is provided it is in…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md67 You can modify (or completely overwrite) the default responsive rules used by
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php124 '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/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/behave/
H A Dbehave.js92 overwrite: true, property in defaults
564 … var didClose = defaults.overwrite && charFuncs.closedChar(charSettings.keyMap[i], e);
H A Dscript.js17 overwrite: true,
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt102 Trees. If you specify the extra fields, you overwrite the default value as
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1377 // We're only editing an existing link, so just overwrite the attributes.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1389 // We're only editing an existing link, so just overwrite the attributes.
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js2 …){c.enterMacroRecordMode(a,d)}},toggleOverwrite:function(b){if(!b.state.overwrite){b.toggleOverwri…
3 …"\n");if(d.maybeReset){d.changes=[];d.maybeReset=false}if(f){if(a.state.overwrite&&!/\n/.test(f)){…
H A Dvim.min.js.map1overwrite","max","getLastEditPos","onChange","onKeyEventTargetKeyDown","selectForInsert","toggleVi…
/plugin/codemirror/dist/modes/
H A Decl.min.js.map1 … skew module named nocase noroot noscan nosort not of only opt or outer overwrite packed partition…
H A Dsql.min.js.map1overwrite it)\n var sqlKeywords = \"alter and as asc between by count create delete desc distinct…
/plugin/codemirror/dist/
H A Dscripts.min.js5overwrite:false,delayingBlurEvent:false,focused:false,suppressEdits:false,pasteIncoming:-1,cutInco… property in Jh.state
H A Dscripts.min.js.map1overwrite","prop","hasOwnProperty","countColumn","string","tabSize","startIndex","startValue","sea…
H A Dstyles.min.css.map1 …n 100% {}\n}\n\n/* Can style cursor different in overwrite (non-insert) mode */\n.CodeMirror-over…
/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/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 …

123456