Home
last modified time | relevance | path

Searched refs:updateTime (Results 1 – 25 of 292) sorted by last modified time

12345678910>>...12

/plugin/bez/lib/jquery.datepair/
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput.value){var a=this.settings.parseDate(this.startDateInput),b=this.settings.parseDate(this.endDateInput);a&&b&&(this.dateDelta=b.getTime()-a.getTime())}if(this.startTimeInput&&this.startTimeInput.value&&this.endTimeInput&&this.endTimeInput.value){var c=this.settings.parseTime(this.startTimeInput),d=this.settings.parseTime(this.endTimeInput);c&&d&&(this.timeDelta=d.getTime()-c.getTime(),this._updateEndMintime())}},remove:function(){this._unbindChangeHandler()},_bindChangeHandler:function(){h?h(this.container).on("change.datepair",h.proxy(this.handleEvent,this)):this.container.addEventListener("change",this,!1)},_unbindChangeHandler:function(){h?h(this.container).off("change.datepair"):this.container.removeEventListener("change",this,!1)},handleEvent:function(a){this._unbindChangeHandler(),e(a.target,this.settings.dateClass)?""!=a.target.value?(this._dateChanged(a.target),this._timeChanged(a.target)):this.dateDelta=null:e(a.target,this.settings.timeClass)&&(""!=a.target.value?this._timeChanged(a.target):this.timeDelta=null),this._validateRanges(),this._updateEndMintime(),this._bindChangeHandler()},_dateChanged:function(a){if(this.startDateInput&&this.endDateInput){var b=this.settings.parseDate(this.startDateInput),c=this.settings.parseDate(this.endDateInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.dateDelta);this.settings.updateDate(this.endDateInput,d)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.dateDelta);this.settings.updateDate(this.startDateInput,d)}else if(c<b){var f=e(a,this.settings.startClass)?this.endDateInput:this.startDateInput,h=this.settings.parseDate(a);this.dateDelta=0,this.settings.updateDate(f,h)}else this.dateDelta=c.getTime()-b.getTime();else if(null!==this.settings.defaultDateDelta){if(b){var i=new Date(b.getTime()+this.settings.defaultDateDelta*g);this.settings.updateDate(this.endDateInput,i)}else if(c){var j=new Date(c.getTime()-this.settings.defaultDateDelta*g);this.settings.updateDate(this.startDateInput,j)}this.dateDelta=this.settings.defaultDateDelta*g}else this.dateDelta=null}},_timeChanged:function(a){if(this.startTimeInput&&this.endTimeInput){var b=this.settings.parseTime(this.startTimeInput),c=this.settings.parseTime(this.endTimeInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.timeDelta);this.settings.updateTime(this.endTimeInput,d),c=this.settings.parseTime(this.endTimeInput),this._doMidnightRollover(b,c)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.timeDelta);this.settings.updateTime(this.startTimeInput,d),b=this.settings.parseTime(this.startTimeInput),this._doMidnightRollover(b,c)}else{this._doMidnightRollover(b,c);var f,g;if(this.startDateInput&&this.endDateInput&&(f=this.settings.parseDate(this.startDateInput),g=this.settings.parseDate(this.endDateInput)),+f==+g&&c<b){var h=e(a,this.settings.endClass)?this.endTimeInput:this.startTimeInput,i=e(a,this.settings.startClass)?this.endTimeInput:this.startTimeInput,j=this.settings.parseTime(h);this.timeDelta=0,this.settings.updateTime(i,j)}else this.timeDelta=c.getTime()-b.getTime()}else if(null!==this.settings.defaultTimeDelta){if(b){var k=new Date(b.getTime()+this.settings.defaultTimeDelta);this.settings.updateTime(this.endTimeInput,k)}else if(c){var l=new Date(c.getTime()-this.settings.defaultTimeDelta);this.settings.updateTime(this.startTimeInput,l)}this.timeDelta=this.settings.defaultTimeDelta}else this.timeDelta=null}},_d (…) method in f._defaults
H A Ddatepair.js64 updateTime: function(input, dateObj){ method in Datepair._defaults
252 this.settings.updateTime(this.endTimeInput, newEnd);
255 this.settings.updateTime(this.startTimeInput, newStart);
268 this.settings.updateTime(this.endTimeInput, newTime);
274 this.settings.updateTime(this.startTimeInput, newTime);
292 this.settings.updateTime(otherInput, selectedTime);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5497 function updateTime(spy){var timeBox=spy.logRow.getElementsByClassName("spyTime").item(0); function
5499 }}function updateLogRow(spy){updateTime(spy);
/plugin/html5video2/script/
H A Dvideo.min.js20updateTime=function(n,r,a,s){var o=this;this.requestNamedAnimationFrame("TimeTooltip#updateTime",f… class in t
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Service.php118 public $updateTime; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
491 public function setUpdateTime($updateTime) argument
493 $this->updateTime = $updateTime;
500 return $this->updateTime;
H A DGoogleCloudRunV2Service.php118 public $updateTime; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
491 public function setUpdateTime($updateTime) argument
493 $this->updateTime = $updateTime;
500 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DAsset.php47 public $updateTime; variable in Google\\Service\\SecurityCommandCenter\\Asset
150 public function setUpdateTime($updateTime) argument
152 $this->updateTime = $updateTime;
159 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiUiv1beta3CommonOperationMetadata.php41 public $updateTime; variable in Google\\Service\\Document\\GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
102 public function setUpdateTime($updateTime) argument
104 $this->updateTime = $updateTime;
111 return $this->updateTime;
H A DGoogleCloudDocumentaiV1alpha1CommonOperationMetadata.php41 public $updateTime; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1alpha1CommonOperationMetadata
102 public function setUpdateTime($updateTime) argument
104 $this->updateTime = $updateTime;
111 return $this->updateTime;
H A DGoogleCloudDocumentaiV1beta2OperationMetadata.php37 public $updateTime; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2OperationMetadata
84 public function setUpdateTime($updateTime) argument
86 $this->updateTime = $updateTime;
93 return $this->updateTime;
H A DGoogleCloudDocumentaiV1beta3CommonOperationMetadata.php41 public $updateTime; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta3CommonOperationMetadata
102 public function setUpdateTime($updateTime) argument
104 $this->updateTime = $updateTime;
111 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1SystemTimestamps.php24 public $updateTime; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1SystemTimestamps
42 public function setUpdateTime($updateTime) argument
44 $this->updateTime = $updateTime;
48 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DSpoke.php59 public $updateTime; variable in Google\\Service\\Networkconnectivity\\Spoke
204 public function setUpdateTime($updateTime) argument
206 $this->updateTime = $updateTime;
213 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventory.php33 public $updateTime; variable in Google\\Service\\OSConfig\\Inventory
80 public function setUpdateTime($updateTime) argument
82 $this->updateTime = $updateTime;
89 return $this->updateTime;
H A DInventoryItem.php45 public $updateTime; variable in Google\\Service\\OSConfig\\InventoryItem
134 public function setUpdateTime($updateTime) argument
136 $this->updateTime = $updateTime;
143 return $this->updateTime;
H A DOSPolicyAssignmentReport.php44 public $updateTime; variable in Google\\Service\\OSConfig\\OSPolicyAssignmentReport
119 public function setUpdateTime($updateTime) argument
121 $this->updateTime = $updateTime;
128 return $this->updateTime;
H A DPatchJob.php70 public $updateTime; variable in Google\\Service\\OSConfig\\PatchJob
265 public function setUpdateTime($updateTime) argument
267 $this->updateTime = $updateTime;
274 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DInstance.php118 public $updateTime; variable in Google\\Service\\DataFusion\\Instance
481 public function setUpdateTime($updateTime) argument
483 $this->updateTime = $updateTime;
490 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowTemplate.php52 public $updateTime; variable in Google\\Service\\Dataproc\\WorkflowTemplate
173 public function setUpdateTime($updateTime) argument
175 $this->updateTime = $updateTime;
182 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DService.php89 public $updateTime; variable in Google\\Service\\DataprocMetastore\\Service
360 public function setUpdateTime($updateTime) argument
362 $this->updateTime = $updateTime;
369 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DEntityResult.php31 public $updateTime; variable in Google\\Service\\Datastore\\EntityResult
68 public function setUpdateTime($updateTime) argument
70 $this->updateTime = $updateTime;
77 return $this->updateTime;
H A DMutation.php35 public $updateTime; variable in Google\\Service\\Datastore\\Mutation
98 public function setUpdateTime($updateTime) argument
100 $this->updateTime = $updateTime;
107 return $this->updateTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DConnectionProfile.php53 public $updateTime; variable in Google\\Service\\Datastream\\ConnectionProfile
198 public function setUpdateTime($updateTime) argument
200 $this->updateTime = $updateTime;
207 return $this->updateTime;
H A DRoute.php49 public $updateTime; variable in Google\\Service\\Datastream\\Route
138 public function setUpdateTime($updateTime) argument
140 $this->updateTime = $updateTime;
147 return $this->updateTime;
H A DStream.php60 public $updateTime; variable in Google\\Service\\Datastream\\Stream
219 public function setUpdateTime($updateTime) argument
221 $this->updateTime = $updateTime;
228 return $this->updateTime;

12345678910>>...12