Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 33) sorted by relevance

12

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator10.php37 if (!empty($this->items[0]->lat)) {
71 for ($i = 0; $i < count($this->items); $i++) {
73 …$feed .= " <title>".htmlspecialchars(strip_tags((string) $this->items[$i]->title))."</title…
75 (string) $this->items[$i]->link
77 if ($this->items[$i]->date == "") {
78 $this->items[$i]->date = time();
80 $itemDate = new FeedDate($this->items[$i]->date);
84 $tempguid = $this->items[$i]->link;
85 if ($this->items[$i]->guid != "") {
86 $tempguid = $this->items[$i]->guid;
[all …]
H A DKMLCreator.php31 if (!empty($_GET['simple']) && count($this->items) > 0) {
38 (($this->items[0]->thumb != "") ? "
63 for ($i = 0; $i < count($this->items); $i++) {
65 $this->items[$i]->description = "<b>".$this->items[$i]->description."</b><br/>
66 ".$this->items[$i]->licence."
67 <br/><br/><a href=\"".htmlspecialchars($this->items[$i]->link)."\">View Online</a>";
71 <description>".$this->items[$i]->getDescription(true)."</description>
72 … <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>
75 <coordinates>".$this->items[$i]->long.",".$this->items[$i]->lat.",25</coordinates>
77 if ($this->items[$i]->thumb != "") {
[all …]
H A DPHPCreator.php30 for ($i = 0; $i < count($this->items); $i++) {
32 if ($this->items[$i]->guid != "") {
33 $feed .= " \$feedItem[$i]->id='".htmlspecialchars($this->items[$i]->guid)."';\n";
36 FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)
38 $feed .= " \$feedItem[$i]->link='".htmlspecialchars($this->items[$i]->link)."';\n";
39 $feed .= " \$feedItem[$i]->date=".htmlspecialchars($this->items[$i]->date).";\n";
40 if ($this->items[$i]->author != "") {
41 … $feed .= " \$feedItem[$i]->author='".htmlspecialchars($this->items[$i]->author)."';\n";
42 if ($this->items[$i]->authorEmail != "") {
43 … $feed .= " \$feedItem[$i]->authorEmail='".$this->items[$i]->authorEmail."';\n";
[all …]
H A DRSSCreator10.php26 if (!empty($this->items[0]->thumb)) {
29 if (!empty($this->items[0]->lat)) {
44 for ($i = 0; $i < count($this->items); $i++) {
45 … <rdf:li rdf:resource=\"".htmlspecialchars((string) $this->items[$i]->link)."\"/>\n…
59 for ($i = 0; $i < count($this->items); $i++) {
60 … $feed .= " <item rdf:about=\"".htmlspecialchars((string) $this->items[$i]->link)."\">\n";
62 if ($this->items[$i]->date != null) {
63 $itemDate = new FeedDate($this->items[$i]->date);
66 if ($this->items[$i]->source != "") {
67 … $feed .= " <dc:source>".htmlspecialchars($this->items[$i]->source)."</dc:source>\n";
[all …]
H A DPIECreator01.php31 for ($i = 0; $i < count($this->items); $i++) {
34 htmlspecialchars(strip_tags($this->items[$i]->title)),
37 $feed .= " <link>".htmlspecialchars($this->items[$i]->link)."</link>\n";
38 $itemDate = new FeedDate($this->items[$i]->date);
42 $feed .= " <id>".htmlspecialchars($this->items[$i]->guid)."</id>\n";
43 if ($this->items[$i]->author != "") {
45 … $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
46 if ($this->items[$i]->authorEmail != "") {
47 $feed .= " <email>".$this->items[$i]->authorEmail."</email>\n";
52 …$feed .= " <div xmlns=\"http://www.w3.org/1999/xhtml\">".$this->items[$i]->getDescripti…
H A DRSSCreator091.php43 if (count($this->items) > 0
44 && !empty($this->items[0]->lat)
48 if (count($this->items) > 0
49 && isset($this->items[0]->additionalElements['xcal:dtstart'])
130 for ($i = 0; $i < count($this->items); $i++) {
133 htmlspecialchars(strip_tags((string) $this->items[$i]->title)),
136 … $feed .= " <link>".htmlspecialchars((string) $this->items[$i]->link)."</link>\n";
137 … $feed .= " <description>".$this->items[$i]->getDescription()."</description>\n";
139 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
150 if ($this->items[$i]->lat != "") {
[all …]
H A DAtomCreator03.php60 for ($i = 0; $i < count($this->items); $i++) {
62 … $feed .= " <title>".htmlspecialchars(strip_tags($this->items[$i]->title))."</title>\n";
64 $this->items[$i]->link
66 if ($this->items[$i]->date == "") {
67 $this->items[$i]->date = time();
69 $itemDate = new FeedDate($this->items[$i]->date);
73 $feed .= " <id>".htmlspecialchars($this->items[$i]->link)."</id>\n";
74 … $feed .= $this->_createAdditionalElements($this->items[$i]->additionalElements, " ");
75 if ($this->items[$i]->author != "") {
77 … $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
[all …]
H A DGPXCreator.php37 for ($i = 0; $i < count($this->items); $i++) {
38 $feed .= "<wpt lat=\"".$this->items[$i]->lat."\" lon=\"".$this->items[$i]->long."\">
39 <name>".substr(htmlspecialchars(strip_tags($this->items[$i]->title)), 0, 6)."</name>
40 <desc>".htmlspecialchars(strip_tags($this->items[$i]->title))."</desc>
41 <src>".htmlspecialchars($this->items[$i]->author)."</src>
42 <url>".htmlspecialchars($this->items[$i]->link)."</url>
H A DOPMLCreator.php46 for ($i = 0; $i < count($this->items); $i++) {
48 $title = htmlspecialchars(strip_tags(strtr($this->items[$i]->title, "\n\r", " ")));
52 if (isset($this->items[$i]->xmlUrl)) {
53 $feed .= " xmlUrl=\"".htmlspecialchars($this->items[$i]->xmlUrl)."\"";
56 if (isset($this->items[$i]->link)) {
57 $feed .= " url=\"".htmlspecialchars($this->items[$i]->link)."\"";
H A DHTMLCreator.php111 for ($i = 0; $i < count($this->items); $i++) {
116 if ($this->items[$i]->title) {
117 if ($this->items[$i]->link) {
119 …"<div class='".$this->stylePrefix."item_title'><a href='".$this->items[$i]->link."' class='".$this…
121 htmlspecialchars(strip_tags($this->items[$i]->title)),
128 … FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100).
132 if ($this->items[$i]->getDescription()) {
135 … str_replace("]]>", "", str_replace("<![CDATA[", "", $this->items[$i]->getDescription())).
H A DMBOXCreator.php69 for ($i = 0; $i < count($this->items); $i++) {
70 if ($this->items[$i]->author != "") {
71 $from = $this->items[$i]->author;
75 $itemDate = new FeedDate($this->items[$i]->date);
86 … $feed .= "Subject: ".MBOXCreator::qp_enc(FeedCreator::iTrunc($this->items[$i]->title, 100))."\n";
88 $body = chunk_split(MBOXCreator::qp_enc($this->items[$i]->description));
H A DJSONCreator.php29 $data['items'] = array();
61 $data['items'][] = $entry;
H A DFeedCreator.php33 public $items = Array(); variable in FeedCreator
74 $this->items[] = $item;
/dokuwiki/inc/Sitemap/
H A DMapper.php61 $items = [];
70 $items[] = $item;
73 $eventData = ['items' => &$items, 'sitemap' => &$sitemap];
77 $event->result = io_saveFile($sitemap, (new Mapper())->getXML($items));
92 private function getXML($items) argument
97 foreach ($items as $item) {
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDB.php66 $items = $data->get_items();
69 if (!empty($items)) {
70 foreach ($items as $item) {
74 if (count($items_by_id) !== count($items)) {
76 foreach ($items as $item) {
H A DMySQL.php178 $items = count($prepared[1]);
179 if ($items) {
182 $query->bindValue(':items', $items);
285 $items = (int) $this->options['items'][0];
287 $items = (int) $row[0];
290 if ($items !== 0) {
305 if ($items > 0) {
306 $sql .= ' LIMIT ' . $items;
/dokuwiki/inc/Menu/
H A DMobileMenu.php75 foreach ($this->getGroupedItems() as $tools => $items) {
76 if ($items !== []) {
78 foreach ($items as $item) {
/dokuwiki/inc/Feed/
H A DFeedCreator.php41 $items = $this->fetchItemsFromNamespace();
44 $items = $this->fetchItemsFromSearch();
47 $items = $this->fetchItemsFromRecentChanges();
50 $items = $this->fetchItemsFromPlugin();
55 'data' => &$items,
60 foreach ($items as $item) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2970 $items = $this->get_items();
2971 if (isset($items[$key])) {
2972 return $items[$key];
3002 if ($items = $this->get_feed_tags(self::NAMESPACE_ATOM_10, 'entry')) {
3003 $keys = array_keys($items);
3005 … $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);
3008 if ($items = $this->get_feed_tags(self::NAMESPACE_ATOM_03, 'entry')) {
3009 $keys = array_keys($items);
3011 … $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);
3014 if ($items = $this->get_feed_tags(self::NAMESPACE_RSS_10, 'item')) {
[all …]
H A DParser.php406 $items = [];
591 $items[] = ['child' => ['' => $item]];
615 'item' => $items]]]]];
/dokuwiki/lib/plugins/extension/
H A DRepository.php215 $items = json_decode($response, true, 512, JSON_THROW_ON_ERROR);
222 foreach ($items as $item) {
H A Dstyle.less156 align-items: end;
186 align-items: center;
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php352 public static function compressList($items, $delim) argument
354 if (!isset($items[1]) && isset($items[0])) return $items[0];
355 else return ['list', $delim, $items];
1239 $items = $arg[2];
1240 if (isset($items[0])) {
1241 return self::unwrap($items[0]);
H A DParser.php1299 $items = [];
1302 $items[] = $value;
1308 if (count($items) == 0) {
1313 if ($flatten && count($items) == 1) {
1314 $out = $items[0];
1316 $out = ['list', $delim, $items];
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less112 // on hover or focus show all items

12