Home
last modified time | relevance | path

Searched refs:step (Results 76 – 81 of 81) sorted by path

1234

/template/starterbootstrap/css/
H A Dbootstrap.min.css5step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-ba…
/template/strap/bootstrap/4.4.1/
H A Djquery-3.4.1.min.js2step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.s…
/template/strap/bootstrap/4.5.0/
H A Djquery-3.5.1.min.js2step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.s…
/template/templar/css/
H A Dscreen.css2948 .icon-step-backward {
2972 .icon-step-forward {
/template/templar/less/
H A Dsprites.less123 .icon-step-backward { background-position: -192px -72px; }
131 .icon-step-forward { background-position: -384px -72px; }
/template/twigstarter/vendor/twig/twig/src/
H A DCompiler.php207 * @param int $step The number of indentation to add
211 public function indent($step = 1) argument
213 $this->indentation += $step;
221 * @param int $step The number of indentation to remove
227 public function outdent($step = 1) argument
230 if ($this->indentation < $step) {
234 $this->indentation -= $step;

1234