Home
last modified time | relevance | path

Searched refs:TabClass (Results 1 – 11 of 11) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Module/Tab/
H A DModuleTabUnregister.php35 use Tab as TabClass; alias
105 $tab_legacy = new TabClass($tab->getId());
140 $legacyTabParent = new TabClass($parent->getId());
145 $legacyTab = new TabClass($child->getId());
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTopAdaptor/
H A DBRepTopAdaptor_FClass2d.cxx284 TabClass.Append((void *)new CSLib_Class2d(PClass,FlecheU,FlecheV,Umin,Vmin,Umax,Vmax)); in BRepTopAdaptor_FClass2d()
418 TabClass.Append((void *)new CSLib_Class2d(PClass,FlecheU,FlecheV,Umin,Vmin,Umax,Vmax)); in BRepTopAdaptor_FClass2d()
451 Standard_Integer nbtabclass = TabClass.Length(); in BRepTopAdaptor_FClass2d()
503 Standard_Integer nbtabclass = TabClass.Length(); in Perform()
558 Standard_Integer cur = ((CSLib_Class2d *)TabClass(n))->SiDans(Puv); in Perform()
637 Standard_Integer nbtabclass = TabClass.Length(); in TestOnRestriction()
692 Standard_Integer cur = ((CSLib_Class2d *)TabClass(n))->SiDans_OnMode(Puv,Tol); in TestOnRestriction()
764 Standard_Integer nbtabclass = TabClass.Length(); in Destroy()
766 if(TabClass(d)) { in Destroy()
767 delete ((CSLib_Class2d *)TabClass(d)); in Destroy()
[all …]
H A DBRepTopAdaptor_FClass2d.hxx77 BRepTopAdaptor_SeqOfPtr TabClass; member in BRepTopAdaptor_FClass2d
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_FClass2d.cxx380 TabClass.Append((void *)new CSLib_Class2d(PClass, in Init()
482 TabClass.Append((void *)new CSLib_Class2d(SeqPnt2d, in Init()
510 TabClass.Append((void *)new CSLib_Class2d(SeqPnt2d, in Init()
518 Standard_Integer nbtabclass = TabClass.Length(); in Init()
573 Standard_Integer nbtabclass = TabClass.Length(); in Perform()
618 cur = ((CSLib_Class2d *)TabClass(n))->SiDans(Puv); in Perform()
719 Standard_Integer nbtabclass = TabClass.Length(); in TestOnRestriction()
832 Standard_Integer nbtabclass = TabClass.Length(); in Destroy()
834 if(TabClass(d)) { in Destroy()
835 delete ((CSLib_Class2d *)TabClass(d)); in Destroy()
[all …]
H A DIntTools_FClass2d.hxx98 BRepTopAdaptor_SeqOfPtr TabClass; member in IntTools_FClass2d
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepTopAdaptor_FClass2d.hxx77 BRepTopAdaptor_SeqOfPtr TabClass; member in BRepTopAdaptor_FClass2d
H A DIntTools_FClass2d.hxx98 BRepTopAdaptor_SeqOfPtr TabClass; member in IntTools_FClass2d
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepTopAdaptor_FClass2d.hxx78 BRepTopAdaptor_SeqOfPtr TabClass; member in BRepTopAdaptor_FClass2d
H A DIntTools_FClass2d.hxx99 BRepTopAdaptor_SeqOfPtr TabClass; member in IntTools_FClass2d
/dports/textproc/redet/redet-8.26/
H A DFeatureList-groovy-en_us188 TabClass F
H A Dredet.tcl657 TabClass\
5232 set TestData(TabClass) "ZmZ\nZaZ\nZ\tZ";
5233 set Intended(TabClass) "Z\tZ";
5234 set TestRegexp(TabClass) {Z[[:tab:]]Z};