Searched refs:leave_last (Results 1 – 9 of 9) sorted by relevance
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/MolStandardize/ |
H A D | fragment.py | 139 def __init__(self, fragments=REMOVE_FRAGMENTS, leave_last=LEAVE_LAST): argument 152 self.leave_last = leave_last 170 if mol.GetNumAtoms() == 0 or (self.leave_last and len(Chem.GetMolFrags(mol)) <= 1): 176 if self.leave_last and removed.GetNumAtoms() == 0:
|
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/ |
H A D | Fragment.cpp | 37 bool leave_last, bool skip_if_all_match) { in FragmentRemover() argument 47 this->LEAVE_LAST = leave_last; in FragmentRemover() 52 FragmentRemover::FragmentRemover(std::istream &fragmentStream, bool leave_last, in FragmentRemover() argument 59 this->LEAVE_LAST = leave_last; in FragmentRemover()
|
H A D | Fragment.h | 34 FragmentRemover(const std::string fragmentFile, bool leave_last, 36 FragmentRemover(std::istream &fragmentStream, bool leave_last,
|
H A D | catch_tests.cpp | 437 bool leave_last = false; variable 438 MolStandardize::FragmentRemover rmv(iss, leave_last);
|
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/Wrap/ |
H A D | Fragment.cpp | 29 bool leave_last, in removerFromParams() argument 32 return new MolStandardize::FragmentRemover(sstr, leave_last, in removerFromParams()
|
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/ |
H A D | task-button.h | 81 gboolean task_button_drop_window(TaskButton *button, Window win, gboolean leave_last);
|
H A D | task-button.c | 1850 gboolean task_button_drop_window(TaskButton *button, Window win, gboolean leave_last) in task_button_drop_window() argument 1858 if (leave_last && g_list_length(button->details) <= 1) in task_button_drop_window()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/ |
H A D | lists.rs | 569 leave_last: bool, field 762 item: if self.inner.peek().is_none() && self.leave_last { in next() 786 leave_last: bool, in itemize_list() 804 leave_last, in itemize_list()
|
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/ |
H A D | sfdisk.c | 92 int leave_last = 0; /* 1: don't allocate the last cylinder */ variable 870 if (B.total_size && leave_last) in get_disksize() 2682 leave_last = 1; in main()
|