Home
last modified time | relevance | path

Searched refs:pipelines (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
DGoogleCloudDatapipelinesV1ListPipelinesResponse.php47 public function setPipelines($pipelines) argument
49 $this->pipelines = $pipelines;
56 return $this->pipelines;
/plugin/gitlabapi/
Dsyntax.php97 preg_match("/pipelines *= *(['\"])(.*?)\\1/", $match, $pipelines);
98 if(!empty($pipelines)) {
99 $data['pipelines'] = $pipelines[2];
291 $pipelines = $gitlab->getPipelines($project_id);
305 $total = count($pipelines) < $number ? count($pipelines) : $number;
308 $renderer->doc .= '<td>'.$pipelines[$i]['ref'].'</td>';
309 $renderer->doc .= '<td>'.$pipelines[$i]['status'].'</td>';
310 $renderer->doc .= '<td>'.$pipelines[$i]['source'].'</td>';
311 $renderer->doc .= '<td><a href='.$pipelines[$i]['web_url'].'>Pipeline link</a></td>';
DREADME.md44 - **pipelines="n"** lists the latest $n$ pipelines.
46 For instance, if you want to see the latest 3 milestones, 10 commits, 5 issues, and 10 pipelines, t…
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DGenomics.php44 public $pipelines; variable in Google\\Service\\Genomics
68 'pipelines',
72 'path' => 'v2alpha1/pipelines:run',
DCloudLifeSciences.php159 'pipelines',
163 'path' => 'v2beta/{+parent}/pipelines:run',
DDatapipelines.php97 'pipelines',
101 'path' => 'v1/{+parent}/pipelines',
/plugin/bb4dw/
Dsample.bib180pipelines combine the challenges of stencil computations and stream programs. They are composed of…
/plugin/codeprettify/code-prettify/src/
Dlang-xq.js64pipelines|p:insert|p:get-by-id|p:get|p:execute|p:create|p:condition|p:collection|p:action|ooxml:ru…
/plugin/asciidocjs/node_modules/handlebars/
Drelease-notes.md368 that you always recompile your templates with the latest compiler in your build pipelines.