Home
last modified time | relevance | path

Searched refs:step (Results 151 – 175 of 236) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst86 3. Use the ``configure --disable-all --enable-cli --enable-twig=shared`` command instead of step 14
H A Dinternals.rst15 to the *evaluation* step, otherwise:
112 The last step is done by the compiler. It takes a node tree as an input and
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php250 * @param int $step The number of indentation to add
254 public function indent($step = 1) argument
256 $this->indentation += $step;
264 * @param int $step The number of indentation to remove
270 public function outdent($step = 1) argument
273 if ($this->indentation < $step) {
277 $this->indentation -= $step;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drange.test4 {{ range(low=0+1, high=10+0, step=2)|join(',') }}
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …1],r>e&&(t=r,r=e,e=t),a>o&&(t=a,a=o,o=t),n.precision(m)):[[r,a],[e,o]]},n.step=function(t){return … function
5 …line=function(){return Mu(m)};var Tl=ao.map({linear:xu,"linear-closed":bu,step:_u,"step-before":wu…
H A Djquery.min.js3step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ya.propHooks._default.s…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php193 foreach ($path as $step) {
194 if ($step !== $node) {
196 $step,
200 $breadcrumbs .= $this->getActiveBreadcrumb($step);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md212 $step)` loop.
H A DCounter.php93 * @param int $step Step.
96 public function __construct($from, $to, $step) argument
98 if ($step <= 0) {
102 $step
108 $this->_step = $step;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst50 If you need a step different from 1, you can use the ``range`` function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php212 foreach ($steps as $step) {
213 if (isset($step['file']) && $step['file'] == $file) {
214 $node->setAttribute('exceptionLine', $step['line']);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml102 They must be indented a step and indentation
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst117 For more complex scenario, like pluralization, you can use a two-step
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG994 * added the .. operator (as a syntactic sugar for the range filter when the step is 1)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-ba…
/plugin/file2dw/
H A DREADME.md51 …follow the install instructions in https://www.dokuwiki.org/install (from step 4) to make it usabl…
/plugin/pgpinlinesupport/
H A DPlugin.txt40 Without this Plugin, step will 6 fail.
H A DREADME.MD23 Without this Plugin, step will 6 fail.
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js186 cal.yearStep = params.step;
H A Dcalendar.js1020 var prev, x, y, ne, el, step;
1022 step = (K == 37 || K == 39) ? 1 : 7;
1032 date.setDate(date.getDate() - step);
1037 date.setDate(date.getDate() + step);
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md404 We protect your rights with a two-step method: (1) we copyright the
H A DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
H A DCHANGES.md926 …et/11077): [Enhanced Image](http://ckeditor.com/addon/image2): Empty undo step recorded when resiz…
/plugin/authsmartcard/
H A DREADME.md42 If you don't do the above step, you'll need to edit your main wiki login page (YOUR_DOKUWIKI_INSTAL…
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php188 * @param int $step shift distance
191 public function shiftLeft($step) { argument
192 return new GTBigInteger(bcmul($this->value, bcpow(2, $step)));
198 * @param int $step shift distance
201 public function shiftRight($step) { argument
202 return new GTBigInteger(bcdiv($this->value, bcpow(2, $step)));

12345678910