Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 1772) sorted by relevance

12345678910>>...71

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 * @param DateTime $start
87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
102 if ($start <= $occurrence && $end > $occurrence) {
108 return ($start <= $effectiveTrigger && $end > $effectiveTrigger);
H A DVAvailability.php29 * @param DateTimeInterface $start
34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
38 (is_null($effectiveStart) || $start < $effectiveEnd) &&
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19start=new RegExp(e.join("|"),"g");this.skipTags=new RegExp("^("+b.skipTags.join("|")+")$","i");var… property in search
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php57 $start = $this->input('start');
59 $end = $start + $limit;
60 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>'$start' AND feedid<'$end'");
84 function _delete($start, $end) { argument
85 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>='$start' AND feedid<='$end'");
/plugin/mediasyntax/syntax/
H A Dmedia.php46 $start=preg_replace("/\]\]$/","",$end); // e.g.. foo.png|50px
47 $filename=preg_replace("/\|.*$/","",$start); // e.g. foo.png
49 $pipe=preg_replace("/.*\|/","",$start); // e.g. 50px
/plugin/404manager/
H A DREADME.md31 * Redirection by to the start page of the same namespace
83 * the start pages of a namespace
89 * When a page is a start page of a namespace (by default 3)
98 * We have one startpage : namespace1:namespace2:start
102 …e asked page) + 5 (because namespace2 is present in the asked page) + 3 (because it's a start page)
107 … best namepage) but only for the start pages. If two start page for a namespace have the same scor…
111 …* first start page : namespace1:namespace2:start (Score 5 = 2 for namespace1 + 3 for the startpage)
112 * second start page : namespace1:start (Score 5 = 2 for namespace1 + 3 for the startpage)
113 We have the same score and the redirection occur on the smallest start page : first start page.
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt3 <event start='1945' title='As We May Think (article)' durationEvent='false' link='http://www.theatl…
6 <event start='1987' end='2004' durationEvent='true' title='Hypercard'>
9 <event start='1972' end='1982' earliestEnd='1980' isDuration='true' title='ZOG'>
12 <event start='March 25, 1995' earliestEnd='2011' end='2012' isDuration='true' title='WikiWikiWeb' l…
15 <event start='1990' end='1991' isDuration='true' title='WWW' >
18 <event start='1999' earliestEnd='2011' end='2012' isDuration='true' title='PhpWiki' >
21 <event start='2000' end='2012' earliestEnd='2011' isDuration='true' title='Sensei s Library' >A wik…
23 <event start='1998' end='2012' earliestEnd='2011' isDuration='true' title='TWiki'>Wiki, created in …
25 <event start='January 15, 2001' end='2012' earliestEnd='2011' isDuration='true' title='Wikipedia' >…
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_manipulatevcard.php26 $bench->parse->start();
32 $bench->manipulate->start();
40 $bench->serialize->start();
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAvailability.php29 * @param DateTimeInterface $start
34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) argument
39 (is_null($effectiveStart) || $start < $effectiveEnd) &&
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListBlockRenderer.php
/plugin/codemirror/dist/modes/
H A Dgfm.min.js1 …"link"}}}if(a.match(b)&&a.string.slice(a.start-2,a.start)!="]("&&(a.start==0||/\W/.test(a.string.c…
H A Dcommonlisp.min.js1start:0,indentTo:0},lastType:null,tokenize:h}},token:function(b,d){if(b.sol()&&typeof d.ctx.indent…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php132 public function getText(int $start, int $stop) : string argument
138 if ($start >= $this->size) {
142 return \implode(\array_slice($this->characters, $start, $stop - $start + 1));
/plugin/authsmartcard/
H A Dauth.php237 * @param int $start index of first user to be returned
242 public function retrieveUsers($start, $limit, $filter) { argument
243 return parent::retrieveUsers($start, $limit, $filter);
263 * @param int $start
267 public function retrieveGroups($start = 0, $limit = 0) { argument
/plugin/tabtables/
H A Daction.php67 $start = $this->microtime_float();
119 …if($this->echo_timing) { echo "<!-- initial parse took ".($this->microtime_float()-$start)."μs -->…
120 $start = $this->microtime_float();
133 …if($this->echo_timing) { echo "<!-- second parse took ".($this->microtime_float()-$start)."μs -->\…
209 $start = $this->microtime_float();
224 …if($this->echo_timing) { echo "<!-- offset correction took ".($this->microtime_float()-$start)."μs…
/plugin/combo/resources/theme/default/components/css/
H A Dposition.css48 .start-0 {
53 .start-50 {
59 .start-100 {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js3 …g(t,e,r){if(b.fixed&&(F||!p.skipFixed[t])){var n=p.methodSpread[t],i=n&&n.start;return void 0===i?…
17start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{star…
/plugin/authphpbb3/
H A Dauth.php306 * @param int $start Index of first user to be returned.
315 $start = intval($start);
316 if ($start < 0) {
317 $start = 0;
345 $filter['start'] = (int)$start;
346 $filter['end'] = (int)($start + $limit);
427 public function retrieveGroups($start = 0, $limit = 0) { argument
431 $start = intval($start);
432 if ($start < 0) {
433 $start = 0;
[all …]
/plugin/farmer/3rdparty/
H A DRingIcon.php122 $start = $this->rand(20, 360);
124 if ($stop < $start) [$start, $stop] = [$stop, $start];
126 imagefilledarc($image, $this->center, $this->center, $arcwidth, $arcwidth, $stop, $start, $color, IMG_ARC_PIE);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListBlockRenderer.php42 if ($listData->start !== null && $listData->start !== 1) {
43 $attrs['start'] = (string) $listData->start;
/plugin/pagenav/
H A Dsyntax.php69 $start = getNS($INFO['id']) . ':';
70 resolve_pageid('', $start, $exist);
88 if ($list[$i]['id'] == $start) continue;
110 if ($mode & 8) $renderer->doc .= $this->buildImgLink($start, 'up');
/plugin/pglist/
H A DREADME.md6start page. pglist also when list the directories, it checks if this directory has “start” page if…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowSizeFunctionsInLoopsSniff.php89 $start = $phpcsFile->findNext(T_SEMICOLON, ($openBracket + 1));
92 $start = $openBracket;
96 for ($i = ($start + 1); $i < $end; $i++) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php30 * @param DateTime $start
32 public function __construct($rrule, DateTime $start) { argument
34 $this->startDate = $start;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php28 * @param DateTimeInterface $start
30 public function __construct($rrule, DateTimeInterface $start) argument
32 $this->startDate = $start;

12345678910>>...71