Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1068 $copyright_url = null;
1071 $copyright_url = $this->sanitize($copyright[0]['attribs']['']['url'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1076 $copyrights_parent = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1078 $copyright_url = null;
1081 $copyright_url = $this->sanitize($copyright[0]['attribs']['']['url'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1086 $copyrights_parent = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1606 $copyright_url = null;
1609 $copyright_url = $this->sanitize($content['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['copyright'][0]['attribs']['']['url'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1614 $copyrights = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1616 $copyright_url
[all...]