Home
last modified time | relevance | path

Searched full:sort (Results 101 – 125 of 2280) sorted by last modified time

12345678910>>...92

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmathematica.php3969 'Sort',
H A Dswift.php97 'sizeof', 'sizeofValue', 'sort', 'sorted', 'splice', 'split', 'startsWith', 'stride', 'strideof', 'strideofValue',
H A Dsystemverilog.php197 'max', 'unique_index', 'reverse', 'sort', 'rsort',
H A Dtexgraph.php193 'Sort',
H A Dthinbasic.php93 'STATE','SQR','SPLIT','SORT','SMTP_STATISTICS','SMTP_SETOPTION','SMTP_SETLOGFILE','SMTP_SENDHTML',
H A Dtwig.php116 'sort',
H A Dunicon.php87 'setenv', 'sort', 'sortf', 'sql', 'sqrt', 'stat', 'staticnames', 'stop', 'string', 'system', 'tab',
H A Dabap.php746 'sort',
H A Dactionscript3.php123 'source', 'soundTransform', 'soundComplete', 'sortOn', 'sort',
H A Dautohotkey.php141 'Sort','SoundBeep','SoundGet',
H A Dbash.php297 'slogin', 'snice', 'sort', 'sox', 'split', 'ssed', 'ssh', 'ssh-add',
H A Dbatch.php128 "SORT",
H A Dblitzbasic.php25 * * Sort out the Basic commands for splitting up.
/dokuwiki/lib/scripts/
H A Dmedia.js23 view_opts: {list: false, sort: false}, property in dw_mediamanager.view_opts
380 dw_mediamanager.set_fileview_opt(['sort', 'sortBy', function (new_sort) {
/dokuwiki/lib/plugins/styling/
H A Dadmin.php17 * @return int sort number in admin menu
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css214 background: url('../../images/icon-sort.png') 3px 1px no-repeat;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php896 sort($value);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php280 * Sort Options
1213 foreach ($this->sortOptions as $sort => $order) {
1214 if (!isset($a[$sort]) || !isset($b[$sort])) {
1215 if (isset($a[$sort])) {
1218 if (isset($b[$sort])) {
1223 switch ($sort) {
1231 $a[$sort] &= 07777;
1232 $b[$sort] &= 07777;
1235 if ($a[$sort]
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php4572 sort($list);
/dokuwiki/bin/
H A Dplugin.php69 sort($list);
/dokuwiki/inc/
H A DTaskRunner.php153 // sort the final result, it shouldn't be necessary,
/dokuwiki/inc/Ui/
H A DAdmin.php7 use dokuwiki\Utf8\Sort;
154 'sort' => $obj->getMenuSort()
158 // sort by name, then sort
169 * We sort alphabetically first, then by sort value
177 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
179 return $a['sort'] <=> $b['sort'];
5 use dokuwiki\Utf8\Sort; global() alias
/dokuwiki/lib/plugins/authldap/
H A Dauth.php5 use dokuwiki\Utf8\Sort;
422 Sort::asort($users_array);
2 use dokuwiki\Utf8\Sort; global() alias
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php29 sort($list);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php5 use dokuwiki\Utf8\Sort;
310 Sort::ksort($this->users);
347 Sort::ksort($groups);
4 use dokuwiki\Utf8\Sort; global() alias

12345678910>>...92