Home
last modified time | relevance | path

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

123

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
DSort.php5 … "%s" class is deprecated, use "%s" instead. It will be removed in 8.0.', Sort::class, SortProcess…
15 class Sort extends SortProcessor class
/plugin/gallery/classes/
DAbstractGallery.php5 use dokuwiki\Utf8\Sort; alias
50 return Sort::strcmp($a->getFilename(), $b->getFilename());
65 return Sort::strcmp($a->getTitle(), $b->getTitle());
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
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],
DCSVSerializationTest.php12 use FINDOLOGIC\Export\Data\Sort; alias
/plugin/dirpictures/
DREADME.md14 // Sort by name
17 // Sort by date (ascendant)
20 // Sort by date (descendant)
/plugin/autoindex/
Dsyntax.php4 use dokuwiki\Utf8\Sort; alias
116 return Sort::strcmp($a['title'], $b['title']);
/plugin/linklist/
Dsyntax.php4 use dokuwiki\Utf8\Sort; alias
133 return Sort::strcmp($a[1], $b[1]);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
DItem.php36 /** @var Sort */
64 $this->sort = new Sort();
198 public function setSort(Sort $sort)
DSort.php7 class Sort extends UsergroupAwareNumericValue class
/plugin/struct/meta/
H A DAggregationFilter.php6 use dokuwiki\Utf8\Sort; alias
100 Sort::asort($col['values']);
H A DNestedValue.php5 use dokuwiki\Utf8\Sort; alias
171 return Sort::strcmp($compA, $compB);
/plugin/rssbycreated/
DREADME.md1 Sort RSS by Created Date
Dplugin.info.txt7 name Sort RSS by Created Date
/plugin/indexmenu/
DSearch.php5 use dokuwiki\Utf8\Sort; alias
673 Sort::sort($dirs);
763 return Sort::strcmp($b['sort'], $a['sort']);
765 return Sort::strcmp($a['sort'], $b['sort']);
DCREDITS46 Sort by metada suggestion.
/plugin/autotweet/syntax/
Dautotweet.php38 * @return Sort type.
/plugin/authserversso/
Dauth.php5 use dokuwiki\Utf8\Sort; alias
189 Sort::ksort($this->users);
218 Sort::ksort($groups);
/plugin/tindexmenu/
DCREDITS46 Sort by metada suggestion.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf_commands.cfm137 <!--- Sort directories first, name ascending --->
162 <!--- Sort directories first, name ascending --->
Dcf5_connector.cfm199 <!--- Sort directories first, name ascending --->
225 <!--- Sort directories first, name ascending --->
/plugin/redissue/
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/pagelist/
Dhelper.php4 use dokuwiki\Utf8\Sort; alias
597 Sort::ksort($this->pages);
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/
Dconnector.cfm242 <!--- Sort directories first, name ascending --->
268 <!--- Sort directories first, name ascending --->
/plugin/strata/
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))

123