Home
last modified time | relevance | path

Searched defs:tagsEnabled (Results 1 – 2 of 2) sorted by relevance

/dports/security/kleopatra/kleopatra-21.12.3/src/utils/
H A Dtags.cpp21 bool Tags::tagsEnabled() in tagsEnabled() function in Tags
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/
H A DConfiguration.java201 private boolean tagsEnabled; field in Configuration
1108 public void setTagsEnabled(boolean tagsEnabled) { in setTagsEnabled()