Home
last modified time | relevance | path

Searched full:sort (Results 201 – 225 of 2280) sorted by relevance

12345678910>>...92

/plugin/displayorphans/
H A DREADME.md37 …nding` | yes | Specifies whether generated tables should sort in ascending order; otherwise sort i…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DDataRealtime.php47 * @opt_param string sort A comma-separated list of dimensions or metrics that
48 * determine the sort order for real time data.
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_sort-list.scss1 // List sorting via a modified merge-sort algorythmn
67 @function ms-sort-list($Lists) {
/plugin/dbtables/
H A Dsyntax.php112 // By default, we sort the table listings.
114 sort($TableData);
167 // $this->options["nosort"] -> Assign a value to NOT sort the tables
/plugin/autolink3/
H A Dsys.php86 * sort tab function (size and alphabetic sort)
89 * @param $col : for alphabetical comparison, determines the column to sort
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php142 * Returns the sort values of the result.
149 if (!$this->hasParam('sort')) {
153 return $this->getParam('sort');
/plugin/gallery/action/
H A Dprosemirror.php167 'sort' => $options->sort,
/template/drop/font-awesome/css/
H A Dfont-awesome.min.css6sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:…
H A 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 …]
/plugin/issuetracker/lang/en/
H A Dsettings.php47 $lang['global_sort'] = 'issues global sort order';
48 $lang['listview_sort'] = 'default list view sort order by ID';
/plugin/noticeboard/lang/en/
H A Dlang.php56 $lang['sort'] = 'Sort';
/plugin/noticeboard/noticeboard/lang/en/
H A Dlang.php56 $lang['sort'] = 'Sort';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortKey.php106 * Create an ascending sort key.
118 * Create a descending sort key.
/plugin/quickstats/
H A Dsyntax.php96 * Where to sort in?
241 function sort(&$array) { function in syntax_plugin_quickstats
397 $js = "<a href='javascript:void 0;' title='sort' class='quickstats_sort_title'>";
412 $this->sort($this->ips);
426 $this->sort($this->pages['page']);
452 $this->sort($browsers);
453 $this->sort($platform);
454 $this->sort($version);
488 $this->sort($countries);
548 $this->sort($tmp);
/dokuwiki/inc/
H A DAjax.php9 use dokuwiki\Utf8\Sort;
110 Sort::sort($data);
220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural';
224 tpl_mediaContent(true, $sort);
416 // fixme sort results in a useful way ?
6 use dokuwiki\Utf8\Sort; global() alias
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng104 param-sort-as = element sort-as { value-text+ }?
136 element parameters { param-language, param-sort-as, param-altid }?,
266 param-pref, param-type, param-sort-as }?,
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng104 param-sort-as = element sort-as { value-text+ }?
136 element parameters { param-language, param-sort-as, param-altid }?,
266 param-pref, param-type, param-sort-as }?,
/plugin/autotranslation/
H A Daction.php256 // sort into translation slots
263 // sort by translations
275 // sort into translation slots
282 // sort by translations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DAcceleratorTypes.php75 * can also sort results in descending order based on the creation timestamp
78 * first). Use this to sort resources like operations so that the newest
145 * can also sort results in descending order based on the creation timestamp
148 * first). Use this to sort resources like operations so that the newest
H A DMachineTypes.php74 * can also sort results in descending order based on the creation timestamp
77 * first). Use this to sort resources like operations so that the newest
145 * can also sort results in descending order based on the creation timestamp
148 * first). Use this to sort resources like operations so that the newest
H A DDiskTypes.php74 * can also sort results in descending order based on the creation timestamp
77 * first). Use this to sort resources like operations so that the newest
145 * can also sort results in descending order based on the creation timestamp
148 * first). Use this to sort resources like operations so that the newest
H A DNodeTypes.php74 * can also sort results in descending order based on the creation timestamp
77 * first). Use this to sort resources like operations so that the newest
145 * can also sort results in descending order based on the creation timestamp
148 * first). Use this to sort resources like operations so that the newest
/plugin/filelist/
H A Dsyntax.php58 'sort' => 'name',
110 $crawler->setSortBy($params['sort']);
/plugin/schedule/
H A Dschedule.class.php48 // sort event by event date, then creation date
57 // sort info bubbles by date
/plugin/flowcharts/
H A Dsyntax.php102 'sort' => $obj->getSort(),
114 'sort' => $obj->getSort(),

12345678910>>...92