Home
last modified time | relevance | path

Searched defs:isboolean (Results 1 – 13 of 13) sorted by relevance

/dports/www/py-betamax/betamax-0.8.1/betamax/
H A Doptions.py34 def isboolean(value): function
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_main_panel.py39 def isboolean(myobject, childobject): function
/dports/science/dynare/dynare-4.6.4/preprocessor/src/macro/
H A DForwardDeclarationsAndEnums.hh86 isboolean, enumerator
H A DExpressions.hh154 virtual BoolPtr isboolean() const noexcept { return make_shared<Bool>(false, env, location); } in isboolean() function in macro::BaseType
220 …inline BoolPtr isboolean() const noexcept override { return make_shared<Bool>(true, env, location)… in isboolean() function in macro::Bool
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/Core/
H A DFunctions.hs311 isboolean n = (== TypeBoolean) <$> ltype n function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/Core/
H A DFunctions.hs311 isboolean n = (== TypeBoolean) <$> ltype n function
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dexpr.c805 int isboolean( tsd_t *TSD, nodeptr thisptr, int suberror, const char *op ) in isboolean() function
H A Dwrappers.h323 #define isboolean __regina_isboolean macro
/dports/sysutils/conky/conky-1.12.2/src/
H A Dluamm.hh197 bool isboolean(int index) throw() { return lua_isboolean(cobj.get(), index); } in isboolean() function in lua::state
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dluamm.hh197 bool isboolean(int index) throw() { return lua_isboolean(cobj.get(), index); } in isboolean() function in lua::state
/dports/editors/xvile/vile-9.8v/
H A Dmktbls.c123 #define isboolean(c) ((c) == 'b' || (c) == 'M') macro
/dports/editors/vile/vile-9.8v/
H A Dmktbls.c123 #define isboolean(c) ((c) == 'b' || (c) == 'M') macro
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfc.c4269 int isboolean[64]; in parseArguments() local