Home
last modified time | relevance | path

Searched full:sort (Results 1 – 25 of 273) sorted by relevance

1234567891011

/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_function-list.scss13 // Sort the generated lists
14 $Positive-return: ms-sort-list($Positive-return);
39 // Sort the generated lists
40 $Negitive-return: ms-sort-list($Negitive-return);
D_function.scss28 // Sort the generated lists
29 $Return: ms-sort-list($Return);
D_sort-list.scss1 // List sorting via a modified merge-sort algorythmn
67 @function ms-sort-list($Lists) {
/template/strap/resources/dictionary/
H A Dicomoon-icons.json330 "sort-alpha-asc": "329-sort-alpha-asc",
331 "sort-alpha-desc": "330-sort-alpha-desc",
332 "sort-numeric-asc": "331-sort-numeric-asc",
333 "sort-numberic-desc": "332-sort-numberic-desc",
334 "sort-amount-asc": "333-sort-amount-asc",
335 "sort-amount-desc": "334-sort-amount-desc",
H A Dcarbon-icons.json203 "caret-sort": "caret--sort",
204 "caret-sort-down": "caret--sort--down",
205 "caret-sort-up": "caret--sort--up",
313 "chevron-sort": "chevron--sort",
314 "chevron-sort-down": "chevron--sort--down",
315 "chevron-sort-up": "chevron--sort--up",
1510 "sort-ascending": "sort--ascending",
1511 "sort-descending": "sort--descending",
/template/starterbootstrap/js/
Dsorttable.js11 Click on the headers to sort
89 // make it clickable to sort
140 // build an array to sort. This is a Schwartzian transform thing,
141 // i.e., we "decorate" each row with the actual sort key,
142 // sort based on the sort keys, and then put the rows back in order
150 /* If you want a stable sort, uncomment the following line */
153 row_array.sort(this.sorttable_sortfunction);
258 /* sort functions
259 each sort function takes two parameters, a and b
305 // A stable sort function to allow multi-level sorting of data
/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/strap/ComboStrap/
H A DFont.php16 * * font family name: `fc-list : family | sort | uniq`
28 * This function will return a sort of default font
H A DPageType.php142 sort($types);
H A DArrayUtility.php21 * Sort it on the key
/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);
H A Dxmlinlinetag.php103 * the mode with the lowest sort number will win out
104 * the lowest in the tree must have the lowest sort number
/template/drop/font-awesome/css/
Dfont-awesome.min.css6sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:…
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 …]
/template/breeze/bower_components/modular-scale/stylesheets/
D_modular-scale.scss11 @import "modular-scale/sort-list";
/template/kiwiki/classes/
H A Dkiwiki_functions.php89 sort($list);
101 sort($list);
/template/strap/vendor/hidehalo/nanoid-php/
H A Dcomposer.json60 "sort-packages": true
/template/dokukit/
Dscript.js22 patharr = patharrtmp.sort().filter(function(item, pos, ary) {
/template/writr/.github/workflows/
Drelease.yml38 git log ${PREV_TAG}..HEAD --format='%aN' | sort -u | awk '{print "* " $0}' >> CHANGELOG.md
/template/parallax/lib/css/
Dfont-awesome.min.css4sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:…
/template/mikio/icons/fontawesome/css/
H A Dall.min.css4sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:…
/template/argon/assets/css/
Dfont-awesome.css1023 .fa-sort:before {
1027 .fa-sort-down:before,
1028 .fa-sort-desc:before {
1032 .fa-sort-up:before,
1033 .fa-sort-asc:before {
1525 .fa-sort-alpha-asc:before {
1529 .fa-sort-alpha-desc:before {
1533 .fa-sort-amount-asc:before {
1537 .fa-sort-amount-desc:before {
1541 .fa-sort-numeric-asc:before {
[all …]
/template/argon-alt/assets/css/
Dfont-awesome.css1023 .fa-sort:before {
1027 .fa-sort-down:before,
1028 .fa-sort-desc:before {
1032 .fa-sort-up:before,
1033 .fa-sort-asc:before {
1525 .fa-sort-alpha-asc:before {
1529 .fa-sort-alpha-desc:before {
1533 .fa-sort-amount-asc:before {
1537 .fa-sort-amount-desc:before {
1541 .fa-sort-numeric-asc:before {
[all …]
/template/twigstarter/vendor/twig/twig/
DCHANGELOG8 …* Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow`…
107 * added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter
108 * added support for an "arrow" function on the "sort" filter
/template/mikio/icons/fontawesome5/css/
H A Dall.min.css5sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:bef…

1234567891011