Home
last modified time | relevance | path

Searched refs:_sort_type (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_sources.h102 Gtk::SortType _sort_type; variable
H A Deditor_regions.cc544 _model->get_sort_column_id (_sort_col_id, _sort_type); in redisplay()
555 _model->set_sort_column (_sort_col_id, _sort_type); // re-enabale sorting in redisplay()
1201 _model->get_sort_column_id (_sort_col_id, _sort_type); in freeze_tree_model()
1210 _model->set_sort_column (_sort_col_id, _sort_type); // re-enabale sorting in thaw_tree_model()
H A Deditor_regions.h130 Gtk::SortType _sort_type; variable
H A Deditor_sources.cc964 _model->get_sort_column_id (_sort_col_id, _sort_type); in freeze_tree_model()
973 _model->set_sort_column (_sort_col_id, _sort_type); // re-enabale sorting in thaw_tree_model()
/dports/editors/cream/cream-0.43/
H A Dtaglist.vim659 unlet! s:tlist_{a:fidx}_sort_type
715 let s:tlist_{j}_sort_type = s:tlist_{i}_sort_type
1287 let s:tlist_{fidx}_sort_type = g:Tlist_Sort_Type
1343 if s:tlist_{fidx}_sort_type == 'name'
1727 let sort_type = s:tlist_{fidx}_sort_type
1731 let s:tlist_{fidx}_sort_type = 'order'
1733 let s:tlist_{fidx}_sort_type = 'name'
2023 let sort_type = s:tlist_{a:fidx}_sort_type
2451 let s:tlist_{fidx}_sort_type = g:tlist_{i}_sort_type
2452 unlet! g:tlist_{i}_sort_type
[all …]
/dports/devel/py-yappi/yappi-1.3.3/yappi/
H A Dyappi.py790 _sort_type = None variable in YFuncStats
1021 out.write("Ordered by: %s, %s" % (self._sort_type, self._sort_order))
1033 self._sort_type = sort_type
/dports/math/openfst/openfst-1.8.1/src/extensions/python/
H A Dpywrapfst.pyx2095 cdef fst.ArcSortType _sort_type
2096 if not fst.GetArcSortType(tostring(sort_type), addr(_sort_type)):
2098 fst.ArcSort(self._mfst.get(), _sort_type)