Home
last modified time | relevance | path

Searched refs:sort (Results 151 – 175 of 635) sorted by last modified time

12345678910>>...26

/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js23 …ngth;f++)-1!==m.indexOf(b,d[f].toLowerCase())?e.push(d[f]):h.push(d[f]);e.sort(function(a,c){var d…
26 …indexOf,d={},e;for(e in a)-1===c(b,e)&&(d[e]=a[e]);return d},sort:function(a){return a.sort(functi…
27 …word.styles.inliner.parse,c=CKEDITOR.plugins.pastefromword.styles.inliner.sort,d=function(a){a=(ne…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified824 …efault they sort in ascending order, but Date and File Size can be sorted in descending order by c…
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js25 …)e[m]=h.ltr[m];for(m in h.rtl)e[m]=h.rtl[m];for(m in e)f.push([m,e[m]]);f.sort(function(a,b){var c…
/plugin/html5video2/script/
H A Dvideo.min.js20 ….sort()[t.length-1]:1/0},t.seekableStart=function(){for(var e=this.player_.seekable(),t=[],i=e?e.l…
/plugin/publish/
H A Dsyntax.php103 sort($keys);
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2sort(mr);for(var f=0;f<8;f++)f<l&&u[f][1]?(r[f][0]=u[f][0],r[f][1]=u[f][1]):(r[f][0]=Number.MAX_SA…
H A DProjector.js422 _renderData.objects.sort( painterSort );
813 _renderData.elements.sort( painterSort );
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php831 sort($result, SORT_NUMERIC);
850 sort($filteredResult, SORT_NUMERIC);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js941 ranges.sort(compareUnzonedRanges);
4791 segs.sort(util_1.proxy(this, 'compareEventSegs'));
12343 ms.sort(util_1.compareNumbers);
13445 forwardSegs.sort(util_1.proxy(this, 'compareForwardSegs'));
13815 levels[j].sort(compareDaySegCols);
H A Dmoment.js536 units.sort(function (a, b) {
1130 shortPieces.sort(cmpLenRev);
1131 longPieces.sort(cmpLenRev);
1132 mixedPieces.sort(cmpLenRev);
1624 minPieces.sort(cmpLenRev);
1625 shortPieces.sort(cmpLenRev);
1626 longPieces.sort(cmpLenRev);
1627 mixedPieces.sort(cmpLenRev);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection39 dir2.sort(lambda x,y: int(x["atime"]-y["atime"]))
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php865 sort($exdate);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css448 .oi[data-glyph=sort-ascending]:before { content:'\e0bf'; }
450 .oi[data-glyph=sort-descending]:before { content:'\e0c0'; }
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/
H A Daction.php145 * Display the indexmenu sort number.
287 $sort = [
288 'sort' => $INPUT->str('sort'),
297 $search = new Search($sort);
305 // $fancytreeData['sort'] = $sort;
310 // $fancytreeData[0]['sort'] = $sort;
345 sort(
[all...]
H A Dajax.php81 sort($data);
/plugin/indexmenu/syntax/
H A Dindexmenu.php39 * Where to sort in?
151 //Main sort method
155 $sort = 't';
157 $sort = 'd';
159 $sort = 0;
161 //sort directories in the same way as files
163 //sort headpages up
165 //Metadata sort method
171 //reverse sort
174 if ($sort)
21 var $sort = false; global() variable in syntax_plugin_indexmenu_indexmenu
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md28 promises are not recursive as they use a sort of trampolining technique.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php149 public $sort; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
604 public function setSort($sort) argument
606 $this->sort = $sort;
613 return $this->sort;
H A DSearchQueriesPreviousPage.php149 public $sort; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
604 public function setSort($sort) argument
606 $this->sort = $sort;
613 return $this->sort;
H A DSearchQueriesRequest.php149 public $sort; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
604 public function setSort($sort) argument
606 $this->sort = $sort;
613 return $this->sort;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1193 foreach ($this->sortOptions as $sort => $order) {
1194 if (!isset($a[$sort]) || !isset($b[$sort])) {
1195 if (isset($a[$sort])) {
1198 if (isset($b[$sort])) {
1203 switch ($sort) {
1211 $a[$sort] &= 07777;
1212 $b[$sort] &= 07777;
1215 if ($a[$sort] === $b[$sort]) {
1218 return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php160 'sort' => [
219 'sort' => [
264 'sort' => [
H A DWebfonts.php68 'sort' => [
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php155 sort($queryKeyValues);

12345678910>>...26