Home
last modified time | relevance | path

Searched refs:getSortField (Results 1 – 18 of 18) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/modules/core/templates/
H A D_ohrmList.php207 … $nextSortOrder = ($currentSortField == $header->getSortField()) ? $nextSortOrder : 'ASC';
210 … $sortOrderStyle = ($currentSortField == $header->getSortField()) ? $sortOrderStyle : 'null';
215 …path("index.php/{$currentModule}/{$currentAction}?sortField={$header->getSortField()}&sortOrder={$…
216 … $sortUrl = str_replace('{sortField}', $header->getSortField(), $sortUrl);
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Fields/Base/
H A Dclass.ilDclStandardField.php355 public function getSortField() function in ilDclStandardField
360 return parent::getSortField();
H A Dclass.ilDclBaseFieldModel.php919 public function getSortField() function in ilDclBaseFieldModel
/dports/deskutils/egroupware/egroupware/vendor/phpfastcache/riak-client/src/Riak/Command/Builder/Search/
H A DFetchObjects.php100 public function getSortField() function in Basho\\Riak\\Command\\Builder\\Search\\FetchObjects
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/component/
H A DListHeader.php69 public function getSortField() { function in ListHeader
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/Lucene/
H A DIndex.php210 …$hits = $this->getLucene()->find($query, $this->getSortField($sortOrder), $this->getSortType($sort…
270 private function getSortField($sortOrder) function in Search_Lucene_Index
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/components/
H A DListHeaderTest.php102 $this->assertEquals($sortField, $this->object->getSortField());
108 $this->assertEquals($sortField, $this->object->getSortField());
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/
H A DSessionResultFilter.java110 public int getSortField() { in getSortField() method in SessionResultFilter
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRecruitmentPlugin/lib/dto/
H A DCandidateSearchParameters.class.php117 public function getSortField() { function in CandidateSearchParameters
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Fields/Base/
H A Dclass.ilDclStandardField.php355 public function getSortField() function in ilDclStandardField
H A Dclass.ilDclBaseFieldModel.php919 public function getSortField() function in ilDclBaseFieldModel
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Content/
H A Dclass.ilDclRecordListTableGUI.php83 … $sort_field = ($field->getRecordQuerySortObject() != null) ? $field->getSortField() : '';
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Content/
H A Dclass.ilDclRecordListTableGUI.php83 … $sort_field = ($field->getRecordQuerySortObject() != null) ? $field->getSortField() : '';
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/service/
H A DReportGeneratorService.php268 'sortField' => $displayField->getSortField(),
648 'sortField' => $displayField->getSortField(),
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRecruitmentPlugin/lib/dao/
H A DCandidateDao.php474 …$query .= " ORDER BY " . $this->_buildSortQueryClause($paramObject->getSortField(), $paramObject->…
/dports/www/e107/e107/e107_handlers/
H A Dadmin_ui.php2809 public function getSortField() function in e_admin_controller_ui
3228 $orderField = $this->getSortField();
6625 'sort_field' => $this->getSortField(),
7014 if(!$controller->getSortField())
H A Dform_handler.php4619 $sf = $controller->getSortField();
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/webapp/
H A Dsession-summary.jsp268 if (sessionResultFilter.getSortField() == SessionResultFilter.SORT_USER) {