Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 248) sorted by relevance

12345678910

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php118 private function end(): bool { function in PhpCss\\Ast\\Visitor\\Explain
160 return $this->end();
220 return $this->end();
234 return $this->end();
248 return $this->end();
262 return $this->end();
306 $this->end();
319 return $this->end();
340 $this->end();
342 return $this->end();
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php15 $end = microtime(true) + $timeout_in_ms / 1000;
17 while ($end > microtime(true)) {
33 $end = microtime(true) + $timeout_in_ms / 1000;
35 while ($end > microtime(true)) {
/template/strap/ComboStrap/
H A DPipelineUtility.php236 $end = null;
238 $end = $startEndSelector[1];
239 if (empty($end)) {
240 $end = sizeof($words);
242 $end = $end - 1;
244 if ($end == null) {
252 for ($i = $start; $i <= $end; $i++) {
/template/strap/ComboStrap/Api/
H A DMetaManagerHandler.php63 ->end();
73 ->end();
87 ->end();
109 ->end();
129 ->end();
234 ->end();
253 ->end();
269 ->end();
300 ->end();
325 ->end();
[all …]
H A DQualityMessageHandler.php57 ->end();
69 ->end();
84 ->end();
H A DApiRouter.php66 ->end();
74 ->end();
/template/klean/bootstrap/css/
Dbootstrap-theme.min.css.map1end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filt…
Dbootstrap-theme.css.map1end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filt…
/template/strap/action/
H A Dstaticresource.php130 ->end();
135 ->end();
158 ->end();
281 ->end();
301 ->end();
319 ->end();
375 ->end();
H A Ddocustom.php131 ->end();
185 ->end();
199 ->end();
H A Dbacklinkmenuitem.php113 ->end();
128 ->end();
/template/strap/resources/theme/default/components/css/
H A Dposition.css63 .end-0 {
67 .end-50 {
71 .end-100 {
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php180 return end($this->stack);
190 return end($this->index);
200 return end($this->key);
253 end($this->stack);
328 end($this->dataStack);
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DIfTokenParser.php43 $end = false;
44 while (!$end) {
60 $end = true;
/template/templar/js/
Dbootstrap-modal.js76 …that.$element.one($.support.transition.end, function () { that.$element.focus().trigger('shown') }…
131 that.$element.off($.support.transition.end)
135 this.$element.one($.support.transition.end, function () {
178 this.$backdrop.one($.support.transition.end, callback) :
185 this.$backdrop.one($.support.transition.end, callback) :
Dbootstrap-carousel.js76 if (this.$element.find('.next, .prev').length && $.support.transition.end) {
77 this.$element.trigger($.support.transition.end)
132 this.$element.one($.support.transition.end, function () {
/template/a_new_day/js/
Dslider.js43 this.maximum = this.options.maximum || this.range.end;
123 if(value > this.range.end) return this.range.end;
156 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
161 (this.range.end-this.range.start)) + this.range.start);
195 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
198 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
/template/battlehorse/js/
Dslider.js43 this.maximum = this.options.maximum || this.range.end;
123 if(value > this.range.end) return this.range.end;
156 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
161 (this.range.end-this.range.start)) + this.range.start);
195 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
198 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
/template/starterbootstrap/css/
Dbootstrap-theme.css.map1end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filt…
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php48 $end = microtime(true) + $this->timeout;
51 while ($end > microtime(true)) {
/template/typowiki/typowiki/css/
Dbootstrap-grid.min.css6end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-fle…
/template/bootstrap3/css/
Dbs4-utilities.less358 .justify-content-end {
359 justify-content: flex-end !important; }
373 .align-items-end {
374 align-items: flex-end !important; }
388 .align-content-end {
389 align-content: flex-end !important; }
409 .align-self-end {
410 align-self: flex-end !important; }
461 .justify-content-sm-end {
462 justify-content: flex-end !important; }
[all …]
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.lux.min.css12end:1.5rem;-moz-margin-end:1.5rem;margin-inline-end:1.5rem;color:#55595c;background-color:#eceeef;…
H A Dbootstrap.cosmo.min.css12end:.75rem;-moz-margin-end:.75rem;margin-inline-end:.75rem;color:#373a3c;background-color:#e9ecef;…
H A Dbootstrap.pulse.min.css12end:.75rem;-moz-margin-end:.75rem;margin-inline-end:.75rem;color:#444;background-color:#f9f8fc;poi…

12345678910