Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 1619) sorted by relevance

12345678910>>...65

/plugin/highlightjs/highlight/languages/
Druby.js24 begin: '^\\=begin', end: '^\\=end', property
29 begin: '^__END__', end: '\\n$' property
33 begin: '\\(', end: '\\)', property
40 begin: '\\bdef\\b', end: '$|;', property
47 begin: '\\b(class|module)\\b', end: '$', property
55 begin: '[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?', end: '^', property
60 begin: '<\\s*', end: '^', property
65 begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE, end: '^' property
69 … begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', end: '^', property
74 begin: '\\?\\w', end: '^' property
[all …]
Dperl.js20 begin: '\\$\\d', end: '^' property
24 …begin: '[\\$\\%\\@\\*](\\^\\w\\b|#\\w+(\\:\\:\\w+)*|[^\\s\\w{]|{\\w+}|\\w+(\\:\\:\\w*)*)', end: '^' property
30 begin: '[$@]\\{', end: '\}', property
38 … begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', end: '^', property
43 begin: 'q[qwxr]?\\s*\\(', end: '\\)', property
49 begin: 'q[qwxr]?\\s*\\[', end: '\\]', property
55 begin: 'q[qwxr]?\\s*\\{', end: '\\}', property
61 begin: 'q[qwxr]?\\s*\\|', end: '\\|', property
67 begin: 'q[qwxr]?\\s*\\<', end: '\\>', property
73 begin: 'qw\\s+q', end: 'q', property
[all …]
Dhtml-xml.js7 begin: '<!--', end: '-->' property
11 begin: '\\s[a-zA-Z\\:-]+=', end: '^', property
16 begin: '"', end: '"' property
20 begin: '\'', end: '\'' property
32 begin: '<\\?', end: '\\?>', property
38 begin: '<\\!\\[CDATA\\[', end: '\\]\\]>' property
42 begin: '</?', end: '>', property
48 begin: '[A-Za-z:_][A-Za-z0-9\\._:-]+', end: '^', property
67 begin: '<!DOCTYPE', end: '>', property
72 begin: '\\s[a-zA-Z\\:-]+=', end: '^', property
[all …]
Dlisp.js21 begin: LISP_SIMPLE_NUMBER_RE, end: '^' property
25 begin: '#b[0-1]+(/[0-1]+)?', end: '^' property
29 begin: '#o[0-7]+(/[0-7]+)?', end: '^' property
33 begin: '#x[0-9a-f]+(/[0-9a-f]+)?', end: '^' property
37 begin: '#c\\(' + LISP_SIMPLE_NUMBER_RE + ' +' + LISP_SIMPLE_NUMBER_RE, end: '\\)' property
41 begin: ';', end: '$' property
45 begin: '[\'`]\\(', end: '\\)', property
50 begin: '\\(quote ', end: '\\)', property
57 begin: '\\(', end: '\\)', property
62 begin: '\\(', end: '\\)', property
[all …]
Ddiff.js15 begin: '^\\@\\@ +\\-\\d+,\\d+ +\\+\\d+,\\d+ +\\@\\@$', end:'^', property
20 begin: '^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$', end: '^', property
25 begin: '^\\-\\-\\- +\\d+,\\d+ +\\-\\-\\-\\-$', end: '^', property
30 begin: 'Index: ', end: '$' property
34 begin: '=====', end: '=====$' property
38 begin: '^\\-\\-\\-', end: '$' property
42 begin: '^\\*{3} ', end: '$' property
46 begin: '^\\+\\+\\+', end: '$' property
50 begin: '\\*{5}', end: '\\*{5}$' property
54 begin: '^\\+', end: '$' property
[all …]
D1c.js23 begin: '"', end: '"', property
29 begin: '"', end: '$', property
34 begin: '\\|', end: '$', property
39 begin: '\\|', end: '"', property
44 begin: '\'\\d{2}\\.\\d{2}\\.(\\d{2}|\\d{4})\'', end: '^' property
48 begin: '""', end: '^' property
52 begin: hljs.NUMBER_RE, end: '^', property
58 begin: IDENT_RE_RU, end: '^' property
62 begin: '\\(', end: '\\)', property
69 begin: '(процедура|функция)', end: '$', property
[all …]
Ddelphi.js19 begin: '{', end: '}', property
24 begin: '\\(\\*', end: '\\*\\)', property
30 begin: hljs.NUMBER_RE, end: '^', property
35 begin: '\'', end: '\'', property
41 begin: '(#\\d+)+', end: '^' property
45 begin: '\'\'', end: '^', noMarkup: true property
49 begin: 'function\\b', end: '[:;]', property
57 begin: '(procedure|constructor|destructor)\\b', end: ';', property
65 begin: hljs.IDENT_RE, end: '^' property
69 begin: '\\(', end: '\\)', property
[all …]
Dcss.js17 begin: '@', end: '[{;]', property
25 begin: '\\#[A-Za-z0-9_-]+', end: '^' property
29 begin: '\\.[A-Za-z0-9_-]+', end: '^', property
34 begin: '\\[', end: '\\]', property
39 begin: ':(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\\"\\\']+', end: '^' property
43 begin: '{', end: '}', property
49 begin: '[A-Z\\_\\.\\-]+\\s*:', end: ';', endsWithParent: true, property
62 begin: hljs.NUMBER_RE, end: '^' property
66 begin: '\\#[0-9A-F]+', end: '^' property
70 begin: hljs.IDENT_RE + '\\(', end: '\\)', property
Dparser3.js17 begin: '^#', end: '$' property
22 begin: '\\^rem{', end: '}', property
28 begin: '{', end: '}', property
33 begin: '^@(?:BASE|USE|CLASS|OPTIONS)$', end: '^', property
38 begin: '@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$', end: '^' property
42 begin: '\\$\\{?[\\w\\-\\.\\:]+\\}?', end: '^' property
46 begin: '\\^[\\w\\-\\.\\:]+', end: '^' property
50 begin: '\\^#[0-9a-fA-F]+', end: '^' property
Dpython.js19 begin: '\\bdef ', end: ':', property
28 begin: '\\bclass ', end: ':', property
36 begin: hljs.UNDERSCORE_IDENT_RE, end: '^' property
40 begin: '\\(', end: '\\)', property
47 begin: 'u?r?\'\'\'', end: '\'\'\'', property
52 begin: 'u?r?"""', end: '"""', property
60 begin: '(u|r|ur)\'', end: '\'', property
66 begin: '(u|r|ur)"', end: '"', property
72 begin: '@', end: '$' property
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
DInlineControlStructureSniff.php160 for ($end = ($closer + 1); $end < $phpcsFile->numTokens; $end++) {
161 if ($tokens[$end]['code'] === T_SEMICOLON) {
165 if ($tokens[$end]['code'] === T_CLOSE_TAG) {
166 $end = $lastNonEmpty;
170 if (in_array($tokens[$end]['code'], $fixableScopeOpeners) === true
171 && isset($tokens[$end]['scope_opener']) === false
179 if (isset($tokens[$end]['scope_opener']) === true) {
180 $type = $tokens[$end]['code'];
181 $end = $tokens[$end]['scope_closer'];
183 … $next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($end + 1), null, true);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DFreeBusyData.php26 protected $end; variable in Sabre\\VObject\\FreeBusyData
35 function __construct($start, $end) { argument
38 $this->end = $end;
43 'end' => $this->end,
53 * @param int $end
57 function add($start, $end, $type) { argument
59 if ($start > $this->end || $end < $this->start) {
70 if ($end > $this->end) {
72 $end = $this->end;
87 'end' => $end,
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
DFreeBusyData.php26 protected $end; variable in Sabre\\VObject\\FreeBusyData
35 public function __construct($start, $end) argument
38 $this->end = $end;
43 'end' => $this->end,
52 * @param int $end
55 public function add($start, $end, $type) argument
57 if ($start > $this->end || $end < $this->start) {
66 if ($end > $this->end) {
68 $end = $this->end;
83 'end' => $end,
[all …]
/plugin/asciidocjs/node_modules/lodash/
D_baseFill.js14 function baseFill(array, value, start, end) { argument
21 end = (end === undefined || end > length) ? length : toInteger(end);
22 if (end < 0) {
23 end += length;
25 end = start > end ? 0 : toLength(end);
26 while (start < end) {
Dslice.js21 function slice(array, start, end) { argument
26 if (end && typeof end != 'number' && isIterateeCall(array, start, end)) {
28 end = length;
32 end = end === undefined ? length : toInteger(end);
34 return baseSlice(array, start, end);
D_createRange.js13 return function(start, end, step) { argument
14 if (step && typeof step != 'number' && isIterateeCall(start, end, step)) {
15 end = step = undefined;
19 if (end === undefined) {
20 end = start;
23 end = toFinite(end);
25 step = step === undefined ? (start < end ? 1 : -1) : toFinite(step);
26 return baseRange(start, end, step, fromRight);
D_baseSlice.js10 function baseSlice(array, start, end) { argument
17 end = end > length ? length : end;
18 if (end < 0) {
19 end += length;
21 length = start > end ? 0 : ((end - start) >>> 0);
/plugin/virtualkeyboard/vk/extensions/
Darrayextensions.js67 Array.prototype.slice = function(start, end) { argument
70 if (end == null || end == '') end = this.length;
73 else if (end < 0) end = this.length + end;
77 if (end < start) {
78 temp = end;
79 end = start;
85 for (var i = 0; i < end - start; i++) {
136 Array.prototype.lastIndexOf = function(needle,end) { argument
137 …for (var i=(null==end||isNaN(end)||end>this.length)?this.length-1:Math.round(end), idx = -1; idx==…
216 Array.range = function(end /* :Number */, start /* :Number */, inc /* :Number */) /* :Array */{ argument
[all …]
/plugin/structgantt/meta/
DGantt.php130 $end = $row[$this->colrefEnd]->getCompareValue();
131 $end = explode(' ', $end); // cut off time
132 $end = array_shift($end);
133 if ($end && $end < $min) $min = $end;
134 if ($end && $end > $max) $max = $end;
291 $end = $row[$this->colrefEnd]->getCompareValue();
293 if ($start && $end) {
295 $r2 = $this->listDays($start, $end);
296 $r3 = $this->listDays($end, $this->maxDate);
298 …while ($r1 && ($this->intervalFormat(end($r1), 'comp') >= $this->intervalFormat($r2[0], 'comp'))) {
[all …]
/plugin/odt/ODT/
DXMLUtil.php92 $end = strpos ($xmlCode, '</'.$element.'>', $pos);
93 if ($end === false) {
96 $end += 3 + $elementLength;
99 $endPos = $end;
100 return substr ($xmlCode, $start, $end-$start);
161 $end = strpos ($xmlCode, '</'.$element.'>', $pos);
162 if ($end === false) {
165 $contentEnd = $end - 1;
166 $end += 3 + $elementLength;
169 $endPos = $end;
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php45 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
76 * @param DateTime $end
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
83 if ($start && $end) {
84 $this->setTimeRange($start, $end);
151 * @param DateTime $end
154 public function setTimeRange(\DateTime $start = null, \DateTime $end = null) { argument
157 $this->end = $end;
227 if ($this->end && $startTime > $this->end) {
242 if ($this->end && $startTime > $this->end) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php45 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
76 * @param DateTime $end
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
83 if ($start && $end) {
84 $this->setTimeRange($start, $end);
151 * @param DateTime $end
154 public function setTimeRange(\DateTime $start = null, \DateTime $end = null) { argument
157 $this->end = $end;
227 if ($this->end && $startTime > $this->end) {
242 if ($this->end && $startTime > $this->end) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php45 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
76 * @param DateTime $end
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
83 if ($start && $end) {
84 $this->setTimeRange($start, $end);
151 * @param DateTime $end
154 public function setTimeRange(\DateTime $start = null, \DateTime $end = null) { argument
157 $this->end = $end;
227 if ($this->end && $startTime > $this->end) {
242 if ($this->end && $startTime > $this->end) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
DFreeBusyQueryReport.php36 public $end; variable in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
64 $end = null;
71 $end = empty($elem['attributes']['end']) ?: $elem['attributes']['end'];
74 if (!$start && !$end) {
80 if ($end) {
81 $end = DateTimeParser::parseDateTime($end);
85 $result->end = $end;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php36 public $end; variable in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
64 $end = null;
71 $end = empty($elem['attributes']['end']) ?: $elem['attributes']['end'];
74 if (!$start && !$end) {
80 if ($end) {
81 $end = DateTimeParser::parseDateTime($end);
85 $result->end = $end;

12345678910>>...65