Home
last modified time | relevance | path

Searched refs:hasshift (Results 1 – 4 of 4) sorted by relevance

/dports/editors/gedit/gedit-40.1/plugins/quickopen/quickopen/
H A Dpopup.py440 def _select_index(self, idx, hasctrl, hasshift): argument
443 if not (hasctrl or hasshift):
446 if hasshift:
457 if hasctrl or hasshift:
463 def _move_selection(self, howmany, hasctrl, hasshift): argument
482 self._select_index(0, hasctrl, hasshift)
484 self._select_index(num - 1, hasctrl, hasshift)
489 self._select_index(0, hasctrl, hasshift)
491 self._select_index(num - 1, hasctrl, hasshift)
493 self._select_index(idx + howmany, hasctrl, hasshift)
/dports/editors/pluma/pluma-1.26.0/plugins/quickopen/quickopen/
H A Dpopup.py392 def _select_index(self, idx, hasctrl, hasshift): argument
395 if not (hasctrl or hasshift):
398 if hasshift:
409 if hasctrl or hasshift:
415 def _move_selection(self, howmany, hasctrl, hasshift): argument
434 self._select_index(0, hasctrl, hasshift)
436 self._select_index(num - 1, hasctrl, hasshift)
441 self._select_index(0, hasctrl, hasshift)
443 self._select_index(num - 1, hasctrl, hasshift)
445 self._select_index(idx + howmany, hasctrl, hasshift)
/dports/audio/sfront/sfront-0.99/src/
H A Dcorecode.c4553 void fftparams(tnode * aptr, tnode * eptr, int * haslen, int * hasshift,
4568 *hasshift = 1;
4629 int hasshift = 0;
4638 &haslen, &hasshift, &hassize, &haswin,
4760 if (!hasshift)
5068 int hasshift = 0;
5078 &haslen, &hasshift, &hassize, &haswin,
5102 if ((constscale = (fftsize && (!hasshift || (fftshift && fftlen)))))
5105 (hasshift ? ((float)fftshift)/fftlen : 1.0F)
5210 if (!hasshift)
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Ddumppfa.c1468 int hasblue=0, hash=0, hasv=0, hasshift/*, hasxuid*/, hasbold, haslg; in dumpprivatestuff() local
1490 hasshift = PSDictHasEntry(sf->private,"BlueShift")!=NULL; in dumpprivatestuff()
1558 …if ( !hasshift && flex_max>=7 ) ++cnt; /* BlueShift needs to be specified if flex wants something … in dumpprivatestuff()
1617 if ( !hasshift && flex_max>=7 ) in dumpprivatestuff()