Home
last modified time | relevance | path

Searched refs:SORT_NAME (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DSecurityData.cpp24 aVector->Sort (Security::SORT_NAME); in SecurityData()
25 aCurrSort = Security::SORT_NAME; in SecurityData()
108 s2 = (Security*) aVector->Search (s1, MHVector::FIND_EXACT, Security::SORT_NAME, 0); in insert()
148 aVector->Sort (Security::SORT_NAME); in sort()
150 aCurrSort = Security::SORT_NAME; in sort()
H A DAccountData.cpp24 aVector->Sort (Account::SORT_NAME); in AccountData()
133 Account* a2 = (Account*) aVector->Search (a1, MHVector::FIND_EXACT, Account::SORT_NAME, 0); in insert()
152 aVector->Sort (Account::SORT_NAME); in save()
180 if (aVector->Search (&a2, MHVector::FIND_EXACT, Account::SORT_NAME, 0) != 0) in value()
/dports/lang/fpc-utils/fpc-3.2.2/utils/sim_pasc/
H A Dsortlist.spc15 - a definition of SORT_NAME, the name of the resulting sort
31 - a definition of SORT_NAME, the name of the resulting sort
36 SORT_NAME.
54 - void SORT_NAME(struct SORT_STRUCT **listhook)
64 extern void SORT_NAME(struct SORT_STRUCT **);
/dports/lang/fpc-source/fpc-3.2.2/utils/sim_pasc/
H A Dsortlist.spc15 - a definition of SORT_NAME, the name of the resulting sort
31 - a definition of SORT_NAME, the name of the resulting sort
36 SORT_NAME.
54 - void SORT_NAME(struct SORT_STRUCT **listhook)
64 extern void SORT_NAME(struct SORT_STRUCT **);
/dports/deskutils/horde-nag/nag-4.2.19/templates/list/
H A Dtask_headers.html.php18 …<th id="s<?php echo Nag::SORT_NAME ?>" class="horde-split-left<?php if ($this->sortby == Nag::SORT…
19 …<?php echo $this->headerWidget($this->baseurl, $this->sortdir, $this->sortby, Nag::SORT_NAME, _("N…
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/
H A Dboinc_zip.h47 #define SORT_NAME 0x20 macro
74 const unsigned char ucSort = SORT_NAME | SORT_DESCENDING,
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dverzeichnis.hh31 enum { SORT_NAME = 0, enumerator
45 #define ISVALID_SORTMODE(sortmode) ( ( ( sortmode & 0xff ) >= SORT_NAME ) && ( ( sortmode & 0xff ) …
H A Dsetsortmodeop.cc41 mode=SORT_NAME; in SetSortmodeOp()
292 tsortmode=SORT_NAME; in configure()
316 else mode = SORT_NAME; in setMode()
329 else usem = SORT_NAME; in setSortby()
H A Ddirsortsettings.cc28 _sort_mode( SORT_NAME ) in DirSortSettings()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/style/
H A Dnima.style16 …S_LONG UTM JOG FC DSG PC CC1 ADM1 ADM2 DIM CC2 NT LC SHORT_FORM GENERIC SORT_NAME FULL_NAME FULL_N…
42 IFIELD SHORTNAME, "", "%s" # SORT_NAME
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/style/
H A Dnima.style16 …S_LONG UTM JOG FC DSG PC CC1 ADM1 ADM2 DIM CC2 NT LC SHORT_FORM GENERIC SORT_NAME FULL_NAME FULL_N…
42 IFIELD SHORTNAME, "", "%s" # SORT_NAME
/dports/math/nauty/nauty27r3/
H A Dsorttemplates.c59 #if !defined(SORT_OF_SORT) || !defined(SORT_NAME)
60 #error Either SORT_OF_SORT or SORT_NAME is undefined
90 SORT_NAME(SORT_TYPE1 *x, int n) in SORT_NAME() function
210 SORT_NAME(SORT_TYPE1 *x, SORT_TYPE2 *y, int n) in SORT_NAME() function
341 SORT_NAME(SORT_TYPE1 *x, SORT_TYPE2 *y, int n) in SORT_NAME() function
462 SORT_NAME(SORT_TYPE1 *x, int n) in SORT_NAME() function
576 #undef SORT_NAME
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dsorttemplates.c57 #if !defined(SORT_OF_SORT) || !defined(SORT_NAME)
58 #error Either SORT_OF_SORT or SORT_NAME is undefined
88 SORT_NAME(SORT_TYPE1 *x, int n)
208 SORT_NAME(SORT_TYPE1 *x, SORT_TYPE2 *y, int n)
339 SORT_NAME(SORT_TYPE1 *x, SORT_TYPE2 *y, int n)
460 SORT_NAME(SORT_TYPE1 *x, int n)
574 #undef SORT_NAME
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/db/
H A DAccount.cpp88 ve->SetSortType (SORT_NAME); in Load()
117 ve->Sort(SORT_NAME); in Save()
H A DSecurity.h22 SORT_NAME = 1, enumerator
41 …int Compare (const MH* o, int type) {if (type == SORT_NAME) return compareName… in Compare()
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Duit_fl.c52 #define SORT_NAME 0 macro
64 …int r = t->order == SORT_NAME ? fl_list_cmp(la, lb) : (la->size > lb->size ? 1 : la->size < lb->si… in sort_func()
66 …r = t->order == SORT_NAME ? (la->size > lb->size ? 1 : la->size < lb->size ? -1 : 0) : fl_list_cmp… in sort_func()
262 t->order = SORT_NAME; in uit_fl_create()
442 SETSORT(SORT_NAME); in t_key()
495 t->order == SORT_NAME ? "file name" : "file size", in t_key()
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dpreferences.py26 'sort by': constants.SORT_NAME, # Normal files obtained by directory listing
28 'sort archive by': constants.SORT_NAME, # Files in archives
/dports/graphics/geeqie/geeqie-1.6/src/pan-view/
H A Dpan-timeline.c49 pw->cache_list = pan_cache_sort(pw->cache_list, SORT_NAME, TRUE); in pan_timeline_compute()
50 list = filelist_sort(list, SORT_NAME, TRUE); in pan_timeline_compute()
H A Dpan-folder.c243 f = filelist_sort(f, SORT_NAME, TRUE); in pan_flower_group()
244 d = filelist_sort(d, SORT_NAME, TRUE); in pan_flower_group()
389 f = filelist_sort(f, SORT_NAME, TRUE); in pan_folder_tree_path()
390 d = filelist_sort(d, SORT_NAME, TRUE); in pan_folder_tree_path()
/dports/biology/bbmap/bbmap/current/sort/
H A DShuffle.java90 mode_=SORT_NAME; in Shuffle()
103 mode_=SORT_NAME; in Shuffle()
269 }else if(mode==SORT_NAME){ in process()
467 public static final int SHUFFLE=1, SORT_NAME=2, SORT_SEQ=3, SORT_COORD=4, SORT_ID=5; field in Shuffle
/dports/deskutils/horde-nag/nag-4.2.19/config/
H A Dprefs.php81 Nag::SORT_NAME => _("Task Name"),
98 Nag::SORT_NAME => _("Task Name"),
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Utility/
H A DFolder.php52 const SORT_NAME = 'name'; define in Folder
88 self::SORT_NAME => 'getPathname',
183 public function read($sort = self::SORT_NAME, $exceptions = false, $fullPath = false) {
202 $methodName = $this->_fsorts[self::SORT_NAME];
/dports/science/siconos/siconos-4.4.0/externals/sort/
H A DREADME.md50 * `#define SORT_NAME` to be a unique name that will be prepended to all
51 the routines, i.e., `#define SORT_NAME mine` would give you routines
60 #define SORT_NAME int64
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dmenu.c172 case SORT_NAME: in sort_type_get_text()
211 submenu_add_sort_item(submenu, func, SORT_NAME, show_current, type); in submenu_add_sort()
246 submenu_add_sort_item(submenu, func, SORT_NAME, show_current, type); in submenu_add_dir_sort()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dglobal.h140 SORT_NAME = 0, enumerator

12345678