Home
last modified time | relevance | path

Searched refs:worked (Results 1 – 25 of 6346) sorted by relevance

12345678910>>...254

/dports/net/p5-Net-Connection/Net-Connection-0.2.0/t/
H A Dcreate.t32 my $worked=0;
35 $worked=1;
46 $worked=0;
49 $worked=1;
60 $worked=0;
63 $worked=1;
74 $worked=0;
77 $worked=1;
88 $worked=0;
102 $worked=0;
[all …]
/dports/devel/libfwsi/libfwsi-20210419/
H A DChangeLog67 * worked on API
74 * worked on API
82 * worked on API
89 * worked on API
96 * worked on API
100 * worked on API
104 * worked on API
108 * worked on API
111 * worked on API
144 * worked on API
[all …]
/dports/devel/libvshadow/libvshadow-20210425/
H A DChangeLog84 * worked on pyvshadow
88 * worked on pyvshadow
92 * worked on pyvshadow
171 * worked on man pages
252 * worked on block behavior
255 * worked on block behavior
259 * worked on block behavior
366 * worked on store is open
417 * worked on block tree
421 * worked on block tree
[all …]
/dports/devel/libregf/libregf-20210615/
H A DChangeLog120 * worked on setup.py
193 * worked on tests
212 * worked on tests
217 * worked on tests
228 * worked on tests
263 * worked on pyregf
270 * worked on pyregf
455 * worked on pyregf
458 * worked on pyregf
592 * worked on libary
[all …]
/dports/devel/libmsiecf/libmsiecf-20210420/
H A DChangeLog44 * worked on setup.py
72 * worked on tests
87 * worked on tests
97 * worked on tests
141 * worked on pymsiecf
145 * worked on pymsiecf
150 * worked on pymsiecf
272 * worked on man pages
338 * worked on URL API
341 * worked on API
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/
H A DAsyncExecTests.java83 worked.add(this); in testWorker()
91 worked.add(this); in testWorker()
98 assertTrue(worked.isEmpty()); in testWorker()
102 assertEquals(1, worked.size()); in testWorker()
105 worked.clear(); in testWorker()
119 worked.clear(); in testWorker()
144 if (worked.isEmpty()) { in testCancelOnRequeue()
145 worked.add(this); in testCancelOnRequeue()
152 worked.add(this); in testCancelOnRequeue()
160 worked.add(this); in testCancelOnRequeue()
[all …]
/dports/devel/libqcow/libqcow-20210419/
H A DChangeLog41 * worked on tests
45 * worked on Python bindings
46 * worked on tests
59 * worked on QCOW 1 support
63 * worked on tests
64 * worked on QCOW 1 support
65 * worked on snapshots
70 * worked on tests
132 * worked on qcowmount
152 * worked on read_buffer
[all …]
/dports/devel/libolecf/libolecf-20210512/
H A DChangeLog135 * worked on API
138 * worked on pyolecf
146 * worked on API
151 * worked on tests
153 * worked on API
161 * worked on tests
168 * worked on tests
172 * worked on tests
469 * worked on SSAT
484 * worked on MSAT
[all …]
/dports/www/rt50/rt-5.0.2/t/api/
H A Dtotal-time-worked.t11 diag("Test tickets total time worked");
16 Subject => 'total time worked test parent',
23 Subject => 'total time worked test child',
30 Subject => 'total time worked test child child',
66 is $child->TimeWorked, 20, 'check child time worked';
78 diag("Test multiple inheritance total time worked");
83 Subject => 'total time worked test parent',
90 Subject => 'total time worked test child',
129 diag("Test inheritance total time worked");
136 Subject => 'total time worked test parent',
[all …]
/dports/www/rt44/rt-4.4.5/t/api/
H A Dtotal-time-worked.t11 diag("Test tickets total time worked");
16 Subject => 'total time worked test parent',
23 Subject => 'total time worked test child',
30 Subject => 'total time worked test child child',
66 is $child->TimeWorked, 20, 'check child time worked';
78 diag("Test multiple inheritance total time worked");
83 Subject => 'total time worked test parent',
90 Subject => 'total time worked test child',
129 diag("Test inheritance total time worked");
136 Subject => 'total time worked test parent',
[all …]
/dports/net/p5-Net-Connection-Match/Net-Connection-Match-0.5.0/t/
H A DPTR.t41 my $worked=0;
44 $worked=1;
46 ok( $worked eq '0', 'empty init check') or diag('Calling new with empty args worked');
49 $worked=0;
52 $worked=1;
54 ok( $worked eq '1', 'init check, general') or diag('Calling Net::Connection::Match::PTR->new result…
88 $worked=0;
91 $worked=1;
93 ok( $worked eq '1', 'init check, local') or diag('Calling Net::Connection::Match::PTR->new resulted…
113 $worked=0;
[all …]
H A DRegexPTR.t41 my $worked=0;
44 $worked=1;
46 ok( $worked eq '0', 'empty init check') or diag('Calling new with empty args worked');
49 $worked=0;
52 $worked=1;
54 ok( $worked eq '1', 'init check, general') or diag('Calling Net::Connection::Match::RegexPTR->new r…
88 $worked=0;
91 $worked=1;
93 ok( $worked eq '1', 'init check, local') or diag('Calling Net::Connection::Match::RegexPTR->new res…
113 $worked=0;
[all …]
H A DCIDR.t37 my $worked=0;
40 $worked=1;
42 ok( $worked eq '0', 'empty init check') or diag('Calling new with empty args worked');
45 $worked=0;
48 $worked=1;
50 ok( $worked eq '0', 'bad CIDR init check') or diag('new accepts invalid CIDRs');
53 $worked=0;
56 $worked=1;
58 ok( $worked eq '1', 'init check') or diag('Calling Net::Connection::Match::CIDR->new resulted in...…
H A DMatch.t85 my $worked=0;
88 $worked=1;
90 ok( $worked eq '0', 'empty init check') or diag('Calling new with empty args worked');
93 $worked=0;
96 $worked=1;
98 ok( $worked eq '1', 'init check') or diag('Calling Net::Connection::Match::Ports->new resulted in..…
130 $worked=0;
133 $worked=1;
135 ok( $worked eq '1', 'init check2') or diag('Calling Net::Connection::Match::Ports->new resulted in.…
/dports/devel/libpff/libpff-20180714/
H A DChangeLog353 * worked on pypff
357 * worked on pypff
362 * worked on pypff
368 * worked on pypff
404 * worked tests
453 * worked on pypff
457 * worked on pypff
467 * worked on tests
605 * worked on pypff
875 * worked on pypff
[all …]
/dports/news/cnews/cnews-cr.g_18/relay/
H A Dfileart.c186 return worked;
216 return worked;
236 if (worked) {
243 return worked;
278 if (!worked)
284 if (!worked)
286 return worked;
324 return worked;
354 if (worked)
359 return worked;
[all …]
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/comic/
H A Dcomicarchivejob.cpp184 bool worked = false; in dataUpdated() local
188 worked = tempFile.open(); in dataUpdated()
189 worked = worked && tempFile.flush(); in dataUpdated()
190 worked = (worked ? image.save(tempFile.fileName(), "PNG") : worked); in dataUpdated()
191 worked = (worked ? addFileToZip(tempFile.fileName()) : worked); in dataUpdated()
193 if (worked) { in dataUpdated()
205 worked = worked && tempFile->flush(); in dataUpdated()
206 worked = (worked ? image.save(tempFile->fileName(), "PNG") : worked); in dataUpdated()
208 if (worked) { in dataUpdated()
224 if (!worked) { in dataUpdated()
[all …]
/dports/devel/libewf/libewf-20140812/
H A DChangeLog65 * worked on ewfmount
145 * worked on pyewf
272 * worked on ewf.net
374 * worked on ewfmount
377 * worked on ewfmount
477 * worked on libhmac
593 * worked on l17n
924 * worked on TODOs
982 * worked on pyewf
1062 * worked on pyewf
[all …]
/dports/devel/libfwnt/libfwnt-20210906/
H A DChangeLog29 * worked on libcthreads build support
30 * worked on git files
47 * worked on security descriptor
48 - worked on access control list
49 - worked on access control entry debug function
53 * worked on security descriptor
57 * worked on include header
58 * worked on man pages
59 * worked on tests
60 * worked on security descriptor
/dports/graphics/gifsicle/gifsicle-1.93/test/
H A D010-warnings.testie3 gifsicle blank.gif -o /dev/null 2>&1 && echo blank worked
4 gifsicle -w blank.gif -o /dev/null 2>&1 && echo blank worked
5 gifsicle blank-garbage.gif -o /dev/null 2>&1 && echo blank-garbage worked
6 gifsicle -w blank-garbage.gif -o /dev/null 2>&1 && echo blank-garbage worked
16 blank worked
17 blank worked
19 blank-garbage worked
20 blank-garbage worked
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dai-use.cpp104 *worked = 1; in useTarget()
116 *worked = 1; in useTarget()
128 *worked = 1; in useTarget()
132 *worked = 0; in useTarget()
138 int worked; in useSwitch() local
145 int worked; in useSwitchOn() local
164 int worked; in useLockedSwitch() local
188 int worked; in useLockedSwitchOn() local
207 int worked; in useCellHolder() local
227 int worked; in useTouchplate() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dai-use.cpp104 *worked = 1; in useTarget()
116 *worked = 1; in useTarget()
128 *worked = 1; in useTarget()
132 *worked = 0; in useTarget()
138 int worked; in useSwitch() local
145 int worked; in useSwitchOn() local
164 int worked; in useLockedSwitch() local
188 int worked; in useLockedSwitchOn() local
207 int worked; in useCellHolder() local
227 int worked; in useTouchplate() local
[all …]
/dports/devel/libfsntfs/libfsntfs-20210503/
H A DChangeLog360 * worked on txf data
363 * worked on txf data
368 * worked on txf data
388 * worked on winsxs support
421 * worked on reading indexes
424 * worked on reading indexes
425 * worked on data runs
428 * worked on attributes
430 * worked on fixup values
433 * worked on mft attribute
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/
H A DInfiniteSubProgressMonitor.java37 int worked; field in InfiniteSubProgressMonitor
65 this.worked = 0; in beginTask()
69 public void worked(int work) { in worked() method in InfiniteSubProgressMonitor
70 if (worked >= totalWork) return; in worked()
72 super.worked(1); in worked()
73 worked++; in worked()
74 if (worked >= halfWay) { in worked()
/dports/net/p5-Net-Connection-Sort/Net-Connection-Sort-0.0.1/t/
H A Dstate.t58 my $worked=0;
61 $worked=1;
63 ok( $worked eq 1, 'sorter init') or die ('Net::Connection::Sort::state->new resulted in... '.$@);
66 $worked=0;
69 $worked=1;
71 ok( $worked eq 1, 'sort') or die ('Net::Connection::Sort::state->sorter(@objects) resulted in... '.…

12345678910>>...254