Home
last modified time | relevance | path

Searched refs:start (Results 201 – 225 of 1772) sorted by relevance

12345678910>>...71

/plugin/backlinks2/_test/data/pages/aaa/bbb/cc/
H A Dlink_b.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
H A Dlink_d.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
H A Dlink_c.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
/plugin/autostart/
H A Daction.php42 if($this->page_exists($ID.':'.$conf['start']))
44 $id = $ID.':'.$conf['start'];
/plugin/backlinks2/_test/data/pages/aaa/
H A Dlink.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
/plugin/combo/resources/theme/default/components/css/
H A Dposition-quartile.css1 .start-75 {
5 .start-25 {
/plugin/codemirror/dist/modes/
H A Dfactor.min.js.map1start","regex","token","next","vocabulary","string","string2","string3","stack","meta","dontIndent…
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
97 if ($start <= $occurrence && $end > $occurrence) {
103 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
97 if ($start <= $occurrence && $end > $occurrence) {
103 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
97 if ($start <= $occurrence && $end > $occurrence) {
103 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DNonStopableProcess.php42 $start = microtime(true); variable
44 while ($duration > (microtime(true) - $start)) {
/plugin/ffindr/
H A Dffindr.php93 $start = $feed->get_item_quantity() - 1;
94 $end = max(0, $start - $max);
97 $start = 0;
106 foreach (range($start, $end, $step) as $i) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php279 * @param DateTimeInterface $start
286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = … argument
331 } elseif ('VEVENT' === $child->name && $child->isInTimeRange($start, $end)) {
346 $it->fastForward($start);
349 if ($it->getDTEnd() > $start) {
/plugin/editsections/action/
H A Des.php70 $start = $this->sections[$ind]['start'];
74 $event->data['range'] = strval($start).'-'.strval($this->sections[$ind]['end']);
81 $event->data['range'] = strval($start).'-'.strval($this->sections[$end_ind]['end']);
208 $start = $edits[min($i+1,$last)][1][0];
224 $edits[$i][1][0] = $start;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php287 * @param DateTimeInterface $start
293 … function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = null) { argument
343 } elseif ($child->name === 'VEVENT' && $child->isInTimeRange($start, $end)) {
362 $it->fastForward($start);
366 if ($it->getDTEnd() > $start) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php267 * @param int $start
271 protected function substr($string, $start = 0, $length = null) argument
274 return mb_substr($string, $start, $length);
278 return substr($string, $start, $length);
280 return substr($string, $start);
/plugin/bootswrapper/exe/help/
H A Dnav.txt6 * [[:start]]
17 * [[:start]]
36 * [[:start]]
47 * [[:start]]
66 * [[:start]]
77 * [[:start]]
90 * [[:start]]
101 * [[:start]]
114 * [[:start]]
125 * [[:start]]
/plugin/pglist/
H A Dsyntax.php153 $start = cleanID($data['ns'].':'.$conf['start']);
158 if ($data['nostart'] and ($item['file'] == $conf['start'].'.txt'))
165 $P = resolve_id($item['id'], $conf['start'], false);
/plugin/solr/
H A Dindex_all.php81 $start = microtime(true); variable
85 printf("\nImported %d pages in %0.3f seconds\n", $data['global_count'], microtime(true)-$start);
105 $doc->start(COMMIT_WITHIN);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js28 container.appendChild(node);};Syntax.Match.prototype.reduce=function(append,process){var start=this…
31 … text=this.value.substr(start-this.offset,end-start);append(text,container);append(child.reduce(ap…
32start===this.offset){append(this.value,container);}else if(start<this.endOffset){append(this.value…
66 Syntax.Match.prototype.bisectAtOffsets=function(splits){var parts=[],start=this.offset,prev=null,ch…
67 if(offset<this.offset||(offset-start)==0){parts.push(null);start=offset;continue;}
68 if(start<this.offset)
69 start=this.offset;var match=new Syntax.Match(start,offset-start,this.expression);match.value=this.v…
70 prev=match;start=match.endOffset;parts.push(match);}
/plugin/inlineeditor/
H A Daction.php52 …$inlineeditor_start = array('plugin', array('inlineeditor', array ('start', $tmp, $nb), 1, '~~INLI…
69 …// $quickedit_start = array('plugin', array('quickedit', array ('start', $tmp, $nb), 1, '~~QUICKE…
/plugin/gallery2/dwgallery/
H A Ddwgallery.php505 $start = $gallery['pic']-2;
506 if ($start < 1) $start = 1;
508 $ende = $start+5;
512 if ($ende-5 < $start) $start = $ende-5;
513 if ($start < 1) $start = 1;
516 for ($i = $start-1; $i < $ende-1; $i++) {
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js76 function flatSpread(func, start) { argument
85 var array = args[start],
86 otherArgs = args.slice(0, start);
91 if (start != lastIndex) {
92 push.apply(otherArgs, args.slice(start + 1));
318 start = data && data.start;
320 return start === undefined ? ary(func, n) : flatSpread(func, start);
/plugin/quickedit/
H A Daction.php57 …$quickedit_start = array('plugin', array('quickedit', array ('start', $tmp, $nb), 1, '~~QUICKEDITS…
74 …$quickedit_start = array('plugin', array('quickedit', array ('start', $tmp, $nb), 1, '~~QUICKEDITS…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js847 function baseRest(func, start) { argument
860 function baseSlice(array, start, end) { argument
864 if (start < 0) {
865 start = -start > length ? 0 : (length + start);
871 length = start > end ? 0 : ((end - start) >>> 0);
872 start >>>= 0;
1434 start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
1445 var otherArgs = Array(start + 1);
1446 while (++index < start) {
1706 function slice(array, start, end) { argument
[all …]

12345678910>>...71