Searched refs:minDuration (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3RolloutConfigRolloutStep.php | 29 public $minDuration; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3RolloutConfigRolloutStep 52 public function setMinDuration($minDuration) argument 54 $this->minDuration = $minDuration; 61 return $this->minDuration;
|
/plugin/amcharts/assets/amcharts/ |
H A D | serial.js | 25 …on(a,b){if(!this.wheelBusy){var c=this.categoryAxis,d=c.parseDates,g=c.minDuration(),e=c=1;this.mo… 31 …oryAxis;if(e.ifArray(d)&&(a!=this.startTime||b!=this.endTime)){var h=g.minDuration(),f=this.firstT… 84 …s.parseDates&&!this.equalSpacing)a=this.startTime+Math.round(a/g)-this.minDuration()/2,h=c.getClos…
|
H A D | amcharts.js | 47 …th/a;return b},timeZoom:function(a,b){this.startTime=a;this.endTime=b},minDuration:function(){var … 57 …{"date"==this.type&&this.min==this.max&&(this.max+=this.minDuration(),this.min-=this.minDuration()… 75 …reFromStart&&(g=0);if(!isNaN(a.startTime)&&(m=a.categoryAxis)){var n=m.minDuration(),n=new Date(a.…
|