Home
last modified time | relevance | path

Searched defs:_Frame (Results 1 – 13 of 13) sorted by relevance

/dports/games/xbubble/xbubble-0.5.8/src/
H A Dframe.h6 typedef struct _Frame { struct
7 int width;
8 int height;
9 int cx;
10 int cy;
11 int delay;
12 int has_mask;
13 Pixmap pixmap;
14 GC gc;
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/frame/
H A D_Frame.java23 public class _Frame extends MultiPropertyTest { class
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/frame/
H A D_Frame.java23 public class _Frame extends MultiPropertyTest { class
/dports/devel/py-billiard/billiard-3.6.3.0/billiard/
H A Deinfo.py29 class _Frame(object): class
/dports/x11-toolkits/py-tktreectrl/TkinterTreectrl-2.0.2/TkTreectrl/
H A DScrolledTreectrl.py26 _Frame = ttk.Frame variable
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dfailure.py115 class _Frame(object): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dfailure.py146 class _Frame: class
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A D_gevent_cgreenlet.pxd101 cdef class _Frame: class
H A Dgreenlet.py124 class _Frame(object): class
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dconnection.py226 class _Frame(object): class
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_gui/swing/
H A DPRoot.py201 class _Frame(JFrame, ComponentListener): class
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/HighOrderMeshOptimizer/
H A DBoundaryLayerCurver2D.cpp189 _Frame::_Frame(const MEdgeN *edge, const GFace *gface, const GEdge *gedge, in _Frame() function in BoundaryLayerCurver::EdgeCurver2D::_Frame
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Dcore.py296 class _Frame(DaskMethodsMixin, OperatorMethodMixin): class