Home
last modified time | relevance | path

Searched refs:time (Results 1751 – 1775 of 1835) sorted by path

1...<<71727374

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5012 …tatus:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,time:duration,success:su…
5015 }handleRequestStatus(success,status,time)
5025 var handleRequestStatus=function(success,status,time){var row=spy.logRow; argument
5030 if(time){var item=FBL.$$(".spyTime",row)[0];
5031 item.innerHTML=time+"ms"
6137 this.time=function(name,reset){if(!name){return method in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler
6138 }var time=new Date().getTime();
6142 }this.timeCounters[key]=time
6144 this.timeEnd=function(name){var time=new Date().getTime();
6148 if(timeCounter){var diff=time-timeCounter;
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt54 [[data:type:time:|Time]]
/plugin/webdav/
H A Dcomposer.lock54 "time": "2020-03-23T09:12:05+00:00"
137 "time": "2018-10-19T09:58:27+00:00"
194 "time": "2015-11-05T20:14:39+00:00"
250 "time": "2018-02-23T11:10:29+00:00"
301 "time": "2017-02-20T19:59:28+00:00"
397 "time": "2020-01-14T10:18:45+00:00"
460 "time": "2019-01-09T13:51:57+00:00"
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md409 * Some nodes that by default showed the current time as their last
410 modification time, now no longer has a last modification time.
1358 on the start of a time-range.
1378 * Fixed: Issue 211: A time-limit query on a non-relative alarm trigger in a
1392 time-range queries on alarms.
1394 weeks and days at the same time.
1401 time of a subsequent event in the recurrence set.
1418 * Added: Support for time-range filters on VALARM components.
1565 * Fixed: CalDAV time-range filter workaround for recurring events.
1567 be locked at the same time.
[all …]
H A DCONTRIBUTING.md14 We don't want to waste your time, so by having a quick chat with us first,
75 We may have to write the tests ourselves, which can increase the time it takes
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php575 time(),
617 …$stmt->execute([$calendarData, time(), $extraData['etag'], $extraData['size'], $extraData['compone…
1156 ':lastmodified' => time(),
1219 $newValues['lastmodified'] = time();
1332 …$stmt->execute([$principalUri, $objectData, $objectUri, time(), md5($objectData), strlen($objectDa…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php334 time(),
378 time(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php76 if (time() > $lock->timeout + $lock->created) unset($newLocks[$k]);
93 $lockInfo->created = time();
101 (time() > $lock->timeout + $lock->created)
H A DPDO.php63 $params = [time(),$uri];
125 $lockInfo->created = time();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php29 public $time; variable in Sabre\\DAV\\Xml\\Property\\GetLastModified
34 * @param int|DateTime $time
36 function __construct($time) { argument
38 if ($time instanceof DateTime) {
39 $this->time = clone $time;
41 $this->time = new DateTime('@' . $time);
45 $this->time->setTimezone(new DateTimeZone('UTC'));
56 return $this->time;
78 HTTP\Util::toHTTPDate($this->time)
/plugin/webdav/vendor/sabre/http/
H A DREADME.md216 // The afterRequest event could be a good time to do some logging, or
486 * method could only work correctly the first time.
630 * method could only work correctly the first time.
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php38 $time = '([0-1]\d|2[0-3])(\:[0-5]\d){2}';
46 $asctime_date = $wkday . ' ' . $date3 . ' ' . $time . ' [1-9]\d{3}';
48 $rfc850_date = $weekday . ', ' . $date2 . ' ' . $time . ' GMT';
50 $rfc1123_date = $wkday . ', ' . $date1 . ' ' . $time . ' GMT';
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md87 date/time (@afedyk-sugarcrm).
227 date/time (@afedyk-sugarcrm).
280 * #250: Recurring all-day events are incorrectly included in time range
281 requests when not using UTC in the time range. (@armin-hackmann)
337 * #204: Dealing a bit better with vCard date-time values that contained
447 excluded events with wrong time
612 * Fixed: vCard date-time parser supported extended-format dates as well.
690 * Added: When setting date-time properties you can just pass PHP's DateTime
823 properties with incorrect characters in the name (at this time, it just allows
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php444 foreach ($times as $time) {
445 if ($this->end && $time[0] > $this->end) {
448 if ($this->start && $time[1] < $this->start) {
453 $time[0]->getTimeStamp(),
454 $time[1]->getTimeStamp(),
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng221 value-date-time = element date-time {
222 pattern-date-time
298 type-date-time
364 value-time = element time {
365 pattern-time
851 value-date-time
862 value-date-time |
874 value-date-time |
1149 value-date-time
1158 value-date-time
[all …]
H A Dxcard.rng31 value-time = element time {
37 value-date-time = element date-time {
43 value-date-and-or-time = value-date | value-date-time | value-time
161 (value-date-and-or-time | value-text)
167 (value-date-and-or-time | value-text)
/plugin/webdavclient/
H A Dhelper.php796 if((time() < ($conn['lastsynced'] + $conn['syncinterval'])) && !$force)
881 $this->updateConnection($conn['id'], time());
904 $this->updateConnection($conn['id'], time(), $conn['ctag']);
975 $this->updateConnection($conn['id'], time(), $syncResponse['getctag']);
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md54 * #250: Recurring all-day events are incorrectly included in time range
55 requests when not using UTC in the time range. (@armin-hackmann)
111 * #204: Dealing a bit better with vCard date-time values that contained
221 excluded events with wrong time
386 * Fixed: vCard date-time parser supported extended-format dates as well.
464 * Added: When setting date-time properties you can just pass PHP's DateTime
597 properties with incorrect characters in the name (at this time, it just allows
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php264 foreach($times as $time) {
266 if ($this->end && $time[0] > $this->end) break;
267 if ($this->start && $time[1] < $this->start) break;
270 $time[0],
271 $time[1],
/plugin/webmaster/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/whoisonline/
H A Dsyntax.php58 "timeseen"=>time() ,
68 if( (time() - $user["timeseen"]) < $maxtime ) array_push( $newlist , $user );
/plugin/wideredit/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/wikicalendar/
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/wikistats/
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/plugin/wrap/
H A DCOPYING192 6. Each time you redistribute the Program (or any work based on the
242 of the General Public License from time to time. Such new versions will

1...<<71727374