Home
last modified time | relevance | path

Searched defs:Demand (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_demand.go19 type Demand struct { struct
20 ZoneId string `json:"ZoneId" xml:"ZoneId"`
21 DemandTime string `json:"DemandTime" xml:"DemandTime"`
23 DemandId string `json:"DemandId" xml:"DemandId"`
24 DemandName string `json:"DemandName" xml:"DemandName"`
25 Comment string `json:"Comment" xml:"Comment"`
29 Period int `json:"Period" xml:"Period"`
30 PeriodUnit string `json:"PeriodUnit" xml:"PeriodUnit"`
31 StartTime string `json:"StartTime" xml:"StartTime"`
32 EndTime string `json:"EndTime" xml:"EndTime"`
[all …]
H A Dstruct_demands.go20 Demand []Demand `json:"Demand" xml:"Demand"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/domain/
H A Dstruct_demand.go19 type Demand struct { struct
20 BizId string `json:"BizId" xml:"BizId"`
21 Status string `json:"Status" xml:"Status"`
23 DemandPrice float64 `json:"DemandPrice" xml:"DemandPrice"`
24 Mobile string `json:"Mobile" xml:"Mobile"`
25 Description string `json:"Description" xml:"Description"`
26 PublishTime int64 `json:"PublishTime" xml:"PublishTime"`
27 PayDomain string `json:"PayDomain" xml:"PayDomain"`
28 PayPrice float64 `json:"PayPrice" xml:"PayPrice"`
29 PayTime int64 `json:"PayTime" xml:"PayTime"`
[all …]
H A Dstruct_data_in_query_broker_demand.go20 Demand []Demand `json:"Demand" xml:"Demand"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_demand.go19 type Demand struct { struct
20 ZoneId string `json:"ZoneId" xml:"ZoneId"`
21 DemandTime string `json:"DemandTime" xml:"DemandTime"`
23 InstanceType string `json:"InstanceType" xml:"InstanceType"`
25 Period int `json:"Period" xml:"Period"`
26 PeriodUnit string `json:"PeriodUnit" xml:"PeriodUnit"`
27 StartTime string `json:"StartTime" xml:"StartTime"`
28 EndTime string `json:"EndTime" xml:"EndTime"`
30 TotalAmount int `json:"TotalAmount" xml:"TotalAmount"`
32 UsedAmount int `json:"UsedAmount" xml:"UsedAmount"`
[all …]
H A Dstruct_demands.go20 Demand []Demand `json:"Demand" xml:"Demand"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_demand.go19 type Demand struct { struct
20 ZoneId string `json:"ZoneId" xml:"ZoneId"`
21 DemandTime string `json:"DemandTime" xml:"DemandTime"`
23 InstanceType string `json:"InstanceType" xml:"InstanceType"`
25 Period int `json:"Period" xml:"Period"`
26 PeriodUnit string `json:"PeriodUnit" xml:"PeriodUnit"`
27 StartTime string `json:"StartTime" xml:"StartTime"`
28 EndTime string `json:"EndTime" xml:"EndTime"`
30 TotalAmount int `json:"TotalAmount" xml:"TotalAmount"`
32 UsedAmount int `json:"UsedAmount" xml:"UsedAmount"`
[all …]
H A Dstruct_demands.go20 Demand []Demand `json:"Demand" xml:"Demand"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/domain/
H A Dstruct_demand.go19 type Demand struct { struct
20 BizId string `json:"BizId" xml:"BizId"`
21 Status string `json:"Status" xml:"Status"`
23 DemandPrice float64 `json:"DemandPrice" xml:"DemandPrice"`
24 Mobile string `json:"Mobile" xml:"Mobile"`
25 Description string `json:"Description" xml:"Description"`
26 PublishTime int `json:"PublishTime" xml:"PublishTime"`
27 PayDomain string `json:"PayDomain" xml:"PayDomain"`
28 PayPrice float64 `json:"PayPrice" xml:"PayPrice"`
29 PayTime int `json:"PayTime" xml:"PayTime"`
[all …]
H A Dstruct_data_in_query_broker_demand.go20 Demand []Demand `json:"Demand" xml:"Demand"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/domain/
H A Dstruct_demand.go19 type Demand struct { struct
20 BizId string `json:"BizId" xml:"BizId"`
21 Status string `json:"Status" xml:"Status"`
23 DemandPrice float64 `json:"DemandPrice" xml:"DemandPrice"`
24 Mobile string `json:"Mobile" xml:"Mobile"`
25 Description string `json:"Description" xml:"Description"`
26 PublishTime int `json:"PublishTime" xml:"PublishTime"`
27 PayDomain string `json:"PayDomain" xml:"PayDomain"`
28 PayPrice float64 `json:"PayPrice" xml:"PayPrice"`
29 PayTime int `json:"PayTime" xml:"PayTime"`
[all …]
H A Dstruct_data_in_query_broker_demand.go20 Demand []Demand `json:"Demand" xml:"Demand"` member
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/dashboards/
H A Dtraffic_signals.rs94 struct Demand { struct
99 impl Demand { argument
100 fn all_demand(app: &App, timer: &mut Timer) -> HashMap<IntersectionID, Demand> { in all_demand() argument
163 all_demand: &HashMap<IntersectionID, Demand>, in draw_demand() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/
H A Distackwalk.cs21 void Demand(); in Demand() method
H A Dcodeaccesspermission.cs74 public void Demand() in Demand() method in System.Security.CodeAccessPermission
86 internal static void Demand(PermissionType permissionType) in Demand() method in System.Security.CodeAccessPermission
H A Dipermission.cs84 void Demand(); in Demand() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Permissions/src/System/Security/
H A DIStackWalk.cs10 void Demand(); in Demand() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security/
H A DIStackWalk.cs39 void Demand (); in Demand() method
H A DIPermission.cs38 void Demand (); in Demand() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/Security/
H A DIPermission.cs10 void Demand(); in Demand() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/Security/Permissions/
H A DSecurityAction.cs10 Demand = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Permissions/
H A DSecurityAction.cs44 Demand = 2, enumerator
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Service/
H A DModuleDataStorageService.php4 use TYPO3\CMS\Beuser\Domain\Model\Demand; alias
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Service/
H A DModuleDataStorageService.php18 use TYPO3\CMS\Beuser\Domain\Model\Demand; alias
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dnetwork_routing_sat.cc121 int Demand(int source, int destination) const { in Demand() function in operations_research::sat::NetworkRoutingData
351 struct Demand { struct
353 Demand(int the_source, int the_destination, int the_traffic) in Demand() function
357 int source;
358 int destination;
359 int traffic;

1234567