Home
last modified time | relevance | path

Searched defs:IsNode (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-752-lib.cs5 public abstract bool IsNode { get; } property in A
10 public override sealed bool IsNode { get { return true; } } property in B
/dports/net-mgmt/librenms/librenms-21.5.1/
H A Dservices-wrapper.py263 IsNode = False variable
269 IsNode = True variable
277 IsNode = False variable
H A Ddiscovery-wrapper.py253 IsNode = False variable
259 IsNode = True variable
267 IsNode = False variable
H A Dpoller-wrapper.py265 IsNode = False variable
268 IsNode = True variable
274 IsNode = False variable
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/proto/
H A Dprimitive_helpers.go34 func (p Primitive) IsNode() bool { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathItem.cs19 public abstract bool IsNode { get; } property in System.Xml.XPath.XPathItem
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathItem.cs17 public abstract bool IsNode { get; } property in System.Xml.XPath.XPathItem
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/
H A DXmlQueryType.cs305 public bool IsNode { property in System.Xml.Xsl.XmlQueryType
643 IsNode = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/
H A DXmlQueryType.cs323 public bool IsNode property in System.Xml.Xsl.XmlQueryType
701 IsNode = 1, enumerator
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dall.go49 func (Int64Node) IsNode() bool { return true } func
55 func (Int64Quad) IsNode() bool { return false } func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/core/
H A Dnode_or_node_list.h33 bool IsNode() const { return type_ == SpecificType::kNode; } in IsNode() function
H A Dnested_union_type.h45 bool IsNode() const { return type_ == SpecificType::kNode; } in IsNode() function
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/awalterschulze/gographviz/
H A Descape.go179 func (this *Escape) IsNode(name string) bool { func
H A Dgraph.go105 func (this *Graph) IsNode(name string) bool { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_object.h51 bool IsNode() const { in IsNode() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/accessibility/
H A Daccessibility_window_info_data_wrapper.cc21 bool AccessibilityWindowInfoDataWrapper::IsNode() const { in IsNode() function in arc::AccessibilityWindowInfoDataWrapper
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/
H A Dvalues.go63 func (v fetchedValue) IsNode() bool { return true } func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_object.h55 bool IsNode() const { in IsNode() function
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/nosql/
H A Dquadstore.go106 func (NodeHash) IsNode() bool { return false } func
112 func (QuadHash) IsNode() bool { return false } func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/awalterschulze/gographviz/ast/
H A Dast.go442 IsNode() bool methodSpec
446 func (this *NodeId) IsNode() bool { return true } func
448 func (this *SubGraph) IsNode() bool { return false } func
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkNode.h192 mork_bool IsNode() const { return mNode_Base == morkBase_kNode; } in IsNode() function
/dports/graphics/graphviz/graphviz-2.44.1/lib/ortho/
H A Dmaze.h28 #define IsNode(cp) (cp->flags & MZ_ISNODE) macro
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlAtomicValue.cs167 public override bool IsNode { property in System.Xml.Schema.XmlAtomicValue
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlAtomicValue.cs192 public override bool IsNode property in System.Xml.Schema.XmlAtomicValue
/dports/www/firefox/firefox-99.0/dom/events/
H A DEventTarget.h128 virtual bool IsNode() const { return false; } in IsNode() function

123