Home
last modified time | relevance | path

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

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSort.php5 \trigger_deprecation('ruflin/elastica', '7.1.0', 'The "%s" class is deprecated, use "%s" instead. It will be removed in 8.0.', Sort::class, SortProcessor::class);
8 * Elastica Sort Processor.
15 class Sort extends SortProcessor class
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php15 use FINDOLOGIC\Export\Data\Sort; alias
90 'Sort with empty value' => ['', Sort::class, EmptyValueNotAllowedException::class],
91 'Sort with value' => [1337, Sort::class, null],
92 … 'Sort with non-numeric value' => ['test', Sort::class, ValueIsNotNumericException::class],
H A DCSVSerializationTest.php12 use FINDOLOGIC\Export\Data\Sort; alias
/plugin/dirpictures/
H A DREADME.md14 // Sort by name
17 // Sort by date (ascendant)
20 // Sort by date (descendant)
/plugin/autoindex/
H A Dsyntax.php4 use dokuwiki\Utf8\Sort; alias
116 return Sort::strcmp($a['title'], $b['title']);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php36 /** @var Sort */
64 $this->sort = new Sort();
198 public function setSort(Sort $sort)
H A DSort.php7 class Sort extends UsergroupAwareNumericValue class
/plugin/rssbycreated/
H A DREADME.md1 Sort RSS by Created Date
H A Dplugin.info.txt7 name Sort RSS by Created Date
/plugin/autotweet/syntax/
H A Dautotweet.php38 * @return Sort type.
/plugin/tindexmenu/
H A DCREDITS46 Sort by metada suggestion.
/plugin/indexmenu/
H A DCREDITS46 Sort by metada suggestion.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm137 <!--- Sort directories first, name ascending --->
162 <!--- Sort directories first, name ascending --->
H A Dcf5_connector.cfm199 <!--- Sort directories first, name ascending --->
225 <!--- Sort directories first, name ascending --->
/plugin/redissue/
H A DREADME.md92 // Sort issue by ascending "id", for project "myproject" and tracker "1"
94 // Sort issue by "subject" for project "myproject" and all trackers
/plugin/strata/
H A Dstyle.css78 /* Sort style */
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md8 * Server Side Sort Control ([RFC 2891](https://tools.ietf.org/html/rfc2891))
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1 …ource|Variable|WmiInstance)"),/Show-(Command|ControlPanelItem|EventLog)/,/Sort-Object/,/Split-Path…
/plugin/pagequery/
H A Dreadme.md17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css79 * Sort arrow icon positioning
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit66 DlgFileBrowserSortBy: 'Sort by',
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit71 DlgFileBrowserSortBy: 'Sort by',
/plugin/diagramsnet/lib/resources/
H A Ddia_hu.txt175 deleteRow=Sort töröl
413 insertRowBefore=Sort beszúr felette
414 insertRowAfter=Sort beszúr alatta
784 wordWrap=Sortörés
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak218 // Sort array of events by start time
H A Dsyntax.php.2018-03-08_165255.bak223 // Sort array of events by start time

12