Home
last modified time | relevance | path

Searched full:step (Results 1 – 25 of 108) sorted by relevance

12345

/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/.github/ISSUE_TEMPLATE/
Dbug_report.yml22 1. First Step
23 2. Second Step
/template/sxs/
Dmedia.php45 Step 1: Upload a file.
55 Step 2: Select the file from the list shown here.
/template/mnml-blog/
DREADME19 First step:
24 Second step:
29 Third step:
37 Fourth step:
/template/starterbootstrap/js/
Dscript.js104 … '<input class="form-control" type="number" id="hrows" value=1 min=0 step=1>' +
110 … '<input class="form-control" type="number" id="hcols" value=0 min=0 step=1>' +
116 … '<input class="form-control" type="number" id="rows" value=3 min=0 step=1>' +
122 … '<input class="form-control" type="number" id="cols" value=3 min=0 step=1>' +
/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/strap/syntax/
H A Dvariable.php33 * (first step to delete the template tag)
/template/material/
Dstyle.ini15 ; Step one in making your wiki look great, choose the right colors:
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php69 * Test if a value is within an increments of ranges (offset[-to]/step size)
/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/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.min.css6step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{…
Dfont-awesome.css396 .fa-step-backward:before {
420 .fa-step-forward:before {
/template/ghw/css/
Dtest.html168 …ave successfully passed all assessments and are ready to move to the next step of the admissions p…
/template/ospyramid/js/libs/
Dmodernizr-1.7.min.js2 …autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),e.inpu…
/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:…

12345