Home
last modified time | relevance | path

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

12345678910>>...35

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
DProjectsHistoriesExecutionsSteps.php27 * The "steps" collection of methods.
31 * $steps = $toolresultsService->steps;
42 * does not exist (steps.accessibilityClusters)
46 * 1234567890123456789/steps/bs.1234567890abcdef Required.
67 * - NOT_FOUND - if the containing Execution does not exist (steps.create)
89 * not exist (steps.get)
107 * (steps.getPerfMetricsSummary)
123 * Lists Steps for a given Execution. The steps are sorted by creation_time in
124 * descending order. The step_id key will be used to order the steps with the
130 * Execution does not exist (steps.listProjectsHistoriesExecutionsSteps)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
DAchievements.php39 * Increments the steps of the achievement with the given ID for the currently
43 * @param int $stepsToIncrement The number of steps to increment.
98 * Sets the steps for the currently authenticated player towards unlocking an
99 * achievement. If the steps parameter is less than the current number of steps
104 * @param int $steps The minimum value to set the steps to.
108 public function setStepsAtLeast($achievementId, $steps, $optParams = []) argument
110 $params = ['achievementId' => $achievementId, 'steps' => $steps];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
DTrace.php22 protected $collection_key = 'steps';
45 public function setSteps($steps) argument
47 $this->steps = $steps;
54 return $this->steps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
DGamesAchievementSetStepsAtLeast.php29 public $steps; variable in Google\\Service\\Games\\GamesAchievementSetStepsAtLeast
48 public function setSteps($steps) argument
50 $this->steps = $steps;
57 return $this->steps;
DGamesAchievementIncrement.php33 public $steps; variable in Google\\Service\\Games\\GamesAchievementIncrement
66 public function setSteps($steps) argument
68 $this->steps = $steps;
75 return $this->steps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DListStepsResponse.php22 protected $collection_key = 'steps';
47 public function setSteps($steps) argument
49 $this->steps = $steps;
56 return $this->steps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DOperationMetadata.php22 protected $collection_key = 'steps';
83 public function setSteps($steps) argument
85 $this->steps = $steps;
92 return $this->steps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DGoalUrlDestinationDetails.php22 protected $collection_key = 'steps';
87 public function setSteps($steps) argument
89 $this->steps = $steps;
96 return $this->steps;
/plugin/jspolyfill/script/
Darray_fill.js8 // Steps 1-2.
15 // Steps 3-5.
18 // Steps 6-7.
27 // Steps 9-10.
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_select/
Dfck_select.js76 function Move( steps ) argument
78 ChangeOptionPosition( oListText, steps ) ;
79 ChangeOptionPosition( oListValue, steps ) ;
98 // Moves the selected option by a number of steps (also negative)
99 function ChangeOptionPosition( combo, steps ) argument
106 var iFinalIndex = iActualIndex + steps ;
/plugin/mikioplugin/assets/
H A Dvariables.css113 /* Steps */
114 --mikiop-steps-step-text-color: inherit;
115 --mikiop-steps-border-color: #00000040;
116 --mikiop-steps-step-background-color: #fff;
117 --mikiop-steps-step-background-complete-color: #f8f8f8;
156 /* Steps */
157 --mikiop-steps-step-text-color: #fff;
158 --mikiop-steps-border-color: #ffffff40;
159 --mikiop-steps-step-background-color: #222;
160 --mikiop-steps-step-background-complete-color: #000;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
Dfck_select.js76 function Move( steps ) argument
78 ChangeOptionPosition( oListText, steps ) ;
79 ChangeOptionPosition( oListValue, steps ) ;
98 // Moves the selected option by a number of steps (also negative)
99 function ChangeOptionPosition( combo, steps ) argument
106 var iFinalIndex = iActualIndex + steps ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
Dfck_select.js76 function Move( steps ) argument
78 ChangeOptionPosition( oListText, steps ) ;
79 ChangeOptionPosition( oListValue, steps ) ;
98 // Moves the selected option by a number of steps (also negative)
99 function ChangeOptionPosition( combo, steps ) argument
106 var iFinalIndex = iActualIndex + steps ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DToolResults.php377 'steps',
395 …=> 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps',
419 …esults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}',
444 …beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetri…
469 …=> 'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps',
497 …esults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}',
526 …beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}:publishXu…
561 …beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetri…
596 …beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampl…
621 …beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampl…
[all …]
/plugin/impressjs/tpl/dokuwiki/
Dimpress.js241 // data of all presentation steps
251 var steps = null;
357 // wrap steps with "canvas" element
389 // get and init steps
390 steps = $$(".step", root);
391 steps.forEach( initStep );
411 step = step < 0 ? steps[ steps.length + step] : steps[ step ];
553 var prev = steps.indexOf( activeStep ) - 1;
554 prev = prev >= 0 ? steps[ prev ] : steps[ steps.length-1 ];
561 var next = steps.indexOf( activeStep ) + 1;
[all …]
/plugin/nspages/.circleci/
Dconfig.yml14 # Add steps to the job
15 # See: https://circleci.com/docs/2.0/configuration-reference/#steps
16 steps:
/plugin/diagramsnet/lib/plugins/
Danimation.js35 function animateCells(graph, cells, steps, delay) argument
37 graph.executeAnimations(graph.createWipeAnimations(cells, true), null, steps, delay);
63 function run(graph, steps, loop) argument
94 if (allowedToRun && step < steps.length)
96 var tokens = steps[step].split(' ');
144 console.log('cell not found', id, steps[step]);
161 run(graph, steps, loop);
/plugin/combo/.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) }}'
/plugin/sfauth/
DREADME.wiki5 To install this plug-in you have to do the following steps in the given order:
7 - Do the "Setup at SalesForce" steps
8 - Do the "DokuWiki Setup" steps
/plugin/description/.github/workflows/
DphpCS.yml9 steps:
32 if: ${{ always() && steps.phpcs.outcome == 'failure' }}
/plugin/openlayersmap/.github/workflows/
DphpCS.yml9 steps:
32 if: ${{ always() && steps.phpcs.outcome == 'failure' }}
/plugin/mikioplugin/syntax/
H A Dsteps.php3 * Mikio Syntax Plugin: Steps
14 public $tag = 'steps';
27 …$renderer->doc .= '<ul class="' . $this->elemClass . ' ' . $this->classPrefix . 'steps'. $classes …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DExplainQueryStage.php22 protected $collection_key = 'steps';
391 public function setSteps($steps) argument
393 $this->steps = $steps;
400 return $this->steps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DJob.php395 public function setSteps($steps) argument
397 $this->steps = $steps;
404 return $this->steps;
/plugin/upgrade/
Dadmin.php107 * Display a progress bar of all steps
113 $steps = ['version', 'download', 'unpack', 'check', 'upgrade'];
118 foreach ($steps as $step) {

12345678910>>...35