Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 90) sorted by relevance

1234

/template/twigstarter/vendor/twig/twig/src/
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;
/template/strap/vendor/hidehalo/nanoid-php/src/
H A DCore.php14 $step = (int) ceil(1.6 * $mask * $size / $len);
17 $bytes = $generator->random($step);
18 for ($i = 1; $i <= $step; $i++) {
/template/mikio/assets/
H A Dmikioplugin.css103 --mikiop-steps-step-text-color: inherit;
105 --mikiop-steps-step-background-color: #fff;
106 --mikiop-steps-step-background-complete-color: #f8f8f8;
126 --mikiop-steps-step-text-color: #fff;
128 --mikiop-steps-step-background-color: #222;
129 --mikiop-steps-step-background-complete-color: #000;
H A Dmikioplugin.less103 --mikiop-steps-step-text-color: @ini_plugin_steps_step_text_color;
105 --mikiop-steps-step-background-color: @ini_plugin_steps_step_background_color;
106 --mikiop-steps-step-background-complete-color: @ini_plugin_steps_step_background_complete_color;
221 --mikiop-steps-step-text-color: @ini_plugin_darkmode_steps_step_text_color;
223 --mikiop-steps-step-background-color: @ini_plugin_darkmode_steps_step_background_color;
224 …--mikiop-steps-step-background-complete-color: @ini_plugin_darkmode_steps_step_background_complete…
/template/writr/css/plugins/
Dupgrade.less15 span.step {
/template/strap/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md11 - 0 step expressions are handled better
/template/ad-hominem/css/
H A Dplugins.less15 .step {
/template/mnml-blog/
DREADME19 First step:
24 Second step:
29 Third step:
37 Fourth step:
/template/a_new_day/js/
Dslider.js32 this.step = parseInt(this.options.step || '1');
/template/battlehorse/js/
Dslider.js32 this.step = parseInt(this.options.step || '1');
/template/templar/less/
Dsprites.less123 .icon-step-backward { background-position: -192px -72px; }
131 .icon-step-forward { background-position: -384px -72px; }
/template/mikio/icons/elusive/css/
H A Delusive-icons.min.css4 …e{content:"\f1fd"}.el-star:before{content:"\f1fe"}.el-step-backward:before{content:"\f1ff"}.el-ste…
/template/quickjump/
Djquery-1.4.2.min.js139 …x.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);…
140step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.sty…
141 …le(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J… method in c.fx
144 c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:…
/template/boozurk/css/
Dfont-awesome.min.css24step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:bef…
Dfont-awesome.css563 .icon-step-backward:before {
587 .icon-step-forward:before {
/template/drop/font-awesome/css/
Dfont-awesome.css396 .fa-step-backward:before {
420 .fa-step-forward:before {
Dfont-awesome.min.css6step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{…
/template/ospyramid/js/libs/
Djquery-1.6.1.js8313 if ( this.options.step ) {
8314 this.options.step.call( this.elem, this.now, this );
8317 (jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
8348 return self.step(gotoEnd);
8397 step: function( gotoEnd ) {
8491 step: { property
/template/breeze/bower_components/gumby/js/libs/
Djquery-2.0.2.min.js6step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ln.propHooks._default.s…
Djquery-1.10.1.min.js6step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):rr.propHooks._default.s…
/template/argon/assets/css/
Dfont-awesome.css501 .fa-step-backward:before {
533 .fa-step-forward:before {
/template/parallax/lib/css/
Dfont-awesome.min.css4step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{…
/template/argon-alt/assets/css/
Dfont-awesome.css501 .fa-step-backward:before {
533 .fa-step-forward:before {
/template/mikio/icons/fontawesome/css/
H A Dall.min.css4step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{…
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1step.js","webpack:///../~/core-js/modules/_math-fround.js","webpack:///../~/core-js/modules/_math-…

1234