Home
last modified time | relevance | path

Searched refs:_isExcluded (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkdirinfo.h112 bool isExcluded() const override { return _isExcluded; } in isExcluded()
117 void setExcluded(bool excl = true) override { _isExcluded = excl; }
293 bool _isExcluded : 1; // Flag: was this directory excluded? variable
H A Dkdirinfo.cpp59 _isExcluded = false; in init()
/dports/devel/pear-pdepend-staticReflection/staticReflection-1.0.0/pdepend/reflection/queries/
H A DReflectionDirectoryQuery.php108 if ( !$fileInfo->isFile() || $this->_isExcluded( $fileInfo, $directory ) )
159 private function _isExcluded( \SplFileInfo $fileInfo, $directory ) function in pdepend\\reflection\\queries\\ReflectionDirectoryQuery
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DDirInfo.h187 { return _isExcluded; } in isExcluded()
193 { _isExcluded = excl; }
574 bool _isExcluded:1; // Flag: was this directory excluded? variable
H A DDirInfo.cpp77 _isExcluded = false; in init()
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/utils/
H A D__init__.py60 def _isExcluded(_p):
69 elif os.path.isfile(path) and not _isExcluded(path):
83 if not os.path.isfile(f) or _isExcluded(f):