Home
last modified time | relevance | path

Searched defs:create_wheel (Results 1 – 7 of 7) sorted by relevance

/dports/devel/p5-Reflex/Reflex-0.100/lib/Reflex/POE/
H A DWheel.pm35 sub create_wheel { method in Reflex::POE::Wheel
/dports/devel/py-qtbuilder/PyQt-builder-1.9.1/pyqtbuild/bundle/
H A Dwheel.py33 def create_wheel(wheel_path, names): function
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_tire.cpp43 std::shared_ptr<ChBody> create_wheel(ChVector<> mposition, ChIrrAppInterface& mapplication) { in create_wheel() function
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Dialog/
H A DColorDialog.pm111 sub create_wheel subroutine
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_plugin.h99 void (*create_wheel)(const char *id, const char *label); member
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dsieve.c194 static wheel_t create_wheel(UV startp, uint32_t prime) in create_wheel() function
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dgx_stackbox_builder.cpp622 void StackBoxBuilder::create_wheel(const std::string& id, const char *label) { in create_wheel() function in gx_gui::StackBoxBuilder