Home
last modified time | relevance | path

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

12345678910

/plugin/upgrade/
H A Dadmin.php37 if (!empty($_REQUEST['step']) && !checkSecurityToken()) {
38 unset($_REQUEST['step']);
61 // handle current step
87 name="step[' . $next . ']"
95 name="step[cancel]"
109 * @param string $next the next step
118 foreach ($steps as $step) {
120 if ($step == $next) $active = false;
123 echo '<span class="step">✔</span>';
126 echo '<span class="step">'
[all...]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js280 if (lastEntered !== step) {
282 lastEntered = step;
290 if (lastEntered === step) {
300 step = { class in initStep
411 step = step < 0 ? steps[ steps.length + step] : steps[ step ];
413 step = byId(step);
415 return (step && step.id && stepsData["impress-" + step.id]) ? step : null;
453 x: -step.rotate.x,
454 y: -step.rotate.y,
455 z: -step.rotate.z
[all …]
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js187 var step = w * 1.2;
189 var rem = range % step;
194 for (var i = 0; i <= range - step; i += step)
210 var step = w * 0.2;
212 var rem = range % step;
374 var step = w * 1.2;
376 var rem = range % step;
381 for (var i = 0; i <= range - step; i += step)
411 c.moveTo(w * 0.5 - step * 0.08, i + off + step * 0.08);
413 c.lineTo(w * 0.5 + step * 0.08, i + off + step * 0.08);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3RolloutState.php29 public $step; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3RolloutState
52 public function setStep($step) argument
54 $this->step = $step;
61 return $this->step;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DStackTraceElement.php31 public $step; variable in Google\\Service\\WorkflowExecutions\\StackTraceElement
64 public function setStep($step) argument
66 $this->step = $step;
73 return $this->step;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleDatastoreAdminV1MigrationProgressEvent.php29 public $step; variable in Google\\Service\\Datastore\\GoogleDatastoreAdminV1MigrationProgressEvent
62 public function setStep($step) argument
64 $this->step = $step;
71 return $this->step;
/plugin/findologicxmlexport/vendor/hoa/iterator/
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/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/elwikiupgrade/
H A Dadmin.php108 foreach($steps as $step) {
110 if($step == $next) $active = false;
134 $step = array_shift(array_keys($_REQUEST['step']));
136 $step = '';
139 if($step == 'cancel' || $step == 'done') {
143 if($step == 'cancel') $step = '';
146 if($step) {
149 if($step == 'version') {
152 } elseif ($step == 'done') {
160 } elseif($step != 'elwikiupgrade') {
[all …]
/plugin/combo/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++) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst14 When step is given (as the third parameter), it specifies the increment (or
27 Note that if the start is greater than the end, ``range`` assumes a step of
39 function (with a step of ``1``, or ``-1`` if the start is greater than the end):
56 * ``step``: The increment between elements of the sequence.
/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)));
/plugin/fkstimer/
H A Dscript.js3 const step = 1000;
50 if (step < 1000) {
72 }, step);
/plugin/dw2pdf/
H A Drenderer.php146 $step = $level - $this->lastHeaderLevel;
147 if ($step > 1) {
148 $this->difference += $step - 1;
150 if ($step < 0) {
157 if ($step > 1) {
/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/prolog/
H A Dprolog_tag.php120 $step = 10000; //0.01 second
125 $maxExecutionTime -= $step;
126 usleep($step);
/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/directions/syntax/
H A Dcommon.php76 $step = trim($source).'->'.trim($target);
78 if (!isset($data[$step])) {
79 $data[$step] = 1;
81 $data[$step]++;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php82 $step = count($vals) & 3;
83 if ($step) {
84 $digit >>= 2 * $step;
86 if ($step != 3) {
/plugin/advanced/admin/
H A Dimport.php165 $step = $INPUT->extract('import')->str('import');
167 if (!$step) {
171 return call_user_func(array($this, "step_$step"));
H A Dexport.php91 $step = $INPUT->extract('export')->str('export');
93 if (!$step) {
97 return call_user_func(array($this, "step_$step"));
/plugin/ffindr/
H A Dffindr.php95 $step = -1;
99 $step = 1;
106 foreach (range($start, $end, $step) as $i) {
/plugin/diagramsnet/lib/plugins/
H A Danimation.js90 var step = 0;
94 if (allowedToRun && step < steps.length)
96 var tokens = steps[step].split(' ');
104 step++;
144 console.log('cell not found', id, steps[step]);
148 step++;
/plugin/mikioplugin/assets/
H A Dvariables.css103 --mikiop-steps-step-text-color: inherit;
105 --mikiop-steps-step-background-color: #fff;
106 --mikiop-steps-step-background-complete-color: #f8f8f8;
146 --mikiop-steps-step-text-color: #fff;
148 --mikiop-steps-step-background-color: #222;
149 --mikiop-steps-step-background-complete-color: #000;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIlmNamespace.asciidoc93 $params['index'] = (string) The name of the index whose lifecycle step is to change
94 $params['body'] = (array) The new lifecycle step to move to
134 $params['index'] = (string) The name of the indices (comma-separated) whose failed lifecycle step is to be retry

12345678910