Searched refs:pipelines (Results 1 – 9 of 9) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/ |
| D | GoogleCloudDatapipelinesV1ListPipelinesResponse.php | 47 public function setPipelines($pipelines) argument 49 $this->pipelines = $pipelines; 56 return $this->pipelines;
|
| /plugin/gitlabapi/ |
| D | syntax.php | 97 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>';
|
| D | README.md | 44 - **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/ |
| D | Genomics.php | 44 public $pipelines; variable in Google\\Service\\Genomics 68 'pipelines', 72 'path' => 'v2alpha1/pipelines:run',
|
| D | CloudLifeSciences.php | 159 'pipelines', 163 'path' => 'v2beta/{+parent}/pipelines:run',
|
| D | Datapipelines.php | 97 'pipelines', 101 'path' => 'v1/{+parent}/pipelines',
|
| /plugin/bb4dw/ |
| D | sample.bib | 180 …pipelines combine the challenges of stencil computations and stream programs. They are composed of…
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 64 …pipelines|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/ |
| D | release-notes.md | 368 that you always recompile your templates with the latest compiler in your build pipelines.
|