Searched refs:sortmode (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvsort16 set sortmode ascii
27 n {set sortmode integer}
28 f {set sortmode real}
69 # sortmode - Sort integer (1) or string (0)
87 #puts stderr $sortmode,$order
89 set data [lsort -index $sortCol -$order -$sortmode $data]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbwidget.tcl60 $tbl columnconfigure 0 -sortmode integer
64 -sortmode dictionary
66 -sortmode integer
72 -formatcommand formatDate -sortmode integer
74 -formatcommand formatTime -sortmode integer
H A Dbwidget_tile.tcl65 $tbl columnconfigure 0 -sortmode integer
69 -sortmode dictionary
71 -sortmode integer
77 -formatcommand formatDate -sortmode integer
79 -formatcommand formatTime -sortmode integer
H A Diwidgets.tcl65 $tbl columnconfigure 0 -sortmode integer
69 -sortmode dictionary
71 -sortmode integer
77 -formatcommand formatDate -sortmode integer
79 -formatcommand formatTime -sortmode integer
H A Diwidgets_tile.tcl71 $tbl columnconfigure 0 -sortmode integer
75 -sortmode dictionary
77 -sortmode integer
83 -formatcommand formatDate -sortmode integer
85 -formatcommand formatTime -sortmode integer
H A DmiscWidgets.tcl68 $tbl columnconfigure 0 -sortmode integer
72 -sortmode dictionary
74 -sortmode integer
80 -formatcommand formatDate -sortmode integer
82 -formatcommand formatTime -sortmode integer
H A DmiscWidgets_tile.tcl73 $tbl columnconfigure 0 -sortmode integer
77 -sortmode dictionary
79 -sortmode integer
85 -formatcommand formatDate -sortmode integer
87 -formatcommand formatTime -sortmode integer
H A DtileWidgets.tcl63 $tbl columnconfigure 0 -sortmode integer
67 -sortmode dictionary
69 -sortmode integer
79 -formatcommand formatDate -sortmode integer
81 -formatcommand formatTime -sortmode integer
H A DembeddedWindows.tcl48 $tbl columnconfigure 1 -formatcommand emptyStr -sortmode integer
49 $tbl columnconfigure 2 -name fileSize -sortmode integer
H A DembeddedWindows_tile.tcl79 $tbl columnconfigure 1 -formatcommand emptyStr -sortmode integer
80 $tbl columnconfigure 2 -name fileSize -sortmode integer
H A DdirViewer.tcl52 $tbl columnconfigure 0 -formatcommand formatString -sortmode dictionary
53 $tbl columnconfigure 1 -formatcommand formatSize -sortmode integer
H A DdirViewer_tile.tcl58 $tbl columnconfigure 0 -formatcommand formatString -sortmode dictionary
59 $tbl columnconfigure 1 -formatcommand formatSize -sortmode integer
H A Dbrowse.tcl71 $tbl columnconfigure $col -sortmode integer
H A Dbrowse_tile.tcl78 $tbl columnconfigure $col -sortmode integer
H A DbrowseTree.tcl73 $tbl columnconfigure $col -sortmode integer
H A DbrowseTree_tile.tcl79 $tbl columnconfigure $col -sortmode integer
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dinfocmp.c77 static int sortmode; /* sort_mode */ variable
1316 if (sortmode == S_DEFAULT)
1317 sortmode = S_TERMCAP;
1354 if (sortmode == S_DEFAULT)
1355 sortmode = S_VARIABLE;
1365 if (sortmode == S_DEFAULT)
1366 sortmode = S_VARIABLE;
1398 sortmode = S_NOSORT;
1400 sortmode = S_TERMINFO;
1402 sortmode
[all...]
H A Ddump_entry.c58 static int sortmode; /* sort mode to use */ variable
93 #define BoolIndirect(j) ((j >= BOOLCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : bool_indirect[j]))
94 #define NumIndirect(j) ((j >= NUMCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : num_indirect[j]))
95 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j]))
97 #define BoolIndirect(j) ((sortmode == S_NOSORT) ? (j) : bool_indirect[j])
98 #define NumIndirect(j) ((sortmode == S_NOSORT) ? (j) : num_indirect[j])
99 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j])
227 switch (sortmode = sort) {
H A Dtic.c479 int sortmode = S_TERMINFO; /* sort_mode */ local
500 sortmode = S_TERMINFO;
504 sortmode = S_TERMCAP;
537 sortmode = S_TERMCAP;
542 sortmode = S_TERMINFO;
547 sortmode = S_VARIABLE;
691 sortmode, width, debug_level, formatted);
695 sortmode, width, debug_level, FALSE);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistSort.tcl255 if {[string compare $data($col-sortmode) "command"] == 0} {
263 } elseif {[string compare $data($col-sortmode) "asciinocase"]
274 -$data($col-sortmode)] descItemList
709 if {[string compare $data($col-sortmode) "command"] == 0} {
717 } elseif {[string compare $data($col-sortmode) "asciinocase"]
726 set list [lsort -$order -index $col -$data($col-sortmode) $list]
H A DtablelistWidget.tcl218 -sortmode {sortMode SortMode }
238 lappend colConfigSpecs(-sortmode) - ascii
H A DtablelistConfig.tcl1729 -sortmode {
H A DtablelistUtil.tcl2077 showlinenumbers 0 sortmode ascii wrap 0} {

Completed in 401 milliseconds