Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1069 $copyright_label = null;
1074 $copyright_label = $this->sanitize($copyright[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1076 $copyrights_parent = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1079 $copyright_label = null;
1084 $copyright_label = $this->sanitize($copyright[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1086 $copyrights_parent = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1607 $copyright_label = null;
1612 $copyright_label = $this->sanitize($content['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['copyright'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1614 $copyrights = $this->registry->create(Copyright::class, [$copyright_url, $copyright_label]);
1617 $copyright_label
[all...]