Lines Matching refs:name

89 	\    'name' : 'Alphabetical sort',
125 \ 'name' : 'Numeric sort',
169 \ 'name' : 'Hexadecimal sort',
205 \ 'name' : 'Alphabetical unique sort',
240 \ 'name' : 'Alphabetical reverse sort',
276 \ 'name' : 'Numeric reverse sort',
312 \ 'name' : 'Unique reverse sort',
347 \ 'name' : 'Octal sort',
387 \ 'name' : 'Reverse hexadecimal sort',
427 \ 'name' : 'Alpha (skip first character) sort',
467 \ 'name' : 'Alpha (skip first 2 characters) sort',
507 \ 'name' : 'alpha, unique, skip first 2 characters',
545 \ 'name' : 'numeric, skip first character',
585 \ 'name' : 'alpha, sort on first character',
625 \ 'name' : 'alpha, sort on first 2 characters',
665 \ 'name' : 'numeric, sort on first character',
705 \ 'name' : 'alpha, skip past first digit',
745 \ 'name' : 'alpha, sort on first digit',
785 \ 'name' : 'numeric, skip past first digit',
825 \ 'name' : 'numeric, sort on first digit',
865 \ 'name' : 'alpha, skip past first 2 digits',
905 \ 'name' : 'numeric, skip past first 2 digits',
945 \ 'name' : 'hexadecimal, skip past first 2 digits',
985 \ 'name' : 'alpha, sort on first 2 digits',
1025 \ 'name' : 'numeric, sort on first 2 digits',
1065 \ 'name' : 'hexadecimal, sort on first 2 digits',
1105 \ 'name' : 'binary',
1145 \ 'name' : 'binary with leading characters',
1185 \ 'name' : 'alphabetical, sorted input',
1199 \ 'name' : 'alphabetical, sorted input, unique at end',
1214 \ 'name' : 'sort one line buffer',
1224 \ 'name' : 'sort ignoring case',
1246 \ 'name' : 'sort with locale ' .. v:collate,
1293 \ 'name' : 'sort with locale ' .. v:collate,
1342 \ 'name' : 'float',
1375 call assert_equal(t.expected, getline(1, '$'), t.name)
1380 call assert_false(&modified, t.name . ': &mod is not correct')
1382 call assert_true(&modified, t.name . ': &mod is not correct')