Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 251) sorted by relevance

1234567891011

/template/navigator/navigator/css/
H A Dtopbar_navigador.css143 .nav-sort-group {
153 .nav-sort-link,
154 .nav-sort-current {
161 .nav-sort-link:hover {
165 .nav-sort-current {
170 .nav-sort-sep {
217 .nav-sort-sep {
/template/kiwiki/classes/
H A Dkiwiki_functions.php89 sort($list);
101 sort($list);
/template/strap/syntax/
H A Dminimap.php153 …$pagesOfNamespace = $this->getNamespaceChildren($nameSpacePath, $sort = 'natural', $listdirs = $in…
334 …* @param string $sort 'natural' to use natural order sorting (default); 'date' to sort by filemtime
338 function getNamespaceChildren($namespace, $sort = 'natural', $listdirs = false) argument
359 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
D_modular-scale.scss120 @return trim-sort($multiple, $scale-values, $base-size);
179 @return trim-sort($multiple, $scale-values, $base-size);
206 // sort acsending
231 // sort decending
239 // trim and sort the final list
240 @function trim-sort($multiple, $scale-values: $scale-values, $base-size: $base-size) {
246 // sort acsending
257 // sort acsending
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_function-list.scss14 $Positive-return: ms-sort-list($Positive-return);
40 $Negitive-return: ms-sort-list($Negitive-return);
D_sort-list.scss1 // List sorting via a modified merge-sort algorythmn
67 @function ms-sort-list($Lists) {
/template/breeze/bower_components/modular-scale/stylesheets/
D_modular-scale.scss11 @import "modular-scale/sort-list";
/template/writr/font/bootstrap-icons/
H A Dsort-up.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-up" viewBox="0 0 16…
H A Dsort-down-alt.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-down-alt" viewBox="…
H A Dsort-down.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-down" viewBox="0 0 …
H A Dsort-up-alt.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-up-alt" viewBox="0 …
H A Dsort-numeric-down-alt.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-numeric-down-alt" v…
H A Dsort-numeric-up-alt.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-numeric-up-alt" vie…
H A Dsort-numeric-down.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-numeric-down" viewB…
H A Dsort-numeric-up.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-numeric-up" viewBox…
H A Dsort-alpha-down.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-alpha-down" viewBox…
H A Dsort-alpha-up.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-alpha-up" viewBox="…
H A Dsort-alpha-down-alt.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-alpha-down-alt" vie…
H A Dsort-alpha-up-alt.svg1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sort-alpha-up-alt" viewB…
/template/dokukit/
Dscript.js22 patharr = patharrtmp.sort().filter(function(item, pos, ary) {
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/
Dmodular-scale.rb105 list = list.to_a.sort
/template/strap/ComboStrap/
H A DPageType.php142 sort($types);
/template/drop/font-awesome/css/
Dfont-awesome.css788 .fa-sort:before {
791 .fa-sort-down:before,
792 .fa-sort-desc:before {
795 .fa-sort-up:before,
796 .fa-sort-asc:before {
1171 .fa-sort-alpha-asc:before {
1174 .fa-sort-alpha-desc:before {
1177 .fa-sort-amount-asc:before {
1180 .fa-sort-amount-desc:before {
1183 .fa-sort-numeric-asc:before {
[all …]
Dfont-awesome.min.css6sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:…
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php139 sort($values);

1234567891011