Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 25 of 3398) sorted by relevance

12345678910>>...136

/dports/devel/p5-Tree-Simple/Tree-Simple-1.33/t/
H A D10_Tree_Simple_test.t73 ok($tree->isRoot());
116 ok($sub_tree->isRoot());
131 ok(!$sub_tree->isRoot());
170 ok($sub_tree_2->isRoot());
183 ok(!$sub_tree_2->isRoot());
219 ok(!$sub_tree_4->isRoot());
255 ok($sub_tree_3->isRoot());
267 ok(!$sub_tree_3->isRoot());
336 ok($sub_child->isRoot());
396 ok($sub_child->isRoot());
[all …]
H A D14_Tree_Simple_leak_test.t20 ok($tree2->isRoot(), '... tree2 is a ROOT');
26 ok(!$tree2->isRoot(), '... now tree2 is not a ROOT');
32 ok(!$tree2->isRoot(), '... now tree2 is not a ROOT');
41 ok($tree2->isRoot(), '... tree2 is a ROOT');
46 ok(!$tree2->isRoot(), '... now tree2 is not a ROOT');
53 ok($tree2->isRoot(), '... now tree2 is a ROOT again');
62 ok($tree2->isRoot(), '... tree2 is a ROOT');
65 ok($tree3->isRoot(), '... tree3 is a ROOT');
71 ok(!$tree2->isRoot(), '... now tree2 is not a ROOT');
86 ok($tree2->isRoot(), '... now tree2 is a ROOT again');
[all …]
H A D14a_Tree_Simple_weak_refs_test.t20 ok($tree2->isRoot(), '... tree2 is a ROOT');
25 ok(!$tree2->isRoot(), '... now tree2 is not a ROOT');
31 ok($tree2->isRoot(), '... now tree2 is a ROOT again');
40 ok($tree2->isRoot(), '... tree2 is a ROOT');
43 ok($tree3->isRoot(), '... tree3 is a ROOT');
49 ok(!$tree2->isRoot(), '... now tree2 is not a ROOT');
52 ok(!$tree3->isRoot(), '... tree3 is no longer a ROOT');
61 ok($tree2->isRoot(), '... now tree2 is a ROOT again');
66 ok(!$tree3->isRoot(), '... now tree3 is not a ROOT');
H A D11_Tree_Simple_fixDepth_test.t28 ok($tree->isRoot(), '... our tree is a root');
43 ok(!$sub_tree->isRoot(), '... our subtree is not a root');
72 ok($parent_tree->isRoot(), '... our parent tree is a root');
86 ok(!$sub_tree->isRoot(), '... the sub tree is not a root');
108 ok(!$tree->isRoot(), '... our tree is not longer a root');
136 ok($removed->isRoot(), '... our tree is a root again');
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zktreeutil/src/
H A DSimpleTree.h46 SimpleTreeNode (bool isRoot=false) : isRoot_(isRoot) in isRoot_() argument
56 SimpleTreeNode (const KeyType& key, bool isRoot=false) :
57 isRoot_(isRoot), key_(key) in isRoot_() argument
68 SimpleTreeNode (const KeyType& key, const DataType& val, bool isRoot=false) :
69 isRoot_(isRoot), key_(key), val_(val) in isRoot_() argument
133 bool isRoot () const { return isRoot_; } in isRoot() function
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/metadata/id3/
H A DChapterTocFrame.java30 public final boolean isRoot; field in ChapterTocFrame
35 public ChapterTocFrame(String elementId, boolean isRoot, boolean isOrdered, String[] children, in ChapterTocFrame() argument
39 this.isRoot = isRoot; in ChapterTocFrame()
48 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
81 return isRoot == other.isRoot in equals()
91 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
100 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterTocFrame.java30 public final boolean isRoot; field in ChapterTocFrame
35 public ChapterTocFrame(String elementId, boolean isRoot, boolean isOrdered, String[] children, in ChapterTocFrame() argument
39 this.isRoot = isRoot; in ChapterTocFrame()
48 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
81 return isRoot == other.isRoot in equals()
91 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
100 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Dschedule.cpp60 for (ContextRelation *it = _relationRoot.next(); !it->isRoot(); in list()
86 for (it = prec->next(); !it->isRoot(); it = it->next()) in dumpContexts()
89 for (it = fol->next(); !it->isRoot(); it = it->next()) in dumpContexts()
110 for (s = state.next(); !s->isRoot(); s = s->next()) in advance()
120 else for (r = fol->next(); !r->isRoot(); r = r->next()) in advance()
127 for (it = candidates.next(); !it->isRoot(); it = it->next()) in advance()
133 for (r = prec->next(); takeOver && !r->isRoot(); r = r->next()) in advance()
146 for (r = prec->next(); !r->isRoot(); r = r->next()) in advance()
157 for (s = state.next(); !s->isRoot(); s = next) in advance()
193 for (s = state.next(); !s->isRoot(); s = next) in render()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterTocFrame.java33 public final boolean isRoot; field in ChapterTocFrame
38 public ChapterTocFrame(String elementId, boolean isRoot, boolean isOrdered, String[] children, in ChapterTocFrame() argument
42 this.isRoot = isRoot; in ChapterTocFrame()
52 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
85 return isRoot == other.isRoot in equals()
95 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
104 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterTocFrame.java33 public final boolean isRoot; field in ChapterTocFrame
38 public ChapterTocFrame(String elementId, boolean isRoot, boolean isOrdered, String[] children, in ChapterTocFrame() argument
42 this.isRoot = isRoot; in ChapterTocFrame()
52 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
85 return isRoot == other.isRoot in equals()
95 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
104 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/metadata/id3/
H A DChapterTocFrame.java33 public final boolean isRoot; field in ChapterTocFrame
38 public ChapterTocFrame(String elementId, boolean isRoot, boolean isOrdered, String[] children, in ChapterTocFrame() argument
42 this.isRoot = isRoot; in ChapterTocFrame()
52 this.isRoot = in.readByte() != 0; in ChapterTocFrame()
85 return isRoot == other.isRoot in equals()
95 result = 31 * result + (isRoot ? 1 : 0); in hashCode()
104 dest.writeByte((byte) (isRoot ? 1 : 0)); in writeToParcel()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appsactivity/
H A DAppsactivityParent.php21 public $isRoot; variable in Google_Service_Appsactivity_AppsactivityParent
32 public function setIsRoot($isRoot) argument
34 $this->isRoot = $isRoot;
38 return $this->isRoot;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Appsactivity/
H A DAppsactivityParent.php21 public $isRoot; variable in Google_Service_Appsactivity_AppsactivityParent
32 public function setIsRoot($isRoot) argument
34 $this->isRoot = $isRoot;
38 return $this->isRoot;
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dparentreference.cpp18 isRoot(false) in Private()
26 isRoot(other.isRoot) in Private()
40 reference->d->isRoot = map[QStringLiteral("isRoot")].toBool(); in fromJSON()
57 if (reference->d->isRoot) { // default is false in toJSON()
58 map[QStringLiteral("isRoot")] = reference->d->isRoot; in toJSON()
90 GAPI_COMPARE(isRoot) in operator ==()
109 bool ParentReference::isRoot() const in isRoot() function in ParentReference
111 return d->isRoot; in isRoot()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/
H A DRangeVariableDeclaration.php46 public $isRoot; variable in Doctrine\\ORM\\Query\\AST\\RangeVariableDeclaration
51 * @param boolean $isRoot
53 public function __construct($abstractSchemaName, $aliasIdentificationVar, $isRoot = true) argument
57 $this->isRoot = $isRoot;
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/
H A DRangeVariableDeclaration.php46 public $isRoot; variable in Doctrine\\ORM\\Query\\AST\\RangeVariableDeclaration
51 * @param boolean $isRoot
53 public function __construct($abstractSchemaName, $aliasIdentificationVar, $isRoot = true) argument
57 $this->isRoot = $isRoot;
/dports/devel/p5-Tree-Simple/Tree-Simple-1.33/lib/Tree/
H A DSimple.pm283 (!$self->isRoot())
290 (!$self->isRoot())
297 (!$self->isRoot())
342 (!$self->isRoot())
349 (!$self->isRoot())
358 return $self->isRoot ? 0 : $#{$self->getAllSiblings};
367 sub isRoot { subroutine
385 return $self->isRoot ? 0 : $_[0]->getIndex == 0;
425 return if $tree->isRoot();
454 $self->getParent()->fixHeight() unless $self->isRoot();
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/repository/pages/
H A Dtree.vue19 isRoot() {
24 isRoot: {
30 updateElements(isRoot) {
31 updateElementsVisibility('.js-show-on-root', isRoot);
32 updateElementsVisibility('.js-hide-on-root', !isRoot);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/qmljssimplereader/
H A Dtst_qmljssimplereader.cpp83 QVERIFY(!rootNode->children().first()->isRoot()); in testWellFormed()
92 QVERIFY(!secondChild->isRoot()); in testWellFormed()
104 QVERIFY(!innerChild->isRoot()); in testWellFormed()
160 QVERIFY(rootNode->isRoot()); in testIllFormed02()
169 QVERIFY(!firstChild->isRoot()); in testIllFormed02()
195 QVERIFY(rootNode->isRoot()); in testArrays()
204 QVERIFY(!firstChild->isRoot()); in testArrays()
246 QVERIFY(rootNode->isRoot()); in testBug01()
/dports/net-p2p/jigdo/jigdo-0.7.3/src/job/
H A Djigdo-io.hh65 inline bool isRoot() const;
147 if (isRoot()) return this; else return rootAndImageSectionCandidate; in root()
150 if (isRoot()) return this; else return rootAndImageSectionCandidate; in root()
152 bool Job::JigdoIO::isRoot() const { in isRoot() function in Job::JigdoIO
157 if (isRoot()) in imgSectCandidate()
163 if (isRoot()) in setImgSectCandidate()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DBaseEntryFilter.php55 if(count($xml->isRoot))
56 $this->isRoot = (int)$xml->isRoot;
74 public $isRoot = null; variable in Kaltura\\Client\\Type\\BaseEntryFilter
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DEnterpriseRoots.cpp35 nsresult EnterpriseCert::Init(const uint8_t* data, size_t len, bool isRoot) { in Init() argument
40 mIsRoot = isRoot; in Init()
74 bool& isTrusted, bool& isRoot) { in CertIsTrustAnchorForTLSServerAuth() argument
76 isRoot = false; in CertIsTrustAnchorForTLSServerAuth()
117 isRoot = finalChain->cElement == 1; in CertIsTrustAnchorForTLSServerAuth()
190 bool isRoot; in GatherEnterpriseCertsForLocation() local
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot); in GatherEnterpriseCertsForLocation()
199 certificate->cbCertEncoded, isRoot))) { in GatherEnterpriseCertsForLocation()
310 bool isRoot = count == 1; in GatherEnterpriseCertsMacOS() local
318 CFDataGetLength(der.get()), isRoot))) { in GatherEnterpriseCertsMacOS()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DEnterpriseRoots.cpp35 nsresult EnterpriseCert::Init(const uint8_t* data, size_t len, bool isRoot) {
40 mIsRoot = isRoot;
74 bool& isTrusted, bool& isRoot) {
76 isRoot = false;
117 isRoot = finalChain->cElement == 1;
190 bool isRoot;
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot);
199 certificate->cbCertEncoded, isRoot))) {
310 bool isRoot = count == 1;
318 CFDataGetLength(der.get()), isRoot))) {
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DEnterpriseRoots.cpp35 nsresult EnterpriseCert::Init(const uint8_t* data, size_t len, bool isRoot) { in Init() argument
40 mIsRoot = isRoot; in Init()
74 bool& isTrusted, bool& isRoot) { in CertIsTrustAnchorForTLSServerAuth() argument
76 isRoot = false; in CertIsTrustAnchorForTLSServerAuth()
117 isRoot = finalChain->cElement == 1; in CertIsTrustAnchorForTLSServerAuth()
190 bool isRoot; in GatherEnterpriseCertsForLocation() local
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot); in GatherEnterpriseCertsForLocation()
199 certificate->cbCertEncoded, isRoot))) { in GatherEnterpriseCertsForLocation()
310 bool isRoot = count == 1; in GatherEnterpriseCertsMacOS() local
318 CFDataGetLength(der.get()), isRoot))) { in GatherEnterpriseCertsMacOS()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DEnterpriseRoots.cpp35 nsresult EnterpriseCert::Init(const uint8_t* data, size_t len, bool isRoot) { in Init() argument
40 mIsRoot = isRoot; in Init()
74 bool& isTrusted, bool& isRoot) { in CertIsTrustAnchorForTLSServerAuth() argument
76 isRoot = false; in CertIsTrustAnchorForTLSServerAuth()
117 isRoot = finalChain->cElement == 1; in CertIsTrustAnchorForTLSServerAuth()
190 bool isRoot; in GatherEnterpriseCertsForLocation() local
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot); in GatherEnterpriseCertsForLocation()
199 certificate->cbCertEncoded, isRoot))) { in GatherEnterpriseCertsForLocation()
310 bool isRoot = count == 1; in GatherEnterpriseCertsMacOS() local
318 CFDataGetLength(der.get()), isRoot))) { in GatherEnterpriseCertsMacOS()

12345678910>>...136