Home
last modified time | relevance | path

Searched refs:start (Results 1026 – 1050 of 1772) sorted by path

1...<<41424344454647484950>>...71

/plugin/highlight2wiki/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1719 * tag.ulol.inc.php: fixed bug 1233993 - OL 'start' attribute not
H A DLICENSE469 safest to attach them to the start of each source file to most effectively
/plugin/html2pdf/snorriheim/
H A DCOPYING289 to attach them to the start of each source file to most effectively
/plugin/html5/
H A Drenderer.php114 function section_edit( $start, $end, $level, $name ) argument
/plugin/html5video2/
H A DLICENSE289 to attach them to the start of each source file to most effectively
H A Dprint.css163 /* Big Play Button (at start)
H A Dstyle.css1244 align-items: flex-start;
/plugin/html5video2/script/
H A Dvideo.min.js12start:function(){throw new Error("This TimeRanges object is empty")},end:function(){throw new Erro…
20start:0,left:0,center:50,middle:50,end:100,right:100},t.align)}t.positionAlign=a.get("positionAlig…
21start:function(){s.attributes&&!isNaN(s.attributes["TIME-OFFSET"])?this.manifest.start={timeOffset… class in s.attributes.manifest
23start buffering"}):l({message:"seekToProgramTime: programTime, seekTo and playlist must be provide… class in e.AnonymousFunctionc9f82cd750b00.t
/plugin/htmldetailstag/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/htmlok/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/htmlokalt/
H A DLICENSE209 To do so, attach the following notices to the program. It is safest to attach them to the start of …
/plugin/hubspot/
H A DLICENSE289 to attach them to the start of each source file to most effectively
/plugin/icalevents/
H A DLICENSE.txt297 to attach them to the start of each source file to most effectively
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md15 * #11: Fix support for URIs that start with a triple slash. PHP's `parse_uri()`
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
12 echo "time: " . (microtime(true) - $start) . "\n";
H A Dbench_freebusygenerator.php20 $bench->parse->start();
27 $start = new \DateTime('2000-01-01'); variable
31 $bench->fb->start();
35 $fb = new Sabre\VObject\FreeBusyGenerator($start, $end, $vcal, $timeZone);
H A Dbench_manipulatevcard.php26 $bench->parse->start();
32 $bench->manipulate->start();
40 $bench->serialize->start();
H A Drrulebench.php18 $bench->parse->start();
26 $bench->expand->start();
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 * @param DateTime $start
87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
102 if ($start <= $occurrence && $end > $occurrence) {
108 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
H A DVAvailability.php29 * @param DateTimeInterface $start
34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
38 (is_null($effectiveStart) || $start < $effectiveEnd) &&
H A DVCalendar.php287 * @param DateTimeInterface $start
293 … function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = null) { argument
343 } elseif ($child->name === 'VEVENT' && $child->isInTimeRange($start, $end)) {
362 $it->fastForward($start);
366 if ($it->getDTEnd() > $start) {
H A DVEvent.php28 * @param DateTimeInterface $start
33 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
39 $it = new EventIterator($this, null, $start->getTimezone());
49 $it->fastForward($start);
57 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
61 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
H A DVFreeBusy.php24 * @param DateTimeInterface $start
29 function isFree(DateTimeInterface $start, DatetimeInterface $end) { argument
55 if ($start < $busyEnd && $end > $busyStart) {
H A DVJournal.php26 * @param DateTimeInterface $start
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
40 return ($start <= $effectiveEnd && $end > $dtstart);

1...<<41424344454647484950>>...71