/plugin/magento/ |
H A D | auth.php | 87 $entity = $this->_findUser( $user ); 88 if ( $entity > 0 ) { 92 if ( $entity > 0 ) { 115 if ( $entity > 0 ) { 116 $name = "{$this->users[$entity]['first']} {$this->users[$entity]['last']}"; 118 if ( ! isset( $this->users[$entity]['mail']) ) $this->_loadMailAddress( $entity ); 120 if ( ! isset( $this->users[$entity]['groups']) ) $this->_loadUserGroups( $entity ); 141 if ( $entity > 0 ) { 142 if ( ! isset( $this->admins[$entity]['roles']) ) $this->_loadAdminRoles( $entity ); 157 $data['name'] = "{$this->admins[$entity]['first']} {$this->admins[$entity]['last']}"; [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | Html5EntityDecoder.php | 27 public static function decode(string $entity): string 29 if (\substr($entity, -1) !== ';') { 30 return $entity; 33 if (\substr($entity, 0, 2) === '&#') { 34 if (\strtolower(\substr($entity, 2, 1)) === 'x') { 35 return self::fromHex(\substr($entity, 3, -1)); 38 return self::fromDecimal(\substr($entity, 2, -1)); 41 return \html_entity_decode($entity, \ENT_QUOTES | \ENT_HTML5, 'UTF-8'); 57 $entity = '&#' . $number . ';'; 59 $converted = \mb_decode_numericentity($entity, [ 19 decode(string $entity) global() argument [all...] |
H A D | Html5Entities.php |
|
/plugin/jdraw/lib/ |
H A D | httpmime-4.0.1.jar | ... apache/http/
org/apache/http/entity/
org/apache/http/entity/mime ... |
/plugin/jcapture/lib/ |
H A D | httpmime-4.0.1.jar | ... apache/http/
org/apache/http/entity/
org/apache/http/entity/mime ... |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
H A D | BucketAccessControls.php | 38 * @param string $entity The entity holding the permission. Can be user-userId, 46 public function delete($bucket, $entity, $optParams = []) argument 48 $params = ['bucket' => $bucket, 'entity' => $entity]; 57 * @param string $entity The entity holding the permission. Can be user-userId, 66 public function get($bucket, $entity, $optParams = []) argument 68 $params = ['bucket' => $bucket, 'entity' => $entity]; 111 * @param string $entity The entity holding the permission. Can be user-userId, 121 public function patch($bucket, $entity, BucketAccessControl $postBody, $optParams = []) argument 123 $params = ['bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody]; 131 * @param string $entity The entity holding the permission. Can be user-userId, [all …]
|
H A D | DefaultObjectAccessControls.php | 38 * @param string $entity The entity holding the permission. Can be user-userId, 46 public function delete($bucket, $entity, $optParams = []) argument 48 $params = ['bucket' => $bucket, 'entity' => $entity]; 57 * @param string $entity The entity holding the permission. Can be user-userId, 66 public function get($bucket, $entity, $optParams = []) argument 68 $params = ['bucket' => $bucket, 'entity' => $entity]; 117 * @param string $entity The entity holding the permission. Can be user-userId, 127 public function patch($bucket, $entity, ObjectAccessControl $postBody, $optParams = []) argument 129 $params = ['bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody]; 138 * @param string $entity The entity holding the permission. Can be user-userId, [all …]
|
H A D | ObjectAccessControls.php | 40 * @param string $entity The entity holding the permission. Can be user-userId, 50 public function delete($bucket, $object, $entity, $optParams = []) argument 52 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity]; 63 * @param string $entity The entity holding the permission. Can be user-userId, 74 public function get($bucket, $object, $entity, $optParams = []) argument 76 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity]; 129 * @param string $entity The entity holding the permission. Can be user-userId, 141 public function patch($bucket, $object, $entity, ObjectAccessControl $postBody, $optParams = []) argument 143 …$params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody]; 153 * @param string $entity The entity holding the permission. Can be user-userId, [all …]
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Autoloader.php | 94 * @param string $entity Entity name to load. 97 public function load($entity) argument 99 $entityPrefix = $entity; 103 $currentEntityPrefix = substr($entity, 0, $pos + 1); 105 $entitySuffix = substr($entity, $pos + 1); 124 $entity === Consistency::getEntityShortestName($entity) && 125 false !== $pos = strrpos($entity, '\\')) { 127 $entity . '\\' . substr($entity, $pos + 1) 190 * @param string $entity Entity name to load. 193 public function runAutoloaderStack($entity) argument [all …]
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_StorageService.php | 977 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/src/Storage/ |
H A D | BucketOwner.php | 25 public $entity; variable in Google\\Service\\Storage\\BucketOwner 34 public function setEntity($entity) argument 36 $this->entity = $entity; 43 return $this->entity;
|
H A D | StorageObjectOwner.php | 25 public $entity; variable in Google\\Service\\Storage\\StorageObjectOwner 34 public function setEntity($entity) argument 36 $this->entity = $entity; 43 return $this->entity;
|
H A D | BucketAccessControl.php | 37 public $entity; variable in Google\\Service\\Storage\\BucketAccessControl 110 public function setEntity($entity) argument 112 $this->entity = $entity; 119 return $this->entity;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1DiscoveryEventEntityDetails.php | 25 public $entity; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1DiscoveryEventEntityDetails 34 public function setEntity($entity) argument 36 $this->entity = $entity; 43 return $this->entity;
|
H A D | GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php | 26 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/Connectors/ |
H A D | RuntimeEntitySchema.php | 26 public $entity; variable in Google\\Service\\Connectors\\RuntimeEntitySchema 33 public function setEntity($entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
/plugin/issuelinks/helper/ |
H A D | db.php | 115 $entity = [ 121 $this->saveEntity('webhooks', $entity); 132 private function saveEntity($table, $entity) argument 139 $keys = implode(', ', array_keys($entity)); 140 $vals = array_values($entity); 148 msg(print_r($entity, true), -1); 205 $entity = [ 210 $this->deleteEntity('webhooks', $entity); 219 private function deleteEntity($table, $entity) argument 227 $vals = array_values($entity); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | RelatedEntity.php | 28 public function setEntity(Entity $entity) argument 30 $this->entity = $entity; 37 return $this->entity;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
H A D | MaliciousEntity.php | 50 public function setEntity(User $entity) argument 52 $this->entity = $entity; 59 return $this->entity;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
H A D | EntityResult.php | 54 public function setEntity(Entity $entity) argument 56 $this->entity = $entity; 63 return $this->entity;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
H A D | GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1p1beta1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
H A D | GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1p2beta1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
H A D | GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1p3beta1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
H A D | GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
H A D | GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1beta2Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|