Home
last modified time | relevance | path

Searched refs:end (Results 201 – 225 of 1305) sorted by relevance

12345678910>>...53

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateStyleDefinitionSniff.php68 $end = $tokens[$stackPtr]['bracket_closer'];
71 $next = $phpcsFile->findNext(array(T_STYLE, T_OPEN_CURLY_BRACKET), ($next + 1), $end);
H A DLowercaseStyleDefinitionSniff.php64 $end = ($tokens[$stackPtr]['bracket_closer'] - 1);
67 for ($i = $start; $i <= $end; $i++) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1735 this.end = end || null;
1771 if (end && !end.hasTime()) {
1775 if (end && (!end.isValid() || !end.isAfter(start))) {
3342 end = eventDateProfile.end.clone();
3352 if (end && !end.hasTime()) {
3360 if (end && end.hasTime()) {
5569 obj.end = dateProfile.end ? dateProfile.end.clone() : null;
6708 return { start: start, end: end };
8682 this.end = end;
10530 var end = range.end;
[all …]
/plugin/toolbox/
H A DToolboxFindAndReplace.js110 var found = findNextPosition(term, sel.end);
125 if (sel.start === sel.end) {
190 sel.end = start;
197 sel.end = start + len;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst40 {# you can omit the last argument -- which will select everything till the end #}
47 variable. If start is negative, the sequence will start that far from the end
53 negative then the sequence will stop that many elements from the end of the
55 up until the end of the variable.
/plugin/exttab2/
H A Dsyntax.php260 $t = end($this->stack);
283 while (($t = end($this->stack)) != EXTTAB2_TABLE) {
334 $t = end($this->stack);
356 $t = end($this->stack);
380 $t = end($this->stack);
405 $t = end($this->stack);
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md85 - The end of the text indicates the end if a sentence if not otherwise ended
87 - Sentences must be at least two words long, unless a linebreak or end-of-text.
90 the end of a sentence.
91 - A single period is considered the end of a sentence, unless...
94 - A sequence of multiple periods is not considered the end of a sentence.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php177 $end = $tokens[$condPtr]['scope_closer'];
178 $function = $phpcsFile->findNext(T_FUNCTION, ($condPtr + 1), $end);
186 $function = $phpcsFile->findNext(T_FUNCTION, ($function + 1), $end);
195 $end = $tokens[$setupFunction]['scope_closer'];
196 for ($i = $start; $i < $end; $i++) {
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php28 $end = new \DateTime('2020-01-01'); variable
35 $fb = new Sabre\VObject\FreeBusyGenerator($start, $end, $vcal, $timeZone);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DNestingLevelSniff.php78 $end = $tokens[$stackPtr]['scope_closer'];
83 for ($i = ($start + 1); $i < $end; $i++) {
/plugin/mediasyntax/syntax/
H A Dmedia.php45 $end=preg_replace("/^\[\[Image:|^\[\[File:/","",$match); // e.g. foo.png|50px]]
46 $start=preg_replace("/\]\]$/","",$end); // e.g.. foo.png|50px
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnusedFunctionParameterSniff.php78 $end = --$token['scope_closer'];
90 for (; $next <= $end; ++$next) {
147 for ($i = ($next + 1); $i <= $end; $i++) {
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/aceeditor/
H A Dbuild.js1end.row)var n=2*t.column-e.start.column-e.end.column;else if(e.start.row==e.end.row-1&&!e.start.co… property in AnonymousFunction3f72001724700.s
/plugin/signavio/
H A Dsyntax.php85 $end = '
99 return array($state, array($begin, $sigData[0], $sigData[1], $end));
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php192 protected function pipeIn($command, $end="\r\n") argument
195 …if (!@fwrite($this->pipes[0], $command . $end) && !empty($command)) throw new Swift_ConnectionExc…
257 public function write($command, $end="\r\n") argument
269 else $this->pipeIn($command, $end);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php280 * @param DateTimeInterface $end
286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = … argument
331 } elseif ('VEVENT' === $child->name && $child->isInTimeRange($start, $end)) {
348 while ($it->valid() && $it->getDTStart() < $end) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php288 * @param DateTimeInterface $end
293 … function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = null) { argument
343 } elseif ($child->name === 'VEVENT' && $child->isInTimeRange($start, $end)) {
364 while ($it->valid() && $it->getDTStart() < $end) {
/plugin/latexport/_test/
H A Dcommand.php258 private $end; variable in CommandTableCline
260 function __construct($start, $end) { argument
263 $this->end = $end;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1end']\n },\n brackets: [\n ['(', ')'],\n ['{', '}'],\n ['[', ']']\n …
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php48 $end = microtime(true) + $this->timeout;
51 while ($end > microtime(true)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php86 * @param int $end The token to search to.
92 private function _searchForConflict(PHP_CodeSniffer_File $phpcsFile, $start, $end, $tokens) argument
109 for ($i = $start; $i <= $end; $i++) {
/plugin/externalembed/
H A Daction.php141 $cacheHelper->removeOldVideo(end($existing_cache), $page_cache);
147 …ray_push($new_metadata['current']["plugin"]["externalembed"]["video_ids"], end($new_playlist_data)…
148 …_push($new_metadata['persistent']["plugin"]["externalembed"]["video_ids"], end($new_playlist_data)…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn.css70 .bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
83 .bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
87 .bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
100 .bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
106 .bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
107 .bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
108 .bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
109 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
110 .bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
111 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */

12345678910>>...53