Home
last modified time | relevance | path

Searched full:sort (Results 351 – 375 of 2280) sorted by relevance

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

/plugin/gallery/lang/no/
H A Dsettings.php13 $lang['sort'] = 'Sortering av bildene';
/plugin/doodle4/
H A Dsyntax.php211 if (strcmp($name, "SORT") == 0) {
212 $params['sort'] = $value; // make it possible to sort by time
671 if (strcmp($this->params['sort'], 'time') == 0) {
675 uksort($doodle, "strnatcasecmp"); // case insensitive "natural" sort
687 uksort($this->doodle, "strnatcasecmp"); // case insensitive "natural" sort
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DInstanceGroups.php111 * can also sort results in descending order based on the creation timestamp
114 * first). Use this to sort resources like operations so that the newest
242 * can also sort results in descending order based on the creation timestamp
245 * first). Use this to sort resources like operations so that the newest
300 * can also sort results in descending order based on the creation timestamp
303 * first). Use this to sort resources like operations so that the newest
H A DNetworkEndpointGroups.php82 * can also sort results in descending order based on the creation timestamp
85 * first). Use this to sort resources like operations so that the newest
276 * can also sort results in descending order based on the creation timestamp
279 * first). Use this to sort resources like operations so that the newest
336 * can also sort results in descending order based on the creation timestamp
339 * first). Use this to sort resources like operations so that the newest
/plugin/deletehistory/
H A Dadmin.php15 * @return int sort number in admin menu
/plugin/searchindex/
H A Dadmin.php12 * return sort order for position in admin menu
/plugin/autotranslation/syntax/
H A Dtrans.php20 * Where to sort in?
/plugin/epub/lang/ru/
H A Dsettings.php7 …$lang['sort'] = 'По умолчанию файлы, обработанные в пространствах имен будут отсортированы по алфа…
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A Dcomposer.json36 "sort-packages": true
/plugin/gallery/lang/ru/
H A Dsettings.php13 $lang['sort'] = 'Как сортировать изображения в галерее';
/plugin/gallery/lang/sr/
H A Dsettings.php13 $lang['sort'] = 'Како треба ређати слике у галерији';
/plugin/gallery/lang/ar/
H A Dsettings.php13 $lang['sort'] = 'كيف تريد ترتيب صورة المعرض ';
/plugin/gallery/lang/ckb/
H A Dsettings.php13 $lang['sort'] = 'چۆن وێنە گەلەرییەکان پۆلێن بکەیت';
/plugin/gallery/lang/de-informal/
H A Dsettings.php14 $lang['sort'] = 'Sortierung der Galeriebilder';
/plugin/gallery/lang/el/
H A Dsettings.php13 $lang['sort'] = 'Πώς να επιλέξεις τις εικόνες γαλαρίας ';
/plugin/gallery/lang/nl/
H A Dsettings.php13 $lang['sort'] = 'Hoe de beeldreeks sorteren';
/plugin/gallery/lang/oc/
H A Dsettings.php13 $lang['sort'] = 'Biais de triar los imatges de la galariá';
/plugin/gallery/lang/sk/
H A Dsettings.php13 $lang['sort'] = 'Spôsob triedenia obrázkov galérie';
/plugin/gallery/lang/sv/
H A Dsettings.php13 $lang['sort'] = 'Sortering av bilderna';
/plugin/gallery/lang/cy/
H A Dsettings.php13 $lang['sort'] = 'Sut i drefnu delweddau\'r oriel';
/plugin/gallery/lang/da/
H A Dsettings.php13 $lang['sort'] = 'Sortér galleribilleder efter';
/plugin/gallery/lang/eo/
H A Dsettings.php13 $lang['sort'] = 'Kiel ordigi la galeribildojn';
/plugin/gallery/lang/hr/
H A Dsettings.php13 $lang['sort'] = 'Kako poredati slike u galeriji';
/plugin/photogallery/conf/
H A Ddefault.php23 $conf['sort'] = 'file';
/plugin/noticeboard/
H A Dsyntax.php199 … submit' value='".$this->getLang('filter')."' /><p><strong>".$this->getLang('sort').": </strong> ";
274 //set sort filter
281 //set sort order
531 //set sort filter
538 //set sort order

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