Home
last modified time | relevance | path

Searched refs:sort_order (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/pan/cgi/
Dbrowse.cgi113 if ($sort_order = param("sort")) {
114 @so = split(/,/, $sort_order);
/third_party/glib/gio/
Dgfileinfo.h1117 gint32 sort_order);
Dgfileinfo.c2276 gint32 sort_order) in g_file_info_set_sort_order() argument
2288 _g_file_attribute_value_set_int32 (value, sort_order); in g_file_info_set_sort_order()
/third_party/python/Doc/library/
Dprofile.rst126 python -m cProfile [-o output_file] [-s sort_order] (-m module | myscript.py)