Home
last modified time | relevance | path

Searched refs:entities (Results 26 – 50 of 172) sorted by path

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2EntityType.php91 public function setEntities($entities) argument
93 $this->entities = $entities;
100 return $this->entities;
H A DGoogleCloudDialogflowV2SessionEntityType.php37 public function setEntities($entities) argument
39 $this->entities = $entities;
46 return $this->entities;
H A DGoogleCloudDialogflowV2beta1EntityType.php91 public function setEntities($entities) argument
93 $this->entities = $entities;
100 return $this->entities;
H A DGoogleCloudDialogflowV2beta1SessionEntityType.php37 public function setEntities($entities) argument
39 $this->entities = $entities;
46 return $this->entities;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php73 public function setEntities($entities) argument
75 $this->entities = $entities;
82 return $this->entities;
H A DGoogleCloudDocumentaiV1beta1Document.php73 public function setEntities($entities) argument
75 $this->entities = $entities;
82 return $this->entities;
H A DGoogleCloudDocumentaiV1beta2Document.php75 public function setEntities($entities) argument
77 $this->entities = $entities;
84 return $this->entities;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php179 'path' => 'v1/entities',
H A DKgsearch.php39 public $entities; variable in Google\\Service\\Kgsearch
60 'entities',
64 'path' => 'v1/entities:search',
H A DTagManager.php708 ],'entities' => [
709 'path' => 'tagmanager/v2/{+path}:entities',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersWorkspacesFolders.php74 public function entities($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesFolders
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE16 other entities that control, are controlled by, or are under common
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING17 other entities that control, are controlled by, or are under common
H A DLICENSE16 other entities that control, are controlled by, or are under common
/plugin/autotabber/
H A DLICENSE16 other entities that control, are controlled by, or are under common
/plugin/blogtng/action/
H A Dajax.php7 use dokuwiki\plugin\blogtng\entities\Comment;
H A Dcomments.php7 use dokuwiki\plugin\blogtng\entities\Comment;
/plugin/blogtng/
H A Dadmin.php7 use dokuwiki\plugin\blogtng\entities\Comment;
/plugin/blogtng/entities/
H A DComment.php3 namespace dokuwiki\plugin\blogtng\entities;
/plugin/blogtng/helper/
H A Dcomments.php8 use dokuwiki\plugin\blogtng\entities\Comment;
H A Dlinkback.php7 use dokuwiki\plugin\blogtng\entities\Comment;
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md931 * `FEAT`: encode entities in body properties during XML export
/plugin/ckgdoku/action/
H A Dedit.php1125 $Renderer->entities = getEntities();
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO15 This creates a new entities file called ent.ser, which must then be copied to
19 There are two definition files in the action/entities: ents.data and fcked-ents.data.
H A Dents_seri.php5 $entities = array(); variable
27 file_put_contents($serialized,serialize($entities));
33 global $entities;
46 $entities[$numeric] = $icon;
47 $entities[$character] = $icon;
53 $entities[32] = ' ';
54 $entities['nbsp'] = ' ';

1234567