Lines Matching refs:get_channel_tags

2198     public function get_channel_tags($namespace, $tag)
2262 if ($image = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'image')) {
2329 if ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'title')) {
2331 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_03, 'title')) {
2333 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_10, 'title')) {
2335 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_090, 'title')) {
2337 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'title')) {
2339 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_11, 'title')) {
2341 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_10, 'title')) {
2377 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'category') as $category) {
2392 foreach ((array) $this->get_channel_tags(self::NAMESPACE_RSS_20, 'category') as $category) {
2403 foreach ((array) $this->get_channel_tags(self::NAMESPACE_DC_11, 'subject') as $category) {
2406 foreach ((array) $this->get_channel_tags(self::NAMESPACE_DC_10, 'subject') as $category) {
2445 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'author') as $author) {
2462 if ($author = $this->get_channel_tags(self::NAMESPACE_ATOM_03, 'author')) {
2479 foreach ((array) $this->get_channel_tags(self::NAMESPACE_DC_11, 'creator') as $author) {
2482 foreach ((array) $this->get_channel_tags(self::NAMESPACE_DC_10, 'creator') as $author) {
2485 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ITUNES, 'author') as $author) {
2524 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'contributor') as $contributor) {
2541 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ATOM_03, 'contributor') as $contributor) {
2613 if ($links = $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'link')) {
2621 if ($links = $this->get_channel_tags(self::NAMESPACE_ATOM_03, 'link')) {
2629 if ($links = $this->get_channel_tags(self::NAMESPACE_RSS_10, 'link')) {
2632 if ($links = $this->get_channel_tags(self::NAMESPACE_RSS_090, 'link')) {
2635 if ($links = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'link')) {
2690 if ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'subtitle')) {
2692 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_03, 'tagline')) {
2694 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_10, 'description')) {
2696 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_090, 'description')) {
2698 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'description')) {
2700 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_11, 'description')) {
2702 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_10, 'description')) {
2704 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'summary')) {
2706 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'subtitle')) {
2723 if ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'rights')) {
2725 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_03, 'copyright')) {
2727 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'copyright')) {
2729 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_11, 'rights')) {
2731 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_10, 'rights')) {
2748 if ($return = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'language')) {
2750 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_11, 'language')) {
2752 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_DC_10, 'language')) {
2781 if ($return = $this->get_channel_tags(self::NAMESPACE_W3C_BASIC_GEO, 'lat')) {
2783 } elseif (($return = $this->get_channel_tags(self::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
2804 if ($return = $this->get_channel_tags(self::NAMESPACE_W3C_BASIC_GEO, 'long')) {
2806 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_W3C_BASIC_GEO, 'lon')) {
2808 } elseif (($return = $this->get_channel_tags(self::NAMESPACE_GEORSS, 'point')) && preg_match('/^((?:-)?[0-9]+(?:\.[0-9]+)) ((?:-)?[0-9]+(?:\.[0-9]+))$/', trim($return[0]['data']), $match)) {
2854 if ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'image')) {
2856 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'logo')) {
2858 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'icon')) {
3028 if ($items = $this->get_channel_tags(self::NAMESPACE_RSS_20, 'item')) {