Home
last modified time | relevance | path

Searched refs:GetProp (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/
H A DUnitTestLipinski.py51 idx, m.GetProp('SMILES'), calc, orig)
56 idx, m.GetProp('SMILES'), calc, orig)
59 orig = int(m.GetProp('NUM_HDONORS'))
61 idx, m.GetProp('SMILES'), calc, orig)
64 orig = int(m.GetProp('NUM_HACCEPTORS'))
66 idx, m.GetProp('SMILES'), calc, orig)
69 orig = int(m.GetProp('NUM_HETEROATOMS'))
71 idx, m.GetProp('SMILES'), calc, orig)
74 orig = int(m.GetProp(rot_prop))
81 orig = int(m.GetProp(NonStrict))
[all …]
H A DUnitTestSuppliers.py40 self.assertEqual(m.GetProp('_Name'), '48')
41 self.assertEqual(m.GetProp('NSC'), '48')
42 self.assertEqual(m.GetProp('CAS_RN'), '15716-70-8')
44 self.assertEqual(m.GetProp('_Name'), '78')
45 self.assertEqual(m.GetProp('NSC'), '78')
46 self.assertEqual(m.GetProp('CAS_RN'), '6290-84-2')
69 self.assertEqual(m.GetProp('_Name'), 'ALDOSTERONE')
70 self.assertEqual(m.GetProp('ID'), 'RD-PGP-0001')
72 self.assertEqual(m.GetProp('_Name'), 'AMIODARONE')
73 self.assertEqual(m.GetProp('ID'), 'RD-PGP-0002')
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A DtestMultithreadedMolSupplier.py35 prop = mol.GetProp("Column_2")
36 name = mol.GetProp("_Name")
54 prop = mol.GetProp("Column_2")
55 name = mol.GetProp("_Name")
75 confusedMolNames.append(mol.GetProp("_Name"))
86 confusedMolNames.append(mol.GetProp("_Name"))
112 confusedMolNames.append(mol.GetProp("_Name"))
129 confusedMolNames.append(mol.GetProp("_Name"))
H A DConformer.cpp157 .def("GetProp", GetProp<Conformer, std::string>, in wrap()
165 .def("GetDoubleProp", GetProp<Conformer, double>, in wrap()
173 .def("GetIntProp", GetProp<Conformer, int>, in wrap()
181 .def("GetUnsignedProp", GetProp<Conformer, unsigned int>, in wrap()
189 .def("GetBoolProp", GetProp<Conformer, bool>, in wrap()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/PartialCharges/Wrap/
H A DtestPartialCharges.py39 tstr += mol.GetProp("_Name")
44 chg = float(at.GetProp("_GasteigerCharge"))
79 rdch = float(rdmol.GetAtomWithIdx(ai).GetProp('_GasteigerCharge'))
96 c1 = float(m1.GetAtomWithIdx(i).GetProp('_GasteigerCharge'))
97 c2 = float(m2.GetAtomWithIdx(i).GetProp('_GasteigerCharge'))
112 c1 = float(m1.GetAtomWithIdx(i).GetProp('_GasteigerCharge'))
127 float(at.GetProp('_GasteigerCharge'))
132 float(at.GetProp('_GasteigerCharge'))
/dports/astro/phd2/phd2-2.6.10/
H A Dscope_ascom.cpp107 if (!ilist.GetProp(&vcnt, L"Count")) in EnumAscomScopes()
116 if (ilist.GetProp(&kvpres, L"Item", i)) in EnumAscomScopes()
120 if (kvpair.GetProp(&vkey, L"Key") && kvpair.GetProp(&vval, L"Value")) in EnumAscomScopes()
344 if (!pScopeDriver.GetProp(&vRes, L"Name")) in Connect()
739 if (!scope->GetProp(&vRes, dispid_isslewing)) in IsSlewing()
816 if (!scope.GetProp(&vRes, dispid_declination)) in GetDeclination()
856 if (!scope.GetProp(&vRes, dispid_decguiderate)) in GetGuideRates()
863 if (!scope.GetProp(&vRes, dispid_raguiderate)) in GetGuideRates()
909 if (!scope.GetProp(&vDec, dispid_declination)) in GetCoordinates()
916 if (!scope.GetProp(&vST, dispid_siderealtime)) in GetCoordinates()
[all …]
H A Dcam_ascom.cpp479 if (!ilist.GetProp(&vcnt, L"Count")) in EnumAscomCameras()
492 if (kvpair.GetProp(&vkey, L"Key") && kvpair.GetProp(&vval, L"Value")) in EnumAscomCameras()
579 if (driver.GetProp(&vname, L"Name")) in Connect()
609 if (driver.GetProp(&vRes, L"HasShutter")) in Connect()
632 if (!driver.GetProp(&vRes, L"MaxADU")) in Connect()
659 if (!driver.GetProp(&vRes, L"PixelSizeX")) in Connect()
666 if (!driver.GetProp(&vRes, L"PixelSizeY")) in Connect()
674 if (driver.GetProp(&vRes, L"MaxBinX")) in Connect()
676 if (driver.GetProp(&vRes, L"MaxBinY")) in Connect()
685 if (driver.GetProp(&vRes, L"CoolerOn")) in Connect()
[all …]
H A Drotator_ascom.cpp89 if (!ilist.GetProp(&vcnt, L"Count")) in EnumAscomRotators()
98 if (ilist.GetProp(&kvpres, L"Item", i)) in EnumAscomRotators()
102 if (kvpair.GetProp(&vkey, L"Key") && kvpair.GetProp(&vval, L"Value")) in EnumAscomRotators()
181 if (driver.GetProp(&vname, L"Name")) in Connect()
235 if (!rot.GetProp(&vRes, L"Position")) in Position()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dhyperlinks.c37 WNDPROC pfnOrigProc = (WNDPROC) GetProp(hwnd, PROP_ORIGINAL_PROC); in _HyperlinkParentProc()
45 BOOL fHyperlink = (NULL != GetProp(hwndCtl, PROP_STATIC_HYPERLINK)); in _HyperlinkParentProc()
66 WNDPROC pfnOrigProc = (WNDPROC) GetProp(hwnd, PROP_ORIGINAL_PROC); in _HyperlinkProc()
74 HFONT hOrigFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
78 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
89 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
101 HFONT hFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dhyperlinks.c35 WNDPROC pfnOrigProc = (WNDPROC) GetProp(hwnd, PROP_ORIGINAL_PROC); in _HyperlinkParentProc()
43 BOOL fHyperlink = (NULL != GetProp(hwndCtl, PROP_STATIC_HYPERLINK)); in _HyperlinkParentProc()
64 WNDPROC pfnOrigProc = (WNDPROC) GetProp(hwnd, PROP_ORIGINAL_PROC); in _HyperlinkProc()
72 HFONT hOrigFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
76 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
87 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
99 HFONT hFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-tree-0.9.2/src/
H A Dmethodtype.rs50 type GetProp: ?Sized; typedef
55 …fn call_getprop(_: &Self::GetProp, _: &mut IterAppend, _: &PropInfo<Self, D>) -> Result<(), Method… in call_getprop() argument
62 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
75 type GetProp = dyn Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
79 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
86 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
97 type GetProp = RefCell<dyn FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
101 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
108 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
124 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinhyperlinks.cpp33 hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in GetTextRect()
58 WNDPROC origProc = (WNDPROC)GetProp(hWnd, hyperLinkOriginalProc); in _HyperlinkParentProc()
68 if (GetProp(hCtrl, hyperLinkFromStatic) != NULL) in _HyperlinkParentProc()
90 WNDPROC origProc = (WNDPROC)GetProp(hWnd, hyperLinkOriginalProc); in _HyperlinkProc()
105 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
124 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
137 HFONT hOrigFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
141 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinhyperlinks.cpp33 hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in GetTextRect()
58 WNDPROC origProc = (WNDPROC)GetProp(hWnd, hyperLinkOriginalProc); in _HyperlinkParentProc()
68 if (GetProp(hCtrl, hyperLinkFromStatic) != NULL) in _HyperlinkParentProc()
90 WNDPROC origProc = (WNDPROC)GetProp(hWnd, hyperLinkOriginalProc); in _HyperlinkProc()
105 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
124 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
137 HFONT hOrigFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
141 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dpsx_props.h310 inline psxProp *GetProp(uint32 prop);
316 inline psxProp *psxPLfile::GetProp(uint32 prop) { return (psxProp *)((uint8 *)id + propOffsets[prop… in GetProp() function
319 psxProp *pProp = GetProp(prop); in GetPropStateQty()
324 psxProp *pProp = GetProp(prop); in GetPropName()
329 psxProp *pProp = GetProp(prop); in GetPropState()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/dbus-0.6.5/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dbus-0.6.4/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/dbus-0.6.5/src/tree/
H A Dmethodtype.rs115 type GetProp: ?Sized; typedef
120 fn call_getprop(&Self::GetProp, &mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; in call_getprop() argument
127 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
140 type GetProp = Fn(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>; typedef
144 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
151 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
162 type GetProp = RefCell<FnMut(&mut IterAppend, &PropInfo<Self, D>) -> Result<(), MethodErr>>; typedef
166 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
173 fn make_getprop<H>(h: H) -> Box<Self::GetProp> in make_getprop()
189 fn call_getprop(p: &Self::GetProp, i: &mut IterAppend, pinfo: &PropInfo<Self, D>) in call_getprop() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-35139.rs4 type GetProp: ?Sized; typedef
10 type GetProp = dyn fmt::Debug + 'a; typedef
13 fn bad(a: Box<<MTFn as MethodType>::GetProp>) -> Box<dyn fmt::Debug+'static> { in bad()
/dports/www/mattermost-server/mattermost-server-6.0.2/app/slashcommands/
H A Dcommand_test.go167 assert.Nil(t, post.GetProp("override_icon_url"))
168 assert.Nil(t, post.GetProp("override_username"))
169 assert.Nil(t, post.GetProp("from_webhook"))
175 assert.Equal(t, "true", post.GetProp("from_webhook"))
197 assert.Nil(t, post.GetProp("override_username"))
205 assert.Equal(t, "true", post.GetProp("from_webhook"))
213 assert.Equal(t, "true", post.GetProp("from_webhook"))
224 assert.Nil(t, post.GetProp("override_icon_url"))
232 assert.Equal(t, "true", post.GetProp("from_webhook"))
240 assert.Equal(t, "true", post.GetProp("from_webhook"))
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/ChemUtils/
H A DTemplateExpand.py135 bbNm = bbMol.GetProp('_Name')
146 bbNm = bbMol.GetProp('_Name')
152 r.SetProp('building_block_%d_%s' % (bbI + 1, propN), bbMol.GetProp(propN))
163 templateName = template.GetProp('_Name')
170 print('> <%s>\n%s\n' % (pN, mol.GetProp(pN)), file=outF)
186 entry.SetProp(propN, mol.GetProp(propN))
228 entry.SetProp(propN, mol.GetProp(propN))
242 entry.SetProp(propN, mol.GetProp(propN))
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/CIPLabeler/Wrap/
H A DpyCIPLabelWrapTest.py23 self.assertEqual(atom1.GetProp("_CIPCode"), "S")
41 self.assertEqual(atom1.GetProp("_CIPCode"), "S")
60 self.assertEqual(bond3.GetProp("_CIPCode"), "Z")

12345678910>>...40