| /dokuwiki/inc/Search/Collection/ |
| H A D | DirectCollection.php | 46 * @param string $entity The name of the entity 53 public function addEntity(string $entity, array $tokens): static argument 60 $entityId = $entityIndex->accessCachedValue($entity); 73 * @param string $entity The name of the entity 79 public function getToken(string $entity): string argument 82 $entityId = $entityIndex->accessCachedValue($entity);
|
| H A D | AbstractCollection.php | 325 * @param string $entity The name of the entity 332 public function addEntity(string $entity, array $tokens): static argument 339 $entityId = $entityIndex->accessCachedValue($entity); 341 $old = $this->getReverseAssignments($entity); 347 $this->saveReverseAssignments($entity, $merged); 405 * @param string $entity 411 public function getReverseAssignments(string $entity): array argument 414 $entityId = $entityIndex->accessCachedValue($entity); 429 * @param string $entity 436 protected function saveReverseAssignments(string $entity, array $data): void argument [all …]
|
| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | MockDirectCollection.php | 13 public function __construct($entity = 'entity', $token = 'token') argument 15 parent::__construct($entity, $token);
|
| H A D | MockLookupCollection.php | 13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve… argument 15 parent::__construct($entity, $token, $freq, $reverse);
|
| H A D | MockFrequencyCollection.php | 13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve… argument 15 parent::__construct($entity, $token, $freq, $reverse, true);
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Entity.php | 34 foreach ($this->entities as $entity) { 35 $this->pattern .= $sep . Lexer::escape($entity);
|
| /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/ |
| H A D | Entities.php | 64 $this->entity(); 123 public function entity() function in SimplePie_Decode_HTML_Entities
|
| /dokuwiki/inc/parser/ |
| H A D | metadata.php | 370 * @param string $entity 372 public function entity($entity) function in Doku_Renderer_metadata 374 $this->cdata($entity);
|
| H A D | renderer.php | 514 * @param string $entity 516 public function entity($entity) function in Doku_Renderer
|
| H A D | xhtml.php | 754 * @param string $entity 756 public function entity($entity) argument 758 if (array_key_exists($entity, $this->entities)) { 759 $this->doc .= $this->entities[$entity]; 761 $this->doc .= $this->_xmlEntities($entity);
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 494 An "entity transaction" is a transaction transferring control of an 497 work results from an entity transaction, each party to that
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480…
|