Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DEntity.php10 protected $entities = []; variable in dokuwiki\\Parsing\\ParserMode\\Entity
15 * @param string[] $entities
17 public function __construct($entities) argument
19 $this->entities = $entities;
31 if (!count($this->entities) || $this->pattern != '') return;
34 foreach ($this->entities as $entity) {
43 if (!count($this->entities)) return;
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php181 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;
/dokuwiki/inc/Search/Collection/
H A DDirectCollection.php105 $entities = [];
110 $entities[] = $name;
113 return $entities;
/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.php572 $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.php758 if (array_key_exists($entity, $this->entities)) {
759 $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|…