Home
last modified time | relevance | path

Searched refs:keep_index (Results 26 – 34 of 34) sorted by relevance

12

/dports/mail/p5-Mail-Box/Mail-Box-3.009/t/
H A D111mh-write.t26 , keep_index => 1
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Dstashmsg.rs73 self.options.keep_index, in event()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/image/
H A Dgdiplus.cpp338 bool keep_index = (flags & ALLEGRO_KEEP_INDEX); in _al_load_gdiplus_bitmap_f() local
342 if (pf == PixelFormat8bppIndexed && keep_index) { in _al_load_gdiplus_bitmap_f()
H A Dbmp.c1191 bool keep_index = INT_TO_BOOL(flags & ALLEGRO_KEEP_INDEX); in _al_load_bmp_f() local
1380 if (infoheader.biBitCount <= 8 && keep_index) { in _al_load_bmp_f()
1432 if (keep_index) { in _al_load_bmp_f()
1532 if (keep_index) { in _al_load_bmp_f()
/dports/mail/p5-Mail-Box/Mail-Box-3.009/lib/Mail/Box/
H A DMH.pm49 $self->{MBM_keep_index} = $args->{keep_index} || 0;
H A DMH.pod76 keep_index 0
138 =item keep_index => BOOLEAN
631 If you specify L<new(keep_index)|Mail::Box::MH/"METHODS">, then all header-lines of all messages
/dports/mail/p5-Mail-Box/Mail-Box-3.009/lib/Mail/Box/MH/
H A DIndex.pod27 L<Mail::Box::MH::new(keep_index)|Mail::Box::MH/"METHODS"> when opening a folder, the index file
/dports/math/py-pandas/pandas-1.2.5/pandas/plotting/_matplotlib/
H A Dcore.py254 def _iter_data(self, data=None, keep_index=False, fillna=None):
261 if keep_index is True:
1124 it = self._iter_data(data=data, keep_index=True)
/dports/devel/py-pygit2/pygit2-1.7.1/pygit2/
H A Drepository.py1046 def stash(self, stasher, message=None, keep_index=False, argument
1082 flags |= keep_index * C.GIT_STASH_KEEP_INDEX

12