Home
last modified time | relevance | path

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

/dports/devel/horde-whups/whups-3.0.12/queue/
H A Drss.php92 $rss_title = sprintf(_("%s %s tickets in %s"), variable
96 $rss_title = sprintf(_("%s %s tickets in all queues"), variable
100 $rss_title = sprintf(_("%s tickets in %s"), variable
104 $rss_title = sprintf(_("%s tickets in all queues"), $state_display); variable
106 $template->set('title', htmlspecialchars($rss_title));
/dports/www/e107/e107/e107_plugins/rss_menu/
H A Drss.php162 $rss_title = ($rss->contentType ? $rss->contentType : ucfirst($content_type)); variable
174 $rss->buildRss($rss_title);
409 function buildRss($rss_title) argument
417 …$rss_title = $tp->toRss($tp->toHTML($pref['sitename'],'','defs')." : ".$tp->toHTML($rss_title,'','…
429 <title>".$tp->toRss($rss_title)."</title>
472 <title>".$tp->toRss($rss_title)."</title>
498 <title>".$tp->toRss($rss_title)."</title>
602 <title>".$tp->toRss($rss_title)."</title>
662 <title type='text'>".$tp->toRss($rss_title)."</title>\n
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb82 mailer.rss_title = options.rss_title
121 options.rss_title = nil
272 options.rss_title = title
712 maker.channel.title = rss_title
740 def rss_title method in Svn.CommitMailer
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb82 mailer.rss_title = options.rss_title
121 options.rss_title = nil
272 options.rss_title = title
712 maker.channel.title = rss_title
740 def rss_title method in Svn.CommitMailer
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb82 mailer.rss_title = options.rss_title
121 options.rss_title = nil
272 options.rss_title = title
712 maker.channel.title = rss_title
740 def rss_title method in Svn.CommitMailer
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb82 mailer.rss_title = options.rss_title
121 options.rss_title = nil
272 options.rss_title = title
712 maker.channel.title = rss_title
740 def rss_title method in Svn.CommitMailer
/dports/multimedia/p5-Net-UPnP/Net-UPnP-1.4.6/examples/
H A Ddms2vodcast.pl36 $rss_title = "CyberGarage";
114 $rss_title = $ARGV[++$i];
136 print " title : $rss_title\n";
197 <title>$rss_title</title>
/dports/deskutils/phpicalendar/phpicalendar-2.4/rss/
H A Drss.php40 global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val;
44 $rss .= '<title>'.$rss_title.'</title>'."\n";
H A Drss1.0.php44 global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val;
50 $rss_item .= '<title>'.$rss_title.'</title>'."\n";
H A Drss2.0.php58 …global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val, $t…
63 $rss .= '<title>'.$rss_title.'</title>'."\n";
H A Drss_common.php192 $rss_title = urldecode ("$dayofweek: $event_text"); variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dfeed.php635 $rss_title = get_wp_title_rss();
636 if ( empty( $rss_title ) ) {
637 $rss_title = get_bloginfo_rss( 'name' );
645 <title>' . $rss_title . '</title>
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dfeed.php635 $rss_title = get_wp_title_rss();
636 if ( empty( $rss_title ) ) {
637 $rss_title = get_bloginfo_rss( 'name' );
645 <title>' . $rss_title . '</title>
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-rss/
H A Dquery.res11 200 1242951279 http://site/vacancy1.html rss_title &#1052;&#1077;&#1085;&#1077;&#1076;&#1078;&#1077…
15 200 1717181260 http://site/vacancy2.html rss_title &#1052;&#1077;&#1085;&#1077;&#1076;&#1078;&#1077…
H A Dindexer.conf30 Section rss_title 3 80
/dports/textproc/py-sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4/sphinxcontrib/
H A Dnewsfeed.py220 rss_title = node['title']
276 rss_feed = RSSFeed(rss_title, rss_link, rss_description,
/dports/mail/alpine/alpine-465e23b/pith/
H A Dfilter.c3238 int rss_title(HANDLER_S *, int, int);
3662 {"TITLE", 5, rss_title}, /* RSS 2.0 Title */
6962 rss_title(HANDLER_S *hd, int ch, int cmd) in rss_title() function
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dfilter.c3238 int rss_title(HANDLER_S *, int, int);
3662 {"TITLE", 5, rss_title}, /* RSS 2.0 Title */
6962 rss_title(HANDLER_S *hd, int ch, int cmd) in rss_title() function