Searched refs:sanitize (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Source.php | 93 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 D | Item.php | 183 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 D | SimplePie.php | 701 $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 D | FeedParserItem.php | 20 return $this->sanitize($this->get_date(''), SimplePie::CONSTRUCT_TEXT);
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 236 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](…
|