Home
last modified time | relevance | path

Searched defs:RootHandler (Results 1 – 15 of 15) sorted by relevance

/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Droot.go43 type RootHandler struct { struct
46 Stealth bool
48 OwnerName string // for display purposes only.
53 BlobRoot string
54 SearchRoot string
55 helpRoot string
56 importerRoot string
57 statusRoot string
58 Prefix string // root handler's prefix
63 JSONSignRoot string
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/utility/
H A Dtransformsequence.cpp475 struct RootHandler struct
477 const TrajectoryX& m_tx;
478 const TrajectoryY& m_ty;
479 const LinearFunction& m_sz;
480 const Transformd& m_axis_to_z;
481 const Vector3d& m_corner;
482 AABB3d& m_motion_bbox;
484 RootHandler( in RootHandler() function
500 void operator()(const double theta) const in operator ()()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/xml/
H A DRootHandler.java51 public class RootHandler extends DefaultHandler implements DatasetTags { class
59 public RootHandler() { in RootHandler() method in RootHandler
/dports/www/zola/zola-0.15.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-parameter_1.67.0_x64-windows-static.list37 x64-windows-static/include/boost/parameter/python.hpp
/dports/www/py-tornado4/tornado-4.5.3/demos/benchmark/
H A Dbenchmark.py49 class RootHandler(RequestHandler): class
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/views/
H A Droot_handler.py44 class RootHandler(AuthMixin, RequestHandler): class
/dports/www/py-tornado/tornado-6.1/demos/s3server/
H A Ds3server.py131 class RootHandler(BaseRequestHandler): class
/dports/www/py-tornado5/tornado-5.1.1/demos/s3server/
H A Ds3server.py129 class RootHandler(BaseRequestHandler): class
/dports/www/py-tornado4/tornado-4.5.3/demos/s3server/
H A Ds3server.py118 class RootHandler(BaseRequestHandler): class
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/utils/
H A DProjectHelper.java458 public static class RootHandler extends ProjectHelper2.RootHandler { class in ProjectHelper
460 public RootHandler(AntXMLContext context, AntHandler rootHandler) { in RootHandler() method in ProjectHelper.RootHandler
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/
H A DDataParser.java225 private class RootHandler extends DefaultHandler { class in DataParser
227 public RootHandler() { in RootHandler() method in DataParser.RootHandler
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dxmlstatehandler.h87 RootHandler(StateData* data) : StateHandler(data) {} in RootHandler() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/persistence/
H A DXMLParser.java389 protected abstract class RootHandler extends AbstractHandler { class in XMLParser
391 public RootHandler() { in RootHandler() method in XMLParser.RootHandler
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/mitmscripts/
H A Dfluent.py252 class RootHandler(Handler, ActionsMixin, FilterableMixin): class
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/result/
H A Dxmlelementhandlers.py60 class RootHandler(_Handler): class