Home
last modified time | relevance | path

Searched refs:end (Results 101 – 125 of 1305) sorted by relevance

12345678910>>...53

/plugin/header2/
H A Drenderer.php41 public function finishSectionEdit($end = null) { argument
43 if (!is_null($end) && $end <= $start) {
50 $this->doc .= "[$start-" . (is_null($end) ? '' : $end) . '] -->';
/plugin/highlightjs/highlight/languages/
H A Ddos.js21 begin: '\\b\\d+', end: '^',
26 begin: '@?rem', end: '$'
30 begin: '%[^ ]+?%', end: '^'
H A Dvbscript.js21 begin: '"', end: '"',
28 begin: '""', end: '^', noMarkup: true
32 begin: '\'', end: '$'
H A Dmel.js29 begin: '`', end: '`',
35 begin: '\\$\\d', end: '^',
40 begin: '[\\$\\%\\@\\*](\\^\\w\\b|#\\w+|[^\\s\\w{]|{\\w+}|\\w+)', end: '^'
H A Dcpp.js25 begin: '\'', end: '[^\\\\]\'',
30 begin: '#', end: '$'
34 begin: '\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap)\\s*<', end: '>',
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php92 $end = --$token['scope_closer'];
94 for (; $start <= $end; ++$start) {
128 $end = --$token['parenthesis_closer'];
132 for ($next = $start; $next <= $end; ++$next) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php15 $end = microtime(true) + $timeout_in_ms / 1000;
17 while ($end > microtime(true)) {
33 $end = microtime(true) + $timeout_in_ms / 1000;
35 while ($end > microtime(true)) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
H A DVJournal.php26 * @param DateTime $end
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js28 var end = document.cookie.indexOf(";", begin);
29 if (end == -1) end = dc.length;
32 return unescape(dc.substring(begin + prefix.length, end));
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
H A DVJournal.php26 * @param DateTime $end
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
H A DVJournal.php26 * @param DateTime $end
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
/plugin/latexit/tests/my/
H A Dtest8.latex18 \end{longtable}
30 \end{longtable}
43 \end{longtable}
55 \end{longtable}
57 \end{document}
H A Dtest13.latex9 \end{verbatim}
15 \end{quote}
18 \end{document}
/plugin/header3/
H A Drenderer.php60 public function finishSectionEdit($end = null) { argument
62 if (!is_null($end) && $end <= $start) {
69 $this->doc .= "[$start-" . (is_null($end) ? '' : $end) . '] -->';
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js88 var end = cookies.indexOf(';', start);
90 if (end < 0)
92 end = cookies.length;
96 postCookie = cookies.substring(end);
99 var value = cookies.substring(start, end);
/plugin/combo/ComboStrap/
H A DPipelineUtility.php236 $end = null;
238 $end = $startEndSelector[1];
239 if (empty($end)) {
240 $end = sizeof($words);
242 $end = $end - 1;
244 if ($end == null) {
252 for ($i = $start; $i <= $end; $i++) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp26 end function
33 end if
34 end Function
44 end if
51 end if
52 end if
53 end Function
109 end if
180 end function
193 end function
[all …]
/plugin/runcommand/
H A Dscript.js15 var end = url.indexOf("?")-8; // remove 8 characther for "doku.php" text.
16 url = url.substring(begin,end)+"lib/plugins/runcommand/";
38 var end = url.indexOf("?")-8; // remove 8 characther for "doku.php" text.
39 url = url.substring(begin,end)+"lib/plugins/runcommand/";
/plugin/rtmchecklist/
H A Dsyntax.php93 $end = false;
103 $end = true;
107 $end = true;
115 return array('tasks' => $tasks, 'start' => $start, 'end' => $end);
/plugin/structtemplate/_vagrant/
H A DVagrantfile39 end
56 end
61 end
74 end
81 end
87 end
110 # end
111 # end
112 end
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1193 end: -1
1198 end: -1
1258 if ( track.end > byEnd[ endIndex ].end ) {
1572 while ( tracks.byEnd[ end ] && tracks.byEnd[ end ].end <= currentTime ) {
1603 end++;
1688 while ( tracks.byEnd[ end ] && tracks.byEnd[ end ].end > currentTime ) {
1718 end--;
1856 natives.end = natives.end || natives[ "out" ];
1859 natives.end = combineFn( natives.end, function() {
1932 if ( !options.end && options.end !== 0 ) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVJournal.php27 * @param DateTimeInterface $end
31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) argument
40 return $start <= $effectiveEnd && $end > $dtstart;

12345678910>>...53