Home
last modified time | relevance | path

Searched refs:CONTENT_NONE (Results 1 – 25 of 41) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/dialogs/
H A DGUIDialogContentSettings.h46 static bool Show(ADDON::ScraperPtr& scraper, CONTENT_TYPE content = CONTENT_NONE);
47 …w(ADDON::ScraperPtr& scraper, VIDEO::SScanSettings& settings, CONTENT_TYPE content = CONTENT_NONE);
74 CONTENT_TYPE m_content = CONTENT_NONE;
78 CONTENT_TYPE m_originalContent = CONTENT_NONE;
H A DGUIDialogContentSettings.cpp58 SetContent(CONTENT_NONE); in ResetContent()
86 dialog->SetContent(content != CONTENT_NONE ? content : scraper->Content()); in Show()
104 if (scraper == NULL || content == CONTENT_NONE) in Show()
195 labels.emplace_back(ADDON::TranslateContent(CONTENT_NONE, true), CONTENT_NONE); in OnSettingAction()
230 …e().GetActive(ADDON::ScraperTypeFromContent(m_content), scraperAddon) && m_content != CONTENT_NONE) in OnSettingAction()
280 if (m_content == CONTENT_NONE) in SetupView()
308 if (m_content == CONTENT_NONE) in InitializeSettings()
388 case CONTENT_NONE: in InitializeSettings()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DContentData.cpp46 case CONTENT_NONE: in dataEquivalent()
65 case CONTENT_NONE: in deleteContent()
80 m_type = CONTENT_NONE; in deleteContent()
H A DContentData.h40 : m_type(CONTENT_NONE) in ContentData()
53 bool isNone() const { return m_type == CONTENT_NONE; } in isNone()
H A DRenderStyleConstants.h302 CONTENT_NONE, CONTENT_OBJECT, CONTENT_TEXT, CONTENT_COUNTER, CONTENT_QUOTE enumerator
/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dcontent_type.h55 CONTENT_NONE = 0x00, enumerator
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/dialogs/
H A DGUIDialogInfoProviderSettings.h89 CONTENT_TYPE m_singleScraperType = CONTENT_NONE;
H A DGUIDialogInfoProviderSettings.cpp458 m_singleScraperType = CONTENT_NONE; in ResetDefaults()
/dports/www/netsurf/netsurf-3.10/content/
H A Dcontent_factory.c150 content_type type = CONTENT_NONE; in content_factory_type_from_mime_type()
H A Dhlcache.c350 content_type type = CONTENT_NONE; in hlcache_migrate_ctx()
375 } else if (type == CONTENT_NONE && in hlcache_migrate_ctx()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/windows/
H A DGUIWindowVideoNav.cpp794 if (!scraper || scraper->Content() == CONTENT_NONE) in OnItemInfo()
899 if (info && info->Content() != CONTENT_NONE) in GetContextButtons()
981 if (info && info->Content() != CONTENT_NONE) in GetContextButtons()
986 if (info && info->Content() != CONTENT_NONE) in GetContextButtons()
991 …deoInfoTag() || item->GetVideoInfoTag()->m_iDbId == -1) && info && info->Content() != CONTENT_NONE) in GetContextButtons()
H A DGUIWindowVideoBase.cpp382 if (!info || info->Content() == CONTENT_NONE) // disable refresh button in ShowIMDB()
1099 if (!info || info->Content() == CONTENT_NONE) in OnContextButton()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/
H A DScraper.h38 CONTENT_NONE, enumerator
H A DScraper.cpp58 static const ContentMapping content[] = {{"unknown", CONTENT_NONE, 231},
88 return CONTENT_NONE; in TranslateContent()
126 , m_pathContent(CONTENT_NONE) in CScraper()
/dports/textproc/libcss/libcss-0.9.1/src/select/properties/
H A Dcontent.c29 } else if (v == CONTENT_NONE) { in css__cascade_content()
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dfile.c75 if(ct != CONTENT_NONE) ret = TRUE; in HOOKF()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dobject.c606 if (content_get_type(object->content) == CONTENT_NONE) in html_object_open_objects()
671 if (content_get_type(object->content) == CONTENT_NONE) in html_object_close_objects()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsnort_httpinspect.h89 #define CONTENT_NONE 0x00 macro
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dimportant.c209 value != CONTENT_NONE) { in css__make_style_important()
/dports/textproc/libcss/libcss-0.9.1/src/bytecode/
H A Dopcodes.h261 CONTENT_NONE = 0x0001, enumerator
/dports/textproc/libcss/libcss-0.9.1/src/parse/properties/
H A Dcontent.c62 error = css__stylesheet_style_appendOPV(result, CSS_PROP_CONTENT, 0, CONTENT_NONE); in css__parse_content()
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Denvelope.h146 CONTENT_NONE, /* No content type */ enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp442 case CONTENT_NONE: in updateBeforeAfterContent()
/dports/www/netsurf/netsurf-3.10/test/
H A Dmimesniff.c57 content_type type = CONTENT_NONE; in content_factory_type_from_mime_type()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogContextMenu.cpp238 bool isAddon = ADDON::TranslateContent(url.GetProtocol()) != CONTENT_NONE; in GetContextButtons()

12