Lines Matching refs:scheme

419             $scheme = null;
424 if (isset($category['attribs']['']['scheme'])) {
425 $scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
430 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]);
437 $scheme = $this->sanitize($category['attribs']['']['domain'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
439 $scheme = null;
441 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]);
1012 $scheme = null;
1017 if (isset($category['attribs']['']['scheme'])) {
1018 $scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1020 $scheme = 'http://search.yahoo.com/mrss/category_schema';
1025 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1029 $scheme = null;
1034 if (isset($category['attribs']['']['scheme'])) {
1035 $scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1037 $scheme = 'http://search.yahoo.com/mrss/category_schema';
1042 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1046 $scheme = 'http://www.itunes.com/dtds/podcast-1.0.dtd';
1051 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1058 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1098 if (isset($credit['attribs']['']['scheme'])) {
1099 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1116 if (isset($credit['attribs']['']['scheme'])) {
1117 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1253 if (isset($rating['attribs']['']['scheme'])) {
1254 $rating_scheme = $this->sanitize($rating['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1276 if (isset($rating['attribs']['']['scheme'])) {
1277 $rating_scheme = $this->sanitize($rating['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1561 $scheme = null;
1566 if (isset($category['attribs']['']['scheme'])) {
1567 $scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1569 $scheme = 'http://search.yahoo.com/mrss/category_schema';
1574 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1580 $scheme = null;
1585 if (isset($category['attribs']['']['scheme'])) {
1586 $scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1588 $scheme = 'http://search.yahoo.com/mrss/category_schema';
1593 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1638 if (isset($credit['attribs']['']['scheme'])) {
1639 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1659 if (isset($credit['attribs']['']['scheme'])) {
1660 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1765 if (isset($rating['attribs']['']['scheme'])) {
1766 $rating_scheme = $this->sanitize($rating['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1782 if (isset($rating['attribs']['']['scheme'])) {
1783 $rating_scheme = $this->sanitize($rating['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1990 $scheme = null;
1995 if (isset($category['attribs']['']['scheme'])) {
1996 $scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1998 $scheme = 'http://search.yahoo.com/mrss/category_schema';
2003 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
2040 if (isset($credit['attribs']['']['scheme'])) {
2041 $credit_scheme = $this->sanitize($credit['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
2116 if (isset($rating['attribs']['']['scheme'])) {
2117 $rating_scheme = $this->sanitize($rating['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT);