Home
last modified time | relevance | path

Searched refs:maintainer (Results 1 – 25 of 10637) sorted by relevance

12345678910>>...426

/dports/devel/bison/bison-3.7.6/tests/
H A Dlocal.mk122 .PHONY: maintainer-check-g++
126 .PHONY: maintainer-check-posix
130 .PHONY: maintainer-check-valgrind
139 .PHONY: maintainer-check
140 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
142 .PHONY: maintainer-check-push
143 maintainer-check-push:
147 .PHONY: maintainer-check-xml
148 maintainer-check-xml:
152 .PHONY: maintainer-check-release
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DConnectAlgorithms.cs28 IPeerMaintainer maintainer = null; field in System.ServiceModel.Channels.ConnectAlgorithms
33 this.maintainer = maintainer; in Initialize()
39 maintainer.NeighborClosed += OnNeighborClosed; in Initialize()
40 maintainer.NeighborConnected += OnNeighborConnected; in Initialize()
41 maintainer.MaintainerClosed += OnMaintainerClosed; in Initialize()
42 maintainer.ReferralsAdded += OnReferralsAdded; in Initialize()
135 if (maintainer.IsOpen) in Connect()
231 maintainer.ReferralsAdded -= OnReferralsAdded; in IDisposable.Dispose()
233 maintainer.NeighborClosed -= OnNeighborClosed; in IDisposable.Dispose()
255 while (maintainer.NonClosingNeighborCount > config.IdealNeighbors && maintainer.IsOpen) in PruneConnections()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dinvitations_spec.rb14 … create(:project, :public, creator_id: maintainer.id, namespace: maintainer.namespace) do |project|
16 project.add_maintainer(maintainer)
24 group.add_owner(maintainer)
194 user: maintainer
206 user: maintainer
212 post invitations_url(source, maintainer),
220 post invitations_url(source, maintainer),
228 post invitations_url(source, maintainer),
236 post invitations_url(source, maintainer),
303 get invitations_url(source, maintainer)
[all …]
H A Dreleases_spec.rb15 project.add_maintainer(maintainer)
27 author: maintainer,
35 author: maintainer,
40 get api("/projects/#{project.id}/releases", maintainer)
54 get api("/projects/#{project.id}/releases", maintainer)
62 get api("/projects/#{project.id}/releases", maintainer)
99 let(:access_level) { maintainer }
238 author: maintainer,
317 author: maintainer,
471 author: maintainer,
[all …]
H A Dmembers_spec.rb13 … create(:project, :public, creator_id: maintainer.id, namespace: maintainer.namespace) do |project|
15 project.add_maintainer(maintainer)
23 group.add_owner(maintainer)
59 get api(members_url, maintainer)
62 get api(members_url, maintainer)
68 get api(members_url, maintainer)
98 expect(json_response.first['username']).to eq(maintainer.username)
167 [maintainer.id, Gitlab::Access::OWNER],
278 user: maintainer
291 user: maintainer
[all …]
/dports/www/mod_php74/php-7.4.27/
H A Dazure-pipelines.yml26 configurationParameters: '--enable-debug --disable-maintainer-zts'
30 configurationParameters: '--disable-debug --enable-maintainer-zts'
34 configurationParameters: '--enable-debug --enable-maintainer-zts'
38 configurationParameters: '--enable-debug --disable-maintainer-zts'
43 configurationParameters: '--enable-debug --enable-maintainer-zts'
47 configurationParameters: '--disable-debug --disable-maintainer-zts'
51 configurationParameters: '--enable-debug --disable-maintainer-zts'
59 configurationParameters: '--disable-debug --enable-maintainer-zts'
63 configurationParameters: '--enable-debug --enable-maintainer-zts'
76 --enable-debug --enable-maintainer-zts
[all …]
/dports/lang/php74/php-7.4.27/
H A Dazure-pipelines.yml26 configurationParameters: '--enable-debug --disable-maintainer-zts'
30 configurationParameters: '--disable-debug --enable-maintainer-zts'
34 configurationParameters: '--enable-debug --enable-maintainer-zts'
38 configurationParameters: '--enable-debug --disable-maintainer-zts'
43 configurationParameters: '--enable-debug --enable-maintainer-zts'
47 configurationParameters: '--disable-debug --disable-maintainer-zts'
51 configurationParameters: '--enable-debug --disable-maintainer-zts'
59 configurationParameters: '--disable-debug --enable-maintainer-zts'
63 configurationParameters: '--enable-debug --enable-maintainer-zts'
76 --enable-debug --enable-maintainer-zts
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/members/
H A Dinvite_group_spec.rb28 project.add_maintainer(maintainer)
29 sign_in(maintainer)
67 project.add_maintainer(maintainer)
69 sign_in(maintainer)
127 sign_in(maintainer)
176 group.add_guest(maintainer)
177 sign_in(maintainer)
198 sign_in(maintainer)
201 group1.add_owner(maintainer)
203 group2.add_owner(maintainer)
[all …]
H A Dsorting_spec.rb10 let(:project) { create(:project, namespace: maintainer.namespace, creator: maintainer) }
15 sign_in(maintainer)
21 expect(first_row).to have_content(maintainer.name)
31 expect(second_row).to have_content(maintainer.name)
39 expect(first_row).to have_content(maintainer.name)
48 expect(first_row).to have_content(maintainer.name)
58 expect(second_row).to have_content(maintainer.name)
66 expect(first_row).to have_content(maintainer.name)
76 expect(second_row).to have_content(maintainer.name)
84 expect(first_row).to have_content(maintainer.name)
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/
H A Dgnome-control-center.doap17 <maintainer>
23 </maintainer>
26 <maintainer>
32 </maintainer>
35 <maintainer>
41 </maintainer>
44 <maintainer>
53 <maintainer>
62 <maintainer>
71 <maintainer>
[all …]
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Dplotchangelog.pl236 undef $maintainer;
240 $maintainer = $1;
244 $maintainer =~ s/<.*>//;
245 $maintainer =~ s/\(.*\)//;
246 $maintainer =~ s/\s+$//;
259 && defined $maintainer
264 $maintainer, $date, $urgency
268 undef $maintainer;
334 $maintainer = $data{$package}{$i}[1];
338 $maintainer =~ s/"/\\"/g;
[all …]
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/packaging/
H A Dversion_status.py126 maintainer = None
139 return version, maintainer
145 maintainer = None
151 return version, maintainer
160 return release, version, maintainer
295 maintainer = None
302 versions.append(("", version, maintainer))
313 maintainer = None
320 versions.append(("", version, maintainer))
338 maintainer = None
[all …]
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/frameworks/
H A Dmail_framework_maintainers.rb80 maintainer = yaml["maintainer"]
102 if not frameworksMap.has_key? maintainer then
103 frameworksMap[maintainer] = [description]
105 frameworksMap[maintainer] << description
114 frameworksMap.keys.each do |maintainer|
115 contacts[maintainer] = kdewho(kdecommon, maintainer)
127 maintainers.each do |maintainer|
128 contact = contacts[maintainer]
129 if maintainer.nil? then
136 frameworksMap[maintainer].sort.each do |framework|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/release/
H A Dlinks_spec.rb17 author: maintainer)
21 project.add_maintainer(maintainer)
25 project.repository.add_tag(maintainer, 'v0.1', commit.id)
34 get api("/projects/#{project.id}/releases/v0.1/assets/links", maintainer)
40 get api("/projects/#{project.id}/releases/v0.1/assets/links", maintainer)
48 get api("/projects/#{project.id}/releases/v0.1/assets/links", maintainer)
149 get api("/projects/#{project.id}/releases/v0.1/assets/links/#{link.id}", maintainer)
233 post api("/projects/#{project.id}/releases/v0.1/assets/links", maintainer),
278 post api("/projects/#{project.id}/releases/v0.1/assets/links", maintainer),
355 put api("/projects/#{project.id}/releases/v0.1/assets/links/1", maintainer),
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/
H A Dtracker-miners.doap24 <maintainer>
30 </maintainer>
32 <maintainer>
38 </maintainer>
40 <maintainer>
46 </maintainer>
48 <maintainer>
56 <maintainer>
64 <maintainer>
72 <maintainer>
[all …]
/dports/sysutils/tracker/tracker-2.3.4/
H A Dtracker.doap25 <maintainer>
31 </maintainer>
33 <maintainer>
39 </maintainer>
41 <maintainer>
47 </maintainer>
49 <maintainer>
57 <maintainer>
65 <maintainer>
73 <maintainer>
[all …]
/dports/devel/libcwd/libcwd-1.0.6/
H A DmaintMakefile.in19 # This maintainer Makefile provides the following functionality:
68 ## Make sure the ChangeLog is up to date in maintainer mode
110 $(srcdir)/example-project/debug.h.maintainer:
114 if test -f $(srcdir)/example-project/debug.h.maintainer; then \
124 # '--enable-maintainer-mode --with-redzone=1024 --compilers=$(CCVERSVN)' \
125 # '--enable-maintainer-mode --compilers=$(CCVERALL)' \
137 '--enable-maintainer-mode --with-redzone=1024 --compilers=$(CCVERSVN)' \
138 '--enable-maintainer-mode --compilers=$(CCVERALL)' \
199 $(MAKE) -C documentation maintainer-clean
200 (test -f example-project/Makefile && $(MAKE) -C example-project maintainer-clean) || true
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/utils/
H A DMakefile.in63 maintainer-clean: maintainer-clean-spu maintainer-clean-sparclite maintainer-clean-wince
66 maintainer-clean distclean:
177 maintainer-clean-spu: configure-spu
178 -cd spu && $(MAKE) maintainer-clean
179 .PHONY: maintainer-clean-spu
181 maintainer-clean-sparclite: configure-sparclite
182 -cd sparclite && $(MAKE) maintainer-clean
183 .PHONY: maintainer-clean-sparclite
185 maintainer-clean-wince: configure-wince
186 -cd wince && $(MAKE) maintainer-clean
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/utils/
H A DMakefile.in63 maintainer-clean: maintainer-clean-spu maintainer-clean-sparclite maintainer-clean-wince
66 maintainer-clean distclean:
177 maintainer-clean-spu: configure-spu
178 -cd spu && $(MAKE) maintainer-clean
179 .PHONY: maintainer-clean-spu
181 maintainer-clean-sparclite: configure-sparclite
182 -cd sparclite && $(MAKE) maintainer-clean
183 .PHONY: maintainer-clean-sparclite
185 maintainer-clean-wince: configure-wince
186 -cd wince && $(MAKE) maintainer-clean
[all …]
/dports/games/xtux/xtux/src/ggz/server/
H A DMakefile.in137 maintainer-clean-noinstLIBRARIES:
153 maintainer-clean-compile:
169 maintainer-clean-libtool:
203 maintainer-clean-tags:
237 maintainer-clean-depend:
291 maintainer-clean-generic:
310 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
311 maintainer-clean-compile maintainer-clean-libtool \
312 maintainer-clean-tags maintainer-clean-depend \
317 maintainer-clean: maintainer-clean-am
[all …]
H A DMakefile137 maintainer-clean-noinstLIBRARIES:
153 maintainer-clean-compile:
169 maintainer-clean-libtool:
203 maintainer-clean-tags:
237 maintainer-clean-depend:
291 maintainer-clean-generic:
310 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
311 maintainer-clean-compile maintainer-clean-libtool \
312 maintainer-clean-tags maintainer-clean-depend \
317 maintainer-clean: maintainer-clean-am
[all …]
/dports/games/xtux/xtux/src/ggz/client/
H A DMakefile135 maintainer-clean-noinstLIBRARIES:
151 maintainer-clean-compile:
167 maintainer-clean-libtool:
201 maintainer-clean-tags:
235 maintainer-clean-depend:
289 maintainer-clean-generic:
308 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
309 maintainer-clean-compile maintainer-clean-libtool \
310 maintainer-clean-tags maintainer-clean-depend \
315 maintainer-clean: maintainer-clean-am
[all …]
H A DMakefile.in135 maintainer-clean-noinstLIBRARIES:
151 maintainer-clean-compile:
167 maintainer-clean-libtool:
201 maintainer-clean-tags:
235 maintainer-clean-depend:
289 maintainer-clean-generic:
308 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
309 maintainer-clean-compile maintainer-clean-libtool \
310 maintainer-clean-tags maintainer-clean-depend \
315 maintainer-clean: maintainer-clean-am
[all …]
/dports/games/xtux/xtux/src/ggz/easysock/
H A DMakefile137 maintainer-clean-noinstLIBRARIES:
153 maintainer-clean-compile:
169 maintainer-clean-libtool:
203 maintainer-clean-tags:
237 maintainer-clean-depend:
291 maintainer-clean-generic:
310 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
311 maintainer-clean-compile maintainer-clean-libtool \
312 maintainer-clean-tags maintainer-clean-depend \
317 maintainer-clean: maintainer-clean-am
[all …]
H A DMakefile.in137 maintainer-clean-noinstLIBRARIES:
153 maintainer-clean-compile:
169 maintainer-clean-libtool:
203 maintainer-clean-tags:
237 maintainer-clean-depend:
291 maintainer-clean-generic:
310 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
311 maintainer-clean-compile maintainer-clean-libtool \
312 maintainer-clean-tags maintainer-clean-depend \
317 maintainer-clean: maintainer-clean-am
[all …]

12345678910>>...426