Home
last modified time | relevance | path

Searched refs:sanitize (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php80 public function sanitize(string $data, $type, string $base = '') function in SimplePie\\Source
82 return $this->item->sanitize($data, $type, $base);
99 …return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_t…
101 …return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_t…
103 …return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->get_…
105 …return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->get_…
107 …return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->get_…
109 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
111 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
143 … $term = $this->sanitize($category['attribs']['']['term'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
[all …]
H A DItem.php46 private $sanitize = null; variable in SimplePie\\Item
167 public function sanitize(string $data, int $type, string $base = '') function in SimplePie\\Item
170 return $this->feed->sanitize($data, $type, $base);
205 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
207 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
209 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
211 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
213 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
215 …return $this->sanitize($this->data['attribs'][\SimplePie\SimplePie::NAMESPACE_RDF]['about'], \Simp…
242 …$this->data['title'] = $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'ato…
[all …]
H A DSimplePie.php411 public $sanitize; variable in SimplePie\\SimplePie
682 $this->sanitize = new Sanitize();
1472 $this->sanitize->remove_div($enable);
1484 $this->sanitize->strip_htmltags($tags);
1486 $this->sanitize->encode_instead_of_strip($encode);
1495 $this->sanitize->encode_instead_of_strip($enable);
1507 $this->sanitize->rename_attributes($attribs);
1519 $this->sanitize->strip_attributes($attribs);
1531 $this->sanitize->add_attributes($attribs);
1559 $this->sanitize->set_output_encoding($encoding);
[all …]
/dokuwiki/inc/Feed/
H A DFeedParserItem.php20 return $this->sanitize($this->get_date(''), SimplePie::CONSTRUCT_TEXT);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md288 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](…