Home
last modified time | relevance | path

Searched full:sort (Results 1726 – 1750 of 2280) sorted by last modified time

1...<<61626364656667686970>>...92

/plugin/issuetracker/
H A Dtablekit.js51 sort : function(column, order) { method in TableKit
52 TableKit.Sortable.sort(this.id, column, order);
206 //ensure that if table reloaded current sort is remembered via sort first class name
320 TableKit.Sortable.sort(table, sortFirst, 1);
322 TableKit.Sortable.sort(table, sortFirst, -1);
349 TableKit.Sortable.sort(null, cell);
351 sort : function(table, index, order) { method in TableKit.Sortable
380 rows.sort(function(a,b) {
H A Daction.php746 // global sort of issues array
1043 // global sort of issues array
1046 // global sort of issues array
1367 …if(stripos($this->getConf('ltdListFilters'),'Sort by')=== false) $ret .= '<label for=…
1393 …if(stripos($this->getConf('ltdListFilters'),'Sort by')=== false) $ret .= '<input clas…
3226 /* sort the issues array according the selected key */ …
/plugin/issuetracker/conf/
H A Dmetadata.php43 …t','Filter Test blocking','Filter Assignee','Filter Reporter','MyIssues','Sort by')); // default =…
46 …('multichoice', '_choices' => array('SORT_DESC', 'SORT_ASC')); // global sort order of selected k…
47 …ultichoice', '_choices' => array('sortfirstasc', 'sortfirstdesc')); // default listview sort order
H A Ddefault.php43 …r Component,Filter Test blocking,Filter Assignee,Filter Reporter,MyIssues,Sort by'; …
46 $conf['global_sort'] = "SORT_DESC"; // sort order of selected key
47 $conf['listview_sort'] = "sortfirstdesc"; // default listview sort order
/plugin/issuetracker/lang/en/
H A Dlang.php48 $lang['lbl_sort'] = 'Sort by:';
49 $lang['btn_sort'] = 'Sort';
50 $lang['btn_sort_title'] = 'Sort the issue list globally by array key.';
/plugin/issuetracker/lang/pt-br/
H A Dsettings.php45 $lang['global_sort'] = 'issues global sort order';
46 $lang['listview_sort'] = 'default list view sort order by ID';
/plugin/src/
H A Dsyntax.php33 * @return int Sort order - Low numbers go before high numbers
/plugin/icalevents/
H A Dsyntax-impl.php95 switch (mb_strtolower($params['sort'])) {
235 // Sort if desired
/template/simplewiki/css/
H A D_media_fullscreen.css214 background: url('../../images/icon-sort.png') 3px 1px no-repeat;
/template/simplewiki/images/
H A Dpagetools-build.php22 sort($input);
/plugin/dir/
H A Dsyntax.php351 case "sort":
496 * Check the supplied sort keys
499 if(is_array($this->opts ["sort"])) {
500 $this->sortKeys = $this->opts ["sort"];
526 "Unrecognized sort column name modifier: ".
555 "Unrecognized sort column name: ".$array [0]
561 "Sort column ".$array [0]." ".
845 * Sort the found pages according to the settings
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php1206 sort($sniffs);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php107 sort($names);
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php290 …am string sort The name of a dimension or metric to sort the resulting report on, optionally prefi…
554 …am string sort The name of a dimension or metric to sort the resulting report on, optionally prefi…
676 …"}, "metric": {"type": "string", "repeated": true, "location": "query"}, "sort": {"type": "string"…
680 …"}, "metric": {"type": "string", "repeated": true, "location": "query"}, "sort": {"type": "string"…
H A DGoogle_DfareportingService.php87 * @opt_param string sortField The field by which to sort the list.
171 * @opt_param string sortField The field by which to sort the list.
314 * @opt_param string sortField The field by which to sort the list.
H A DGoogle_GamesService.php543 …than a previously submitted score, where worse depends on the leaderboard sort order. The meaning …
H A DGoogle_PlusDomainsService.php324 * @opt_param string sortOrder The order in which to sort the list of comments.
H A DGoogle_PlusService.php124 * @opt_param string sortOrder The order in which to sort the list of comments.
H A DGoogle_WebfontsService.php32 * @opt_param string sort Enables sorting of the list
74 ….webfonts.list", "path": "webfonts", "httpMethod": "GET", "parameters": {"sort": {"type": "string"…
H A DGoogle_YouTubeAnalyticsService.php41sort A comma-separated list of dimensions or metrics that determine the sort order for YouTube Ana…
84 …}, "metrics": {"type": "string", "required": true, "location": "query"}, "sort": {"type": "string"…
H A DGoogle_YouTubeService.php747 …* @opt_param string order The order parameter specifies the method that will be used to sort resou…
H A DGoogle_AdSenseService.php347 …am string sort The name of a dimension or metric to sort the resulting report on, optionally prefi…
841 …am string sort The name of a dimension or metric to sort the resulting report on, optionally prefi…
1047 …"}, "metric": {"type": "string", "repeated": true, "location": "query"}, "sort": {"type": "string"…
1059 …"}, "metric": {"type": "string", "repeated": true, "location": "query"}, "sort": {"type": "string"…
H A DGoogle_BooksService.php794 * @opt_param string orderBy Sort search results.
H A DGoogle_CustomsearchService.php63 * @opt_param string sort The sort expression to apply to the results
106 …rchFilter": {"type": "string", "enum": ["e", "i"], "location": "query"}, "sort": {"type": "string"…
288 public $sort; variable in Google_Query
485 public function setSort( $sort) { argument
486 $this->sort = $sort;
489 return $this->sort;
H A DGoogle_OrkutService.php268 * @opt_param string orderBy Sort search results.

1...<<61626364656667686970>>...92