Home
last modified time | relevance | path

Searched full:sort (Results 276 – 300 of 2280) sorted by relevance

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

/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit66 DlgFileBrowserSortBy: 'Sort by',
77 …ile listings can be sorted by Name, Date, and File Size. By default they sort in ascending order,…
78 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
/plugin/struct/types/
H A DPage.php136 * When using titles, sort by them first
143 public function sort(QueryBuilder $QB, $tablealias, $colname, $order)
146 parent::sort($QB, $tablealias, $colname, $order);
155 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) global() function in dokuwiki\\plugin\\struct\\types\\Page
/plugin/rssbycreated/
H A DREADME.md1 Sort RSS by Created Date
H A Dplugin.info.txt7 name Sort RSS by Created Date
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst31 sort
/plugin/simplenavi/conf/
H A Dmetadata.php
/plugin/alphalist/lang/en/
H A Dsettings.php3 …of your pages(pass to setlocale php funtcion) in order to have an correct sort function behaviour.…
/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) {
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/photogallery/
H A Dsyntax.php39 * Where to sort in?
95 $data['sort'] = $this->getConf('sort');
108 $data['sort'] = 'title';
110 $data['sort'] = 'date';
112 $data['sort'] = 'mod';
383 // sort?
384 if ($data['sort'] == 'random') {
387 if( $data['sort'] == 'date') {
389 } elseif ($data['sort'] == 'mod') {
494 * usort callback to sort by EXIF date
[all …]
/plugin/dataloop/lang/ru/
H A Dlang.php9 $lang['sort'] = 'Сортировать по этой колонке';
/plugin/doodle3/
H A Dsyntax.php162 if (strcmp($name, "SORT") == 0) {
163 $params['sort'] = $value; // make it possible to sort by time
586 if (strcmp($this->params['sort'], 'time') == 0) {
590 uksort($doodle, "strnatcasecmp"); // case insensitive "natural" sort
602 uksort($this->doodle, "strnatcasecmp"); // case insensitive "natural" sort
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DSecurityPolicies.php93 * can also sort results in descending order based on the creation timestamp
96 * first). Use this to sort resources like operations so that the newest
231 * can also sort results in descending order based on the creation timestamp
234 * first). Use this to sort resources like operations so that the newest
285 * can also sort results in descending order based on the creation timestamp
288 * first). Use this to sort resources like operations so that the newest
/template/breeze/bower_components/modular-scale/stylesheets/
H A D_modular-scale.scss11 @import "modular-scale/sort-list";
/plugin/amazon/conf/
H A Ddefault.php22 $conf['sort'] = 'Priority';
/plugin/fedauth/Auth/Yadis/
H A DXRI.php108 // otherwise use sort.
114 sort($keys);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php110 sort($whitelist);
131 sort($whitelist);
/plugin/issuelinks/admin/
H A Drepoadmin.php20 * @return int sort number in admin menu
80 sort($this->orgs[$serviceID]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DTypes.php65 * can also sort results in descending order based on the creation timestamp
68 * first). Use this to sort resources like operations so that the newest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/Resource/
H A DPlatformsChannelsVersionsReleases.php58 * Ordering by channel will sort by distance from the stable channel (not
61 * as it is a naive string sort. For example, 1.0.0.8 will be before 1.0.0.10 in
/plugin/ckgedit/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/galleryv1.5/lang/en/
H A Dsettings.php16 $lang['reverse'] = 'Reverse sort';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D506844befdc5691d835771bcbb1c1a60.asciidoc12 'sort' => [
/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/gallery/conf/
H A Ddefault.php15 $conf['sort'] = 'file';

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