Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 172) sorted by relevance

1234567

/plugin/epub/scripts/utils/
H A Dent_ini.php3 $entities = array(); variable
6 $entities[$name]=$num;
8 echo count($entities) . "\n";
12 $entities[$name]=$num;
14 echo count($entities) . "\n";
16 $entities = serialize($entities); variable
17 file_put_contents('epub_ents.ser', $entities);
/plugin/fckg/action/entities/
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'] = ' ';
/plugin/ckgdoku/action/entities/
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'] = ' ';
/plugin/ckgedit/action/entities/
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'] = ' ';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConnectionSchemaMetadata.php30 public $entities; variable in Google\\Service\\Connectors\\ConnectionSchemaMetadata
49 public function setEntities($entities) argument
51 $this->entities = $entities;
58 return $this->entities;
/plugin/farmsync/meta/
H A DEntityUpdates.php10 protected $entities; variable in dokuwiki\\plugin\\farmsync\\meta\\EntityUpdates
18 public function __construct($source, $targets, $entities) { argument
22 $this->entities = $this->preProcessEntities($entities);
31 foreach ($this->entities as $entity) {
87 protected function preProcessEntities($entities) { argument
88 return $entities;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListEntitiesResponse.php33 public function setEntities($entities) argument
35 $this->entities = $entities;
42 return $this->entities;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnalyzeEntitiesResponse.php33 public function setEntities($entities) argument
35 $this->entities = $entities;
42 return $this->entities;
H A DAnalyzeEntitySentimentResponse.php33 public function setEntities($entities) argument
35 $this->entities = $entities;
42 return $this->entities;
H A DAnnotateTextResponse.php69 public function setEntities($entities) argument
71 $this->entities = $entities;
78 return $this->entities;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2SessionEntityType.php37 public function setEntities($entities) argument
39 $this->entities = $entities;
46 return $this->entities;
H A DGoogleCloudDialogflowV2beta1SessionEntityType.php37 public function setEntities($entities) argument
39 $this->entities = $entities;
46 return $this->entities;
H A DGoogleCloudDialogflowCxV3SessionEntityType.php37 public function setEntities($entities) argument
39 $this->entities = $entities;
46 return $this->entities;
H A DGoogleCloudDialogflowV2EntityType.php91 public function setEntities($entities) argument
93 $this->entities = $entities;
100 return $this->entities;
H A DGoogleCloudDialogflowV2beta1EntityType.php91 public function setEntities($entities) argument
93 $this->entities = $entities;
100 return $this->entities;
H A DGoogleCloudDialogflowCxV3EntityType.php97 public function setEntities($entities) argument
99 $this->entities = $entities;
106 return $this->entities;
/plugin/aclplusregex/
H A Daction.php126 $entities = $this->createUserGroupEntities($user, $groups);
133 $patterns = $this->getIDPatterns($entities, $id, $pattern);
163 * Combines the user and group info in prefixed entities
174 $entities = (array)$groups;
175 $entities[] = $user;
176 $entities[] = '@ALL'; // everyone is in this
177 return $entities;
181 * Returns all ID patterns that match the given user/group entities
183 * @param string[] $entities List of username and groups
188 protected function getIDPatterns($entities,
186 getIDPatterns($entities, $id, $pattern) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DAnalyzeEntitiesResponse.php33 public function setEntities($entities) argument
35 $this->entities = $entities;
42 return $this->entities;
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.php53 public function setEntities($entities) argument
55 $this->entities = $entities;
62 return $this->entities;
/plugin/confmanager/action/
H A Dregisterconfig.php54 $entities = new ConfigManagerTwoLineCascadeConfig('entities');
55 $entities->setName($this->getLang('Entity replacements'));
56 $entities->setDescription($this->getDescription('entities'));
57 $event->data[] = $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 DKgsearch.php39 public $entities; variable in Google\\Service\\Kgsearch
60 'entities',
64 'path' => 'v1/entities:search',

1234567