Home
last modified time | relevance | path

Searched refs:isFeed (Results 1 – 21 of 21) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/components/feeds/
H A DnsFeedSniffer.cpp298 bool isFeed = false; in GetMIMETypeFromContent() local
301 isFeed = ContainsTopLevelSubstring(dataString, "<rss"); in GetMIMETypeFromContent()
304 if (!isFeed) in GetMIMETypeFromContent()
305 isFeed = ContainsTopLevelSubstring(dataString, "<feed"); in GetMIMETypeFromContent()
308 if (!isFeed) { in GetMIMETypeFromContent()
311 isFeed = ContainsTopLevelSubstring(dataString, "<rdf:RDF") && in GetMIMETypeFromContent()
316 if (isFeed && !HasAttachmentDisposition(channel)) in GetMIMETypeFromContent()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/feeds/
H A DnsFeedSniffer.cpp278 bool isFeed = false; in GetMIMETypeFromContent() local
281 isFeed = ContainsTopLevelSubstring(dataString, "<rss"); in GetMIMETypeFromContent()
284 if (!isFeed) isFeed = ContainsTopLevelSubstring(dataString, "<feed"); in GetMIMETypeFromContent()
287 if (!isFeed) { in GetMIMETypeFromContent()
290 isFeed = ContainsTopLevelSubstring(dataString, "<rdf:RDF") && foundNS_RDF && in GetMIMETypeFromContent()
295 if (isFeed && !HasAttachmentDisposition(channel)) in GetMIMETypeFromContent()
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/feeds/
H A DnsFeedSniffer.cpp310 bool isFeed = false; in GetMIMETypeFromContent() local
313 isFeed = ContainsTopLevelSubstring(dataString, "<rss"); in GetMIMETypeFromContent()
316 if (!isFeed) in GetMIMETypeFromContent()
317 isFeed = ContainsTopLevelSubstring(dataString, "<feed"); in GetMIMETypeFromContent()
320 if (!isFeed) { in GetMIMETypeFromContent()
323 isFeed = ContainsTopLevelSubstring(dataString, "<rdf:RDF") && in GetMIMETypeFromContent()
328 if (isFeed && !HasAttachmentDisposition(channel)) in GetMIMETypeFromContent()
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dfilefetchjob.cpp32 bool isFeed = false; member in FileFetchJob::Private
53 if (isFeed) { in processNext()
127 d->isFeed = true; in FileFetchJob()
135 d->isFeed = true; in FileFetchJob()
237 if (d->isFeed) { in handleReplyWithItems()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DAtomParser.cs347 private static bool IsAllowedLinkType(string linkType, out bool isFeed) in IsAllowedLinkType() argument
349isFeed = String.Equals(XmlConstants.LinkMimeTypeFeed, linkType, StringComparison.OrdinalIgnoreCase… in IsAllowedLinkType()
350 …return isFeed ? true : String.Equals(XmlConstants.LinkMimeTypeEntry, linkType, StringComparison.Or… in IsAllowedLinkType()
456 bool isFeed; in ParseCurrentLink()
458 if (!IsAllowedLinkType(propertyValueText, out isFeed)) in ParseCurrentLink()
527 if (isFeed) in ParseCurrentLink()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/rss/
H A Dfeedlistwidget.h55 bool isFeed(QTreeWidgetItem *item) const;
H A Dfeedlistwidget.cpp189 bool FeedListWidget::isFeed(QTreeWidgetItem *item) const in isFeed() function in FeedListWidget
211 else if (item && isFeed(item)) in dragMoveEvent()
H A Drsswidget.cpp178 if (m_feedListWidget->isFeed(selectedItems.first())) in displayRSSListMenu()
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dfeedpropertiesdialog.h125 explicit FeedPropertiesDialog(bool isFeed, QWidget *parent);
H A Daddfeedwizard.cpp468 bool isFeed = false; local
481 isFeed = true;
484 if (!isFeed) {
H A Dfeedpropertiesdialog.cpp21 FeedPropertiesDialog::FeedPropertiesDialog(bool isFeed, QWidget *parent) in FeedPropertiesDialog() argument
23 , isFeed_(isFeed) in FeedPropertiesDialog()
/dports/net/quiterss/quiterss-0.19.4_1/src/newsview/
H A Dnewsmodel.cpp56 …bool isFeed = (feedIndex.isValid() && mainWindow->feedsModel_->isFolder(feedIndex)) ? false : true; in data() local
62 } else if (isFeed) { in data()
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DBookmarksModel.cpp619 const bool isFeed(reader->attributes().hasAttribute(QLatin1String("feed"))); in readBookmark() local
621 …bookmark = addBookmark((isFeed ? FeedBookmark : UrlBookmark), {{IdentifierRole, reader->attributes… in readBookmark()
699 if (isFeed) in readBookmark()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp3257 if (!isFeed) { in slotFeedSelected()
3262 } else if (isFeed) { in slotFeedSelected()
5253 } else if (isFeed) { in showFeedPropertiesDlg()
5411 if (!isFeed) { in showFeedPropertiesDlg()
5499 if (!isFeed) { in showFeedPropertiesDlg()
5614 if (!isFeed) { in showFeedPropertiesDlg()
5685 !isFeed) { in showFeedPropertiesDlg()
5732 !isFeed) { in showFeedPropertiesDlg()
6569 bool isFeed = true; in creatFeedTab() local
6571 isFeed = false; in creatFeedTab()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/themes/shared/mail/
H A DfolderPane.css163 treechildren::-moz-tree-image(folderNameCol, isFeed-true) {
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dgenerator.py1346 if self._script.utilities.isFeed(obj):
H A Dspeech_generator.py1945 if self._script.utilities.isFeed(obj):
H A Dscript_utilities.py934 def isFeed(self, obj): member in Utilities
/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dscript_utilities.py3102 elif self.isFeed(obj):
3808 def isFeed(self, obj): member in Utilities
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/newsblog/
H A DFeedUtils.jsm812 let properties = aFeedUrl ? " isFeed-true" : " isFeedFolder-true";
/dports/japanese/seaside/
H A DSeaside-JPatched080908-sq39.changes85725 and: [ each isFeed ] ] ! !
86441 isFeed
130174 entryPoints := self entryPoints select: [ :each | each isFeed ].
140050 isFeed
157796 isFeed
157823 isFeed