Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 268) sorted by path

1234567891011

/plugin/404manager/
H A DLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/aclplusregex/
H A Daction.php192 foreach ($entities as $entity) {
193 $check = "$id\n$entity";
202 $match = preg_replace("/^$pattern$/m", $check, $entity, 1, $cnt);
/plugin/actionrenderer/
H A Drenderer.php333 public function entity($entity) argument
/plugin/adfs/phpsaml/
H A DREADME.md318 // Identifier of the SP entity (must be a URI)
377 // Identifier of the IdP entity (must be a URI)
/plugin/airtable/
H A DLICENSE453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php368 public $entity; variable in Google_EntityResult
369 public function setEntity(Google_Entity $entity) { argument
370 $this->entity = $entity;
373 return $this->entity;
H A DGoogle_ReportsService.php365 public $entity; variable in Google_UsageReport
376 public function setEntity(Google_UsageReportEntity $entity) { argument
377 $this->entity = $entity;
380 return $this->entity;
H A DGoogle_StorageService.php977 public $entity; variable in Google_BucketAccessControl
1003 $this->entity = $entity;
1006 return $this->entity;
1193 public $entity; variable in Google_BucketOwner
1196 $this->entity = $entity;
1199 return $this->entity;
1398 public $entity; variable in Google_ObjectAccessControl
1426 $this->entity = $entity;
1429 return $this->entity;
1704 public $entity; variable in Google_StorageObjectOwner
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DMaliciousEntity.php50 public function setEntity(User $entity) argument
52 $this->entity = $entity;
59 return $this->entity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DEntityAdWordsLink.php65 public function setEntity(EntityAdWordsLinkEntity $entity) argument
67 $this->entity = $entity;
74 return $this->entity;
H A DEntityUserLink.php44 public function setEntity(EntityUserLinkEntity $entity) argument
46 $this->entity = $entity;
53 return $this->entity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php1124 'entity' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1DiscoveryEvent.php114 public function setEntity(GoogleCloudDataplexV1DiscoveryEventEntityDetails $entity) argument
116 $this->entity = $entity;
123 return $this->entity;
H A DGoogleCloudDataplexV1DiscoveryEventEntityDetails.php25 public $entity; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1DiscoveryEventEntityDetails
34 public function setEntity($entity) argument
36 $this->entity = $entity;
43 return $this->entity;
H A DGoogleCloudDataplexV1DiscoveryEventPartitionDetails.php26 public $entity; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1DiscoveryEventPartitionDetails
43 public function setEntity($entity) argument
45 $this->entity = $entity;
52 return $this->entity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1LabelAnnotation.php53 public function setEntity(GoogleCloudVideointelligenceV1Entity $entity) argument
55 $this->entity = $entity;
62 return $this->entity;
H A DGoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php33 public function setEntity(GoogleCloudVideointelligenceV1Entity $entity) argument
35 $this->entity = $entity;
42 return $this->entity;
H A DGoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php59 public function setEntity(GoogleCloudVideointelligenceV1Entity $entity) argument
61 $this->entity = $entity;
68 return $this->entity;
H A DGoogleCloudVideointelligenceV1beta2LabelAnnotation.php53 public function setEntity(GoogleCloudVideointelligenceV1beta2Entity $entity) argument
55 $this->entity = $entity;
62 return $this->entity;
H A DGoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php33 public function setEntity(GoogleCloudVideointelligenceV1beta2Entity $entity) argument
35 $this->entity = $entity;
42 return $this->entity;
H A DGoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php59 public function setEntity(GoogleCloudVideointelligenceV1beta2Entity $entity) argument
61 $this->entity = $entity;
68 return $this->entity;

1234567891011