Home
last modified time | relevance | path

Searched refs:keyIsNumber (Results 1 – 3 of 3) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/autoNum/
H A Dnumerotationcontext.cpp52 if (keyIsNumber(type) && !value.canConvert(QVariant::Int)) return false; in addValue()
127 bool NumerotationContext::keyIsNumber(const QString &type) const { in keyIsNumber() function in NumerotationContext
H A Dnumerotationcontext.h45 bool keyIsNumber(const QString &) const;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dluaengine.cpp448 bool keyIsNumber = (lua_type(L, keyIndex) == LUA_TNUMBER); in toCStringConverter() local
449 skipKey = keyIsNumber && (lua_tonumber(L, keyIndex) == arrayIndex); in toCStringConverter()
2179 bool keyIsNumber = (lua_type(L, keyIndex) == LUA_TNUMBER); in gui_getcolour_wrapped() local
2180 …int key = keyIsString ? tolower(*lua_tostring(L, keyIndex)) : (keyIsNumber ? lua_tointeger(L, keyI… in gui_getcolour_wrapped()