Searched refs:entities (Results 1 – 11 of 11) sorted by relevance
10 protected $entities = []; variable in dokuwiki\\Parsing\\ParserMode\\Entity15 * @param string[] $entities17 public function __construct($entities) argument19 $this->entities = $entities;31 if (!count($this->entities) || $this->pattern != '') return;34 foreach ($this->entities as $entity) {43 if (!count($this->entities)) return;
181 static $entities = [554 if (isset($entities[$consumed])) {560 …$this->data = substr_replace($this->data, $entities[$match], $this->position - strlen($consumed) -…561 $this->position += strlen($entities[$match]) - strlen($consumed) - 1;
105 $entities = [];110 $entities[] = $name;113 return $entities;
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;
572 $Renderer->entities = getEntities();
20 !/conf/entities.conf
41 public $entities = []; variable in Doku_Renderer
758 if (array_key_exists($entity, $this->entities)) {759 $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|…