Home
last modified time | relevance | path

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

/plugin/gallery/classes/
DFeedGallery.php57 $enclosure->get_description() ?? '',
/plugin/git/lib/
DGit.php672 public function get_description() function in GitRepo
/plugin/nroff/
Drenderer.php825 $this->doc .= $item->get_description();
827 $this->doc .= strip_tags($item->get_description());
/plugin/gemini/
Drenderer.php361 $this->doc .= '> ' . strip_tags($item->get_description());
/plugin/dokutexit/
Dlatex.php661 $this->cdata($item->get_description());
663 $this->cdata(strip_tags($item->get_description()));
/plugin/photogallery/
Dsyntax.php472 … 'desc' => strip_tags(htmlspecialchars_decode($enclosure->get_description(),ENT_COMPAT)),
/plugin/odp/
Drenderer.php1300 $this->cdata(strip_tags($item->get_description()));
/plugin/odt/renderer/
Dpage.php1587 $this->cdata(strip_tags($item->get_description()));