Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1093 $credit_scheme = null;
1099 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1101 $credit_scheme = 'urn:ebu';
1106 $credits_parent[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
1111 $credit_scheme = null;
1117 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1119 $credit_scheme = 'urn:ebu';
1124 $credits_parent[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
1633 $credit_scheme = null;
1639 $credit_scheme
[all...]