Searched refs:entities (Results 1 – 10 of 10) sorted by relevance
9 protected $entities = []; variable in dokuwiki\\Parsing\\ParserMode\\Entity14 * @param string[] $entities16 public function __construct($entities) argument18 $this->entities = $entities;25 if (!count($this->entities) || $this->pattern != '') return;28 foreach ($this->entities as $entity) {37 if (!count($this->entities)) return;
212 static $entities = [583 if (isset($entities[$consumed])) {589 …$this->data = substr_replace($this->data, $entities[$match], $this->position - strlen($consumed) -…590 $this->position += strlen($entities[$match]) - strlen($consumed) - 1;
52 * @param boolean $entities decode name entities in addtition to numeric ones55 public static function fromHtml($str, $entities = false) argument57 if (!$entities) {
107 static $entities = null;108 if (!$entities) {109 $entities = retrieveConfig('entities', 'confToHash');110 $entities = array_filter($entities, 'strlen');112 return $entities;
683 $Renderer->entities = getEntities();
20 !/conf/entities.conf
41 public $entities = []; variable in Doku_Renderer
757 if (array_key_exists($entity, $this->entities)) {758 $this->doc .= $this->entities[$entity];
258 …i]] can convert simple text characters to their typographically correct entities. Here is an examp…268 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|…