Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DEntity.php28 foreach ($this->entities as $entity) {
29 $this->pattern .= $sep . Lexer::escape($entity);
40 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'entity');
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php102 $this->entity();
155 * Decode an entity
159 public function entity() function in SimplePie_Decode_HTML_Entities
/dokuwiki/inc/parser/
H A Dmetadata.php362 * Format an entity
368 * @param string $entity
370 public function entity($entity)
372 $this->cdata($entity);
365 entity($entity) global() argument
H A Drenderer.php40 /** @var array contains the entity configuration, set in p_render() */
508 * Format an entity
514 * @param string $entity
516 public function entity($entity)
463 entity($entity) global() argument
H A Dxhtml.php746 * Format an entity
752 * @param string $entity
754 public function entity($entity)
756 if (array_key_exists($entity, $this->entities)) {
757 $this->doc .= $this->entities[$entity];
759 $this->doc .= $this->_xmlEntities($entity);
702 entity($entity) global() argument
H A Dhandler.php723 public function entity($match, $state, $pos)
725 $this->addCall('entity', [$match], $pos);
689 public function entity($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].