Home
last modified time | relevance | path

Searched refs:feed (Results 1 – 25 of 119) sorted by relevance

12345

/plugin/fksnewsfeed/syntax/
H A Dcarousel.php58 $feed = $news[$i];
90 if ($feed->hasImage()) {
99 $html .= $this->getHeadline($feed);
100 $html .= $this->getText($feed);
101 $html .= $this->getLink($feed);
106 private function getText(ModelNews $feed): string { argument
107 return '<p>' . $feed->renderText() . '</p>';
111 return '<h1>' . hsc($feed->title) . '</h1>';
114 private function getLink(ModelNews $feed): string { argument
115 if ($feed->linkTitle) {
[all …]
/plugin/feed/
H A Dsyntax.php88 list($feed, $data) = explode('>', $match, 2);
89 $feed = substr($feed, 0, -4);
101 return array($feed, $namespace, trim($parameter), trim($title));
114 list($feed, $namespace, $parameter, $title) = $data;
117 if (!isset($feeds[$feed])) {
118 msg('Unknown plugin feed ' . hsc($feed) . '.', -1);
122 $plugin = $feeds[$feed]['plugin'];
124 msg('Missing or invalid helper plugin for ' . hsc($feed) . '.', -1);
128 $fn = 'get' . ucwords($feed);
137 '&amp;' . $feeds[$feed]['params'][0] . '=' . urlencode($namespace);
[all …]
H A Dplugin.info.txt1 base feed
7 url https://www.dokuwiki.org/plugin:feed
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js92 while(i < settings.albumMaxResults && i< j.feed.entry.length){
93 var $id_base = j.feed.entry[i].gphoto$name.$t,
123 $np = j.feed.openSearch$totalResults.$t,
124 $loc = j.feed.gphoto$location === undefined ? "" : j.feed.gphoto$location.$t,
125 $ad = j.feed.subtitle === undefined ? "" : j.feed.subtitle.$t,
126 … $album_date = formatDate(j.feed.gphoto$timestamp === undefined ? '' : j.feed.gphoto$timestamp.$t),
129 …settings.albumTitle = (j.feed.title === "undefined" || settings.albumTitle.length > 0) ? settings.…
194 var $scPhoto = photo(j.feed.entry[i]);
215 $len = j.feed ? j.feed.entry.length : 0,
218 var $scPhoto = photo(j.feed.entry[i]);
[all …]
/plugin/picasawebalbum/
H A Djquery.pwi.js92 while(i < settings.albumMaxResults && i< j.feed.entry.length){
93 var $id_base = j.feed.entry[i].gphoto$name.$t,
123 $np = j.feed.openSearch$totalResults.$t,
124 $loc = j.feed.gphoto$location === undefined ? "" : j.feed.gphoto$location.$t,
125 $ad = j.feed.subtitle === undefined ? "" : j.feed.subtitle.$t,
126 … $album_date = formatDate(j.feed.gphoto$timestamp === undefined ? '' : j.feed.gphoto$timestamp.$t),
129 …settings.albumTitle = (j.feed.title === "undefined" || settings.albumTitle.length > 0) ? settings.…
194 var $scPhoto = photo(j.feed.entry[i]);
215 $len = j.feed ? j.feed.entry.length : 0,
218 var $scPhoto = photo(j.feed.entry[i]);
[all …]
/plugin/news/
H A DREADME3 This plugin will generate a news feed that can be read in a standard news reader (See below for how…
4 the feed from the plugin markup.)
45 Generating the feed
46 …of the following methods generates an xml news feed in your top level dokuwiki directory. The ne…
51 1. place newsfeed.php in your top level dokiuwiki directory and use as your feed url:
56 However, you can force a new feed to be created by method 2 or 3.
58 2. place newsfeed.php in lib/exe and generate the feed from the command line:
74 1. ttl: Number of minutes before a new feed will be automatically generated
78 … section, where the Title is what is feed is known as the the description is a form of subtitle de…
82 …news plugin which supports multiple feeds, then you must include a unique feed name in your ~~NEW…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DCreateFeedRequest.php32 public function setFeed(Feed $feed) argument
34 $this->feed = $feed;
41 return $this->feed;
H A DUpdateFeedRequest.php32 public function setFeed(Feed $feed) argument
34 $this->feed = $feed;
41 return $this->feed;
/plugin/amazon_heavy/
H A Dsyntax.php86 $renderer->doc .= $this->plugin_render($feed);
93 $feed = $xml['ProductInfo']['#']['Details'];
94 $renderer->doc .= $this->plugin_render($feed);
133 function plugin_render($feed) { argument
135 for ($i=0; $i<sizeof ($feed); $i++)
137 $item = $feed[$i];
/plugin/ffindr/
H A Dffindr.php81 $feed = new FFindrParser();
82 $feed->set_feed_url($data['url']);
86 $rc = $feed->init();
93 $start = $feed->get_item_quantity() - 1;
98 $end = min($max, $feed->get_item_quantity() - 1);
107 $item = $feed->get_item($i);
159 $renderer->doc .= '<!--' . hsc($feed->error) . '-->';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DRegistration.php66 public function setFeed(Feed $feed) argument
68 $this->feed = $feed;
75 return $this->feed;
/plugin/feedaggregator/
H A Dsyntax.php72 foreach ($matchedFeeds as $feed) {
73 if (filter_var($feed, FILTER_VALIDATE_URL) === false) {
74 msg("Feed URL not valid: <code>$feed</code>", 2);
77 $feeds[] = $feed;
/plugin/rss/
H A Dsyntax.php50 preg_match("/feed *= *(['\"])(.*?)\\1/", $match, $feed);
51 if( count($feed) != 0 ) {
52 $data['feed'] = $feed[2];
63 $feed = $data['feed'];
65 if(!@$fluxrss=simplexml_load_file($feed)) {
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php70 foreach($feedlist as $key => $feed) {
71 $feed['body_data'] = $_ENV['misc']->string2array($feed['body_data']);
72 $feed['title_data'] = $_ENV['misc']->string2array($feed['title_data']);
73 $feedlist[$key] = $feed;
/plugin/tbt/
H A Dscript.js12 this.feed = feed;
66 setTimeout(this.feed, speed*recording[currentChar][1] );
69 function feed() { function
202 setTimeout(feed, speed*recording[currentChar][1] );
/plugin/rssticker/
H A Dstyle.css25 div.dokuwiki div.rsstitle{ /*shared class for all title elements in an RSS feed*/
29 div.dokuwiki div.rssdate{ /*shared class for all date elements in an RSS feed*/
34 div.dokuwiki div.rssdescription{ /*shared class for all description elements in an RSS feed*/
37 div.dokuwiki div.rsshead{ /*shared class for all title elements in an RSS feed*/
/plugin/confmanager/lang/ko/
H A Dinterwiki.txt18 …결해줍니다. 즉, 상대 경로(URL)을 생성하는 데 사용할 수 있습니다. 예를 들어 [[this>feed.php]] 링크는 항상[[doku>syndication|XML feed
20 <code> [[this>feed.php]] </code>
/plugin/gemini/
H A Drenderer.php330 $feed = new FeedParser();
331 $feed->set_feed_url($url);
333 $rc = $feed->init();
336 if ($params['nosort']) $feed->enable_order_by_date(false);
341 $start = $feed->get_item_quantity() - 1;
347 $end = $feed->get_item_quantity();
352 $item = $feed->get_item($x);
/plugin/zotero/
H A DWebZoteroFeedReader.php27 $feed = curl_exec($ch);
29 return $feed;
H A DImportZoteroFeedReader.php24 $feed = $this->download($this->config->getUrlForEntries());
25 $dom = $this->getDocument($feed);
27 $xpath = $this->getXPath($feed);
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php31 $feed = $service->getById($ar['news_id']);
32 $feed->setPriority($priority);
33 $news[] = $feed;
/plugin/csstimeline/
H A Dfeed.php119 $feed = $rss->createFeed($type, 'utf-8'); variable
122 io_saveFile($cache, $feed);
125 print $feed;
/plugin/confmanager/lang/de/
H A Dinterwiki.txt11 Zum Beispiel verlinkt das Folgende immer zum lokalen [[doku>syndication|XML feed]]: [[this>feed.php…
13 <code> [[this>feed.php]] </code>
/plugin/confmanager/lang/zh/
H A Dinterwiki.txt16 …网络服务器的 DokuWiki目录安装。您可以使用这个来构造相对 URL。例如,下面的链接到本地[[doku>syndication|当前站点的 XML 订阅]]:[[this>feed.php]]
17 [[this>feed.php]]
/plugin/webcomics/
H A DREADME.md2 This Dokuwiki plugin allows you to add comics to your page. The source for the comics is a RSS feed
4 The syntax is ```<comic="comic-name">```. ```comic-name``` must be a name assigned to a RSS feed in…

12345