Home
last modified time | relevance | path

Searched refs:Entity (Results 1 – 25 of 161) sorted by last modified time

1234567

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/bez/mdl/
H A DEntity.php16 abstract class Entity { class
H A DFactory.php234 protected function insert(Entity $obj) {
268 protected function update(Entity $obj) {
294 public function initial_save(Entity $obj, $data) {
299 public function update_save(Entity $obj, $data) {
304 public function save(Entity $obj) {
318 public function delete(Entity $obj) {
H A DLabel.php5 class Label extends Entity {
H A DTask.php12 class Task extends Entity {
H A DTaskFactory.php147 public function initial_save(Entity $task, $data) {
174 public function update_save(Entity $task, $data) {
H A DTask_comment.php5 class Task_comment extends Entity {
H A DTask_commentFactory.php18 public function initial_save(Entity $task_comment, $data) {
71 public function update_save(Entity $task_comment, $data) {
89 public function delete(Entity $obj) {
H A DTask_program.php11 class Task_program extends Entity {
H A DThread.php10 class Thread extends Entity {
H A DThreadFactory.php194 public function initial_save(Entity $thread, $data) {
234 protected function update(Entity $obj) {
251 public function update_save(Entity $thread, $data) {
299 public function delete(Entity $obj) {
H A DThread_comment.php8 class Thread_comment extends Entity {
H A DThread_commentFactory.php23 public function initial_save(Entity $thread_comment, $data) {
62 public function update_save(Entity $thread_comment, $data) {
90 public function delete(Entity $obj) {
/plugin/bez/meta/
H A DTpl.php5 use dokuwiki\plugin\bez\mdl\Entity; alias
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js27931 return new Entity(name, body);
27934 function Entity(name, body) {
27941 Entity.prototype._createNamed = function createNamed(Base) {
27957 Entity.prototype._getDecoder = function _getDecoder(enc) {
27964 Entity.prototype.decode = function decode(data, enc, options) {
27968 Entity.prototype._getEncoder = function _getEncoder(enc) {
27975 Entity.prototype.encode = function encode(data, enc,
/plugin/tgnotify/
H A DLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
23 "You" (or "Your") shall mean an individual or Legal Entity
52 or by an individual or Legal Entity authorized to submit on behalf of
62 "Contributor" shall mean Licensor and any individual or Legal Entity
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE15 "Legal Entity" shall mean the union of the acting entity and all
23 "You" (or "Your") shall mean an individual or Legal Entity
52 or by an individual or Legal Entity authorized to submit on behalf of
62 "Contributor" shall mean Licensor and any individual or Legal Entity
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt25 Note: Entity names are case sensitive!
501 Entity Number
502 Entity Name
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DEntityResult.php26 protected $entityType = Entity::class;
52 * @param Entity
54 public function setEntity(Entity $entity)
59 * @return Entity
H A DMutation.php28 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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnnotateTextResponse.php27 protected $entitiesType = Entity::class;
67 * @param Entity[]
74 * @return Entity[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DAbuseReport.php31 protected $subjectType = Entity::class;
77 * @param Entity
79 public function setSubject(Entity $subject)
84 * @return Entity
H A DEntity.php20 class Entity extends \Google\Model class
80 class_alias(Entity::class, 'Google_Service_YouTube_Entity');
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
53 or by an individual or Legal Entity authorized to submit on behalf of
63 "Contributor" shall mean Licensor and any individual or Legal Entity

1234567