Home
last modified time | relevance | path

Searched refs:project_list (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/py-bandit/bandit-1.7.1/tools/
H A Dopenstack_coverage.py134 def _get_repo_names(project_list): argument
138 project_repos = {key: None for key in project_list}
150 if deliverable in project_list:
164 def clone_projects(project_list): argument
166 project_locations = _get_repo_names(project_list)
248 project_list = list_projects(PATH_JENKINS)
253 source_dir = clone_projects(project_list)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/graphql/pagination/keyset/
H A Dconnection_generic_keyset_spec.rb352 let(:arguments) { { before: encoded_cursor(project_list.first) } }
362 let(:arguments) { { before: encoded_cursor(project_list.last) } }
371 let(:arguments) { { before: encoded_cursor(project_list.last), last: 2 } }
380 let(:arguments) { { before: encoded_cursor(project_list[1]), last: 3 } }
385 expect(subject.nodes).to eq [project_list[0]]
392 let(:arguments) { { after: encoded_cursor(project_list.first) } }
401 let(:arguments) { { after: encoded_cursor(project_list.first), first: 2 } }
410 let(:arguments) { { after: encoded_cursor(project_list[2]), last: 3 } }
H A Dconnection_spec.rb404 let(:arguments) { { before: encoded_cursor(project_list.first) } }
414 let(:arguments) { { before: encoded_cursor(project_list.last) } }
423 let(:arguments) { { before: encoded_cursor(project_list.last), last: 2 } }
432 let(:arguments) { { before: encoded_cursor(project_list[1]), last: 3 } }
437 expect(subject.nodes).to eq [project_list[0]]
444 let(:arguments) { { after: encoded_cursor(project_list.first) } }
453 let(:arguments) { { after: encoded_cursor(project_list.first), first: 2 } }
462 let(:arguments) { { after: encoded_cursor(project_list[2]), last: 3 } }
/dports/devel/aegis/aegis-4.25.D510/lib/wish/
H A Daebuffy.rpt50 auto project_list, project_pos;
51 project_list = [ "" ];
63 while (project_pos < count(project_list))
66 sfx = project_list[project_pos];
81 project_list = project_list ## [pfx ## cn];
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/
H A Dbase.py200 project_list=None, project_count=None): argument
202 assert not (project_list or project_count)
203 elif project_list:
206 assert not (project or project_list)
214 project_list = [project]
217 project_list = [self._get_project_data(v3=v3)
230 for p in project_list]})
233 for p in project_list:
246 return project_list
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/coprhd/helpers/
H A Dproject.py42 projects = self.project_list(tenant_uri)
54 def project_list(self, tenant_name): member in Project
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/web_infrastructure/
H A Dtaiga_issue.py157 project_list = filter(lambda x: x.name == project_name, api.projects.list(member=user_id))
158 if len(project_list) != 1:
160 project = project_list[0]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dtaiga_issue.py164project_list = list(filter(lambda x: x.name == project_name, api.projects.list(member=user_id)))
165 if len(project_list) != 1:
167 project = project_list[0]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/web_infrastructure/
H A Dtaiga_issue.py164project_list = list(filter(lambda x: x.name == project_name, api.projects.list(member=user_id)))
165 if len(project_list) != 1:
167 project = project_list[0]
/dports/devel/pit/pit-0.1.0/src/
H A Dproject.c78 static void project_list(POptions po) in project_list() function
227 project_list(&opt); /* Show all projects. */ in pit_project()
263 project_list(&opt); in pit_project()
/dports/devel/cgit/cgit-1.2.3/
H A Dcgit.c245 ctx.cfg.project_list = xstrdup(expand_macros(value)); in config_cb()
249 else if (ctx.cfg.project_list) in config_cb()
251 ctx.cfg.project_list, repo_config); in config_cb()
394 ctx.cfg.project_list = NULL; in prepare_context()
898 if (ctx.cfg.project_list) in generate_cached_repolist()
899 scan_projects(path, ctx.cfg.project_list, repo_config); in generate_cached_repolist()
920 if (ctx.cfg.project_list) in process_cached_repolist()
921 hash += hash_str(ctx.cfg.project_list); in process_cached_repolist()
930 if (ctx.cfg.project_list) in process_cached_repolist()
931 scan_projects(path, ctx.cfg.project_list, in process_cached_repolist()
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/src/
H A Dxsane-fax-project.c196 xsane.project_list = list; in xsane_fax_dialog()
301 gtk_list_remove_items(GTK_LIST(xsane.project_list), GTK_LIST(xsane.project_list)->children); in xsane_fax_project_load()
394 gtk_container_add(GTK_CONTAINER(xsane.project_list), list_item); in xsane_fax_project_load()
421 GList *list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_fax_project_delete()
469 GList *list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_fax_project_save()
955 gtk_container_add(GTK_CONTAINER(xsane.project_list), list_item); in xsane_fax_entry_insert_callback()
1194 GList *list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_fax_send()
1347 list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_fax_send()
H A Dxsane-multipage-project.c235 xsane.project_list = list; in xsane_multipage_dialog()
343 gtk_list_remove_items(GTK_LIST(xsane.project_list), GTK_LIST(xsane.project_list)->children); in xsane_multipage_project_load()
429 gtk_container_add(GTK_CONTAINER(xsane.project_list), list_item); in xsane_multipage_project_load()
467 GList *list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_multipage_project_delete()
497 GList *list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_multipage_project_save()
849 GList *list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_multipage_save_file()
1020 list = (GList *) GTK_LIST(xsane.project_list)->children; in xsane_multipage_save_file()
/dports/devel/gitlist/gitlist/src/
H A DApplication.php176 public function parseProjectList($project_list) argument
179 $file = fopen($project_list, 'r');
/dports/finance/ledgersmb12/ledgersmb/bin/
H A Darap.pl343 $form->{"project_id_$i"} = $form->{project_list}->[0]->{id};
345 $form->{project_list}->[0]->{projectnumber};
347 $form->{project_list}->[0]->{projectnumber};
402 foreach $ref ( @{ $form->{project_list} } ) {
/dports/games/d2x/d2x-0.2.5/main/
H A Drender.h84 void project_list(int nv,short *pointnumlist);
/dports/cad/qelectrotech/qet-0.7.0/sources/ElementsCollection/
H A Delementscollectionwidget.cpp538 QList <QETProject *> project_list; in reload() local
539 project_list.append(m_waiting_project); in reload()
542 project_list.append(m_model->project()); in reload()
548 new_model->loadCollections(true, true, project_list); in reload()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/release/
H A Dtest-release.sh369 project_list=${projects// /;}
379 -DLLVM_ENABLE_PROJECTS="$project_list" \
385 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/devel/llvm11/llvm-11.0.1.src/utils/release/
H A Dtest-release.sh376 project_list=${projects// /;}
386 -DLLVM_ENABLE_PROJECTS="$project_list" \
392 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/release/
H A Dtest-release.sh379 project_list=${projects// /;}
389 -DLLVM_ENABLE_PROJECTS="$project_list" \
395 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/devel/llvm90/llvm-9.0.1.src/utils/release/
H A Dtest-release.sh358 project_list=${projects// /;}
368 -DLLVM_ENABLE_PROJECTS="$project_list" \
374 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/release/
H A Dtest-release.sh376 project_list=${projects// /;}
386 -DLLVM_ENABLE_PROJECTS="$project_list" \
392 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/devel/llvm10/llvm-10.0.1.src/utils/release/
H A Dtest-release.sh369 project_list=${projects// /;}
379 -DLLVM_ENABLE_PROJECTS="$project_list" \
385 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/release/
H A Dtest-release.sh382 project_list=${projects// /;}
392 -DLLVM_ENABLE_PROJECTS="$project_list" \
398 -DLLVM_ENABLE_PROJECTS="$project_list" \
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/release/
H A Dtest-release.sh369 project_list=${projects// /;}
379 -DLLVM_ENABLE_PROJECTS="$project_list" \
385 -DLLVM_ENABLE_PROJECTS="$project_list" \

123