Searched refs:applyAll (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/ |
H A D | ApplyParametersRequest.php | 26 public $applyAll; variable in Google\\Service\\CloudMemorystoreforMemcached\\ApplyParametersRequest 35 public function setApplyAll($applyAll) argument 37 $this->applyAll = $applyAll; 44 return $this->applyAll;
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 211 var insertHandler = function(cells, asText, model, vertexStyle, edgeStyle, applyAll, recurse) argument 215 applyAll = (applyAll != null) ? applyAll : true; 302 if (!edge || applyAll || mxUtils.indexOf(ignoredEdgeStyles, key) < 0)
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 732 function applyAll(functions, thisObj, args) { 745 exports.applyAll = applyAll; 1985 exports.applyAll = util_1.applyAll; 9374 … callbackRes = util_1.applyAll(onSuccess, _this, [rawEventDefs, status, xhr]); // redirect `this` 9386 … util_1.applyAll(onError, _this, [xhr, statusText, errorThrown]); // redirect `this`
|