| /plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
| D | Sort.php | 5 … "%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/ |
| D | AbstractGallery.php | 5 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/ |
| D | DataElementsTest.php | 15 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],
|
| D | CSVSerializationTest.php | 12 use FINDOLOGIC\Export\Data\Sort; alias
|
| /plugin/dirpictures/ |
| D | README.md | 14 // Sort by name 17 // Sort by date (ascendant) 20 // Sort by date (descendant)
|
| /plugin/autoindex/ |
| D | syntax.php | 4 use dokuwiki\Utf8\Sort; alias 116 return Sort::strcmp($a['title'], $b['title']);
|
| /plugin/linklist/ |
| D | syntax.php | 4 use dokuwiki\Utf8\Sort; alias 133 return Sort::strcmp($a[1], $b[1]);
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
| D | Item.php | 36 /** @var Sort */ 64 $this->sort = new Sort(); 198 public function setSort(Sort $sort)
|
| D | Sort.php | 7 class Sort extends UsergroupAwareNumericValue class
|
| /plugin/struct/meta/ |
| H A D | AggregationFilter.php | 6 use dokuwiki\Utf8\Sort; alias 100 Sort::asort($col['values']);
|
| H A D | NestedValue.php | 5 use dokuwiki\Utf8\Sort; alias 171 return Sort::strcmp($compA, $compB);
|
| /plugin/rssbycreated/ |
| D | README.md | 1 Sort RSS by Created Date
|
| D | plugin.info.txt | 7 name Sort RSS by Created Date
|
| /plugin/indexmenu/ |
| D | Search.php | 5 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']);
|
| D | CREDITS | 46 Sort by metada suggestion.
|
| /plugin/autotweet/syntax/ |
| D | autotweet.php | 38 * @return Sort type.
|
| /plugin/authserversso/ |
| D | auth.php | 5 use dokuwiki\Utf8\Sort; alias 189 Sort::ksort($this->users); 218 Sort::ksort($groups);
|
| /plugin/tindexmenu/ |
| D | CREDITS | 46 Sort by metada suggestion.
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | cf_commands.cfm | 137 <!--- Sort directories first, name ascending ---> 162 <!--- Sort directories first, name ascending --->
|
| D | cf5_connector.cfm | 199 <!--- Sort directories first, name ascending ---> 225 <!--- Sort directories first, name ascending --->
|
| /plugin/redissue/ |
| D | README.md | 92 // Sort issue by ascending "id", for project "myproject" and tracker "1" 94 // Sort issue by "subject" for project "myproject" and all trackers
|
| /plugin/pagelist/ |
| D | helper.php | 4 use dokuwiki\Utf8\Sort; alias 597 Sort::ksort($this->pages);
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/ |
| D | connector.cfm | 242 <!--- Sort directories first, name ascending ---> 268 <!--- Sort directories first, name ascending --->
|
| /plugin/strata/ |
| D | style.css | 78 /* Sort style */
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | README.md | 8 * Server Side Sort Control ([RFC 2891](https://tools.ietf.org/html/rfc2891))
|