Home
last modified time | relevance | path

Searched full:sort (Results 301 – 325 of 2280) sorted by relevance

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

/plugin/epub/conf/
H A Ddefault.php7 $conf['sort'] = 1;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4b90feb9d5d3dbfce424dac0341320b7.asciidoc12 'sort' => [
/plugin/aclplusregex/
H A Daction.php17 * 4) sort the remaining lines in a way that the most significant IDs come first, with all
140 // sort rules by significance
257 * Sort the given rules so that the most significant ones come first
/plugin/codemirror/dist/modes/
H A Dcobol.min.js1 …SEQUENCE "+"SEQUENTIAL SET SHARED SIGN SIZE "+"SKIP1 SKIP2 SKIP3 SORT SORT-MERGE "+"SORT-RETURN SO…
/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/simplenavi/
H A Dsyntax.php5 use dokuwiki\Utf8\Sort;
90 * @param bool $useTitle Sort by the title instead of the ID?
91 * @param bool $useNatSort Use natural sorting or just sort by ASCII?
92 * @param bool $nsFirst Sort namespaces before pages?
144 // sort each level separately
185 return Sort::strcmp($a['title'], $b['title']);
/plugin/amazon/conf/
H A Dmetadata.php22 $meta['sort'] = array('multichoice', '_choices' => array('Priority', 'Price', 'DateAdded')…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A Dcomposer.json36 "sort-packages": true
/dokuwiki/lib/plugins/info/
H A Dsyntax.php32 * Where to sort in?
252 $compactmodes[$mode['sort']][] = $mode['mode'];
257 foreach ($compactmodes as $sort => $modes) {
271 $doc .= $sort;
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php201 $data = $this->sort($data);
316 private function sort($data) { function in BibtexConverter
317 // Sort groups if there are any
322 // Sort individual groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DVpnTunnels.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
199 * can also sort results in descending order based on the creation timestamp
202 * first). Use this to sort resources like operations so that the newest
H A DTargetVpnGateways.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
200 * can also sort results in descending order based on the creation timestamp
203 * first). Use this to sort resources like operations so that the newest
H A DAddresses.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
198 * can also sort results in descending order based on the creation timestamp
201 * first). Use this to sort resources like operations so that the newest
H A DRegionCommitments.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
174 * can also sort results in descending order based on the creation timestamp
177 * first). Use this to sort resources like operations so that the newest
H A DSslPolicies.php139 * can also sort results in descending order based on the creation timestamp
142 * first). Use this to sort resources like operations so that the newest
193 * can also sort results in descending order based on the creation timestamp
196 * first). Use this to sort resources like operations so that the newest
H A DTargetInstances.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
200 * can also sort results in descending order based on the creation timestamp
203 * first). Use this to sort resources like operations so that the newest
H A DRouters.php78 * can also sort results in descending order based on the creation timestamp
81 * first). Use this to sort resources like operations so that the newest
177 * can also sort results in descending order based on the creation timestamp
180 * first). Use this to sort resources like operations so that the newest
275 * can also sort results in descending order based on the creation timestamp
278 * first). Use this to sort resources like operations so that the newest
/plugin/epub/lang/ja/
H A Dsettings.php13 $lang['sort'] = 'デフォルトでは、名前空間内でアルファベット順にソートしてファイルを処理します。チェックしない場合、ディレクトリ順で処理します。';
/plugin/webcomponent/syntax/
H A Dbutton.php76 * the mode with the lowest sort number will win out
77 * the lowest in the tree must have the lowest sort number
/plugin/htmlok/
H A DBaseSyntaxPlugin.php22 protected $sort; variable in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin
42 return $this->sort;
/plugin/struct/types/
H A DColor.php101 * Sort by the hue of a color, not by its hex-representation
110 * Calculate the hue of a color to use it for sorting so we can sort similar colors together.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.SortAttr.txt
/plugin/dlcounter/
H A Dadmin.php18 * @return int sort number in admin menu
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dcommonjs_tests.js38 brushes.sort();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A Dcomposer.json26 "sort-packages": true

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