Home
last modified time | relevance | path

Searched refs:sortedby (Results 1 – 25 of 48) sorted by relevance

12

/dports/sysutils/py-glances/glances-3.1.4/glances/
H A Dprocesses.py384 def getlist(self, sortedby=None): argument
409 sortedby='io_counters', argument
413 return process[sortedby][0] - process[sortedby][2] + process[sortedby][1] - process[sortedby][3]
417 sortedby='cpu_times', argument
424 return process[sortedby][0] + process[sortedby][1]
427 def _sort_lambda(sortedby='cpu_percent', argument
431 if sortedby == 'io_counters':
433 elif sortedby == 'cpu_times':
439 sortedby='cpu_percent', argument
446 if sortedby is None and sortedby_secondary is None:
[all …]
/dports/games/simutrans/simutrans-121.0/gui/
H A Dfactorylist_frame_t.cc35 sortedby.init(button_t::roundbox, sort_text[factorylist_stats_t::sort_mode]); in factorylist_frame_t()
36 sortedby.add_listener(this); in factorylist_frame_t()
37 add_component(&sortedby); in factorylist_frame_t()
59 if(comp == &sortedby) { in action_triggered()
61 sortedby.set_text(sort_text[factorylist_stats_t::sort_mode]); in action_triggered()
H A Dcuriositylist_frame_t.cc39 sortedby.init(button_t::roundbox, sort_text[curiositylist_stats_t::sortby]); in curiositylist_frame_t()
40 sortedby.add_listener(this); in curiositylist_frame_t()
41 add_component(&sortedby); in curiositylist_frame_t()
83 if(comp == &sortedby) { in action_triggered()
85 sortedby.set_text(sort_text[curiositylist_stats_t::sortby]); in action_triggered()
H A Dlabellist_frame_t.cc30 sortedby.init(button_t::roundbox, sort_text[labellist_stats_t::sortby]); in labellist_frame_t()
31 sortedby.add_listener(this); in labellist_frame_t()
32 add_component(&sortedby); in labellist_frame_t()
78 if(comp == &sortedby) { in action_triggered()
80 sortedby.set_text(sort_text[labellist_stats_t::sortby]); in action_triggered()
H A Dcitylist_frame_t.cc100 sortedby.init(button_t::roundbox, sort_text[citylist_stats_t::sort_mode & 0x1F]); in citylist_frame_t()
101 sortedby.add_listener(this); in citylist_frame_t()
102 list.add_component(&sortedby); in citylist_frame_t()
186 if(comp == &sortedby) { in action_triggered()
189 sortedby.set_text(sort_text[i]); in action_triggered()
H A Dconvoi_frame.cc231 sortedby.set_text(sort_text[get_sortierung()]); in sort_list()
263 sortedby.init(button_t::roundbox, sort_text[get_sortierung()]); in convoi_frame_t()
264 sortedby.add_listener(this); in convoi_frame_t()
265 add_component(&sortedby); in convoi_frame_t()
318 else if( comp == &sortedby ) { in action_triggered()
H A Dgoods_frame_t.cc90 sortedby.init(button_t::roundbox, ""); in goods_frame_t()
91 sortedby.add_listener(this); in goods_frame_t()
92 add_component(&sortedby); in goods_frame_t()
248 sortedby.set_text(sort_text[sortby]); in sort_list()
277 if(comp == &sortedby) { in action_triggered()
H A Dhalt_list_frame.cc294 sortedby.init(button_t::roundbox, sort_text[get_sortierung()]); in halt_list_frame_t()
295 sortedby.add_listener(this); in halt_list_frame_t()
296 add_component(&sortedby); in halt_list_frame_t()
353 sortedby.set_text(sort_text[get_sortierung()]); in sort_list()
380 else if ( comp == &sortedby ) { in action_triggered()
H A Dlabellist_frame_t.h16 button_t sortedby;
H A Dfactorylist_frame_t.h21 button_t sortedby; variable
H A Dcuriositylist_frame_t.h17 button_t sortedby;
H A Dcitylist_frame_t.h35 button_t sortedby; variable
H A Dgoods_frame_t.h73 button_t sortedby; variable
/dports/textproc/py-whoosh/Whoosh-2.7.4/tests/
H A Dtest_sorting.py81 r = s.search(q, sortedby=sortedby, limit=limit,
144 sortedby="key")
199 r = s.search(q, sortedby=fnfacet)
645 r = s.search(q, sortedby="a")
651 r = s.search(q, sortedby=tf)
662 r = s.search(q, sortedby=tf)
749 r = s.search(q, sortedby=facet)
755 r = s.search(anq, sortedby=facet)
960 c = s.collector(sortedby="age")
988 sortedby = [sorting.FieldFacet("a"),
[all …]
/dports/print/bibview/bibview-2.2/
H A Dctl_open.c49 extern int sortedby;
107 bp->sortedby = sortedby; in copNewCmd()
232 bp->sortedby = sortedby; in LoadBibFile()
319 bp->sortedby = sortedby; in loadCmdOk()
H A Ddb_tree.c102 int sortedby);
1838 int sortedby) in dbtSearchList() argument
1880 int sortedby) in SearchList() argument
1887 SearchList(baum->left, reg, list, sortedby); in SearchList()
1890 dbtCardListInsert(list, tree, sortedby); in SearchList()
1893 SearchList(baum->right, reg, list, sortedby); in SearchList()
1912 BuildList(baum->left, list, sortedby); in BuildList()
1914 dbtCardListInsert(list, tree, sortedby); in BuildList()
1916 BuildList(baum->right, list, sortedby); in BuildList()
1989 if (Compare(hlist->data, card, sortedby)<=0){ in dbtCardListSortIns()
[all …]
H A Ddb_tree-regexp.c117 int sortedby);
1779 int sortedby) in dbtSearchList() argument
1820 int sortedby) in SearchList() argument
1827 SearchList(baum->left, reg, list, sortedby); in SearchList()
1831 dbtCardListInsert(list, tree, sortedby); in SearchList()
1834 SearchList(baum->right, reg, list, sortedby); in SearchList()
1853 BuildList(baum->left, list, sortedby); in BuildList()
1855 dbtCardListInsert(list, tree, sortedby); in BuildList()
1857 BuildList(baum->right, list, sortedby); in BuildList()
1928 else if (Compare(hlist->data, card, sortedby)>0){ in dbtCardListInsert()
[all …]
H A Dgui_list.c281 bp->sortedby = SORT_MAINKEY; in gulSortListWinCmd()
283 bp->sortedby = SORT_TYPE; in gulSortListWinCmd()
285 bp->sortedby = type-3; in gulSortListWinCmd()
338 if ((status = dbtCardListInsert(&dcl, hcard, bp->sortedby)) != DBT_OK){ in gulCopyListWin()
386 if ((status = dbtCardListSortIns(&dcl, clp->data, bp->sortedby)) in gulSortListWin()
H A Drc_file.c117 extern int sortedby;
675 sortedby = SORT_TYPE; in procSortedByLine()
677 sortedby = SORT_MAINKEY; in procSortedByLine()
679 sortedby = i; in procSortedByLine()
688 sortedby = max_fields; in procSortedByLine()
H A Dbibview.h375 int sortedby; /* how the list is sorted */ member
641 int sortedby);
642 Errcode dbtBuildList (int treeIdx, CardListNode **list, int sortedby);
650 Errcode dbtCardListInsert(CardListNode **list, CardData *card, int sortedby);
651 Errcode dbtCardListSortIns(CardListNode **list, CardData *card, int sortedby);
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dtimesofindia.indiatimes.com25 Disallow: /toireporter/author-Jai-Mrug-479250915,filterby-3,sortedby-mostemailed.cms
27 Disallow: /toireporter/author-Jai-Mrug-479250915,filterby-3,sortedby-mostcommented.cms
145 Disallow: /toireporter/author-Jai-Mrug-479250915,filterby-3,sortedby-mostemailed.cms
147 Disallow: /toireporter/author-Jai-Mrug-479250915,filterby-3,sortedby-mostcommented.cms
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/
H A Dfacets.rst198 results = s.search(q, sortedby="price")
202 You can use any of the following objects as ``sortedby`` values:
229 results = searcher.search(myquery, sortedby="size")
234 results = searcher.search(myquery, sortedby=facet)
241 results = searcher.search(myquery, sortedby=mf)
252 results = searcher.search(myquery, sortedby=[cats, scores])
449 results = searcher.search(myquery, sortedby=facet)
599 results = searcher.search(myquery, sortedby=facet)
737 results = searcher.search(myquery, sortedby=tf)
755 results = searcher.search(myquery. sortedby=facet)
[all …]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dsorting.py788 def from_sortedby(cls, sortedby): argument
790 if isinstance(sortedby, string_type):
791 multi._add(sortedby)
792 elif (isinstance(sortedby, (list, tuple))
793 or hasattr(sortedby, "__iter__")):
794 for item in sortedby:
797 multi._add(sortedby)
/dports/sysutils/py-glances/glances-3.1.4/glances/plugins/
H A Dglances_docker.py695 sortedby = 'cpu_percent'
698 sortedby = 'memory_usage'
701 sortedby=sortedby,
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dmailinspect.h81 int sortedby; member

12