Home
last modified time | relevance | path

Searched full:sort (Results 251 – 275 of 2280) sorted by relevance

1...<<11121314151617181920>>...92

/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/lang/
H A Dda.js10 …ationstegn",hellip:"Tre horizontale prikker",trade:"Varemærke-tegn",9658:"Sort højre pil",bull:"Pu…
11 rarr:"Højre pil",rArr:"Højre dobbelt pil",hArr:"Venstre højre dobbelt pil",diams:"Sort diamant",asy…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBiddersFinalizedDeals.php50 * @opt_param string orderBy An optional query string to sort finalized deals
53 * If no sort order is specified, results will be returned in an arbitrary
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DDataMcf.php55 * @opt_param string sort A comma-separated list of dimensions or metrics that
56 * determine the sort order for the Analytics data.
H A DDataGa.php59 * @opt_param string sort A comma-separated list of dimensions or metrics that
60 * determine the sort order for Analytics data.
/plugin/autoindex/
H A Dsyntax.php4 use dokuwiki\Utf8\Sort; alias
116 return Sort::strcmp($a['title'], $b['title']);
/plugin/tagging/lang/fa/
H A Dlang.php29 $lang['admin sort ascending'] = 'مرتب‌سازی صعودی';
30 $lang['admin sort descending'] = 'مرتب‌سازی نزولی';
/plugin/pagequery/
H A DPageQuery.php115 // title takes precedence over name (should you try to sort by both...why?)
116 $from_title = isset($opt['sort']['title']);
122 $extrakeys = array_diff_key($opt['filter'], $opt['sort']);
123 $col_keys = array_merge($opt['sort'], $extrakeys);
219 // not per sort column--the date should remain same across all columns
226 // only set date formats once per sort column/key (not per id!), i.e. on first row
289 foreach ($opt['sort'] as $key => $value) {
292 // now the sort direction
304 // sort dates descending by default; text ascending
323 // set the sort arra
[all...]
/plugin/tablelayout/lang/en/
H A Dsettings.php3 $lang['features_active_by_default'] = 'Activate search, sort, and individual print functionality by…
/plugin/doodle2/
H A Dsyntax.php149 if (strcmp($name, "SORT") == 0) {
150 $params['sort'] = $value; // make it possible to sort by time
566 if (strcmp($this->params['sort'], 'time') == 0) {
570 uksort($doodle, "strnatcasecmp"); // case insensitive "natural" sort
582 uksort($this->doodle, "strnatcasecmp"); // case insensitive "natural" sort
/plugin/tabinclude/
H A Dhelper.php6 var $sort = ''; // sort key variable in helper_plugin_tabinclude
12 // load sort key from settings
13 $this->sort = $this->getConf('sortkey');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionInstanceGroups.php87 * can also sort results in descending order based on the creation timestamp
90 * first). Use this to sort resources like operations so that the newest
147 * can also sort results in descending order based on the creation timestamp
150 * first). Use this to sort resources like operations so that the newest
H A DGlobalOperations.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
156 * can also sort results in descending order based on the creation timestamp
159 * first). Use this to sort resources like operations so that the newest
H A DSslCertificates.php76 * can also sort results in descending order based on the creation timestamp
79 * first). Use this to sort resources like operations so that the newest
196 * can also sort results in descending order based on the creation timestamp
199 * first). Use this to sort resources like operations so that the newest
/plugin/davcal/syntax/
H A Dtable.php34 * Where to sort in?
64 'sort' => 'desc',
212 // Sort the events
213 if($data['sort'] === 'desc')
/plugin/struct/types/
H A DLookup.php291 * Sort by lookup table
298 public function sort(QueryBuilder $QB, $tablealias, $colname, $order)
303 parent::sort($QB, $tablealias, $colname, $order);
316 $column->getType()->sort($QB, $rightalias, $field, $order);
300 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
/plugin/simplenavi/conf/
H A Ddefault.php
/plugin/simplenavi/lang/sk/
H A Dsettings.php
/plugin/filterrss/
H A Dplugin.info.txt6 desc Filter, sort and limitate RSS feeds.
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
/plugin/publist/bib2tpl/
H A Dhelper.inc.php123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dclojure.min.js1 …with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun do…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/Resource/
H A DPlatformsChannelsVersions.php53 * be used in a comma separated list. Ordering by channel will sort by distance
56 * may cause unexpected behaviour as it is a naive string sort. For example,
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
/plugin/linkmanager/lang/en/
H A Dlang.php12 $lang['clicktosort'] = 'Click ID or Title to sort list';

1...<<11121314151617181920>>...92