Home
last modified time | relevance | path

Searched refs:hascategory (Results 1 – 5 of 5) sorted by relevance

/dports/games/tycho/species/
H A Dini.cpp83 if(!hascategory) return false; // obviously in isCategory()
94 hascategory = false; in getSubCategory()
98 hascategory = true; in getSubCategory()
101 if(hascategory) { in getSubCategory()
108 hascategory = false; in getSubCategory()
114 return hascategory; in getSubCategory()
121 if(!hascategory) throw KEY_HAS_NO_CATEGORY; in getCategoryAsString()
127 if(!hascategory) throw KEY_HAS_NO_CATEGORY; in getCategoryAsChar()
H A Dini.hpp65 bool hasCategory() const { return hascategory; } // simply returns if has a category in hasCategory()
88 hascategory; // has a category? member in KeyValuePair
/dports/games/species/species/
H A Dini.cpp83 if(!hascategory) return false; // obviously in isCategory()
94 hascategory = false; in getSubCategory()
98 hascategory = true; in getSubCategory()
101 if(hascategory) { in getSubCategory()
108 hascategory = false; in getSubCategory()
114 return hascategory; in getSubCategory()
121 if(!hascategory) throw KEY_HAS_NO_CATEGORY; in getCategoryAsString()
127 if(!hascategory) throw KEY_HAS_NO_CATEGORY; in getCategoryAsChar()
H A Dini.hpp65 bool hasCategory() const { return hascategory; } // simply returns if has a category in hasCategory()
88 hascategory; // has a category? member in KeyValuePair
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Ddaase.lisp339 (let (hascategory constructormodemapAndoperationalist operation constr)
341 (setq hascategory '(
358 (dolist (pair hascategory) (getdatabase pair 'hascategory))
600 (format t "~&~a: ~a~%" 'hascategory
601 (getdatabase constructor 'hascategory))
663 (and (eq key 'hascategory) (pairp constructor)))
700 (hascategory
770 (hascategory (setf (gethash constructor |$has_category_hash|) data))