Home
last modified time | relevance | path

Searched refs:getTime (Results 26 – 50 of 240) sorted by last modified time

12345678910

/plugin/ckgedit/ckeditor/
H A Dckeditor.js22 …lastOutput=(new Date).getTime();c._scheduledTimer=0;c._call()}if(!c._scheduledTimer||!1!==c._resch…
742 …{c.moveToPoint(d,g+l),f=!0}catch(n){}}if(f){var k="cke-temp-"+(new Date).getTime();c.pasteHTML('\x…
/plugin/ckgedit/
H A Dlocktimer.js67 if((now.getTime() - locktimer.our_lasttime.getTime() > 45*1000) || bak){
/plugin/dokucrypt2/
H A Dscript.js93 if(now.getTime() - dw_locktimer.lasttime.getTime() <= 30*1000) {
124 if(now.getTime() - dw_locktimer.lasttime.getTime() > 30*1000){ //FIXME decide on time
1070 addEntropy32((new Date()).getTime());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php54 $result['value']->getTime()
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php313 $lastMod = $subProps['{DAV:}getlastmodified']->getTime();
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js146 var isNowValid = !isNaN(m._d.getTime()) &&
242 this._d = new Date(config._d != null ? config._d.getTime() : NaN);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php54 function getTime() { function in Sabre\\DAV\\Xml\\Property\\GetLastModified
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1223 return !isNaN(d.getTime());
1316 timeOffset = tmpDate[2].getTime() - (tmpDate[2].getTimezoneOffset()) * 60000;
1317 … currentTime = new Date((_this.now(true)).getTime() + parseInt(tmpDate[1] + '1', 10) * timeOffset);
1602 …ons.maxTime).getTime() < now.getTime()) || (options.minTime !== false && _xdsoft_datetime.strtotim…
1605getTime() > _xdsoft_datetime.strtotime(options.disabledMinTime).getTime()) && (options.disabledMax…
2072 ….prototype.dateFormat=function(b){if(b=="unixtime"){return parseInt(this.getTime()/1000);}if(Date.…
/plugin/davcal/
H A Djstz.js123 var yearstart = new Date(year, 0, 1, 0, 0, 1, 0).getTime();
124 var yearend = new Date(year, 12, 31, 23, 59, 59).getTime();
149 s: find_dst_fold(dst_start).getTime(),
150 e: find_dst_fold(dst_end).getTime()
175 var date_start = new Date(a_date.getTime() - padding).getTime();
176 var date_end = a_date.getTime() + padding;
/plugin/indexmenu/scripts/
H A Dindexmenu.js528 yday = new Date(now.getTime() - 1000 * 60 * 60 * 24);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerMessage.php65 public function getTime() function in Google\\Service\\Dataflow\\WorkerMessage
H A DJobMessage.php91 public function getTime() function in Google\\Service\\Dataflow\\JobMessage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php233 public function getTime() function in Google\\Service\\ServiceControl\\Request
H A DResponse.php109 public function getTime() function in Google\\Service\\ServiceControl\\Response
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DDenyMaintenancePeriod.php67 public function getTime() function in Google\\Service\\CloudFilestore\\DenyMaintenancePeriod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSeekRequest.php55 public function getTime() function in Google\\Service\\Pubsub\\SeekRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDenyMaintenancePeriod.php73 public function getTime() function in Google\\Service\\SQLAdmin\\DenyMaintenancePeriod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php71 public function getTime() function in Google\\Service\\DLP\\GooglePrivacyDlpV2DateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DDenyMaintenancePeriod.php67 public function getTime() function in Google\\Service\\CloudMemorystoreforMemcached\\DenyMaintenancePeriod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDenyMaintenancePeriod.php67 public function getTime() function in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\DenyMaintenancePeriod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogLine.php89 public function getTime() function in Google\\Service\\Logging\\LogLine
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DLastModifiedInfo.php37 public function getTime() function in Google\\Service\\Dfareporting\\LastModifiedInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DTimeEvent.php69 public function getTime() function in Google\\Service\\CloudTrace\\TimeEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php197 public function getTime() function in Google\\Service\\Drive\\Change

12345678910