Home
last modified time | relevance | path

Searched refs:bart (Results 1 – 25 of 877) sorted by relevance

12345678910>>...36

/dports/databases/p5-Tangram/Tangram-2.12/t/springfield/
H A D39-save.t18 $bart->{belongings} = [
23 $id{Bart} = $storage->insert($bart);
32 my $bart = $storage->load($id{Bart});
34 Springfield::test( $bart &&
48 push @{$bart->{belongings}}, Item->new( name => 'Sneakers', owner => $bart);
50 $storage->update($bart);
61 Springfield::test( $bart &&
78 $storage->update($bart);
91 Springfield::test( $bart &&
104 Springfield::test( $bart &&
[all …]
/dports/math/py-pymc3/pymc-3.11.4/pymc3/step_methods/
H A Dpgbart.py63 self.bart = vars[0].distribution
73 self.bart.chunk = self.chunk
82 self.init_likelihood = self.likelihood_logp(self.bart.inv_link(self.bart.sum_trees_output))
85 for i in range(self.bart.m):
87 self.bart.trees[i],
96 bart = self.bart
98 inv_link = bart.inv_link
101 if self.idx == bart.m:
105 if idx >= bart.m:
108 tree = bart.trees[idx]
[all …]
/dports/math/py-pymc3/pymc-3.11.4/pymc3/tests/
H A Dtest_bart.py34 bart = b.distribution
35 assert bart.num_observations == 100
36 assert bart.num_variates == 4
37 assert len(bart.trees) == bart.m
48 bart = b.distribution
51 idx_data_points = np.array(range(bart.num_observations), dtype="int32")
52 available_splitting_rules = bart.get_available_splitting_rules(
59 idx_data_points = np.array(range(bart.num_observations), dtype="int32")
60 available_splitting_rules = bart.get_available_splitting_rules(
76 available_splitting_rules = bart.get_available_splitting_rules(
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/model/tests/
H A Dtest_user.py140 bart.link(bart_secondary)
142 self._anne.absorb(bart)
168 set_preferred(bart)
181 self._anne.absorb(bart)
223 set_preferred(bart)
231 self._anne.absorb(bart)
251 self._anne.absorb(bart)
268 self._anne.absorb(bart)
281 bart.absorb(cate)
290 bart_user_id = bart.user_id
[all …]
H A Dtest_member.py84 bart = self._usermanager.create_user('bart@example.com')
85 bart_address = list(bart.addresses)[0]
111 bart = self._usermanager.create_user('bart@example.com')
115 set_preferred(bart)
119 bart_member = self._mlist.subscribe(bart, MemberRole.moderator)
151 bart = self._usermanager.create_user('bart@example.com')
154 set_preferred(bart)
157 self.bart_member = self._mlist.subscribe(bart)
160 self.bart_member_best = self._bestlist.subscribe(bart)
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/docs/
H A Dpreferences.rst36 >>> bart = user_manager.create_user('bart@example.com')
39 >>> dump_json('http://localhost:9001/3.0/addresses/bart@example.com'
42 self_link: http://localhost:9001/3.0/addresses/bart@example.com/preferences
47 >>> list(bart.addresses)[0].preferences.acknowledge_posts = True
50 >>> dump_json('http://localhost:9001/3.0/addresses/bart@example.com'
62 >>> bart.preferences.receive_own_postings = False
76 >>> bart_member = mlist.subscribe(list(bart.addresses)[0])
93 >>> dump_json('http://localhost:9001/3.0/addresses/bart@example.com'
107 >>> dump_json('http://localhost:9001/3.0/addresses/bart@example.com'
122 >>> dump_json('http://localhost:9001/3.0/addresses/bart@example.com'
[all …]
/dports/devel/p5-libxml-enno/libxml-enno-1.02/t/
H A Ddom_attr.t32 <person name="bart" sex="almost"/>
46 my $bart = $root->getElementsByTagName("person")->item(2);
47 assert_ok (defined $bart);
52 my $battr = $bart->getAttributes;
66 my $hair2 = $bart->removeAttributeNode ($hair);
77 assert_ok ($bart->getAttribute("hair") eq "pointy");
89 $bart->setAttributeNode ($hair2);
92 # (cloned) hair transplant from bart to lisa
108 $bart->removeAttribute ("hair");
H A Ddom_jp_attr.t98 my $bart = $root->getElementsByTagName("人物")->item(2);
99 assert_ok (defined $bart);
104 my $battr = $bart->getAttributes;
118 my $hair2 = $bart->removeAttributeNode ($hair);
129 assert_ok ($bart->getAttribute("髪") eq "つんつん");
141 $bart->setAttributeNode ($hair2);
144 # (cloned) hair transplant from bart to lisa
160 $bart->removeAttribute ("髪");
/dports/mail/mailman3/mailman-3.3.1/src/mailman/runners/tests/
H A Dtest_digest.py74 bart = subscribe(self._mlist, 'Bart')
75 bart.preferences.delivery_mode = DeliveryMode.plaintext_digests
86 bart = subscribe(self._mlist, 'Bart')
87 bart.preferences.delivery_mode = DeliveryMode.plaintext_digests
112 bart = subscribe(self._mlist, 'Bart')
113 bart.preferences.delivery_mode = DeliveryMode.plaintext_digests
164 bart = subscribe(self._mlist, 'Bart')
165 bart.preferences.delivery_mode = DeliveryMode.summary_digests
190 bart = subscribe(self._mlist, 'Bart')
192 bart.address, DeliveryMode.summary_digests)
[all …]
/dports/textproc/p5-XML-DOM/XML-DOM-1.46/t/
H A Ddom_attr.t32 <person name="bart" sex="almost"/>
46 my $bart = $root->getElementsByTagName("person")->item(2);
47 assert_ok (defined $bart);
52 my $battr = $bart->getAttributes;
66 my $hair2 = $bart->removeAttributeNode ($hair);
77 assert_ok ($bart->getAttribute("hair") eq "pointy");
89 $bart->setAttributeNode ($hair2);
92 # (cloned) hair transplant from bart to lisa
111 $bart->removeAttribute ("hair");
H A Ddom_jp_attr.t99 my $bart = $root->getElementsByTagName("人物")->item(2);
100 assert_ok (defined $bart);
105 my $battr = $bart->getAttributes;
119 my $hair2 = $bart->removeAttributeNode ($hair);
130 assert_ok ($bart->getAttribute("髪") eq "つんつん");
142 $bart->setAttributeNode ($hair2);
145 # (cloned) hair transplant from bart to lisa
161 $bart->removeAttribute ("髪");
/dports/www/grails/grails-1.3.6/src/test/grails/spring/
H A DBeanBuilderTests.groovy399 bart(Bean2) {
400 person = "bart"
407 assert ctx.containsBean("bart")
408 def bart = ctx.getBean("bart")
415 bart(Bean1) {
416 person = "bart"
445 bart(Bean1) {
446 person = "bart"
479 bart(Bean1) {
480 person = "bart"
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/recipes/
H A Droles_applicationtoinstance.t63 my $bart = Employee->new( name => 'Bart' );
66 $lisa->employees( [ $homer, $bart, $marge ] );
79 my $bart = Employee->new( name => 'Bart' );
82 $lisa->employees( [ $homer, $bart, $marge ] );
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/000_recipes/
H A Dmoose_cookbook_roles_recipe3.t63 my $bart = Employee->new( name => 'Bart' );
66 $lisa->employees( [ $homer, $bart, $marge ] );
79 my $bart = Employee->new( name => 'Bart' );
82 $lisa->employees( [ $homer, $bart, $marge ] );
/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/micromanage/
H A Dservice_google.py169 bart = GooglePackerBuildArtefact(image, environment)
170 barts[bart.name()] = bart
171 inst['boot_disk']['initialize_params']['image'] = bart.name()
175 bart = GooglePackerBuildArtefact(image, environment)
176 barts[bart.name()] = bart
177 disk['image'] = bart.name()
H A Dmicromanage.py278 for bart_name, bart in barts.iteritems():
279 bart.outputFiles(dirpath)
280 files += bart.getOutputFiles(dirpath)
287 for bart_name, bart in barts.iteritems():
288 if bart.needsBuild():
289 barts_to_build[bart_name] = bart
292 bart.doBuild(dirpath)
295 bart.wait(dirpath)
297 for bart_name, bart in barts.iteritems():
298 bart.postBuild()
[all …]
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/micromanage/
H A Dservice_google.py169 bart = GooglePackerBuildArtefact(image, environment)
170 barts[bart.name()] = bart
171 inst['boot_disk']['initialize_params']['image'] = bart.name()
175 bart = GooglePackerBuildArtefact(image, environment)
176 barts[bart.name()] = bart
177 disk['image'] = bart.name()
H A Dmicromanage.py278 for bart_name, bart in barts.iteritems():
279 bart.outputFiles(dirpath)
280 files += bart.getOutputFiles(dirpath)
287 for bart_name, bart in barts.iteritems():
288 if bart.needsBuild():
289 barts_to_build[bart_name] = bart
292 bart.doBuild(dirpath)
295 bart.wait(dirpath)
297 for bart_name, bart in barts.iteritems():
298 bart.postBuild()
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/mta/docs/
H A Dconnection.rst52 ... To: bart@example.com
107 ... To: bart@example.com
163 ... To: bart@example.com
174 ... To: bart@example.com
189 ... To: bart@example.com
203 ... To: bart@example.com
217 ... To: bart@example.com
247 ... To: bart@example.com
273 ... ['bart@example.com', 'cate@example.com'], """\
275 ... To: bart@example.com
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/handlers/docs/
H A Downer-recips.rst17 >>> bart_addr = user_manager.create_address('bart@example.com')
20 >>> bart = mlist_1.subscribe(bart_addr, MemberRole.moderator)
34 bart@example.com
43 bart@example.com
48 >>> bart.preferences.delivery_status = DeliveryStatus.by_user
/dports/math/fastops/fastops-1.0.0/contrib/libs/tclap/tests/
H A Dtest45.out4 ../examples/test6 -n <homer|marge|bart|lisa|maggie> [--] [--version]
10 -n <homer|marge|bart|lisa|maggie>, --name <homer|marge|bart|lisa
/dports/devel/tclap/tclap-1.4.0-rc1/tests/
H A Dtest45.out4 test6 [-h] [--version] -n <homer|marge|bart|lisa|maggie> times
9 -n <homer|marge|bart|lisa|maggie>, --name <homer|marge|bart|lisa|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.jason/
H A Dreport.C48 typedef int const * bart (); typedef
50 typedef bart const * const * bar2;
51 typedef bart volatile * const * bar2v;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.jason/
H A Dreport.C48 typedef int const * bart (); typedef
50 typedef bart const * const * bar2;
51 typedef bart volatile * const * bar2v;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.jason/
H A Dreport.C48 typedef int const * bart (); typedef
50 typedef bart const * const * bar2;
51 typedef bart volatile * const * bar2v;

12345678910>>...36