Home
last modified time | relevance | path

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

/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/
H A DQuery.hs34 isQueryName, isQueryType, isQueryScope :: Query -> Bool function
35 isQueryName QueryName{} = True; isQueryName _ = False function
/dports/deskutils/pinot/pinot-1.20/SQL/
H A DQueryHistory.cpp335 bool QueryHistory::deleteItems(const string &name, bool isQueryName) in deleteItems()