Home
last modified time | relevance | path

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

/dports/www/ilias/ILIAS-5.4.25/Modules/OrgUnit/classes/Positions/Operation/
H A Dclass.ilOrgUnitOperation.php55 protected $list_order = 0; variable in ilOrgUnitOperation
138 return $this->list_order;
143 * @param int $list_order
145 public function setListOrder($list_order) argument
147 $this->list_order = $list_order;
/dports/www/ilias6/ILIAS-6.14/Modules/OrgUnit/classes/Positions/Operation/
H A Dclass.ilOrgUnitOperation.php61 protected $list_order = 0; variable in ilOrgUnitOperation
145 return $this->list_order;
150 * @param int $list_order
152 public function setListOrder($list_order) argument
154 $this->list_order = $list_order;
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dlist_and_map_operations.h104 vector<typename list<T>::iterator> list_order; in random_order() local
106 list_order.reserve(nrLL); in random_order()
109 list_order.push_back(p); in random_order()
112 swap(list_order[rand() % nrLL], list_order[rand() % nrLL]); in random_order()
116 new_order.push_back(*list_order[k]); in random_order()
/dports/multimedia/jmref/JM/lencod/src/
H A Dwp_mcprec.c115 int re_order[32], *list_order; in wpxModifyRefPicList() local
187 list_order = (currSlice->slice_type == P_SLICE) ? re_order : default_order_list0; in wpxModifyRefPicList()
191 list_order = default_order_list1; in wpxModifyRefPicList()
206 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[0]; in wpxModifyRefPicList()
211 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[j - (cloned_refs - 1)]; in wpxModifyRefPicList()
220 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[0]; in wpxModifyRefPicList()
225 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[j - (cloned_refs - 1)]; in wpxModifyRefPicList()
/dports/www/phprecipebook/phprecipebook/modules/admin/
H A Dupdate.php9 $list_order = isset( $_POST['list_order'] ) ? $_POST['list_order'] : ''; variable
45 …$sql = "UPDATE $db_table_settings SET setting_list_order='".$DB_LINK->addq($list_order, get_magic_…
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/Search/
H A DRecent.pm37 list_order => \&_check_list_order,
112 sub list_order { return $_[0]->{'list_order'}; } subroutine
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/Search/
H A DRecent.pm41 list_order => \&_check_list_order,
119 sub list_order { return $_[0]->{'list_order'}; } subroutine
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dovermap.cc103 const int list_order[] = in display_overmap() local
116 for (unsigned int index = 0; index < sizeof(list_order) / sizeof(int); index++) in display_overmap()
118 const int i = list_order[index]; in display_overmap()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dveh_type.cpp565 e.second.list_order = 3; in finalize()
568 e.second.list_order = 6; in finalize()
571 e.second.list_order = 7; in finalize()
575 e.second.list_order = 10; in finalize()
578 e.second.list_order = 1; in finalize()
582 e.second.list_order = 8; in finalize()
586 e.second.list_order = 10; in finalize()
590 e.second.list_order = 9; in finalize()
594 e.second.list_order = 4; in finalize()
598 e.second.list_order = 2; in finalize()
[all …]
H A Dveh_type.h463 int list_order = 0; variable
H A Dvehicle.cpp5675 return veh->part_info( p1 ).list_order < veh->part_info( p2 ).list_order; in refresh()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dveh_type.cpp565 e.second.list_order = 3; in finalize()
568 e.second.list_order = 6; in finalize()
571 e.second.list_order = 7; in finalize()
575 e.second.list_order = 10; in finalize()
578 e.second.list_order = 1; in finalize()
582 e.second.list_order = 8; in finalize()
586 e.second.list_order = 10; in finalize()
590 e.second.list_order = 9; in finalize()
594 e.second.list_order = 4; in finalize()
598 e.second.list_order = 2; in finalize()
[all …]
H A Dveh_type.h463 int list_order = 0; variable
H A Dvehicle.cpp5675 return veh->part_info( p1 ).list_order < veh->part_info( p2 ).list_order; in refresh()
/dports/audio/ncspot/ncspot-0.9.3/src/
H A Dlibrary.rs267 let mut list_order = Vec::new(); in fetch_playlists() localVariable
273 list_order.push(remote.id.clone()); in fetch_playlists()
309 let a_index = list_order.iter().position(|x| x == &a.id); in fetch_playlists()
310 let b_index = list_order.iter().position(|x| x == &b.id); in fetch_playlists()
/dports/japanese/today/ja-today-2.12_2/
H A Dpropshet.c212 static const char *list_order[6] = { variable
605 setDropListText(hDlg, IDC_BIRTH_CBBOX_SORT, list_order, MAXLIST(list_order), birthday_sortorder); in birthdayTabProc()
661 setDropListText(hDlg, IDC_EVENT_CBBOX_SORT, list_order, MAXLIST(list_order), event_sortorder); in eventTabProc()
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DUser.pm533 if (!$search->list_order || $order ne $search->list_order) {
552 list_order => $order });
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DUser.pm733 if (!$search->list_order || $order ne $search->list_order) {
752 list_order => $order });
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dbuglist.cgi139 $order ||= $last_search->list_order;
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dbuglist.cgi136 $order ||= $last_search->list_order;
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/DB/
H A DSchema.pm961 list_order => {TYPE => 'MEDIUMTEXT'},
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/DB/
H A DSchema.pm898 list_order => {TYPE => 'MEDIUMTEXT'},
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/etgtools/
H A Dsphinx_generator.py1957 self.list_order = {}
/dports/www/ilias/ILIAS-5.4.25/setup/sql/
H A Dilias3.sql12379 `list_order` bigint(20) DEFAULT NULL,
12383 KEY `i3_idx` (`list_order`),
/dports/www/ilias6/ILIAS-6.14/setup/sql/
H A Dilias3.sql12894 `list_order` bigint(20) DEFAULT NULL,
12898 KEY `i3_idx` (`list_order`),