Home
last modified time | relevance | path

Searched refs:thecopy (Results 1 – 8 of 8) sorted by relevance

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/
H A Dtest_labelers.py33 self.thecopy = m.__getattribute__("myblock.mystreet")
45 self.assertEqual(lbl(self.thecopy), 7)
56 self.assertEqual(lbl(self.thecopy), 'x7')
65 self.assertEqual(lbl(self.thecopy), 'xyz7')
76 self.assertEqual(lbl(self.thecopy), "'myblock.mystreet'")
90 self.assertEqual(lbl(self.thecopy), '_myblock_mystreet_')
104 self.assertEqual(lbl(self.thecopy), '_myblock_mystreet_')
118 self.assertEqual(lbl(self.thecopy), "'myblock.mystreet'")
132 self.assertEqual(lbl(self.thecopy), ComponentUID(self.thecopy))
152 self.assertEqual(lbl(self.thecopy), '_myblock_mystreet_')
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_TransformStandard.cxx38 { thecopy = Standard_True; } in IMPLEMENT_STANDARD_RTTIEXT()
42 { thecopy = option; } in SetCopyOption()
45 { return thecopy; } in CopyOption()
H A DIFSelect_TransformStandard.hxx154 Standard_Boolean thecopy; member in IFSelect_TransformStandard
/dports/editors/nano/nano-5.9/src/
H A Dutils.c331 char *thecopy = nmalloc(count + 1); in measured_copy() local
333 memcpy(thecopy, string, count); in measured_copy()
334 thecopy[count] = '\0'; in measured_copy()
336 return thecopy; in measured_copy()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dselect.c70 GList *thecopy = NULL; in push_clipboard() local
75 thecopy = g_list_append (thecopy, clone_obj_list (g->data)); in push_clipboard()
77 clip->objectlist = thecopy; in push_clipboard()
86 GList *thecopy = NULL; in pop_clipboard() local
95 thecopy = clip->objectlist; in pop_clipboard()
98 copybuffer = thecopy; in pop_clipboard()
110 GList *thecopy = NULL; in pop_off_clipboard() local
112 thecopy = ((DenemoClipboard *) clipboards->data)->objectlist; in pop_off_clipboard()
116 return thecopy; in pop_off_clipboard()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIFSelect_TransformStandard.hxx154 Standard_Boolean thecopy; member in IFSelect_TransformStandard
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIFSelect_TransformStandard.hxx166 Standard_Boolean thecopy; member in IFSelect_TransformStandard
/dports/math/form/form-4.2.1/sources/
H A Dratio.c3118 WORD *thecopy, *rc, ncoef, newcoef, *m, *mm, nco, *outarg = 0; in ExpandRat() local
3521 rr = thecopy = AT.WorkPointer; in ExpandRat()
3533 *thecopy = rr - thecopy; in ExpandRat()
3535 Normalize(BHEAD thecopy); in ExpandRat()
3536 if ( *thecopy > 0 ) StoreTerm(BHEAD thecopy); in ExpandRat()
3537 AT.WorkPointer = thecopy; in ExpandRat()