Lines Matching refs:_

32     my ($jref)=@_;
43 my ($tag)=@_;
62 if($_ =~ /^name: (.*)/) {
65 elsif($_ =~ /runs-on: (.*)/) {
83 elsif($_ =~ /^\s*matrix:/) {
88 elsif($_ =~ /^ - run: .* apt-get install (.*)/) {
92 if($_ =~ /^ - name: (.*)/) {
98 elsif($_ =~ /install: (.*)/) {
101 elsif($_ =~ /( |curl-)configure: (.*)/) {
107 elsif($_ =~ /generate: (.*)/) {
126 elsif($_ =~ /- CC: (.*)/) {
131 elsif($_ =~ /^\s*steps:/) {
156 my ($tag)=@_;
168 if($_ =~ /^ vmImage: (.*)/) {
177 elsif($_ =~ /^ - stage: (.*)/) {
185 elsif($_ =~ /job:/) {
191 elsif($_ =~ /matrix:/) {
197 if($_ =~ /^ name: (.*)/) {
204 elsif($_ =~ /steps:/) {
208 elsif($_ =~ /^ configure: (.*)/) {
225 my ($tag)=@_;
235 if($_ =~ /^( - |install)/) {
243 if($_ =~ /^ APPVEYOR_BUILD_WORKER_IMAGE: \'(.*)\'/) {
246 elsif($_ =~ /^ BUILD_SYSTEM: (.*)/) {
249 elsif($_ =~ /^ PRJ_GEN: \'(.*)\'/) {
252 elsif($_ =~ /^ PRJ_CFG: (.*)/) {
255 elsif($_ =~ /^ OPENSSL: \'(.*)\'/) {
258 elsif($_ =~ /^ SCHANNEL: \'(.*)\'/) {
261 elsif($_ =~ /^ ENABLE_UNICODE: \'(.*)\'/) {
264 elsif($_ =~ /^ HTTP_ONLY: \'(.*)\'/) {
267 elsif($_ =~ /^ TESTING: \'(.*)\'/) {
270 elsif($_ =~ /^ SHARED: \'(.*)\'/) {
273 elsif($_ =~ /^ TARGET: \'-A (.*)\'/) {
283 my ($tag)=@_;
294 if($_ =~ /^ ( |-) (name|image_family|image):/) {
297 if($_ =~ /^ - name:/) {
305 if($_ =~ /^ - name: (.*)/) {
309 elsif($_ =~ /^ image_family: (.*)/) {
312 elsif($_ =~ /^windows_task:/) {
315 elsif($_ =~ /^ prepare: pacman -S --needed --noconfirm --noprogressbar (.*)/) {
318 elsif($_ =~ /^ configure: (.*)/) {
332 my ($tag)=@_;
348 if($_ =~ /^commands:/) {
353 if($_ =~ /^ ([^ ]*):/) {
356 elsif($_ =~ /^ .*.\/configure (.*)/) {
360 if($_ =~ /^jobs:/) {
366 if($_ =~ /^ ([^ ]*):/) {
369 elsif($_ =~ /^ - (configure.*)/) {
372 elsif($_ =~ /^ resource_class: arm.medium/) {
376 if($_ =~ /^workflows:/) {
381 if($_ =~ /^ ([^ ]+):/) {
384 elsif($_ =~ /^ - (.*)\n/) {
395 if($_ =~ / *jobs:/) {
405 my ($tag)=@_;
416 if($_ =~ /^- job:/) {
422 if($_ =~ /^ - (.*)/) {
432 if($_ =~ /^ (.*)/) {
439 if($_ =~ /^ ([^:]+): (.*)/) {
469 elsif($_ !~ /^ /) {
474 if($_ =~ /^ curl_env:/) {
477 elsif($_ =~ /^ curl_apt_packages:/) {
480 elsif($_ =~ /^ name: (.*)/) {
489 elsif($_ =~ /^\n\z/) {