Home
last modified time | relevance | path

Searched refs:activetype (Results 1 – 10 of 10) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DWin32.cpp22 activetype = 0; in FileSelNative()
41 s / activetype % activedir; in Serialize()
118 ofn.nFilterIndex = activetype; in Execute()
172 activetype = ofn.nFilterIndex; in Execute()
H A DGtk.cpp11 activetype = 0; in FileSelNative()
55 if(i == activetype) in Execute()
H A DCtrlUtil.h302 int activetype; variable
339 FileSelNative& ActiveType(int i) { activetype = i; return *this; } in ActiveType()
367 int activetype; variable
392 FileSelNative& ActiveType(int i) { activetype = i; return *this; } in ActiveType()
H A DCocoa.mm14 activetype = 0;
H A DFileSel.cpp1606 activetype.Clear(); in ActiveType()
1608 activetype = type.GetValue(i); in ActiveType()
1835 int q = type.FindValue(activetype); in Execute()
1874 activetype = type.GetValue(ti); in Execute()
1922 s % activetype; in Serialize()
H A DFileSel.h193 String activetype; variable
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_def.h1861 enum activetype { enum
2299 activetype active;
4395 std::is_same<T,activetype>::value ||
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_menu.c2831 SINT8 prevtype, activetype, menutype; in M_HandleMenuPresState() local
2895 activetype = (activeMenuId & bitmask) >> (MENUBITS*i); in M_HandleMenuPresState()
2906 if (activetype && (entertype < 0)) in M_HandleMenuPresState()
2908 entertype = activetype; in M_HandleMenuPresState()
2915 if (prevtype && activetype && prevtype == activetype && anceslevel < 0) in M_HandleMenuPresState()
2948 activetype = (activeMenuId & bitmask) >> (MENUBITS*i); in M_HandleMenuPresState()
2950 if (menupres[activetype].enterwipe >= 0) in M_HandleMenuPresState()
2952 exitwipe = menupres[activetype].enterwipe; in M_HandleMenuPresState()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_templates.c5956 PropertyType activetype = RNA_property_type(activeprop); in uiTemplateList() local
5957 if (activetype != PROP_INT) { in uiTemplateList()
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.cpp2367 int activetype = atoi(sactivetype.c_str()); in Cmd_AddPlanActiveDevice() local
2372 activeidx.c_str(), activetype, idx.c_str()); in Cmd_AddPlanActiveDevice()
2377 activetype, in Cmd_AddPlanActiveDevice()
4185 int activetype = atoi(sactivetype.c_str()); in HandleCommand() local
4194 idx.c_str(), activetype, activeidx.c_str(), activewhen); in HandleCommand()
4203 activetype, in HandleCommand()