Home
last modified time | relevance | path

Searched refs:contract_type (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/aci/
H A Daci_epg_to_contract.py263 contract_type=dict(type='str', required=True, choices=['consumer', 'provider']),
284 contract_type = module.params['contract_type']
293 aci_class = ACI_CLASS_MAPPING[contract_type]["class"]
294 aci_rn = ACI_CLASS_MAPPING[contract_type]["rn"]
296 if contract_type == "consumer" and provider_match is not None:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/plugins/modules/
H A Daci_l3out_extepg_to_contract.py260 contract_type=dict(type='str', required=True, choices=['consumer', 'provider']),
280 contract_type = module.params.get('contract_type')
289 aci_class = ACI_CLASS_MAPPING.get(contract_type)["class"]
290 aci_rn = ACI_CLASS_MAPPING.get(contract_type)["rn"]
292 if contract_type == "consumer" and provider_match is not None:
H A Daci_l2out_extepg_to_contract.py262 contract_type=dict(type='str', required=True, choices=['consumer', 'provider']),
282 contract_type = module.params.get('contract_type')
291 aci_class = ACI_CLASS_MAPPING.get(contract_type)["class"]
292 aci_rn = ACI_CLASS_MAPPING.get(contract_type)["rn"]
294 if contract_type == "consumer" and provider_match is not None:
H A Daci_epg_to_contract.py264 contract_type=dict(type='str', required=True, choices=['consumer', 'provider']),
285 contract_type = module.params.get('contract_type')
294 aci_class = ACI_CLASS_MAPPING[contract_type]["class"]
295 aci_rn = ACI_CLASS_MAPPING[contract_type]["rn"]
297 if contract_type == "consumer" and provider_match is not None:
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/aci_epg_to_contract/tasks/
H A Dmain.yml23 contract_type: provider
61 contract_type: provider
74 contract_type: consumer
93 contract_type: provider
126 - 'missing_required_present.msg == "missing required arguments: contract_type"'
147 contract_type: provider
169 - 'missing_required_query.msg == "missing required arguments: contract_type"'
210 contract_type: "{{ fakevar | default(omit) }}"
229 - 'missing_required_absent.msg == "missing required arguments: contract_type"'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_l3out_extepg_to_contract/tasks/
H A Dmain.yml64 contract_type: provider
80 contract_type: provider
96 contract_type: provider
109 contract_type: provider
120 contract_type: provider
136 contract_type: consumer
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DServiceContractGenerationContext.cs55 contract_type = contractType; in ServiceContractGenerationContext()
61 CodeTypeDeclaration contract_type; field in System.ServiceModel.Description.ServiceContractGenerationContext
75 get { return contract_type; }
H A DContractDescription.cs77 Type callback_contract_type, contract_type; field in System.ServiceModel.Description.ContractDescription
123 get { return contract_type; }
124 set { contract_type = value; }
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract/tasks/
H A Dmain.yml23 contract_type: provider
61 contract_type: provider
74 contract_type: consumer
93 contract_type: provider
126 - 'missing_required_present.msg == "missing required arguments: contract_type"'
147 contract_type: provider
169 - 'missing_required_query.msg == "missing required arguments: contract_type"'
210 contract_type: "{{ fakevar | default(omit) }}"
229 - 'missing_required_absent.msg == "missing required arguments: contract_type"'
/dports/devel/hyperscan/boost_1_75_0/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/devel/boost-libs/boost_1_72_0/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/devel/boost-docs/boost_1_72_0/boost/contract/
H A Dcheck.hpp33 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) \ argument
34 : cond_(const_cast<contract_type&>(contract).cond_.release()) \
40 #define BOOST_CONTRACT_CHECK_CTOR_DEF_(contract_type) {} argument
/dports/www/py-weboob/weboob-2.0/weboob/applications/handjoob/
H A Dhandjoob.py44 if hasattr(obj, 'contract_type') and obj.contract_type:
45 result += 'Contract : %s\n' % obj.contract_type
71 if hasattr(obj, 'contract_type') and obj.contract_type:
72 result += '\tContract : %s\n' % obj.contract_type
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_l2out_extepg_to_contract/tasks/
H A Dmain.yml119 contract_type: provider
136 contract_type: provider
153 contract_type: provider
166 contract_type: provider
183 contract_type: provider
201 contract_type: consumer
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_vzany_to_contract/tasks/
H A Dmain.yml70 contract_type: provider
107 contract_type: consumer
114 contract_type: interface
121 contract_type: provider
/dports/www/py-weboob/weboob-2.0/weboob/capabilities/
H A Djob.py35 contract_type = StringField('Type of the contrat : CDI, CDD') variable in BaseJobAdvert
50 message += u'contract_type : %s\r\n' % self.contract_type
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_epg_to_contract_master/tasks/
H A Dmain.yml62 contract_type: provider
68 contract_type: consumer
74 contract_type: consumer
93 contract_type: provider
/dports/devel/py-pop/pop-58d846bdd196b71348910aea77cd0139f70c4f12/pop/
H A Dcontract.py178 def _get_contracts_by_type(self, contract_type: str = "pre") -> List[Wrapper]:
187 if hasattr(contract, contract_type):
188 matches.append(getattr(contract, contract_type))
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qhandjoob/
H A Dmain_window.py194 self.ui.contractTypeLabel.setText("%s" % job.contract_type)
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DAIMMembers.cc1222 INT8 contract_type; in AimMemberHireMerc() local
1227 contract_type = CONTRACT_EXTEND_1_DAY; in AimMemberHireMerc()
1232 contract_type = CONTRACT_EXTEND_1_WEEK; in AimMemberHireMerc()
1237 contract_type = CONTRACT_EXTEND_2_WEEK; in AimMemberHireMerc()
1251 s->bTypeOfLastContract = contract_type; in AimMemberHireMerc()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DHardwareCereal.h1041 BYTE contract_type; member
1061 ar& cereal::make_nvp("contract_type", contract_type); in serialize()

12