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.php93 public function sanitize($data, $type, $base = '') function in SimplePie\\Source
95 return $this->item->sanitize($data, $type, $base);
106 …return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_t…
108 …return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_t…
110 …return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->get_…
112 …return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->get_…
114 …return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML, $this->get_…
116 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
118 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.php183 public function sanitize($data, $type, $base = '') function in SimplePie\\Item
185 return $this->feed->sanitize($data, $type, $base);
220 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
222 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
224 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
226 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
228 return $this->sanitize($return[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
230 …return $this->sanitize($this->data['attribs'][\SimplePie\SimplePie::NAMESPACE_RDF]['about'], \Simp…
257 …$this->data['title'] = $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'ato…
259 …$this->data['title'] = $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'ato…
[all …]
H A DSimplePie.php701 $this->sanitize = new \SimplePie\Sanitize();
1366 $this->sanitize->remove_div($enable);
1374 $this->sanitize->strip_htmltags($tags);
1376 $this->sanitize->encode_instead_of_strip($encode);
1382 $this->sanitize->encode_instead_of_strip($enable);
1390 $this->sanitize->rename_attributes($attribs);
1398 $this->sanitize->strip_attributes($attribs);
1406 $this->sanitize->add_attributes($attribs);
1433 $this->sanitize->set_output_encoding($encoding);
1438 $this->sanitize->strip_comments($strip);
[all …]
/dokuwiki/inc/Feed/
H A DFeedParserItem.php20 return $this->sanitize($this->get_date(''), SimplePie::CONSTRUCT_TEXT);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md236 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](…