Home
last modified time | relevance | path

Searched full:sort (Results 151 – 175 of 2280) sorted by relevance

12345678910>>...92

/plugin/strata/_test/
H A Dquery_sort_optional.test.php62 $this->assertQueryResult($query, $expected, 'Partial numeric sort (numbers first, text second) unsupported');
111 $this->assertQueryResult($query, $expected, 'Full natural sort unsupported');
160 $this->assertQueryResult($query, $expected, 'Case insensitive unicode sort unsupported');
/plugin/struct/meta/
H A DSearchConfig.php62 if (!empty($config['sort'])) foreach ($config['sort'] as $sort) {
63 $this->addSort($sort[0], $sort[1]);
/plugin/gallery/
H A Dsyntax.php
/plugin/tindexmenu/syntax/
H A Dtag.php4 * Info tIndexmenu tag: Tag a page with a sort number.
44 * Where to sort in?
/plugin/toolbox/
H A Dtoolbox.js69 * Sort the selected text
73 ToolboxTextTools(edid).sort(opts['reverse']);
/plugin/tag/lang/en/
H A Dsettings.php14 $lang['sortkey'] = 'sort topic lists by';
22 $lang['sortorder'] = 'sort order';
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/tablelayout/_jstest/
H A Dsort.tests.js9 QUnit.test('sort desc', function(assert) {
21 QUnit.test('sort asc', function(assert) {
/plugin/refnotes/
H A Dnamespace.php51 public function sort() { function in refnotes_namespace_data_stash
116 * Sort the style blocks so that the namespaces with inherited style go after
119 public function sort() { function in refnotes_namespace_style_stash
120 parent::sort();
/plugin/jplayer/
H A Dsyntax.php34 * Where to sort in?
105 $sort = 'natural';
107 array('showmsg' => false, 'depth' => 1), $dir, 1, $sort);
/plugin/tablelayout/
H A Dstyle.less126 background-image: url('images/sort.svg');
130 background-image: url('images/sort-ascending.svg');
134 background-image: url('images/sort-descending.svg');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTerms.php15 * Set the bucket sort order.
28 * Sets a list of bucket sort orders.
/plugin/blog/lang/en/
H A Dsettings.php21 $lang['sortkey'] = 'sort blog entries by';
28 $lang['sortorder'] = 'sort order';
/plugin/minimap/
H A Dsyntax.php136 …$pagesOfNamespace = $this->getNamespaceChildren($nameSpacePath, $sort = 'natural', $listdirs = $in…
327 …* @param string $sort 'natural' to use natural order sorting (default); 'date' to sort by filemtime
331 function getNamespaceChildren($namespace, $sort = 'natural', $listdirs = false) argument
352 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/plugin/farm/
H A Danimalmanager.class.php270 $sort = isset($this->manager->opt['sort']) ? $this->manager->opt['sort'] : 'name';
273 switch($sort) {
278 …: '.$grp.' [<a href="'.$this->wl(array('users' => true, 'grp' => '', 'sort' => $sort)).'">X</a>]');
281sort' => $sort == 'name' ? 'namedesc' : 'name')).'" title="'.$this->manager->getLang('animal_users…
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php36 'sort' => false,
173 // Set sort option depending on citetype
174 if (!array_key_exists('sort',$options)) {
177 $this->_conf['sort'] = 'true';
180 $this->_conf['sort'] = 'true';
183 $this->_conf['sort'] = 'true';
186 $this->_conf['sort'] = 'false';
189 $this->_conf['sort'] = 'false';
352 if ('true' == $this->_conf['sort'] && 'numeric' != $this->_conf['citetype']) {
384 if ('true' == $this->_conf['sort']) {
[all...]
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcresource.js75 // Sort keys by longest to shortest. This prevents a smiley like :) from being used on >:)
76 return this.smileyskeys.sort(
/plugin/emoji/
H A Dscript.js14 return a.sort(byLengthCompare);
53 keywords.sort();
/plugin/include/syntax/
H A Dsorttag.php4 * Include plugin sort order tag, idea and parts of the code copied from the indexmenu plugin.
30 * Where to sort in?
/plugin/indexmenu/syntax/
H A Dtag.php6 * Info Indexmenu tag: Tag a page with a sort number.
27 * Where to sort in?
/plugin/catlist/lang/en/
H A Dsettings.php3 $lang['default_sort'] = "Default sort order";
14 $lang['sort_collator_locale'] = "Locale used to sort page names. When not empty, PHP Collator class is used; should be a valid locale short code. When empty, plain alphanumeric sorting is used.";
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_function.scss28 // Sort the generated lists
29 $Return: ms-sort-list($Return);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcobol.php291 'SKIP2', 'SKIP3', 'SMALL-FONT', 'SORT-CONTROL',
292 'SORT-CORE-SIZE', 'SORT-FILE-SIZE', 'SORT-MERGE', 'SORT-MESSAGE',
293 'SORT-MODE-SIZE', 'SORT-OPTION', 'SORT-ORDER', 'SORT-RETURN',
294 'SORT
[all...]
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js439 this.sort = function ()/* :void */{ method in Selectbox
440 options = options.sort();
635 * @param {Boolean} sort
643 ,sort /* :Boolean */ argument
663 if (sort) this.sort();
670 * @param {Boolean} sort
676 ,sort /* :Boolean */ argument
693 if (sort) this.sort();
727 to.sort();
796 to.sort();
[all …]
/plugin/struct/lang/en/
H A Dlang.php50 $lang['editor_sort'] = 'Sort';
96 $lang['sort'] = 'Sort by this column';
114 $lang['tableresetfilter'] = 'Show all (remove filter/sort)';

12345678910>>...92