Home
last modified time | relevance | path

Searched refs:feed (Results 51 – 75 of 119) sorted by last modified time

12345

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165027.bak194 …_time,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name…
364 foreach($event['feed']['data'] as $post) {
H A Dsyntax.php.2018-03-08_164706.bak194 …_time,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name…
362 foreach($event['feed']['data'] as $post) {
H A Dsyntax.php.2018-03-08_164623.bak190 …_time,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name…
358 foreach($event['feed']['data'] as $post) {
H A Dsyntax.php.2018-03-08_163718.bak190 …_time,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name…
358 foreach($event['feed']['data'] as $post) {
H A Dsyntax.php.2018-03-08_163705.bak190 …_time,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name…
358 foreach($event['feed']['data'] as $post) {
H A Dsyntax.php.2018-03-08_163658.bak190 …_time,end_time,event_times,cover,photos{picture},picture{url},description,feed.limit(10){from{name…
359 foreach($event['feed']['data'] as $post) {
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO11 Alternatively, you can give your entity definition file any name you want and feed
/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.
21 ``<rss feed="http://myfeed/.." />``
H A Dplugin.info.txt6 desc display rss feed in your wiki
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/rssbycreated/
H A DREADME.md4 Re-orders the RSS feed by the created date and makes it the date submitted to the reader.
H A Dplugin.info.txt8 desc Sorts the RSS feed by the date it was created
/plugin/csstimeline/
H A Dfeed.php119 $feed = $rss->createFeed($type, 'utf-8'); variable
122 io_saveFile($cache, $feed);
125 print $feed;
/plugin/news/
H A Dplugin.info.txt6 desc news feed generator
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/news/syntax/
H A Dbutton.php73 …$button .= "<input type='hidden' name='feed' value='refresh' /><input type='hidden' name='feed_ref…
/plugin/news/scripts/
H A Dnewsfeed.ini4 ; The title will appear at the top of the feed and the description as the subtitle
/plugin/feedauth/
H A Dplugin.info.txt6 desc Send an \"authorization required\" header in the feed
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt178 a newline is the ASCII control character LF (line feed, decimal value 10,
1767 100,000 positions covering all the common openings. Users can feed in their
/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/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 DImportZoteroFeedReader.php24 $feed = $this->download($this->config->getUrlForEntries());
25 $dom = $this->getDocument($feed);
27 $xpath = $this->getXPath($feed);
H A DFeedZoteroRepository.php30 private function parseEntries($feed) argument
33 $this->dom->loadXml($feed);
H A DWebZoteroFeedReader.php27 $feed = curl_exec($ch);
29 return $feed;

12345