Home
last modified time | relevance | path

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

12345

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1feed (\\n) as the end of line character.\n */\n DefaultEndOfLine[DefaultEndOfLine[\"LF\"] =…
H A Djson.worker.js.map1feed (\\n) as the end of line character.\n */\n DefaultEndOfLine[DefaultEndOfLine[\"LF\"] =…
/plugin/dokuprism/prism/
H A Dprism.css2 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+antlr4+apacheconf+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+bison+bnf+brainfuck+brightscript+bro+c+csharp+cpp+cil+clojure+cmake+coffeescript+csp+crystal+css-extras+d+dart+diff+django+dns-zone-file+docker+ebnf+eiffel+ejs+elixir+elm+etlua+erb+erlang+fsharp+fortran+gml+gedcom+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+http+hpkp+hsts+ichigojam+icon+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jolie+jq+jsdoc+js-extras+json+json5+jsonp+js-templates+julia+keyman+kotlin+latex+latte+less+lilypond+liquid+lisp+livescript+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+nasm+neon+nginx+nim+nix+objectivec+pascal+perl+php+phpdoc+php-extras+plsql+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+python+q+qml+qore+r+jsx+tsx+reason+regex+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smalltalk+smarty+solidity+soy+sparql+splunk-spl+sqf+sql+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+wasm+wiki+xeora+xojo+xquery+yaml+zig&plugins=show-language+remove-initial-line-feed+previewers+toolbar+copy-to-clipboard+download-button */
/plugin/dokutexit/
H A Dlatex.php614 $feed = new FeedParser();
615 $feed->feed_url($url);
619 $rc = $feed->init();
625 $start = $feed->get_item_quantity()-1;
631 $end = $feed->get_item_quantity();
639 $item = $feed->get_item($x);
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt348 | reverse | display the last items in the feed first |
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt459 | reverse | display the last items in the feed first |
/plugin/fckg/
H A DChanges312 Fixed bug in handling of rss feed syntax that inserted initial italic markup following feed markup.
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO11 Alternatively, you can give your entity definition file any name you want and feed
/plugin/feed/
H A DREADME5 * http://dokuwiki.org/plugin:feed
H A Dfeed.php100 $feed = $rss->createFeed($type); variable
103 io_saveFile($cache, $feed);
106 print $feed;
H A Dplugin.info.txt1 base feed
7 url https://www.dokuwiki.org/plugin:feed
H A Dstyle.css1 div.dokuwiki a.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 '&' . $feeds[$feed]['params'][0] . '=' . urlencode($namespace);
[all …]
/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/feedauth/
H A Dplugin.info.txt6 desc Send an \"authorization required\" header in the feed
/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/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml181 test: Play by play feed from a game
H A DescapedCharacters.yml37 test: line feed
49 test: form feed
141 test: Double quotes with a line feed
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php31 $feed = $service->getById($ar['news_id']);
32 $feed->setPriority($priority);
33 $news[] = $feed;
/plugin/fksnewsfeed/
H A Dstyle.less1 .feed-carousel .carousel-item {
/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/flowplayer/player/
H A DREADME.txt107 - #470 check for a playlist when replacing the playlist with an rss feed.
351 - now displays a live feed even when the RTMP server does not send any metadata and the onStart met…
/plugin/gallery/
H A Dplugin.info.txt6 desc Creates a gallery of images from a namespace or RSS/ATOM feed
H A Dsyntax.php
/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);

12345