Home
last modified time | relevance | path

Searched refs:feed (Results 26 – 50 of 119) sorted by relevance

12345

/plugin/confmanager/lang/en/
H A Dinterwiki.txt16 …or example the following always links to the local [[doku>syndication|XML feed]]: [[this>feed.php]]
19 [[this>feed.php]]
/plugin/confmanager/lang/nl/
H A Dinterwiki.txt17 …eld het volgende verwijst altijd naar de lokale [[doku>nl:syndication|XML feed]]: [[this>feed.php]]
20 [[this>feed.php]]
/plugin/confmanager/lang/ja/
H A Dinterwiki.txt20 以下の例は常にその DokuWiki の [[doku>ja:syndication|XML フィード]]にリンクします: [[this>feed.php]]
23 [[this>feed.php]]
/plugin/photowidget/
H A Dsyntax.php91 if (isset($param['feed']) && $param['feed'] != 'off') {
H A Daction.php42 'open' =>'<photowidget feed="" width="300" height="300">',
/plugin/feed/
H A Dfeed.php100 $feed = $rss->createFeed($type); variable
103 io_saveFile($cache, $feed);
106 print $feed;
H A Dstyle.css1 div.dokuwiki a.feed {
/plugin/rss/
H A DREADME.md3 This plugin let you display some rss feed into Dokuwiki.
21 ``<rss feed="http://myfeed/.." />``
H A Dplugin.info.txt6 desc display rss feed in your wiki
/plugin/webcomics/
H A Dsyntax.php27 foreach ($feeds as $feed) {
28 if (preg_match('/(.*?)="(.*?)"/', $feed, $matches) == 1) {
/plugin/advanced/lang/en/config/
H A Duserstyle.txt14 * **feed**: Applied when displaying the [[doku>:syndication|feed]]
H A Dinterwiki.txt14 | %%[[this>feed.php]]%% | [[this>feed.php]] | links to your wiki's URL. The example links to th…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml37 test: line feed
49 test: form feed
141 test: Double quotes with a line feed
/plugin/zotero/
H A Dconfig.ini.dist4 ; this key is used to get access to Zotero's RSS feed
8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
H A DFeedZoteroRepository.php30 private function parseEntries($feed) argument
33 $this->dom->loadXml($feed);
/plugin/ahrefmenu/conf/
H A Ddefault.php8 $conf['ignorepages'] = '.*(backlink|feed.php)';
/plugin/fksnewsfeed/
H A Dstyle.less1 .feed-carousel .carousel-item {
/plugin/miniblog/
H A DREADME18 The feed URL is "feed.php?mode=miniblog".
/plugin/news/
H A Dplugin.info.txt6 desc news feed generator
/plugin/rssbycreated/
H A DREADME.md4 Re-orders the RSS feed by the created date and makes it the date submitted to the reader.
/plugin/nroff/
H A Drenderer.php783 $feed = new FeedParser();
784 $feed->set_feed_url($url);
788 $rc = $feed->init();
794 $start = $feed->get_item_quantity()-1;
800 $end = $feed->get_item_quantity();
807 $item = $feed->get_item($x);
839 $this->doc .= '<!--'.hsc($feed->error).'-->';
/plugin/feedauth/
H A Dplugin.info.txt6 desc Send an \"authorization required\" header in the feed
/plugin/gallery/
H A Dplugin.info.txt6 desc Creates a gallery of images from a namespace or RSS/ATOM feed
/plugin/confmanager/lang/fr/
H A Dinterwiki.txt20 … lien suivant pointera toujours vers le [[doku>fr:syndication|flux XML]] local : [[this>feed.php]].
22 <code> [[this>feed.php]] </code>
/plugin/news/syntax/
H A Dbutton.php73 …$button .= "<input type='hidden' name='feed' value='refresh' /><input type='hidden' name='feed_ref…

12345