Home
last modified time | relevance | path

Searched refs:start (Results 301 – 325 of 1772) sorted by relevance

1...<<11121314151617181920>>...71

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) { argument
15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) { argument
15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/davcal/
H A Dscript.js503 calEvent.start = event;
505 calEvent.start.hour(12);
506 calEvent.start.minute(0);
521 calEvent.start = event;
523 calEvent.start.hour(12);
524 calEvent.start.minute(0);
656 jQuery('#dw_davcal__eventfrom_edit').val(calEvent.start.format('YYYY-MM-DD'));
657 jQuery('#dw_davcal__eventfromtime_edit').val(calEvent.start.format('HH:mm'));
684 jQuery('#dw_davcal__eventto_edit').val(calEvent.start.format('YYYY-MM-DD'));
685 jQuery('#dw_davcal__eventtotime_edit').val(calEvent.start.format('HH:mm'));
/plugin/authnc/
H A Dauth.php229 * @param int $start index of first user to be returned
235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
315 * @param int $start
320 public function retrieveGroups($start = 0, $limit = 0) argument
/plugin/linkback/
H A Dhttp.php109 $start = time();
135 if (time() - $start > $this->timeout) {
214 if (time() - $start > $this->timeout) {
244 if (time() - $start > $this->timeout) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php41 * start expressions in document context
47 * start expressions in descendant-or-self context
645 $start = $add;
649 $start = $add;
652 $start = 1;
656 $start = 1;
659 if ($start > 1) {
660 $condition .= sprintf(' %s >= %d', $expressionPosition, $start);
661 } elseif ($start < 0) {
662 $condition .= sprintf(' %s <= %s - %d', $expressionPosition, $expressionCount, abs($start));
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/toctweak/syntax/
H A Dautotoc.php49 $start = strlen($m[1]) +2;
50 $param = substr($match, $start+1, -2);
/plugin/statistics/inc/
H A DStatisticsGraph.class.php11 private $start; variable in StatisticsGraph
19 public function render($call, $from, $to, $start) { argument
25 $this->start = (int) $start;
76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
/plugin/amcharts/assets/amcharts/
H A Dserial.js20 …b;for(b=0;b<a.length;b++)a[b].zoom(this.start,this.end);a=this.graphs;for(b=0;b<a.length;b++)a[b].…
26start&&(c=e=0),d=this.start-c,g=this.end-e,this.zoomToIndexes(d,g))}},validateData:function(a){thi…
27 …c=this.lastTime}else if(b=this.start,c=this.end,isNaN(b)||isNaN(c))b=0,c=a;this.endTime=this.start…
32start=e.fitToBounds(h,0,c);this.end=e.fitToBounds(d,0,c);this.zoomAxesAndGraphs();this.zoomScrollb…
33 …tedSeries;isNaN(c)||(b!=this.end&&b-a>c&&(a=b-c),a!=this.start&&b-a>c&&(b=a+c));if(a!=this.start||…
39start,a.end)},dispatchTimeZoomEvent:function(){if(this.drawGraphs&&(this.prevStartTime!=this.start…
40start;this.endIndex=this.end;this.startDate=a.startDate;this.endDate=a.endDate;this.prevStartTime=…
41start)&&!isNaN(this.end)){var b={chart:this,target:this,type:"zoomed"};b.startIndex=this.start;b.e…
61start:a,end:h},this.skipZoomed=!0,b.fire(n),this.zoom(a,h),n=!0}else if(f=this.start0,g=this.end0,…
73start,this.stepWidth=this.getStepWidth(f),0<k)for(v=Math.floor(f/k),r=this.chooseMinorFrequency(v)…
[all …]
/plugin/pagebuttons/
H A Dscript.js20 var start = JSINFO['plugin_pagebuttons']['start'];
85 var submit_url = pre_url + urlSeparator + page + urlSeparator + start + "&do=edit";
107 … var submit_url = pre_url + urlSeparator + folder + urlSeparator + start + "&do=edit";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php33 public static function substr(string $string, int $start, ?int $length = null): string argument
36 return mb_strcut($string, $start, $length);
39 return substr($string, $start, (null === $length) ? strlen($string) : $length);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php621 public function setStart(EventDateTime $start) argument
623 $this->start = $start;
630 return $this->start;
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js634 var start = decodeEscape(p);
640 end = start;
642 ranges.push([start, end]);
647 if (!(end < 65 || start > 122)) {
648 if (!(end < 65 || start > 90)) {
649 ranges.push([Math.max(65, start) | 32, Math.min(end, 90) | 32]);
651 if (!(end < 97 || start > 122)) {
652 ranges.push([Math.max(97, start) & ~32, Math.min(end, 122) & ~32]);
/plugin/src/
H A Dsyntax.php138 function _fetchFile($fileName, $start = 0, $end = 0) { argument
149 if ($start != 0) {
150 for ($i = $start; $i < sizeof($content2); $i++) {
/plugin/authwordpress/
H A Dauth.php144 * @param int $start index of first user to be returned
150 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
162 if ($i >= $start) {
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php541 * @param int $start Start.
546 public function transliterate($identifier, $start = 0, $end = null) argument
556 $this->_string = $transliterator->transliterate($this->_string, $start, $end);
689 * @param int $start Position of first character.
693 public function reduce($start, $length = null) argument
695 $this->_string = mb_substr($this->_string, $start, $length);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php612 public static function mb_substr($s, $start, $length = null, $encoding = null) argument
616 return (string) substr($s, $start, null === $length ? 2147483647 : $length);
619 if ($start < 0) {
620 $start = \iconv_strlen($s, $encoding) + $start;
621 if ($start < 0) {
622 $start = 0;
629 $length = \iconv_strlen($s, $encoding) + $length - $start;
635 return (string) \iconv_substr($s, $start, $length, $encoding);
/plugin/simplechat/
H A Dscript.js27 data: { cmd : 'send' , msg : $mymsg, user : $username, room : $room , start: $sc_chatstatus } ,
52 data: { cmd: 'update' , start: $sc_chatstatus , room : $room } ,
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css13 align-content: flex-start
43 align-content: flex-start
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst27 Note that if the start is greater than the end, ``range`` assumes a step of
39 function (with a step of ``1``, or ``-1`` if the start is greater than the end):
/plugin/menu/
H A Dstyle.css20 align-items:flex-start;
33 align-items:flex-start;
/plugin/authgooglesheets/
H A Dauth.php117 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
119 return $this->helper->getUsers($start, $limit, $filter);
/plugin/captcha/
H A Dfiglet.php96 $start = $this->commentLines + ($asciValue - 32) * $this->height;
100 $tmp = $this->fontFile[$start + $a];

1...<<11121314151617181920>>...71