Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DEntity.php9 protected $entities = []; variable in dokuwiki\\Parsing\\ParserMode\\Entity
14 * @param string[] $entities
16 public function __construct($entities) argument
18 $this->entities = $entities;
25 if (!count($this->entities) || $this->pattern != '') return;
28 foreach ($this->entities as $entity) {
37 if (!count($this->entities)) return;
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php212 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;
/dokuwiki/inc/Utf8/
H A DConversion.php52 * @param boolean $entities decode name entities in addtition to numeric ones
55 public static function fromHtml($str, $entities = false) argument
57 if (!$entities) {
/dokuwiki/inc/
H A Dconfutils.php107 static $entities = null;
108 if (!$entities) {
109 $entities = retrieveConfig('entities', 'confToHash');
110 $entities = array_filter($entities, 'strlen');
112 return $entities;
H A Dparserutils.php683 $Renderer->entities = getEntities();
/dokuwiki/
H A D.gitignore20 !/conf/entities.conf
/dokuwiki/inc/parser/
H A Drenderer.php41 public $entities = []; variable in Doku_Renderer
H A Dxhtml.php757 if (array_key_exists($entity, $this->entities)) {
758 $this->doc .= $this->entities[$entity];
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt258 …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|…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt258 …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|…