Home
last modified time | relevance | path

Searched refs:dateId (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-file_galleries_rss.php32 $dateId = "lastModif"; variable
37 $changes = $filegallib->list_files(0, $prefs['feed_file_galleries_max'], $dateId . '_desc', '');
38 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-image_galleries_rss.php43 $dateId = "created"; variable
47 $changes = $imagegallib->list_images(0, $prefs['feed_image_galleries_max'], $dateId . '_desc', '');
48 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-image_gallery_rss.php46 $dateId = 'created'; variable
49 …$changes = $imagegallib->get_images(0, $prefs['feed_image_gallery_max'], $dateId . '_desc', '', $_…
50 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-directories_rss.php44 $dateId = "created"; variable
54 …$changes = $tikilib->dir_list_all_valid_sites2(0, $prefs['feed_directories_max'], $dateId . '_desc…
55 …$feed, $uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, '');
H A Dtiki-directory_rss.php41 $dateId = "created"; variable
51 …$changes = $dirlib->dir_list_sites($_REQUEST["parent"], 0, $prefs['feed_directories_max'], $dateId
52 …$feed, $uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, '');
H A Dtiki-forum_rss.php45 $dateId = "commentDate"; variable
50 …$changes = $tikilib->list_forum_topics($_REQUEST["$id"], 0, $prefs['feed_forum_max'], $dateId . '_…
51 …iqueid, '', $changes, $readrepl, '', $param, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-blogs_rss.php44 $dateId = "created"; variable
56 $changes = $bloglib->list_all_blog_posts(0, $prefs['feed_blogs_max'], $dateId . '_desc', '', $now);
72 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-file_gallery_rss.php55 $dateId = "lastModif"; variable
70 …$changes = $filegallib->get_files(0, $prefs['feed_file_gallery_max'], $dateId . '_desc', '', $gall…
71 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-blog_rss.php45 $dateId = 'created'; variable
49 …$changes = $bloglib->list_blog_posts($_REQUEST["$id"], false, 0, $prefs['feed_blog_max'], $dateId
77 $dateId,
H A Dtiki-rss_error.php20 $dateId = "lastModif"; variable
25 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-articles_rss.php104 $dateId = "publishDate"; variable
118 …$changes = $artlib->list_articles(0, $prefs['feed_articles_max'], $dateId . '_desc', '', 0, $tikil…
129 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-forums_rss.php41 $dateId = "commentDate"; variable
47 …queid, '', $changes, $readrepl, $param, $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-shoutbox_rss.php42 $dateId = "timestamp"; variable
48 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-wiki_rss_no_diff.php44 $dateId = "lastModif"; variable
109 …queid, '', $changes, $readrepl, $param, $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-calendars_rss.php47 $dateId = "start"; variable
82 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-wiki_rss.php44 $dateId = "lastModif"; variable
109 …queid, '', $changes, $readrepl, $param, $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-tracker_rss.php64 $dateId = "created"; variable
183 …id, '', $changes, $readrepl, $urlparam, $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/VarConsole/Type/
H A DVarPartnerUsageItem.php95 if(count($xml->dateId))
96 $this->dateId = (string)$xml->dateId;
228 public $dateId = null; variable in Kaltura\\Client\\Plugin\\VarConsole\\Type\\VarPartnerUsageItem
/dports/graphics/digikam/digikam-7.4.0/core/libs/album/treeview/
H A Ddatetreeview.h54 void setCurrentAlbum(int dateId, bool selectInAlbumManager = true);
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/denverdino/aliyungo/aliyungo-a747050bb1ba/acm/
H A Dacm.go204 func (c *Client) Delete(dateId, group string) (string, error) {
207 "dataId": dateId,
/dports/www/tikiwiki/tiki-21.2/lib/rss/
H A Drsslib.php155 * @param string $dateId name of the key in the $changes array with the date of each item
161 …, $changes, $itemurl, $urlparam, $id, $title, $titleId, $desc, $descId, $dateId, $authorId, $fromc… argument
289 $item->setDateCreated((int) $data[$dateId]);
290 $item->setDateModified((int) $data[$dateId]);
/dports/polish/kadu/kadu-4.3/plugins/sql_history/storage/
H A Dhistory-sql-storage.cpp366 int dateId = -1; in findOrCreateDate() local
372 dateId = query.value(0).toInt(); in findOrCreateDate()
384 dateId = query.lastInsertId().toInt(); in findOrCreateDate()
387 DateMap.insert(stringDate, dateId); in findOrCreateDate()
389 return dateId; in findOrCreateDate()
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/
H A DWEMonthOverview.m351 NSCalendarDate *dateId)
357 if (dateId) {
360 s = retStrForInt([dateId timeIntervalSince1970]);
367 if (dateId) [ctx deleteLastElementIDComponent];
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/
H A DWEMonthOverview.m351 NSCalendarDate *dateId)
357 if (dateId) {
360 s = retStrForInt([dateId timeIntervalSince1970]);
367 if (dateId) [ctx deleteLastElementIDComponent];
/dports/devel/sope/SOPE/sope-core/NGExtensions/
H A DNGCalendarDateRange.m185 /* eg this is used in OGo on 'dateId' to probe for event objects */

12