Searched full:step (Results 1 – 25 of 108) sorted by relevance
12345
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Compiler.php | 207 * @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 D | Core.php | 14 $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 D | mikioplugin.css | 103 --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 D | mikioplugin.less | 103 --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/ |
| D | bug_report.yml | 22 1. First Step 23 2. Second Step
|
| /template/sxs/ |
| D | media.php | 45 Step 1: Upload a file. 55 Step 2: Select the file from the list shown here.
|
| /template/mnml-blog/ |
| D | README | 19 First step: 24 Second step: 29 Third step: 37 Fourth step:
|
| /template/starterbootstrap/js/ |
| D | script.js | 104 … '<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/ |
| D | upgrade.less | 15 span.step {
|
| /template/strap/vendor/dragonmantank/cron-expression/ |
| H A D | CHANGELOG.md | 11 - 0 step expressions are handled better
|
| /template/ad-hominem/css/ |
| H A D | plugins.less | 15 .step {
|
| /template/strap/syntax/ |
| H A D | variable.php | 33 * (first step to delete the template tag)
|
| /template/material/ |
| D | style.ini | 15 ; Step one in making your wiki look great, choose the right colors:
|
| /template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | AbstractField.php | 69 * Test if a value is within an increments of ranges (offset[-to]/step size)
|
| /template/a_new_day/js/ |
| D | slider.js | 32 this.step = parseInt(this.options.step || '1');
|
| /template/battlehorse/js/ |
| D | slider.js | 32 this.step = parseInt(this.options.step || '1');
|
| /template/templar/less/ |
| D | sprites.less | 123 .icon-step-backward { background-position: -192px -72px; } 131 .icon-step-forward { background-position: -384px -72px; }
|
| /template/mikio/icons/elusive/css/ |
| H A D | elusive-icons.min.css | 4 …e{content:"\f1fd"}.el-star:before{content:"\f1fe"}.el-step-backward:before{content:"\f1ff"}.el-ste…
|
| /template/boozurk/css/ |
| D | font-awesome.min.css | 24 …step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:bef…
|
| D | font-awesome.css | 563 .icon-step-backward:before { 587 .icon-step-forward:before {
|
| /template/drop/font-awesome/css/ |
| D | font-awesome.min.css | 6 …step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{…
|
| D | font-awesome.css | 396 .fa-step-backward:before { 420 .fa-step-forward:before {
|
| /template/ghw/css/ |
| D | test.html | 168 …ave successfully passed all assessments and are ready to move to the next step of the admissions p…
|
| /template/ospyramid/js/libs/ |
| D | modernizr-1.7.min.js | 2 …autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),e.inpu…
|
| /template/quickjump/ |
| D | jquery-1.4.2.min.js | 139 …x.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);… 140 …step._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