Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php15 public $start; variable in Antlr\\Antlr4\\Runtime\\Interval
20 public function __construct(int $start, int $stop) argument
22 $this->start = $start;
35 return $item >= $this->start && $item <= $this->stop;
40 return $this->stop - $this->start + 1;
50 && $this->start === $other->start
59 return $this->start < $other->start && $this->stop < $other->start;
67 return $this->start <= $other->start && $this->stop >= $other->start;
75 return $this->start > $other->start;
83 return $this->start > $other->stop;
[all …]
H A DIntervalSet.php45 public static function fromRange(int $start, int $end) : self argument
49 $set->addRange($start, $end);
107 if ($rightInterval->stop < $resultInterval->start) {
113 if ($rightInterval->start > $resultInterval->stop) {
121 if ($rightInterval->start > $resultInterval->start) {
122 $beforeCurrent = new Interval($resultInterval->start, $rightInterval->start - 1);
182 return $this->intervals[0]->start;
201 if ($addition->stop < $addition->start) {
261 $this->addInterval(new Interval($i->start, $i->stop));
279 $start = $interval->start;
[all …]
H A DCommonToken.php82 protected $start; variable in Antlr\\Antlr4\\Runtime\\CommonToken
96 int $start = -1, argument
110 $this->start = $start;
145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop);
190 if ($this->start < $n && $this->stop < $n) {
191 return $input->getText($this->start, $this->stop);
233 return $this->start;
238 $this->start = $index;
293 $this->start,
H A DParserRuleContext.php51 public $start; variable in Antlr\\Antlr4\\Runtime\\ParserRuleContext
83 $this->start = $ctx->start;
257 if ($this->start === null || $this->stop === null) {
261 return new Interval($this->start->getTokenIndex(), $this->stop->getTokenIndex());
273 return $this->start;
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));
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.php294 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();
H A DTokenStream.php115 * @param Token $start The first token in the interval to get text for.
121 public function getTextByTokens(?Token $start, ?Token $stop) : string; argument
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php108 private function start($node): bool { function in PhpCss\\Ast\\Visitor\\Explain
130 $this->start($this->appendElement('selector-group'));
153 return $this->start($this->appendElement('selector'));
213 return $this->start($this->appendElement('descendant', ' '));
227 return $this->start($this->appendElement('child', ' > '));
241 return $this->start($this->appendElement('follower', ' ~ '));
255 return $this->start($this->appendElement('next', ' + '));
281 $this->start(
317 $this->start($this->appendElement('pseudoclass'));
329 $this->start($this->appendElement('pseudoclass'));
[all …]
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DBaseDumper.php38 $start = $profile->getName();
41 $start = $this->formatTemplate($profile, $prefix);
43 $start = $this->formatNonTemplate($profile, $prefix);
51 $str = $start."\n";
53 $str = sprintf("%s %s\n", $start, $this->formatTime($profile, $percent));
/template/a_new_day/js/
Dslider.js44 this.minimum = this.options.minimum || this.range.start;
81 slider.range.start), i);
124 if(value < this.range.start) return this.range.start;
156 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
157 (value - this.range.start)) + "px";
161 (this.range.end-this.range.start)) + this.range.start);
194 span.style.top = this.translateToPx(range.start);
195 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
197 span.style.left = this.translateToPx(range.start);
198 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
/template/battlehorse/js/
Dslider.js44 this.minimum = this.options.minimum || this.range.start;
81 slider.range.start), i);
124 if(value < this.range.start) return this.range.start;
156 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
157 (value - this.range.start)) + "px";
161 (this.range.end-this.range.start)) + this.range.start);
194 span.style.top = this.translateToPx(range.start);
195 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
197 span.style.left = this.translateToPx(range.start);
198 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
/template/notos/_test/
Dnavigation.txt1 * [[briefs:start|Briefs]]
2 * [[qhsr:start|QHSR]]
5 * [[qhsr:hse:start|HSE]]
11 * [[tech:start|Tech Info]]
/template/taratasy/css/
Dblue.local.less12 .background(@start, @finish) {
13 …background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @start), color-st…
14 background: -webkit-linear-gradient(top, @start 0%, @finish 100%);
15 background: -moz-linear-gradient(top, @start 0%, @finish 100%);
16 background: -o-linear-gradient(top, @start 0%, @finish 100%);
17 background: -ms-linear-gradient(top, @start 0%, @finish 100%);
18 background: linear-gradient(top, @start 0%, @finish 100%);
/template/wallpaper/
Dtpl_functions.php33 $start = $conf['start'];
35 $start = 'start';
50 _wp_tpl_parsemenufile($data, $menufilename, $start);
74 $item2['id'] = $start;
109 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id'])
179 function _wp_tpl_parsemenufile(&$data, $filename, $start) { argument
233 if($pid == $start) {
/template/klean/bootstrap/css/
Dbootstrap-theme.min.css.map1start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable grad…
/template/peanutbutter/
Dtpl_functions.php40 $start = $conf['start'];
42 $start = 'start';
61 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id'])
/template/monochrome/
Dtpl_functions.php40 $start = $conf['start'];
42 $start = 'start';
58 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id'])
/template/peanutbutter2/
Dtpl_functions.php40 $start = $conf['start'];
42 $start = 'start';
61 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id'])
/template/strap/resources/theme/default/components/css/
H A Dposition.css48 .start-0 {
53 .start-50 {
59 .start-100 {
H A Dposition-quartile.css1 .start-75 {
5 .start-25 {
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
D_modular-scale.scss61 // start with an empty list to place all values in
126 // start with an empty list to place all values in
185 // start with an empty list to place all values in
279 @function modular-scale-list($start: 0, $finish: 20, $base-size: $base-size, $ratio: $ratio, $round…
281 @for $i from $start through $finish {
287 @function ms-list($start: 0, $finish: 20, $base-size: $base-size, $ratio: $ratio, $round-pixels: $r… parameter
288 @return modular-scale-list($start, $finish, $base-size, $ratio, $round-pixels);
291 @mixin modular-scale-list($start: 0, $finish: 20, $base-size: $base-size, $ratio: $ratio, $round-pi… parameter
292 @debug modular-scale-list($start, $finish, $base-size, $ratio, $round-pixels);
295 @mixin ms-list($start: 0, $finish: 20, $base-size: $base-size, $ratio: $ratio, $round-pixels: $roun… parameter
[all …]
/template/dokucms/
Dtpl_functions.php98 $start = $conf['start'];
100 $start = 'start';
141 if($item['id'] == 'sidebar' or $item['id'] == $start
142 or preg_match('/:'.$start.'$/',$item['id'])
/template/strap/vendor/symfony/process/
H A DCHANGELOG.md14 * added `Process::getStartTime()` to retrieve the start time of the process as float
50 * added a second `array $env = []` argument to the `start()`, `run()`,
52 * added a second `array $env = []` argument to the `start()` method of the
67 …* deprecated calling `Process::start()` without setting a valid working directory beforehand (via …
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/template/strap/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php35 throw new WebDriverException('Use start() method to start local WebDriver.');

12345678910>>...15