Home
last modified time | relevance | path

Searched defs:enumText (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/assimp/assimp-5.1.3/port/PyAssimp/gen/
H A Dmaterialgen.py78 enumText = '' variable
83 enumText = enum variable
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Utilities/
H A DEnumUtils.cs193 public static object ParseEnumName(string enumText, bool isNullable, Type t) in ParseEnumName()
223 public static string ToEnumName(Type enumType, string enumText, bool camelCaseText) in ToEnumName()
249 …rivate static string ResolvedEnumName(BidirectionalDictionary<string, string> map, string enumText) in ResolvedEnumName() argument
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/pervasives/
H A Dccode.c79 char* enumText = UTIL_mallocStr(length); in C_mkEnum() local
234 char* enumText = C_mkEnum(C_TY_KINDIND, body); in C_mkKindIndexType() local
692 char* enumText = C_mkEnum(C_TY_CONSTIND, body); in C_mkConstIndexType() local
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfguiutil.cpp311 QString KLFEnumComboBox::enumText(int enumValue) const in enumText() function in KLFEnumComboBox
/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingparameters.cpp529 QString enumText = parameterAsString( definition, value, context ); in parameterAsEnumString() local