Home
last modified time | relevance | path

Searched refs:Updateable (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/www/squid/squid-4.15/src/
H A DDelayPools.h15 class Updateable; variable
24 class Updateable
28 virtual ~Updateable() {} in ~Updateable()
44 static void registerForUpdates(Updateable *);
45 static void deregisterForUpdates (Updateable *);
54 static std::vector<Updateable *> toUpdate;
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/
H A DFmpDeviceLib.c427 UINT32 Updateable = 0; in FmpDeviceSetImageWithStatus() local
429 Status = FmpDeviceCheckImageWithStatus (Image, ImageSize, &Updateable, LastAttemptStatus); in FmpDeviceSetImageWithStatus()
436 if (Updateable != IMAGE_UPDATABLE_VALID) in FmpDeviceSetImageWithStatus()
438 … Image returned that the Image was not valid for update. Updatable value = 0x%X.\n", Updateable)); in FmpDeviceSetImageWithStatus()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DAspNetCompiler.cs173 public bool Updateable property in Microsoft.Build.Tasks.AspNetCompiler
295 if (Updateable) in AddCommandLineCommands()
360 if (Updateable && TargetPath == null) in ValidateParameters()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLib/
H A DFmpDeviceLib.c524 UINT32 Updateable; in FmpDeviceSetImageWithStatus() local
531 Updateable = 0; in FmpDeviceSetImageWithStatus()
532 Status = FmpDeviceCheckImageWithStatus (Image, ImageSize, &Updateable, LastAttemptStatus); in FmpDeviceSetImageWithStatus()
538 if (Updateable != IMAGE_UPDATABLE_VALID) { in FmpDeviceSetImageWithStatus()
539 … Image returned that the Image was not valid for update. Updatable value = 0x%X.\n", Updateable)); in FmpDeviceSetImageWithStatus()
/dports/lang/solidity/solidity_0.8.11/tools/solidityUpgrade/contracts/
H A DDocsExamplePass.sol3 contract Updateable {
13 contract Source is Updateable, Upgradable {
/dports/science/py-paramz/paramz-0.9.5/paramz/core/
H A Dupdateable.py34 class Updateable(Observable): class
40 super(Updateable, self).__init__(*args, **kwargs)
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/BlockStorage/v2/Models/
H A DVolumeType.php11 use OpenStack\Common\Resource\Updateable; alias
16 class VolumeType extends OperatorResource implements Listable, Creatable, Updateable, Deletable
H A DQuotaSet.php10 use OpenStack\Common\Resource\Updateable; alias
17 class QuotaSet extends OperatorResource implements Retrievable, Updateable, Deletable
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Models/
H A DQuota.php10 use OpenStack\Common\Resource\Updateable; alias
18 class Quota extends OperatorResource implements Retrievable, Updateable, Deletable
H A DLoadBalancerListener.php12 use OpenStack\Common\Resource\Updateable; alias
20 class LoadBalancerListener extends OperatorResource implements Creatable, Retrievable, Updateable, …
H A DLoadBalancerMember.php11 use OpenStack\Common\Resource\Updateable; alias
19 class LoadBalancerMember extends OperatorResource implements Creatable, Retrievable, Updateable, De…
H A DLoadBalancerHealthMonitor.php12 use OpenStack\Common\Resource\Updateable; alias
20 …ncerHealthMonitor extends OperatorResource implements Creatable, Retrievable, Updateable, Deletable
H A DPort.php13 use OpenStack\Common\Resource\Updateable; alias
18 class Port extends OperatorResource implements Creatable, Updateable, Deletable, Listable, Retrieva…
H A DSubnet.php12 use OpenStack\Common\Resource\Updateable; alias
19 … Subnet extends OperatorResource implements Listable, Retrievable, Creatable, Deletable, Updateable
H A DLoadBalancer.php12 use OpenStack\Common\Resource\Updateable; alias
20 class LoadBalancer extends OperatorResource implements Creatable, Retrievable, Updateable, Deletable
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Compute/v2/Models/
H A DQuotaSet.php10 use OpenStack\Common\Resource\Updateable; alias
17 class QuotaSet extends OperatorResource implements Retrievable, Updateable, Deletable
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Identity/v3/Models/
H A DCredential.php12 use OpenStack\Common\Resource\Updateable; alias
17 class Credential extends OperatorResource implements Creatable, Updateable, Retrievable, Listable, …
H A DPolicy.php12 use OpenStack\Common\Resource\Updateable; alias
17 class Policy extends OperatorResource implements Creatable, Listable, Retrievable, Updateable, Dele…
H A DEndpoint.php11 use OpenStack\Common\Resource\Updateable; alias
16 class Endpoint extends OperatorResource implements Creatable, Updateable, Deletable, Retrievable
H A DUser.php12 use OpenStack\Common\Resource\Updateable; alias
17 class User extends OperatorResource implements Creatable, Listable, Retrievable, Updateable, Deleta…
H A DGroup.php13 use OpenStack\Common\Resource\Updateable; alias
18 class Group extends OperatorResource implements Creatable, Listable, Retrievable, Updateable, Delet…
H A DService.php13 use OpenStack\Common\Resource\Updateable; alias
18 class Service extends OperatorResource implements Creatable, Listable, Retrievable, Updateable, Del…
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/SecurityGroups/Models/
H A DSecurityGroup.php13 use OpenStack\Common\Resource\Updateable; alias
20 …tyGroup extends OperatorResource implements Creatable, Listable, Deletable, Retrievable, Updateable
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Networking/v2/Extensions/Layer3/Models/
H A DFloatingIp.php10 use OpenStack\Common\Resource\Updateable; alias
16 class FloatingIp extends OperatorResource implements Listable, Creatable, Retrievable, Updateable, …
H A DRouter.php12 use OpenStack\Common\Resource\Updateable; alias
18 class Router extends OperatorResource implements Listable, Creatable, Retrievable, Updateable, Dele…

1234567891011