| /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/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/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
| D | BucketAccessControls.php | 34 * Permanently deletes the ACL entry for the specified entity on the specified 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]; 53 * Returns the ACL entry for the specified entity on the specified bucket. 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 [all …]
|
| D | DefaultObjectAccessControls.php | 34 * Permanently deletes the default object ACL entry for the specified entity on 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]; 53 * Returns the default object ACL entry for the specified entity on the 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 [all …]
|
| D | ObjectAccessControls.php | 34 * Permanently deletes the ACL entry for the specified entity on the specified 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]; 57 * Returns the ACL entry for the specified entity on the specified object. 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 [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
| D | Mutation.php | 28 protected $insertType = Entity::class; 30 protected $updateType = Entity::class; 36 protected $upsertType = Entity::class; 68 * @param Entity 70 public function setInsert(Entity $insert) 75 * @return Entity 82 * @param Entity 84 public function setUpdate(Entity $update) 89 * @return Entity 110 * @param Entity [all …]
|
| D | EntityResult.php | 26 protected $entityType = Entity::class; 52 * @param Entity 54 public function setEntity(Entity $entity) argument 56 $this->entity = $entity; 59 * @return Entity 63 return $this->entity;
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| D | Autoloader.php | 92 * Try to load the entity file for a given entity name. 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) 188 * Run the entire autoloader stack with a specific entity. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | RelatedEntity.php | 22 protected $entityType = Entity::class; 26 * @param Entity 28 public function setEntity(Entity $entity) argument 30 $this->entity = $entity; 33 * @return Entity 37 return $this->entity;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/ |
| D | ProjectsLocationsAgentsEntityTypes.php | 35 * Creates an entity type in the specified agent. Note: You should always train 40 * @param string $parent Required. The agent to create a entity type for. 61 * Deletes the specified entity type. Note: You should always train a flow prior 66 * @param string $name Required. The name of the entity type to delete. Format: 70 * @opt_param bool force This field has no effect for entity type not being 71 * used. For entity types that are used by intents or pages: * If `force` is set 73 * resources. * If `force` is set to true, Dialogflow will remove the entity 74 * type, as well as any references to the entity type (i.e. Page parameter of 75 * the entity type will be changed to '@sys.any' and intent parameter of the 76 * entity type will be removed). [all …]
|
| D | ProjectsLocationsAgentsSessionsEntityTypes.php | 35 * Creates a session entity type. (entityTypes.create) 37 * @param string $parent Required. The session to create a session entity type 52 * Deletes the specified session entity type. (entityTypes.delete) 54 * @param string $name Required. The name of the session entity type to delete. 68 * Retrieves the specified session entity type. (entityTypes.get) 70 * @param string $name Required. The name of the session entity type. Format: 84 * Returns the list of all session entity types in the specified session. 87 * @param string $parent Required. The session to list all session entity types 106 * Updates the specified session entity type. (entityTypes.patch) 108 * @param string $name Required. The unique identifier of the session entity
|
| D | ProjectsLocationsAgentsEnvironmentsSessionsEntityTypes.php | 35 * Creates a session entity type. (entityTypes.create) 37 * @param string $parent Required. The session to create a session entity type 52 * Deletes the specified session entity type. (entityTypes.delete) 54 * @param string $name Required. The name of the session entity type to delete. 68 * Retrieves the specified session entity type. (entityTypes.get) 70 * @param string $name Required. The name of the session entity type. Format: 84 * Returns the list of all session entity types in the specified session. 87 * @param string $parent Required. The session to list all session entity types 106 * Updates the specified session entity type. (entityTypes.patch) 108 * @param string $name Required. The unique identifier of the session entity
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
| D | MergeConflict.php | 22 protected $entityInBaseVersionType = Entity::class; 24 protected $entityInWorkspaceType = Entity::class; 28 * @param Entity 30 public function setEntityInBaseVersion(Entity $entityInBaseVersion) 35 * @return Entity 42 * @param Entity 44 public function setEntityInWorkspace(Entity $entityInWorkspace) 49 * @return Entity
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_StorageService.php | 28 * Permanently deletes the ACL entry for the specified entity on the specified bucket. 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); 42 * Returns the ACL entry for the specified entity on the specified bucket. 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 [all …]
|
| /plugin/ckgdoku/action/entities/ |
| D | ENTITIES.HOWTO | 3 You create an Entity definition file with the format illustrated below, and then run the php 11 Alternatively, you can give your entity definition file any name you want and feed 25 entity numeric code 26 entity character code 29 entity numeric code 30 entity character code
|
| /plugin/ckgedit/action/entities/ |
| D | ENTITIES.HOWTO | 3 You create an Entity definition file with the format illustrated below, and then run the php 11 Alternatively, you can give your entity definition file any name you want and feed 25 entity numeric code 26 entity character code 29 entity numeric code 30 entity character code
|
| /plugin/fckg/action/entities/ |
| D | ENTITIES.HOWTO | 3 You create an Entity definition file with the format illustrated below, and then run the php 11 Alternatively, you can give your entity definition file any name you want and feed 25 entity numeric code 26 entity character code 29 entity numeric code 30 entity character code
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/ |
| D | ProjectsLocationsLakesZonesEntities.php | 35 * Create a metadata entity. (entities.create) 53 * Delete a metadata entity. (entities.delete) 55 * @param string $name Required. The resource name of the entity: projects/{proj 60 * @opt_param string etag Required. The etag associated with the entity, which 71 * Get a metadata entity. (entities.get) 73 * @param string $name Required. The resource name of the entity: projects/{proj 78 * @opt_param string view Optional. Used to select the subset of entity 97 * added to the URL to limit the entities returned by the API: Entity ID: 110 * @opt_param string view Required. Specify the entity view to make a partial 121 * Update a metadata entity. Only supports full resource update. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/Resource/ |
| D | Entity.php | 23 * The "entity" collection of methods. 27 * $entity = $domainsrdapService->entity; 30 class Entity extends \Google\Service\Resource class 34 * support it. The response is a formatted 501 error. (entity.get) 49 class_alias(Entity::class, 'Google_Service_DomainsRDAP_Resource_Entity');
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | EntityParser.php | 14 * Reference to entity lookup table. 118 $entity = $matches[0]; 141 $entity 144 return $entity; 173 * Stripped entity names to decimal conversion table for special entities. 214 $entity = $matches[0]; 217 $is_hex = (@$entity[2] === 'x'); 221 return $entity; 226 return $entity; 234 return $entity; [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;
|
| /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/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;
|