Home
last modified time | relevance | path

Searched refs:feed (Results 101 – 119 of 119) sorted by path

12345

/plugin/photowidget/
H A Daction.php42 'open' =>'<photowidget feed="" width="300" height="300">',
H A Dsyntax.php91 if (isset($param['feed']) && $param['feed'] != 'off') {
/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/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/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/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/subjectindex/plugins/
H A Dbible_verses.txt803 …t is yet full day. It is not the time for gathering the herds. WATER the sheep, then go feed them."
1096 His brothers now went to feed the flock of their father close by She'chem.
1214 …Nile were seven cows fat-fleshed and beautiful in form, and they began to feed among the Nile gras…
16644 "Come, feed yourselves with my bread and share in drinking the wine that I have mixed.
17046 In case you should sit down to feed yourself with a king, you should diligently consider what is be…
17051 Do not feed yourself with the food of anyone of ungenerous eye, nor show yourself craving his tasty…
19018 And I will give YOU shepherds in agreement with my heart, and they will certainly feed YOU with kno…
21328feed them, and on Israel's high mountains their abiding place will come to be. There they will lie…
21329 "'"I myself shall feed my sheep, and I myself shall make them lie down," is the utterance of the So…
21337 …ill raise up over them one shepherd, and he must feed them, even my servant David. He himself will…
[all …]
/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/tuxquote/
H A Dquotes.txt258 If you cannot feed a hundred people, then feed just one. <BR> -- Mother Teresa
446 …n asked which dog wins, he reflected for a moment and replied, 'The one I feed the most.' <BR> --…
1087 You must find a way, right now, to feed your family when Y2K strikes. You will NOT be able to grow …
1463 You own a dog; you feed a cat. <BR> -- Jim Fiebig, NANA
1490 …e will have only two employees, a man and a dog. The man will be there to feed the dog. The dog wi…
/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…
H A Dsyntax.php27 foreach ($feeds as $feed) {
28 if (preg_match('/(.*?)="(.*?)"/', $feed, $matches) == 1) {
/plugin/zotero/
H A DFeedZoteroRepository.php30 private function parseEntries($feed) argument
33 $this->dom->loadXml($feed);
H A DImportZoteroFeedReader.php24 $feed = $this->download($this->config->getUrlForEntries());
25 $dom = $this->getDocument($feed);
27 $xpath = $this->getXPath($feed);
H A DWebZoteroFeedReader.php27 $feed = curl_exec($ch);
29 return $feed;
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

12345