Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 154) sorted by relevance

1234567

/template/mikio/assets/
H A Dmikioplugin.css102 /* Steps */
103 --mikiop-steps-step-text-color: inherit;
104 --mikiop-steps-border-color: #00000040;
105 --mikiop-steps-step-background-color: #fff;
106 --mikiop-steps-step-background-complete-color: #f8f8f8;
125 /* Steps */
126 --mikiop-steps-step-text-color: #fff;
127 --mikiop-steps-border-color: #ffffff40;
128 --mikiop-steps-step-background-color: #222;
129 --mikiop-steps-step-background-complete-color: #000;
H A Dmikioplugin.less102 /* Steps */
103 --mikiop-steps-step-text-color: @ini_plugin_steps_step_text_color;
104 --mikiop-steps-border-color: @ini_plugin_steps_border_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;
220 /* Steps */
221 --mikiop-steps-step-text-color: @ini_plugin_darkmode_steps_step_text_color;
222 --mikiop-steps-border-color: @ini_plugin_darkmode_steps_border_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/icke/
Dfunctions.php35 $steps = '';
41 $steps = $try;
46 $steps = $try;
51 if (!$steps) return;
54 echo p_wiki_xhtml($steps,'',false);
/template/strap/.github/workflows/
H A Dscratch-env.yml64 steps:
67 …thub.com/en/actions/learn-github-actions/variables#passing-values-between-steps-and-jobs-in-a-work…
87 - name: Dump steps context
88 run: echo '${{ toJSON(steps) }}'
H A Dphp-test-reusable.yml46 steps:
/template/writr/.github/workflows/
Drelease.yml11 steps:
57 upload_url: ${{ steps.create_release.outputs.upload_url }}
/template/bootstrap3/assets/iconify/plugins/
Dfa.css88 -webkit-animation: fa-spin 1s infinite steps(8);
89 animation: fa-spin 1s infinite steps(8);
/template/mikio/lang/en/
H A Dlang.php66 $lang['style_header_steps'] = 'Steps';
100 $lang['style_header_dark_mode_steps'] = 'Steps';
363 $lang['__plugin_steps_step_text_color__'] = 'Steps font color';
364 $lang['__plugin_steps_border_color__'] = 'Steps border color';
365 $lang['__plugin_steps_step_background_color__'] = 'Steps background color';
366 …_plugin_steps_step_background_complete_color__'] = 'Steps background color for completed steps';
/template/arctic/lang/zh-tw/
Dnosidebar.txt13 更多關於側欄的訊息請參見模板的[[template:arctic#first steps|說明文件]]。
/template/arctictut/lang/zh-tw/
Dnosidebar.txt13 更多關於側欄的訊息請參見模板的[[template:arctic#first steps|說明文件]]。
/template/arctic/lang/ko/
Dnosidebar.txt13 사이드바에 대한 더 많은 정보에 대해서는 템플릿 [[doku>template:arctic#first steps|설명문서]]를 참조하세요.
/template/strap/vendor/salesforce/handlebars-php/.github/workflows/
H A Dci.yml14 steps:
/template/arctictut/lang/ru/
Dnosidebar.txt13 Для дополнительной информации о боковых панелях см. [[doku>template:arctic#first steps|документацию…
/template/arctictut/lang/en/
Dnosidebar.txt13 For further information about sidebars refer to the template [[doku>template:arctic#first steps|doc…
/template/arctic/lang/ru/
Dnosidebar.txt13 Для дополнительной информации о боковых панелях см. [[doku>template:arctic#first steps|документацию…
/template/arctic/lang/en/
Dnosidebar.txt13 For further information about sidebars refer to the template [[doku>template:arctic#first steps|doc…
/template/arctic/lang/nl/
Dnosidebar.txt13 Voor meer informatie over zijbalken kunt u kijken in de [[doku>template:arctic#first steps|document…
/template/arctictut/lang/nl/
Dnosidebar.txt13 Voor meer informatie over zijbalken kunt u kijken in de [[doku>template:arctic#first steps|document…
/template/writr/.github/ISSUE_TEMPLATE/
Dbug_report.md14 ### Steps to reproduce
/template/starterbootstrap/lang/en/
Dsettings.php12 $lang['full_width'] = 'Use a fluid (100%) width layout, rather than fixing the width in steps
/template/strap/vendor/carica/phpcss/.github/workflows/
H A Dci.yml34 steps:
/template/mantinedoku/
DREADME.md39 Please raise any missed styles as issues on this repository, also include the steps for where to se…
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php229 // can't outdent by more steps than the current indentation level
/template/strap/vendor/antlr/antlr4-php-runtime/
H A DREADME.md6 ### First steps
/template/strap/action/
H A Dcss.php98 * The process follows the following steps:

1234567