Home
last modified time | relevance | path

Searched refs:fixIndices (Results 1 – 9 of 9) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DChain.java91 void fixIndices(int atomsDeleted, BS bsDeleted) { in fixIndices() method in Chain
93 groups[i].fixIndices(atomsDeleted, bsDeleted); in fixIndices()
H A DModel.java287 public void fixIndices(int modelIndex, int nAtomsDeleted, BS bsDeleted) { in fixIndices() method in Model
299 chains[i].fixIndices(nAtomsDeleted, bsDeleted); in fixIndicesM()
H A DGroup.java494 public void fixIndices(int atomsDeleted, BS bsDeleted) { in fixIndices() method in Group
H A DModelSet.java781 oldModels[j].fixIndices(mpt, nAtoms, bsModelAtoms); in deleteModels()
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/kylemcc/twitter-text-go/extract/
H A Dextract.go84 func (entities entitiesT) fixIndices(text string) { func
291 result.fixIndices(text)
359 result.fixIndices(text)
427 result.fixIndices(text)
507 result.fixIndices(text)
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Core/ChoiceList/
H A DSimpleChoiceList.php152 return $this->fixIndices($choices);
H A DChoiceList.php477 protected function fixIndices(array $indices) function in Symfony\\Component\\Form\\Extension\\Core\\ChoiceList\\ChoiceList
/dports/science/jmol/jmol-14.32.7/src/org/jmol/dssx/
H A DDSSR1.java169 fixIndices(map, "kissingLoops", "hairpin"); in fixDSSRJSONMap()
170 fixIndices(map, "coaxStacks", "stem"); in fixDSSRJSONMap()
199 private void fixIndices(Map<String, Object> map, String key, in fixIndices() method in DSSR1
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelsetbio/
H A DBioModel.java167 public void fixIndices(int modelIndex, int nAtomsDeleted, BS bsDeleted) { in fixIndices() method in BioModel