/plugin/magento/ |
D | auth.php | 87 $entity = $this->_findUser( $user ); 88 if ( $entity > 0 ) { 89 return $this->_checkUserPassword( $entity, $pass ); 91 $entity = $this->_findAdmin( $user ); 92 if ( $entity > 0 ) { 93 return $this->_checkAdminPassword( $entity, $pass ); 114 $entity = $this->_findUser( $user ); 115 if ( $entity > 0 ) { 116 $name = "{$this->users[$entity]['first']} {$this->users[$entity]['last']}"; 118 if ( ! isset( $this->users[$entity]['mail']) ) $this->_loadMailAddress( $entity ); [all …]
|
/plugin/jdraw/lib/ |
D | httpmime-4.0.1.jar | ... apache/http/
org/apache/http/entity/
org/apache/http/entity/mime ... |
/plugin/jcapture/lib/ |
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/ |
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 …]
|
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 …]
|
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/ |
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | EntityParser.php | 118 $entity = $matches[0]; 141 $entity 144 return $entity; 214 $entity = $matches[0]; 217 $is_hex = (@$entity[2] === 'x'); 221 return $entity; 226 return $entity; 234 return $entity; 269 $entity = $matches[0]; 272 $is_hex = (@$entity[2] === 'x'); [all …]
|
/plugin/authgoogle/google/contrib/ |
D | Google_StorageService.php | 32 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU… 35 public function delete($bucket, $entity, $optParams = array()) { argument 36 $params = array('bucket' => $bucket, 'entity' => $entity); 46 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU… 50 public function get($bucket, $entity, $optParams = array()) { argument 51 $params = array('bucket' => $bucket, 'entity' => $entity); 100 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU… 105 …public function patch($bucket, $entity, Google_BucketAccessControl $postBody, $optParams = array()… argument 106 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody); 119 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU… [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
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;
|
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/Storage/ |
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;
|
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;
|
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/Connectors/ |
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/ |
D | db.php | 115 $entity = [ 121 $this->saveEntity('webhooks', $entity); 128 * @param array $entity associative array holding the key/value pairs 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); 217 * @param array $entity associative array holding the key/value pairs for the where clause [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
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/ |
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/CloudVideoIntelligence/ |
D | GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1p1beta1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
D | GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1p2beta1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
D | GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
D | GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1beta2Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
D | GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php | 33 public function setEntity(GoogleCloudVideointelligenceV1p3beta1Entity $entity) argument 35 $this->entity = $entity; 42 return $this->entity;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
D | EntityResult.php | 54 public function setEntity(Entity $entity) argument 56 $this->entity = $entity; 63 return $this->entity;
|
/plugin/bez/tpl/ |
D | thread.php | 14 <?php foreach ($tpl->get('timeline') as $entity): ?> 15 <?php if ($entity->get_table_name() == 'thread_comment'): ?> 16 <?php $tpl->set('thread_comment', $entity) ?> 18 $tpl->param('kid') == $entity->id): ?> 23 <?php elseif($entity->get_table_name() == 'task'): ?> 25 <?php $tpl->set('task', $entity) ?> 27 $tpl->param('tid') == $entity->id): ?>
|