Home
last modified time | relevance | path

Searched defs:isTree (Results 1 – 25 of 183) sorted by path

12345678

/dports/accessibility/orca/orca-41.1/src/orca/
H A Dscript_utilities.py1500 isTree = lambda x: x and x.getRole() in [pyatspi.ROLE_TREE, pyatspi.ROLE_TREE_TABLE] function
/dports/audio/faust/faust-2.37.3/compiler/tlib/
H A Dtree.cpp321 bool isTree(const Tree& t, const Node& n) in isTree() function
326 bool isTree(const Tree& t, const Node& n, Tree& a) in isTree() function
336 bool isTree(const Tree& t, const Node& n, Tree& a, Tree& b) in isTree() function
347 bool isTree(const Tree& t, const Node& n, Tree& a, Tree& b, Tree& c) in isTree() function
359 bool isTree(const Tree& t, const Node& n, Tree& a, Tree& b, Tree& c, Tree& d) in isTree() function
372 bool isTree(const Tree& t, const Node& n, Tree& a, Tree& b, Tree& c, Tree& d, Tree& e) in isTree() function
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/audio/visp-go/visp-2585747/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A Dtmg_conn.h197 bool isTree() { return _isTree; } in isTree() function
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dexttree.cpp475 bool extRcTree::isTree(odb::dbNet* net) { in isTree() function in rcx::extRcTree
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h309 bool isTree() const { return roleValue() == TreeRole; } in isTree() function
/dports/converters/yj/yj-5.0.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go155 func isTree(mtype reflect.Type) bool { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go83 func isTree(mtype reflect.Type) bool { func
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/pelletier/go-toml/go-toml-1.2.0/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/devel/dep/dep-0.5.4/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/devel/gitlist/gitlist/vendor/klaussilveira/gitter/lib/Gitter/Model/
H A DGitObject.php33 public function isTree() function in Gitter\\Model\\GitObject
H A DTree.php180 public function isTree() function in Gitter\\Model\\Tree
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/skein-1.0.9.4/tests/
H A Druntests.hs95 isTree ('T':'r':'e':'e':':':_) = True function
96 isTree (_:xs) = isTree xs function
97 isTree [] = False function
/dports/devel/lab/lab-0.17.2/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go79 func isTree(mtype reflect.Type) bool { func
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqobject.h191 uint isTree : 1; variable
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go155 func isTree(mtype reflect.Type) bool { func
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go82 func isTree(mtype reflect.Type) bool { func
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/skein-1.0.9.4/tests/
H A Druntests.hs95 isTree ('T':'r':'e':'e':':':_) = True function
96 isTree (_:xs) = isTree xs function
97 isTree [] = False function
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go160 func isTree(mtype reflect.Type) bool { func
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLargeSceneryPlaceAction.cpp117 const auto isTree = (sceneryEntry->flags & LARGE_SCENERY_FLAG_IS_TREE) != 0; in Query() local
251 const auto isTree = (sceneryEntry->flags & LARGE_SCENERY_FLAG_IS_TREE) != 0; in Execute() local
H A DSmallSceneryPlaceAction.cpp252 const auto isTree = sceneryEntry->HasFlag(SMALL_SCENERY_FLAG_IS_TREE); in Query() local
389 const auto isTree = sceneryEntry->HasFlag(SMALL_SCENERY_FLAG_IS_TREE); in Execute() local

12345678