Home
last modified time | relevance | path

Searched refs:start (Results 176 – 200 of 1772) sorted by relevance

12345678910>>...71

/plugin/sketchcanvas/script/
H A Dnewfigure.js30 addField('pre', ed.value.substr(0, sel.start));
31 addField('text', ed.value.substr(sel.start, sel.end - sel.start));
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php28 * @param DateTimeInterface $start
30 function __construct($rrule, DateTimeInterface $start) { argument
32 $this->startDate = $start;
/plugin/tablemath/
H A Dscript.js24 var start = range[0].split(',');
26 var startX = start[0];
27 var startY = start[1];
/plugin/webdavclient/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/davcal/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/edittable/script/
H A Dnewtable.js40 addField('pre', ed.value.substr(0, sel.start));
41 addField('text', ed.value.substr(sel.start, sel.end - sel.start));
H A Dcontextmenu.js16 … for (var currentRow = selection.start.row; currentRow <= selection.end.row; currentRow += 1) {
17 … for (var currentCol = selection.start.col; currentCol <= selection.end.col; currentCol += 1) {
124 var amount = selection.end.row - selection.start.row + 1;
125 this.alter('remove_row', selection.start.row, amount);
160 var amount = selection.end.col - selection.start.col + 1;
161 this.alter('remove_col', selection.start.col, amount);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php65 int $start, argument
70 $token = new CommonToken($type, $source, $channel, $start, $stop);
82 $token->setText($source->b->getText($start, $stop));
H A DBufferedTokenStream.php290 * Get all tokens from start..stop inclusively
294 public function getTokens(int $start, int $stop, ?Set $types = null) : ?array argument
296 if ($start < 0 || $stop < 0) {
307 for ($i = $start; $i < $stop; $i++) {
458 if ($interval->start < 0 || $interval->stop < 0) {
469 for ($i = $interval->start; $i <= $stop; $i++) {
487 public function getTextByTokens(?Token $start = null, ?Token $stop = null) : string argument
489 $startIndex = $start === null ? 0 : $start->getTokenIndex();
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js72 start: {x: 0, y: 0}, class in grab.data
91 e.data.start.x = e.pageX;
92 e.data.start.y = e.pageY;
117 e.data.offset.x = e.pageX - e.data.start.x;
118 e.data.offset.y = e.pageY - e.data.start.y;
141 e.data.start.x = e.touches[0].pageX;
142 e.data.start.y = e.touches[0].pageY;
167 e.data.offset.x = e.touches[0].pageX - e.data.start.x;
168 e.data.offset.y = e.touches[0].pageY - e.data.start.y;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php247 * @param DateTime $start
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
282 if ($vevent->isInTimeRange($start, $end)) {
301 $it->fastForward($start);
305 if ($it->getDTEnd() > $start) {
/plugin/codemirror/dist/modes/
H A Dclojure.min.js1start:0,indentTo:0},lastToken:null,tokenize:o}},token:function(a,c){if(a.sol()&&typeof c.ctx.inden…
/plugin/indexmenu2/cms/transitions/
H A Dblend.js12start)i.transitions.blend.start=0;if(!i.transitions.blend.end)i.transitions.blend.end=1;if(!i.tran…
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php247 * @param DateTime $start
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
282 if ($vevent->isInTimeRange($start, $end)) {
301 $it->fastForward($start);
305 if ($it->getDTEnd() > $start) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php247 * @param DateTime $start
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
282 if ($vevent->isInTimeRange($start, $end)) {
301 $it->fastForward($start);
305 if ($it->getDTEnd() > $start) {
/plugin/aceeditor/
H A Dbuild.js1start.row==e.end.row)var n=2*t.column-e.start.column-e.end.column;else if(e.start.row==e.end.row-1… property in AnonymousFunction3f7200173dc00.o.$rules
/plugin/farm/
H A Dtestclient.php22 $start = preg_replace('`^(<\??[^\s>=]*).*`', '\1', $m);
24 $mid = trim(substr($m, strlen($start), -1 * strlen($end)));
29 return '<span style="color:blue">'.htmlentities($start).$mid.htmlentities($end).'</span>';
/plugin/navi/_test/
H A DExternalLinksTest.php72 0 => 'en:products:a:start',
73 1 => 'en:products:c:start',
76 0 => 'en:products:b:d:start',
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php184 * @param string $start Partial string to use as a starting point for the snippet.
189 protected function getSnippet($content, $start='', $length=40) argument
193 if ($start !== '') {
194 $startPos = strpos($content, $start);
196 $startPos += strlen($start);
/plugin/subpages/
H A Dsyntax.php18 var $start = "start"; variable in syntax_plugin_subpages
31 $this->start = $conf['start'];
182 if ($p == $this->start || $p == false) {
185 return $this->start;
200 $chkfile = $file.'/'.$this->start.'.txt';
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
12 echo "time: " . (microtime(true) - $start) . "\n";
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
12 echo "time: " . (microtime(true)-$start) . "\n";
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
12 echo "time: " . (microtime(true)-$start) . "\n";
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
12 echo "time: " . (microtime(true)-$start) . "\n";
/plugin/backlinks2/_test/data/pages/aaa/bbb/cc/
H A Dlink_a.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].

12345678910>>...71