Home
last modified time | relevance | path

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

12

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/guis/
H A DGuiGamelistOptions.cpp33 char curChar = (char)toupper(getGamelist()->getCursor()->getSortName()[0]); in GuiGamelistOptions()
44 char candidate = (char)toupper(file->getSortName()[0]); in GuiGamelistOptions()
224 char checkLetter = (char)toupper(files.at(mid)->getSortName()[0]); in jumpToLetter()
228 …else if(checkLetter > letter || (mid > 0 && (letter == toupper(files.at(mid - 1)->getSortName()[0]… in jumpToLetter()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/replay/
H A Dreplay_play.hpp81 return m_track->getSortName() < r.m_track->getSortName(); in operator <()
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/argument/
H A DGroupByNumeric.php29 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\GroupByNumeric
H A DDate.php132 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\Date
H A DNumericArgument.php124 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\NumericArgument
H A DStringArgument.php276 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\StringArgument
H A DArgumentPluginBase.php650 0 => $this->getSortName(),
1144 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\ArgumentPluginBase
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/argument/
H A DGroupByNumeric.php29 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\GroupByNumeric
H A DDate.php132 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\Date
H A DNumericArgument.php124 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\NumericArgument
H A DStringArgument.php276 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\StringArgument
H A DArgumentPluginBase.php650 0 => $this->getSortName(),
1147 public function getSortName() { function in Drupal\\views\\Plugin\\views\\argument\\ArgumentPluginBase
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Plugin/views/argument/
H A DUserUid.php105 public function getSortName() { function in Drupal\\comment\\Plugin\\views\\argument\\UserUid
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/src/Plugin/views/argument/
H A DUserUid.php104 public function getSortName() { function in Drupal\\comment\\Plugin\\views\\argument\\UserUid
/dports/math/z3/z3-z3-4.8.13/src/api/java/
H A DSort.java75 Native.getSortName(getContext().nCtx(), getNativeObject())); in getName()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/java/
H A DSort.java75 Native.getSortName(getContext().nCtx(), getNativeObject())); in getName()
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Controller/
H A DFamilyController.php122 list($surn) = explode(',', $this->record->getHusband()->getSortName());
H A DIndividualController.php364 list($surn) = explode(',', $this->record->getSortName());
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/
H A DFileData.h40 virtual const std::string& getSortName();
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsPrintLists.php1064 $html .= '<td data-sort="' . Filter::escapeHtml($source->getSortName()) . '">';
1190 …$html .= '<td data-sort="' . Filter::escapeHtml($note->getSortName()) . '"><a class="name2" href="…
1282 $html .= '<td data-sort="' . Filter::escapeHtml($repository->getSortName()) . '">';
1374 … $html .= '<td data-sort="' . Filter::escapeHtml($media_object->getSortName()) . '">';
1695 $html .= '<td data-sort="' . Filter::escapeHtml($record->getSortName()) . '">';
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Module/
H A DResearchTaskModule.php145 …$content .= '<td data-sort="' . Filter::escapeHtml($record->getSortName()) . '"><a href="' . $reco…
H A DYahrzeitModule.php195 $content .= '<td>' . $ind->getSortName() . '</td>';
H A DRecentChangesModule.php361 $html .= '<td data-sort="' . Filter::escapeHtml($record->getSortName()) . '">';
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DGedcomRecord.php743 return I18N::strcasecmp($x->getSortName(), $y->getSortName());
777 public function getSortName() function in Fisharebest\\Webtrees\\GedcomRecord
/dports/multimedia/lms/lms-3.25.2/src/libs/database/include/database/
H A DArtist.hpp100 const std::string& getSortName() const { return _sortName; } in getSortName() function in Database::Artist

12