Searched refs:flatnames (Results 1 – 6 of 6) sorted by relevance
89 static const TranslatableString flatnames[12] = { in PitchName() local146 case PitchNameChoice::Flats: table = flatnames; break; in PitchName()
775 char *flatnames = 0; in ReadLevelData() local847 flatnames = new char[WAD_FLAT_NAME * nflatnames]; in ReadLevelData()848 wf->read_bytes (flatnames, WAD_FLAT_NAME * nflatnames); in ReadLevelData()876 if (nflatnames && flatnames && index >= 0 && index < nflatnames) in ReadLevelData()877 memcpy (Sectors[n].floort, flatnames + WAD_FLAT_NAME * index, in ReadLevelData()882 if (nflatnames && flatnames && index >= 0 && index < nflatnames) in ReadLevelData()883 memcpy (Sectors[n].ceilt, flatnames + WAD_FLAT_NAME * index, in ReadLevelData()903 if (flatnames != 0) in ReadLevelData()904 delete[] flatnames; in ReadLevelData()
72 Parameters are listed in the same order as `model_pars` and `flatnames`.209 Order of parameters is given by self.model_pars or self.flatnames227 .. py:property:: flatnames
415 """Split flatnames to par and location"""577 Parameters are listed in the same order as `model_pars` and `flatnames`.671 elif len(self.flatnames) > self._repr_num:673 self._set_repr_pars(self.flatnames[:self._repr_num-1] + ['lp__'])684 if pars is not None and len(self.flatnames) > len(pars):853 Order of parameters is given by self.model_pars or self.flatnames858 fnames = self.flatnames933 property flatnames:
195 my $flatnames = "(CALM1 OR CAM1 OR CALM OR CAM) AND (CALM2 OR CAM2 OR CAMB) AND (CALM3 OR CAM3 OR C…
879 my $flatnames = "(CALM1 OR CAM1 OR CALM OR CAM) AND (CALM2 OR CAM2 OR CAMB) AND (CALM3 OR CAM3 OR C…