Home
last modified time | relevance | path

Searched defs:isOutdated (Results 1 – 21 of 21) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangjobcontext.cpp48 bool JobContext::isOutdated() const in isOutdated() function in ClangBackEnd::JobContext
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DOutdated.hs191 isOutdated' [] _ = Nothing function
192 isOutdated' _ [] = Nothing function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DOutdated.hs192 isOutdated' [] _ = Nothing function
193 isOutdated' _ [] = Nothing function
/dports/www/drupal9/drupal-9.2.10/core/modules/content_translation/src/
H A DContentTranslationMetadataWrapperInterface.php39 public function isOutdated(); function
H A DContentTranslationMetadataWrapper.php58 public function isOutdated() { function in Drupal\\content_translation\\ContentTranslationMetadataWrapper
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/src/
H A DContentTranslationMetadataWrapperInterface.php39 public function isOutdated(); function
H A DContentTranslationMetadataWrapper.php58 public function isOutdated() { function in Drupal\\content_translation\\ContentTranslationMetadataWrapper
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/
H A Dsettings.h166 static bool isOutdated; variable
H A Dsettings.cpp28 bool Settings::isOutdated = false; member in KHotKeys::Settings
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/CoverView/
H A DCoverViewPixmapCache.cpp84 bool CoverViewPixmapCache::isOutdated(const Hash& hash) const in isOutdated() function in CoverViewPixmapCache
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Language/
H A DLanguageUtils.cpp78 bool isOutdated(const QString& languageCode) in isOutdated() function in LanguageVersionHelper
156 bool Language::isOutdated(const QString& languageCode) in isOutdated() function in Language
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/source/gitlab/cache/
H A Dentry.go76 func (e *Entry) isOutdated() bool { func
/dports/www/ilias/ILIAS-5.4.25/Services/Skill/classes/
H A Dclass.ilVirtualSkillTree.php360 public function isOutdated($a_node_id) function in ilVirtualSkillTree
/dports/www/ilias6/ILIAS-6.14/Services/Skill/classes/
H A Dclass.ilVirtualSkillTree.php360 public function isOutdated($a_node_id) function in ilVirtualSkillTree
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DProcessedFile.php430 public function isOutdated() function in TYPO3\\CMS\\Core\\Resource\\ProcessedFile
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DProcessedFile.php455 public function isOutdated() function in TYPO3\\CMS\\Core\\Resource\\ProcessedFile
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DProcessedFile.php455 public function isOutdated() function in TYPO3\\CMS\\Core\\Resource\\ProcessedFile
/dports/www/tikiwiki/tiki-21.2/lib/search/
H A Dsearchlib-unified.php1259 public function isOutdated() function in UnifiedSearchLib
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/glsleditor/
H A Dglsleditor.cpp223 bool GlslEditorWidget::isOutdated() const in isOutdated() function in GlslEditor::Internal::GlslEditorWidget
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DOutdatedPaths.java181 public boolean isOutdated(String locale, String distinguishedPath) { in isOutdated() method in OutdatedPaths
/dports/net/traefik/traefik-2.6.1/pkg/metrics/
H A Dprometheus.go377 func (ps *prometheusState) isOutdated(collector *collector) bool { func