Home
last modified time | relevance | path

Searched refs:unsort (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/audio/picard-plugins/picard-plugins-d859757/plugins/abbreviate_artistsort/
H A Dabbreviate_artistsort.py118 new_unsort += unsort[0:len(unsort) - len(unsort.lstrip())]
119 unsort = unsort.lstrip()
130 unsort = unsort[l:]
143 unsort = unsort[len(x):]
146 new_unsort += unsort[0:len(unsort) - len(unsort.lstrip())]
191 unsort = unsort[len(forename):]
192 new_unsort += unsort[0:len(unsort) - len(unsort.lstrip())]
193 unsort = unsort.lstrip()
195 unsort = unsort[len(surname):]
196 new_unsort += unsort[0:len(unsort) - len(unsort[1:].lstrip())]
[all …]
/dports/print/freetype/freetype-1.3.1/contrib/ttf2pk/
H A Dtfmaux.c46 static int unsort[257]; variable
122 int *unsort) in remap() argument
153 unsort[source[i]] = j; in remap()
156 unsort[source[i]] = j; in remap()
408 remap(depth, nd, 16, source, unsort); in buildtfm()
412 ti->dptr = unsort[ti->dptr]; in buildtfm()
432 remap(height, nh, 16, source, unsort); in buildtfm()
436 ti->hptr = unsort[ti->hptr]; in buildtfm()
458 remap(italic, ni, 64, source, unsort); in buildtfm()
462 ti->iptr = unsort[ti->iptr]; in buildtfm()
/dports/print/texlive-base/texlive-20150521-source/texk/ttf2pk2/
H A Dtfmaux.c50 static int unsort[257]; variable
126 int *unsort) in remap() argument
157 unsort[source[i]] = j; in remap()
160 unsort[source[i]] = j; in remap()
421 remap(depth, nd, 16, source, unsort); in buildtfm()
425 ti->dptr = unsort[ti->dptr]; in buildtfm()
445 remap(height, nh, 16, source, unsort); in buildtfm()
449 ti->hptr = unsort[ti->hptr]; in buildtfm()
471 remap(italic, ni, 64, source, unsort); in buildtfm()
475 ti->iptr = unsort[ti->iptr]; in buildtfm()
/dports/games/freedoko/FreeDoko_0.7.19/src/card/
H A Dsorted_hand_const.cpp308 this->unsort(); in set_sorting()
349 SortedHandConst::unsort() in unsort() function in SortedHandConst
H A Dsorted_hand_const.h79 void unsort();
H A Dsorted_hand.cpp472 this->unsort(); in set_sorting()
513 SortedHand::unsort() in unsort() function in SortedHand
H A Dsorted_hand.h99 void unsort();
/dports/lang/sketchy/sketchy-20070218/src/
H A Dunsort.scm50 (define (unsort a seed)
/dports/misc/bogosort/bogosort-0.4.2/
H A DTODO5 * make an unsort program aswell
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/themes/transition/css/
H A Dtablesorter.css13 background: url(../images/unsort.gif) no-repeat center right;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/themes/default/css/
H A Dtablesorter.css13 background: url(../img/unsort.gif) no-repeat center right;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/themes/transition/LESS/
H A Dtablesorter.less13 background: url(../images/unsort.gif) no-repeat center right;
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_list.c1117 Eina_List *unsort = NULL; in eina_list_sort() local
1134 unsort = eina_list_nth_list(list, limit); in eina_list_sort()
1135 if (unsort) in eina_list_sort()
1136 unsort->prev->next = NULL; in eina_list_sort()
1170 if (unsort) in eina_list_sort()
1172 tail->next = unsort; in eina_list_sort()
1173 unsort->prev = tail; in eina_list_sort()
/dports/science/sparta/sparta-20Oct2021/bench/
H A Din.free37 # equilibrate with large timestep to unsort particles
H A Din.collide39 # first equilibrate with large timestep to unsort particles
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/equil/
H A DMultiPhaseEquil.h127 void unsort(vector_fp& x);
/dports/devel/9base/9base-6/diff/
H A Ddiffreg.c127 unsort(struct line *f, int l, int *b) in unsort() function
399 unsort(sfile[0], slen[0], class); in diffreg()
/dports/science/dynare/dynare-4.6.4/dynare++/tl/cc/
H A Dps_tensor.cc235 Permutation unsort(coor); in fillFromSparseTwo() local
245 unsort.apply(c); in fillFromSparseTwo()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/diff/
H A Ddiffreg.c130 unsort(struct line *f, int l, int *b) in unsort() function
402 unsort(sfile[0], slen[0], class); in diffreg()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dscreen_item32.h367 void unsort();
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dscreen_item32.h367 void unsort();
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Dafm2tfm.c923 int unsort[257]; variable
984 unsort[source[i]] = j; in remap()
986 unsort[source[i]] = j; in remap()
1081 ai->dptr = unsort[ai->dptr]; in buildtfm()
1099 ai->hptr = unsort[ai->hptr]; in buildtfm()
1119 ai->iptr = unsort[ai->iptr]; in buildtfm()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/equil/
H A DMultiPhaseEquil.cpp141 unsort(m_work); in MultiPhaseEquil()
399 void MultiPhaseEquil::unsort(vector_fp& x) in unsort() function in Cantera::MultiPhaseEquil
444 unsort(m_work); in stepComposition()
/dports/textproc/2bsd-diff/bin/diff/
H A Ddiffreg.c93 void unsort(struct line *, int, int *);
261 unsort(sfile[0], slen[0], class); in diffreg()
622 void unsort(f, l, b) in unsort() function
/dports/www/analog/analog-6.0/src/
H A Doutput2.c528 int firsts, firstds, alls, sorted, alphsort, unsort, bmult; in whatincluded() local
543 unsort = unsortedm_; /* quickest kludge for only one report */ in whatincluded()
551 unsort = unsortedf_; in whatincluded()
559 unsort = unsortedn_; in whatincluded()
683 od->outputter->whatincprintstr(outf, od, lngstr[unsort]); in whatincluded()

1234567