Home
last modified time | relevance | path

Searched refs:rss (Results 26 – 50 of 51) sorted by last modified time

123

/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …\n },\n }, {\n name: 'rss', // 310\n type: 'substition',\n entries:…
/plugin/xkcd/
H A DREADME.md26 <td>comic, rss, xkcd, strip</td>
/plugin/latexport/implementation/
H A Ddecorator.php770 function rss($url, $params) { function in decorator
772 $this->decorator->rss($link, $title);
H A Ddecorator_persister.php724 function rss($url, $params) { function in DecoratorPersister
/plugin/icons/assets/typicons/
H A Dtypicons.css690 .typcn-rss-outline:before {
693 .typcn-rss:before {
H A Dtypicons.min.css1 …:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rs…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.f…
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5 …nd-bottom-flask:before{content:""}.ra-round-shield:before{content:""}.ra-rss:before{content:""}…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …mdi-rowing::before{content:"\F608"}.mdi-rss::before{content:"\F46B"}.mdi-rss-box::before{content:"…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1653 results = results.replace(/\{ \{ rss&gt;Feed:/mg,'{{rss&gt;http://');
/plugin/fckg/
H A DChanges312 Fixed bug in handling of rss feed syntax that inserted initial italic markup following feed markup.
/plugin/rss/
H A DREADME.md3 This plugin let you display some rss feed into Dokuwiki.
19 Plugin rss is simple to use, just paste your rss link into syntax :
21 ``<rss feed="http://myfeed/.." />``
28 For further information, see also [plugin RSS on dokuwiki.org](https://www.dokuwiki.org/plugin:rss)
H A Dstyle.css1 img.rss {
H A Dplugin.info.txt1 base rss
5 name rss
6 desc display rss feed in your wiki
/plugin/filterrss/
H A Dsyntax.php139 $rss = simplexml_load_file($data['url']);
142 if($rss)
144 $items = $rss->channel->item;
/plugin/csstimeline/
H A Dfeed.php81 $rss = new DokuWikiFeedCreator(); variable
82 $rss->title = p_get_metadata($id, 'title', METADATA_DONT_RENDER);
83 $rss->title .= ' · ' . $conf['title'];
84 $rss->link = DOKU_URL;
85 $rss->syndicationURL = DOKU_PLUGIN . 'csstimeline/feed.php';
86 $rss->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';
94 $rss->image = $image;
114 $rss->addItem($item);
119 $feed = $rss->createFeed($type, 'utf-8');
/plugin/freechat/phpfreechat/style/
H A Dfooter.css17 div.footer div.rss {
/plugin/tumblr/
H A Dsyntax.php147 $new_url = $url.'/search/'.$params['search'].'/page/'.$params['page'].'/rss';
149 $new_url = $url.'/tagged/'.$params['tagged'].'/page/'.$params['page'].'/rss';
151 $new_url = $url.'/'.$params['post'].'/rss';
153 $new_url = $url.'/page/'.$params['page'].'/rss';
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt137 {{rss>http://github.com/timostamm/BugzillaInt/commits/master.atom date}}
/plugin/odp/
H A Drenderer.php1254 function rss ($url,$params){ function in renderer_plugin_odp
/plugin/mellelexport/
H A Drenderer.php694 …function rss ($url,$params) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func… function in renderer_plugin_mellelexport
/plugin/dokutexit/
H A Dlatex.php609 function rss ($url,$params){ function in Doku_Renderer_latex
/plugin/flowplayer/player/
H A DREADME.txt107 - #470 check for a playlist when replacing the playlist with an rss feed.
227 - Possibility to pass a RSS file name with playFeed("playlist.rss") and setPlaylist("playlist.rss")…
/plugin/rssticker/
H A Dbridge.php17 $rss = new lastRSS; variable
18 $rss->cache_dir = 'cache'; //path to cache directory on your server from this script. Chmod 777!
20 $rss->date_format = $conf['dformat']; //date format of RSS item. See PHP date() function for possib…
31 global $rss;
33 $rss->cache_time = $cacheseconds;
34 if ($rs = $rss->get($url)) {
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt358 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
360 {{rss>http://slashdot.org/index.rss 5 author date 1h }}

123