Home
last modified time | relevance | path

Searched refs:get_one (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/config/
H A Dtest_environ.py54 cc = c.get_one('override')
63 cc = c.get_one('_test-cloud_')
70 cc = c.get_one('envvars')
76 cc = c.get_one('_test-cloud_')
78 cc = c.get_one('_test_cloud_no_vendor')
86 cc = c.get_one('envvars')
92 cc = c.get_one('_test-cloud_')
106 cc = c.get_one('_test-cloud_')
117 cc = c.get_one('_test-cloud_')
167 cc = c.get_one('envvars')
[all …]
H A Dtest_config.py97 cc = c.get_one()
187 cc = c.get_one()
684 cc = c.get_one(
715 cc = c.get_one(
837 c.get_one,
845 c.get_one,
852 cc = c.get_one(
862 cc = c.get_one(
872 cc = c.get_one(
883 c.get_one,
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-87.cs16 int get_one (); in get_one() method
24 public int get_one () { return 1; } in get_one() method in Top.XA
28 public int get_one () { return 1; } in get_one() method in Top.XB
36 if (x.get_one () != 1) in Main()
40 if (x.get_one () != 1) in Main()
/dports/www/habari/habari-0.8/system/classes/
H A Dtags.php21 public static function get_one( $tag ) function in Tags
37 return self::get_one( $tag );
47 return self::get_one( $tag );
58 return self::get_one( (int) $tag );
154 $exclude_tag[] = $objectify ? Tags::get_one(Utils::slugify( $tag )) : Utils::slugify( $tag );
157 $include_tag[] = $objectify ? Tags::get_one(Utils::slugify( $tag )) : Utils::slugify( $tag );
/dports/mail/p5-POE-Filter-Transparent-SMTP/POE-Filter-Transparent-SMTP-0.2/t/
H A D030-transparency.t66 $from_transparent_filter = $transparent_filter->get_one();
69 $from_transparent_filter = $transparent_filter->get_one();
72 $from_transparent_filter = $transparent_filter->get_one();
76 $from_transparent_filter = $transparent_filter->get_one();
79 $from_transparent_filter = $transparent_filter->get_one();
/dports/devel/py-nose2/nose2-0.10.0/nose2/tests/functional/support/scenario/package_in_lib/
H A Dtests.py4 from pkg2 import get_one
13 assert get_one() == 1
18 assert get_one() == 2
25 self.assertEqual(get_one(), 4)
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/
H A Dso_5_3_0__synchronous_interaction.dox83 To send service request it is necessary to invoke mbox�s get_one template
90 mbox->get_one< std::string >()... // other stuff will go here
112 int v = mbox->get_one< int >()
117 std::string s = mbox->get_one< std::string >()
210 mbox.get_one< int >().make_async< msg_convert >( "42" );
247 That service could be called by ordinary get_one method chain:
251 mbox.get_one< void >().wait_forever().sync_get< msg_flush >();
254 But instead of get_one<void> it is possible to use run_one method that is
255 a synonym for get_one<void>:
272 Method chains get_one(), get_one().wait_forever() and get_one().wait_for()
[all …]
/dports/www/p5-POE-Component-Client-HTTP/POE-Component-Client-HTTP-0.949/t/
H A D04_chunk_filter.t26 while ($output = $filter->get_one and @$output > 0) {
44 while ($output = $filter->get_one and @$output > 0) {
58 while ($output = $filter->get_one and @$output > 0) {
75 while ($output = $filter->get_one and @$output > 0) {
92 while ($output = $filter->get_one and @$output > 0) {
109 while ($output = $filter->get_one and @$output > 0) {
125 while ($output = $filter->get_one and @$output > 0) {
140 while ($output = $filter->get_one and @$output > 0) {
154 while ($output = $filter->get_one and @$output > 0) {
168 while ($output = $filter->get_one and @$output > 0) {
[all …]
/dports/devel/p5-Class-Std-Fast/Class-Std-Fast-v0.0.8/benchmark/
H A Dclass-std.pl62 $list[-1]->get_one()->set_two($class->new());
63 $list[-1]->get_one();
71 $list[-1]->get_one()->set_two($class->new());
72 $list[-1]->get_one();
/dports/mail/p5-POE-Filter-Transparent-SMTP/POE-Filter-Transparent-SMTP-0.2/lib/POE/Filter/Transparent/
H A DSMTP.pm102 sub get_one { subroutine
106 $data = $filter->get_one();
133 $temp = $self->get_one();
136 $temp = $self->get_one();
/dports/devel/p5-Moo/Moo-2.005004/t/
H A Daccessor-reader-writer.t16 reader => 'get_one',
49 is( $foo->get_one, 'lol', 'reader works' );
51 is( $foo->get_one, 'rofl', 'writer works' );
61 ok( exception { $foo->get_one('blah') }, 'reader dies on write' );
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/awx/awx/plugins/modules/
H A Dtower_workflow_job_template_node.py291 …wfjt_data = module.get_one('workflow_job_templates', name_or_id=workflow_job_template, **{'data': …
300 existing_item = module.get_one('workflow_job_template_nodes', **{'data': search_fields})
314 …new_fields['unified_job_template'] = module.get_one('unified_job_templates', **{'data': search_fie…
352 sub_obj = module.get_one(endpoint, **{'data': lookup_data})
390 …workflow_job_template_node = module.get_one('workflow_job_template_nodes', **{'data': search_field…
H A Dworkflow_job_template_node.py291 …wfjt_data = module.get_one('workflow_job_templates', name_or_id=workflow_job_template, **{'data': …
300 existing_item = module.get_one('workflow_job_template_nodes', **{'data': search_fields})
314 …new_fields['unified_job_template'] = module.get_one('unified_job_templates', **{'data': search_fie…
352 sub_obj = module.get_one(endpoint, **{'data': lookup_data})
390 …workflow_job_template_node = module.get_one('workflow_job_template_nodes', **{'data': search_field…
H A Dtower_workflow_job_template.py498 … unified_job_template = module.get_one('unified_job_templates', **{'data': search_fields})
530 existing_item = module.get_one('workflow_job_template_nodes', **{'data': search_fields})
568 …workflow_job_template_node = module.get_one('workflow_job_template_nodes', **{'data': search_field…
601 existing_item = module.get_one('workflow_job_template_nodes', **{'data': search_fields})
624 sub_obj = module.get_one(endpoint, **{'data': lookup_data})
709 …existing_item = module.get_one('workflow_job_templates', name_or_id=name, **{'data': search_fields…
787 label_id = module.get_one('labels', name_or_id=item, **{'data': search_fields})
816 …existing_item = module.get_one('workflow_job_templates', name_or_id=name, **{'data': search_fields…
H A Dworkflow_job_template.py498 … unified_job_template = module.get_one('unified_job_templates', **{'data': search_fields})
530 existing_item = module.get_one('workflow_job_template_nodes', **{'data': search_fields})
568 …workflow_job_template_node = module.get_one('workflow_job_template_nodes', **{'data': search_field…
601 existing_item = module.get_one('workflow_job_template_nodes', **{'data': search_fields})
624 sub_obj = module.get_one(endpoint, **{'data': lookup_data})
709 …existing_item = module.get_one('workflow_job_templates', name_or_id=name, **{'data': search_fields…
787 label_id = module.get_one('labels', name_or_id=item, **{'data': search_fields})
816 …existing_item = module.get_one('workflow_job_templates', name_or_id=name, **{'data': search_fields…
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/router/
H A Dsnmp__juniper117 def get_one(self, prefix_oid, suffix):
135 'temp': dict([(name, self.get_one(jnxOperatingTemp, suffix))
137 'cpu': dict([(name, self.get_one(jnxOperatingCPU, suffix))
139 'buffer': dict([(name, self.get_one(jnxOperatingBuffer, suffix))
/dports/www/py-pecan/pecan-1.3.3/pecan/tests/
H A Dtest_rest.py39 def get_one(self, id): member in TestRestController.test_basic_rest.ThingsController
463 def get_one(self, id): member in TestRestController.test_complicated_nested_rest.FoosController
703 def get_one(self, id): member in TestRestController.test_nested_get_all.FoosController
759 def get_one(self, id): member in TestRestController.test_nested_get_all_with_lookup.FoosController
873 def get_one(self, id): member in TestRestController.test_nested_rest_with_missing_intermediate_id.FoosController
1085 def get_one(self, id): member in TestRestController.test_sub_nested_rest.FoosController
1154 def get_one(self, id): member in TestRestController.test_sub_nested_rest_with_overwrites.FoosController
1283 def get_one(self, id_): member in TestRestController.test_nested_rest_with_lookup.FooController
1505 def get_one(self): member in TestRestController.test_method_not_allowed_post.ThingsController
1517 def get_one(self): member in TestRestController.test_method_not_allowed_put.ThingsController
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/get_swarming_logs/
H A Dget_all.sh28 log=$("$bindir"/get_one.sh "$base_dir" "$id")
38 "$bindir"/get_one.sh "$dir" "$id" &
/dports/devel/libunicode/libunicode-0.4/
H A Ducs2.c57 get_one (int bigendian, int off, const char **inbuf) in get_one() function
83 c = get_one (bigendian, 0, inbuf); in ucs2_read()
91 lo = get_one (bigendian, 2, inbuf); in ucs2_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/limit-debug-info/
H A Dmain.cpp24 result::One get_one() { return result::One(124); } in get_one() function
32 int main() { return get_one().member; } in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/limit-debug-info/
H A Dmain.cpp24 result::One get_one() { return result::One(124); } in get_one() function
32 int main() { return get_one().member; } in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/limit-debug-info/
H A Dmain.cpp24 result::One get_one() { return result::One(124); } in get_one() function
32 int main() { return get_one().member; } in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/limit-debug-info/
H A Dmain.cpp24 result::One get_one() { return result::One(124); } in get_one() function
32 int main() { return get_one().member; } in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/limit-debug-info/
H A Dmain.cpp24 result::One get_one() { return result::One(124); } in get_one() function
32 int main() { return get_one().member; } in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/limit-debug-info/
H A Dmain.cpp24 result::One get_one() { return result::One(124); } in get_one() function
32 int main() { return get_one().member; } in main()

12345678910>>...15