Home
last modified time | relevance | path

Searched refs:PathItem (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/graphics/gpxsee/GPXSee-7.32/src/GUI/
H A Dpathitem.cpp24 Units PathItem::_units = Metric;
29 PathItem::PathItem(const Path &path, Map *map, QGraphicsItem *parent) in PathItem() function in PathItem
54 void PathItem::updateShape() in updateShape()
87 void PathItem::updatePainterPath() in updatePainterPath()
130 void PathItem::setMap(Map *map) in setMap()
158 void PathItem::setWidth(qreal width) in setWidth()
280 void PathItem::hover(bool hover) in hover()
302 qreal PathItem::xInM() const in xInM()
307 unsigned PathItem::tickSize() const in tickSize()
329 void PathItem::updateTicks() in updateTicks()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/insta-0.16.0/src/
H A Dredaction.rs26 pub struct ContentPath<'a>(&'a [PathItem]);
33 PathItem::Content(ref ctx) => { in fmt()
147 pub enum PathItem { enum
153 impl PathItem { implementation
157 PathItem::Field(s) => Some(s), in as_str()
158 PathItem::Index(..) => None, in as_str()
165 PathItem::Field(_) => None, in as_u64()
166 PathItem::Index(idx, _) => Some(idx), in as_u64()
377 path: &mut Vec<PathItem>, in redact_seq() argument
395 path: &mut Vec<PathItem>, in redact_struct() argument
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/insta-1.8.0/src/
H A Dredaction.rs26 pub struct ContentPath<'a>(&'a [PathItem]);
33 PathItem::Content(ref ctx) => { in fmt()
147 pub enum PathItem { enum
153 impl PathItem { implementation
157 PathItem::Field(s) => Some(s), in as_str()
158 PathItem::Index(..) => None, in as_str()
165 PathItem::Field(_) => None, in as_u64()
166 PathItem::Index(idx, _) => Some(idx), in as_u64()
377 path: &mut Vec<PathItem>, in redact_seq() argument
395 path: &mut Vec<PathItem>, in redact_struct() argument
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/insta-1.8.0/src/
H A Dredaction.rs26 pub struct ContentPath<'a>(&'a [PathItem]);
33 PathItem::Content(ref ctx) => { in fmt()
147 pub enum PathItem { enum
153 impl PathItem { impl
157 PathItem::Field(s) => Some(s), in as_str()
158 PathItem::Index(..) => None, in as_str()
165 PathItem::Field(_) => None, in as_u64()
166 PathItem::Index(idx, _) => Some(idx), in as_u64()
377 path: &mut Vec<PathItem>, in redact_seq() argument
395 path: &mut Vec<PathItem>, in redact_struct() argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/insta-1.8.0/src/
H A Dredaction.rs26 pub struct ContentPath<'a>(&'a [PathItem]);
33 PathItem::Content(ref ctx) => { in fmt()
147 pub enum PathItem { enum
153 impl PathItem { impl
157 PathItem::Field(s) => Some(s), in as_str()
158 PathItem::Index(..) => None, in as_str()
165 PathItem::Field(_) => None, in as_u64()
166 PathItem::Index(idx, _) => Some(idx), in as_u64()
377 path: &mut Vec<PathItem>, in redact_seq() argument
395 path: &mut Vec<PathItem>, in redact_struct() argument
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/insta-1.8.0/src/
H A Dredaction.rs26 pub struct ContentPath<'a>(&'a [PathItem]);
33 PathItem::Content(ref ctx) => { in fmt()
147 pub enum PathItem { enum
153 impl PathItem { implementation
157 PathItem::Field(s) => Some(s), in as_str()
158 PathItem::Index(..) => None, in as_str()
165 PathItem::Field(_) => None, in as_u64()
166 PathItem::Index(idx, _) => Some(idx), in as_u64()
377 path: &mut Vec<PathItem>, in redact_seq() argument
395 path: &mut Vec<PathItem>, in redact_struct() argument
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/actix-router-0.2.4/src/
H A Dpath.rs9 pub(crate) enum PathItem { enum
21 pub(crate) segments: Vec<(&'static str, PathItem)>,
98 pub(crate) fn add(&mut self, name: &'static str, value: PathItem) { in add() argument
100 PathItem::Static(s) => self.segments.push((name, PathItem::Static(s))), in add()
101 PathItem::Segment(begin, end) => self in add()
103 .push((name, PathItem::Segment(self.skip + begin, self.skip + end))), in add()
109 self.segments.push((name, PathItem::Static(value))); in add_static()
129 PathItem::Static(ref s) => Some(&s), in get()
130 PathItem::Segment(s, e) => { in get()
188 PathItem::Static(ref s) => &s, in next()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-router-0.2.7/src/
H A Dpath.rs9 pub(crate) enum PathItem { enum
21 pub(crate) segments: Vec<(&'static str, PathItem)>,
98 pub(crate) fn add(&mut self, name: &'static str, value: PathItem) { in add() argument
100 PathItem::Static(s) => self.segments.push((name, PathItem::Static(s))), in add()
101 PathItem::Segment(begin, end) => self in add()
103 .push((name, PathItem::Segment(self.skip + begin, self.skip + end))), in add()
109 self.segments.push((name, PathItem::Static(value))); in add_static()
129 PathItem::Static(ref s) => Some(&s), in get()
130 PathItem::Segment(s, e) => { in get()
188 PathItem::Static(ref s) => &s, in next()
[all …]
/dports/editors/cpeditor/cpeditor-6.8.2/src/Settings/
H A DPathItem.cpp30 PathItem::PathItem(Type type, QWidget *parent) : QWidget(parent), fileType(type) in PathItem() function in PathItem
42 connect(toolButton, &QToolButton::clicked, this, &PathItem::onButtonClicked); in PathItem()
46 QLineEdit *PathItem::getLineEdit() in getLineEdit()
51 void PathItem::onButtonClicked() in onButtonClicked()
58 QString PathItem::filter() const in filter()
75 QString PathItem::title() const in title()
94 void PathItem::focusInEvent(QFocusEvent *event) in focusInEvent()
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dpathitem.cpp4 PathItem::PathItem(Path *path) in PathItem() function in PathItem
10 void PathItem::readPos() in readPos()
32 void PathItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *) in paint()
44 Path *PathItem::path() const in path()
49 QPainterPath PathItem::painterPath() const in painterPath()
54 void PathItem::setPainterPath(const QPainterPath &painterPath) in setPainterPath()
65 QRectF PathItem::boundingRect() const in boundingRect()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DScilabView.hxx41 struct PathItem struct
51 PathItem() : tag(""), uid(0), parent(0) {} in PathItem() argument
70 typedef std::map<int, PathItem*> __pathList;
120 static PathItem* getItem(int uid);
121 static PathItem* getItem(std::string _pstTag);
122 static PathItem* getItem(std::string _pstTag, std::list<int>& _ignoredList);
123 static PathItem* getFigureItem(std::string _pstTag);
133 …static PathItem* search_children(PathItem* _path, std::string _subPath, bool _bDeep, std::list<int…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/pathtool/
H A Dpathitem.cpp46 PathItem::PathItem(FormEditorScene* scene) in PathItem() function in QmlDesigner::PathItem
56 PathItem::~PathItem() in ~PathItem()
131 void PathItem::writePathToProperty() in writePathToProperty()
478 void PathItem::updateBoundingRect() in updateBoundingRect()
496 void PathItem::readControlPoints() in readControlPoints()
581 void PathItem::closePath() in closePath()
591 void PathItem::openPath() in openPath()
715 void PathItem::updatePath() in updatePath()
849 void PathItem::disablePathUpdates() in disablePathUpdates()
854 void PathItem::enablePathUpdates() in enablePathUpdates()
[all …]
H A Dpathitem.h46 class PathItem; variable
57 PathUpdateDisabler(PathItem *pathItem, PathUpdate updatePath = UpdatePath);
61 PathItem *m_pathItem;
65 class PathItem : public QGraphicsObject
75 PathItem(FormEditorScene* scene);
76 ~PathItem() override;
137 inline int PathItem::type() const in type()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DScilabView.cpp184 PathItem* item = new PathItem(); in createObject()
309 PathItem* item = (*it).second; in updateObject()
334 PathItem* item = (*it).second; in updateObject()
362 PathItem* item = (*it).second; in updateObject()
512 PathItem* ScilabView::getItem(int uid) in getItem()
523 PathItem* ScilabView::getItem(std::string _pstTag) in getItem()
534 PathItem * item = it->second; in getItem()
563 PathItem* path = NULL; in search_path()
633 PathItem* ScilabView::search_children(PathItem* _path, std::string _subPath, bool _bDeep, std::list… in search_children()
638 PathItem* child = ScilabView::getItem(*it); in search_children()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/
H A Dpath_item.go11 type PathItem struct { struct
29 func (pathItem *PathItem) MarshalJSON() ([]byte, error) { argument
33 func (pathItem *PathItem) UnmarshalJSON(data []byte) error { argument
37 func (pathItem *PathItem) Operations() map[string]*Operation { argument
69 func (pathItem *PathItem) GetOperation(method string) *Operation { argument
94 func (pathItem *PathItem) SetOperation(method string, operation *Operation) { argument
119 func (value *PathItem) Validate(ctx context.Context) error { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/kube-openapi/pkg/validation/spec/
H A Dpaths.go32 …Paths map[string]PathItem `json:"-"` // custom serializer to flatten this, each entry must start w…
54 p.Paths = make(map[string]PathItem)
56 var pi PathItem
73 pths := make(map[string]PathItem)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/k8s.io/kube-openapi/pkg/validation/spec/
H A Dpaths.go32 …Paths map[string]PathItem `json:"-"` // custom serializer to flatten this, each entry must start w…
54 p.Paths = make(map[string]PathItem)
56 var pi PathItem
73 pths := make(map[string]PathItem)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
75 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
72 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
72 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
75 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
75 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
72 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
72 func (p PathItem) MarshalJSON() ([]byte, error) { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/
H A Dpath_item.go42 type PathItem struct { struct
49 func (p PathItem) JSONLookup(token string) (interface{}, error) { argument
61 func (p *PathItem) UnmarshalJSON(data []byte) error { argument
72 func (p PathItem) MarshalJSON() ([]byte, error) { argument

12345678910>>...22