Home
last modified time | relevance | path

Searched defs:HAS_BOTO (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/specials/
H A DSpecialPreferencesTest.php1 <?php
2 /**
3 * Test class for SpecialPreferences class.
4 *
5 * Copyright © 2013, Antoine Musso
6 * Copyright © 2013, Wikimedia Foundation Inc.
7 */
8
9 use MediaWiki\MediaWikiServices;
10
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Delasticache_subnet_group.py64 HAS_BOTO = True variable
66 HAS_BOTO = False variable
H A Dredshift_subnet_group.py87 HAS_BOTO = True variable
89 HAS_BOTO = False variable
H A D_ec2_vpc_route_table_facts.py59 HAS_BOTO = True variable
61 HAS_BOTO = False variable
H A Dec2_vpc_route_table_info.py59 HAS_BOTO = True variable
61 HAS_BOTO = False variable
H A Drds_subnet_group.py91 HAS_BOTO = True variable
93 HAS_BOTO = False variable
H A Ds3_logging.py65 HAS_BOTO = True variable
67 HAS_BOTO = False variable
H A Droute53_health_check.py132 HAS_BOTO = True variable
134 HAS_BOTO = False variable
H A Dec2_elb_info.py95 HAS_BOTO = True variable
97 HAS_BOTO = False variable
H A Dsqs_queue.py138 HAS_BOTO = True variable
141 HAS_BOTO = False variable
H A D_ec2_elb_facts.py95 HAS_BOTO = True variable
97 HAS_BOTO = False variable
H A Diam_policy.py118 HAS_BOTO = True variable
120 HAS_BOTO = False variable
H A Droute53.py374 HAS_BOTO = True variable
376 HAS_BOTO = False variable
H A Dec2_eni.py260 HAS_BOTO = True variable
262 HAS_BOTO = False variable
H A Diam_cert.py130 HAS_BOTO = True variable
132 HAS_BOTO = False variable
H A Droute53_info.py200 HAS_BOTO = True variable
202 HAS_BOTO = False variable
H A D_route53_facts.py200 HAS_BOTO = True variable
202 HAS_BOTO = False variable
H A Dec2_elb.py97 HAS_BOTO = True variable
99 HAS_BOTO = False variable
H A Delb_instance.py97 HAS_BOTO = True variable
99 HAS_BOTO = False variable
/dports/sysutils/py-salt/salt-3004.1/salt/pillar/
H A Dec2_pillar.py67 HAS_BOTO = True variable
69 HAS_BOTO = False variable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/event/runtime/
H A DTestJavaThreadStatisticsEventBean.java21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_s3.py68 HAS_BOTO = True variable
70 HAS_BOTO = False variable
H A Dboto_cloudfront.py65 HAS_BOTO = True variable
67 HAS_BOTO = False variable
/dports/sysutils/py-salt/salt-3004.1/salt/engines/
H A Dsqs_events.py84 HAS_BOTO = True variable
86 HAS_BOTO = False variable
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_boto_elbv2.py1 import salt.modules.boto_elbv2 as boto_elbv2
2 from tests.support.mock import patch
3 from tests.support.unit import TestCase
4
5
6 class BotoElbv2TestCase(TestCase):
7 """
8 TestCase for salt.modules.boto_elbv2 module
9 """
10
[all …]

1234