Home
last modified time | relevance | path

Searched defs:prune_dirs (Results 1 – 4 of 4) sorted by relevance

/dports/devel/jsoncpp/jsoncpp-1.9.5/devtools/
H A Dantglob.py17 prune_dirs = '.git .bzr .hg .svn _MTN _darcs CVS SCCS ' variable
103 prune_dirs = prune_dirs, argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/devtools/
H A Dantglob.py17 prune_dirs = '.git .bzr .hg .svn _MTN _darcs CVS SCCS ' variable
103 prune_dirs = prune_dirs, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/devtools/
H A Dantglob.py17 prune_dirs = '.git .bzr .hg .svn _MTN _darcs CVS SCCS ' variable
103 prune_dirs = prune_dirs, argument
/dports/audio/beets/beets-1.4.9/beets/util/
H A D__init__.py254 def prune_dirs(path, root=None, clutter=('.DS_Store', 'Thumbs.db')): function