Home
last modified time | relevance | path

Searched refs:end (Results 126 – 150 of 1305) sorted by relevance

12345678910>>...53

/plugin/jspolyfill/script/
H A Darray_fill.js28 var end = arguments[2];
29 var relativeEnd = end === undefined ?
30 len : end >> 0;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVJournal.php27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
40 return ($start <= $effectiveEnd && $end > $dtstart);
H A DVFreeBusy.php25 * @param DateTimeInterface $end
29 function isFree(DateTimeInterface $start, DatetimeInterface $end) { argument
55 if ($start < $busyEnd && $end > $busyStart) {
H A DVAlarm.php83 * @param DateTime $end
87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
102 if ($start <= $occurrence && $end > $occurrence) {
108 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php63 ->end();
73 ->end();
87 ->end();
109 ->end();
129 ->end();
234 ->end();
253 ->end();
269 ->end();
300 ->end();
325 ->end();
[all...]
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17end:d}}function q(a,b,c){return{start:b,end:c,length:c-b,text:a.value.slice(b,c)}}function r(){ret…
/plugin/behave/
H A Dbehave.js189 set: function (start, end) {
190 if(!end){
191 end = start;
199 range.moveEnd('character', end);
207 end = 0, variable
216 end = textAreaElement.selectionEnd;
232 start = end = len;
238 end = len;
241 end += normalizedValue.slice(0, end).split(newLine).length - 1;
247 return start==end ? false : {
[all …]
/plugin/indexmenu2/cms/transitions/
H A Dblend.js12end)i.transitions.blend.end=1;if(!i.transitions.blend.useIeBlendFix)i.transitions.blend.useIeBlend…
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php172 $end = clone $this->startDate;
173 $end = $end->add($duration);
174 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
246 $end = clone $this->currentDate;
247 return $end->modify('+' . $this->eventDuration . ' seconds');
377 $offsets = end($this->overriddenEventsIndex);
379 $offset = end($offsets);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php161 $end = clone $this->startDate;
162 $end = $end->add($duration);
163 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
232 $end = clone $this->currentDate;
234 return $end->modify('+'.$this->eventDuration.' seconds');
356 $offsets = end($this->overriddenEventsIndex);
358 $offset = end($offsets);
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php139 $end = array_slice($array, -2);
141 return isset($end[1]) && $end[1] === $this->objects ? $end[0] : false;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php25 * @param DateTimeInterface $end
29 public function isFree(DateTimeInterface $start, DatetimeInterface $end) argument
54 if ($start < $busyEnd && $end > $busyStart) {
H A DVAlarm.php82 * @param DateTime $end
86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) argument
100 if ($start <= $occurrence && $end > $occurrence) {
107 return $start <= $effectiveTrigger && $end > $effectiveTrigger;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php24 * @param Datetime $end
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php24 * @param Datetime $end
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php24 * @param Datetime $end
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts94 grid_row_class(start: Date, end: Date, task: any): string;
156 progress_text(start: Date, end: Date, task: any): string;
164 quick_info_class(start: Date, end: Date, task: any): void;
180 quick_info_date(start: Date, end: Date, task: any): string;
226 task_class(start: Date, end: Date, task: any): string;
246 task_row_class(start: Date, end: Date, task: any): string;
254 task_text(start: Date, end: Date, task: any): string;
262 task_time(start: Date, end: Date, task: any): string;
295 tooltip_text(start: Date, end: Date, task: any): string;
315 rightside_text(start: Date, end: Date, task: any): string;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DUseDeclarationSniff.php149 $end = $phpcsFile->findNext(T_SEMICOLON, ($stackPtr + 1));
150 $next = $phpcsFile->findNext(T_WHITESPACE, ($end + 1), null, true);
156 $diff = ($tokens[$next]['line'] - $tokens[$end]['line'] - 1);
167 $phpcsFile->fixer->addNewline($end);
170 for ($i = ($end + 1); $i < $next; $i++) {
178 $phpcsFile->fixer->addNewline($end);
/plugin/asiansearch/
H A Daction.php137 $utf8_offset = $offset = $end = 0;
186 … $append = ($start < $end) ? $end : false; // still the end of the previous context snippet
187 $end = $utf8_idx + $utf8_len + $post; // now set it to the end of this context
190 $snippets[count($snippets)-1] .= utf8_substr($text,$append,$end-$append);
192 $snippets[] = utf8_substr($text,$start,$end-$start);
/plugin/highlightjs/highlight/languages/
H A Drenderman.js218 begin: 'surface |displacement |light |volume |imager ', end: '\\(',
224 begin: 'illuminate|illuminance|gather', end: '\\(',
236 begin: '#', end: '$'
/plugin/bureaucracy/helper/
H A Dfieldwiki.php59 $end = 2;
64 $end = 3;
66 $ins = array_slice($ins, $start, -$end);
/plugin/dokucrypt2/
H A Dsyntax.php78 if (($end=strpos($match, " ", $x))!==false) {
79 $len=$end-$x;
87 if (($end=strpos($match, " ", $x))!==false) {
88 $len=$end-$x;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DMethod.php37 public function setLines($start, $end = null) argument
41 if ($end !== null) {
42 $this->contextNode->setAttribute('end', $end);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java38 mxCellState start, mxCellState end, boolean isSource) in SchemaGraphComponent()
45 boolean left = start.getX() > end.getX(); in SchemaGraphComponent()
50 - end.getCenterX()) in SchemaGraphComponent()
51 - start.getWidth() / 2 - end.getWidth() / 2; in SchemaGraphComponent()
74 super.updateFloatingTerminalPoint(edge, start, end, in SchemaGraphComponent()
/plugin/actickets/
H A Dscript.js59 var end = actickets.requested + actickets.batch;
60 if (end > actickets.requests.length) {
61 end = actickets.requests.length;
64 for (var n = actickets.requested; n < end; n++) {
71 actickets.requested = end;

12345678910>>...53