Home
last modified time | relevance | path

Searched refs:toggle_data (Results 1 – 8 of 8) sorted by relevance

/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/backends/verilog/util/
H A Dtest_utility.py260 toggle_data = {}
263 toggle_data.update( { id_ : Bits1(1) } )
265 toggle_data.update( { id_ : copy.deepcopy( signal ) } )
268 ret.append( toggle_data )
/dports/editors/asedit/asedit-1.3.2/
H A Dtool_dlg.c556 XmToggleButtonCallbackStruct *toggle_data = local
559 if(toggle_data->set) /* the toggle button is set; set the dialog out flag to the
809 XmToggleButtonCallbackStruct *toggle_data = local
812 if(toggle_data->set) /* the toggle button is set; set the dialog out flag to the
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_edit.c262 OpenCloseData *toggle_data = MEM_callocN(sizeof(OpenCloseData), "open_close_data"); in outliner_item_openclose_invoke() local
263 toggle_data->prev_tselem = tselem; in outliner_item_openclose_invoke()
264 toggle_data->open = open; in outliner_item_openclose_invoke()
265 toggle_data->x_location = te->xs; in outliner_item_openclose_invoke()
268 op->customdata = toggle_data; in outliner_item_openclose_invoke()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dprefs.py153 def __update(self, buttons, toggle_data, columns): argument
163 for (check, off, on) in toggle_data:
/dports/games/flightgear-aircraft/fgaircraft/f16/Nasal/
H A Dmfd.nas389 'toggle_data': { path: '/inputs/data', value: 1, type: 'BOOL' },
/dports/games/flightgear-data/fgdata/Nasal/canvas/
H A DMFD_Generic.nas390 'toggle_data': { path: '/inputs/data', value: 0, type: 'BOOL' },
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_tweak.erl200 ReturnAxis = toggle_data(Axis),
1524 toggle_data(Axis) -> function
1543 ReturnAxis = toggle_data(Axis),
/dports/games/flightgear-data/fgdata/Nasal/canvas/map/
H A Dnavdisplay.mfd72 'toggle_data': {path: '/inputs/data',value:0, type:'BOOL'},