Home
last modified time | relevance | path

Searched refs:isParent (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Factory/
H A DisParent.php7 interface isParent extends isItem interface
17 * @return isParent
19 public function withChildren(array $children) : isParent;
24 * @return isParent
26 public function appendChild(isChild $child) : isParent;
30 * @return isParent
32 public function removeChild(isChild $child) : isParent;
H A DAbstractParentItem.php7 abstract class AbstractParentItem extends AbstractBaseItem implements isParent
26 public function withChildren(array $children) : isParent
37 public function appendChild(isChild $child) : isParent
55 public function removeChild(isChild $child_to_remove) : isParent
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MetaBar/Factory/
H A DisParent.php8 interface isParent extends isItem interface
20 * @return isParent
22 public function withChildren(array $children) : isParent;
30 * @return isParent
32 public function appendChild(isChild $child) : isParent;
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/
H A DisParent.php8 interface isParent extends isItem interface
20 * @return isParent
22 public function withChildren(array $children) : isParent;
30 * @return isParent
32 public function appendChild(isChild $child) : isParent;
H A DAbstractParentItem.php8 abstract class AbstractParentItem extends AbstractBaseItem implements isParent
29 public function withChildren(array $children) : isParent
41 public function appendChild(isChild $child) : isParent
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/
H A DTTXFile.java388 if (isParent(pn)) { in startElement()
400 if (isParent(pn)) { in startElement()
412 if (isParent(pn)) { in startElement()
475 if (isParent(pn)) { in startElement()
496 if (isParent(pn)) { in startElement()
520 if (isParent(pn)) { in startElement()
530 if (isParent(pn)) { in startElement()
559 if (isParent(pn)) { in startElement()
605 if (isParent(pn)) { in startElement()
645 if (isParent(pn)) { in startElement()
[all …]
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DLost.php13 use ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent; alias
23 class Lost extends AbstractBaseItem implements hasContent, isTopItem, isParent, isChild, hasTitle, …
107 return $this->parent instanceof isParent;
139 public function withChildren(array $children) : isParent
149 public function appendChild(isChild $child) : isParent
159 public function removeChild(isChild $child_to_remove) : isParent
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/
H A DPublisherProfile.php27 public $isParent; variable in Google_Service_AdExchangeBuyerII_PublisherProfile
89 public function setIsParent($isParent) argument
91 $this->isParent = $isParent;
95 return $this->isParent;
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DLost.php12 use ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent; alias
21 class Lost extends AbstractBaseItem implements hasAsyncContent, hasContent, isTopItem, isParent, is…
122 return $this->parent instanceof isParent;
158 public function withChildren(array $children) : isParent
169 public function appendChild(isChild $child) : isParent
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkHyperTreeGridGhostCellsGenerator.cxx52 , isParent(vtkBitArray::New()) in SendBuffer()
55 ~SendBuffer() { isParent->Delete(); } in ~SendBuffer()
59 vtkBitArray* isParent; // decomposition amr tree member
350 memcpy(buf.data() + len, sendTreeBuffer.isParent->GetPointer(0), in ProcessTrees()
415 vtkNew<vtkBitArray> isParent; in ProcessTrees() local
418 isParent->SetArray(buf.data() + cpt, in ProcessTrees()
580 vtkHyperTreeGridNonOrientedCursor* inCursor, vtkBitArray* isParent, in ExtractInterface() argument
583 isParent->InsertTuple1(pos, !inCursor->IsLeaf()); in ExtractInterface()
594 this->ExtractInterface(inCursor, isParent, indices, grid, newMask, pos); in ExtractInterface()
598 isParent->InsertTuple1(pos, 0); in ExtractInterface()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/
H A DPublisherProfileApiProto.php26 public $isParent; variable in Google_Service_AdExchangeBuyer_PublisherProfileApiProto
86 public function setIsParent($isParent) argument
88 $this->isParent = $isParent;
92 return $this->isParent;
/dports/devel/libassa/libassa-3.5.1/tests/
H A Dfork_test.cpp88 if (a.isParent()) { in main()
94 if (b.isParent()) { in main()
100 if (c.isParent()) { in main()
106 if ( d.isParent() ) { in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/
H A DSyncInfoTreeChangeEvent.java49 if (isParent(root, element)) { in removedSubtreeRoot()
52 } else if (isParent(element, root)) { in removedSubtreeRoot()
61 private boolean isParent(IResource root, IResource element) { in isParent() method in SyncInfoTreeChangeEvent
81 if (isParent(root, resource)) { in isDescendantOfAddedRoot()
H A DSyncInfoWorkingSetFilter.java50 if (isParent(setResource, resource)) { in isIncluded()
57 private boolean isParent(IResource parent, IResource child) { in isParent() method in SyncInfoWorkingSetFilter
81 if (isParent(resource, setResource)) { in getIntersectionWithSet()
91 } else if (isParent(setResource, resource)) { in getIntersectionWithSet()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyer/
H A DPublisherProfileApiProto.php27 public $isParent; variable in Google_Service_AdExchangeBuyer_PublisherProfileApiProto
98 public function setIsParent($isParent) argument
100 $this->isParent = $isParent;
104 return $this->isParent;
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/structures/reducible/
H A DSequence.java20 private boolean isParent = false; field in Sequence
198 if(rightSequence.isParent) { in movePointerToTheRight()
200 rightSequence.isParent = false; in movePointerToTheRight()
214 this.isParent = true; in movePointerToTheRight()
229 if(leftSequence.isParent) { in movePointerToTheLeft()
230 leftSequence.isParent = false; in movePointerToTheLeft()
245 this.isParent = true; in movePointerToTheLeft()
437 return pointer == 0 && !isParent; in pointerAtLeftEnd()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/nimbus/lib/
H A DSharedDataMap.jsm32 constructor(sharedDataKey, options = { isParent: IS_MAIN_PROCESS }) {
36 this._isParent = options.isParent;
41 if (this.isParent) {
72 if (!this._isReady && this.isParent) {
89 get isParent() {
112 if (!this.isParent) {
124 if (!this.isParent) {
141 if (!this.isParent) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/nimbus/lib/
H A DSharedDataMap.jsm32 constructor(sharedDataKey, options = { isParent: IS_MAIN_PROCESS }) {
36 this._isParent = options.isParent;
41 if (this.isParent) {
72 if (!this._isReady && this.isParent) {
89 get isParent() {
112 if (!this.isParent) {
124 if (!this.isParent) {
141 if (!this.isParent) {
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/messaging-system/lib/
H A DSharedDataMap.jsm33 constructor(sharedDataKey, options = { isParent: IS_MAIN_PROCESS }) {
37 this._isParent = options.isParent;
42 if (this.isParent) {
58 if (!this._isReady && this.isParent) {
74 get isParent() {
87 if (!this.isParent) {
/dports/www/firefox/firefox-99.0/toolkit/components/nimbus/lib/
H A DSharedDataMap.jsm32 constructor(sharedDataKey, options = { isParent: IS_MAIN_PROCESS }) {
36 this._isParent = options.isParent;
41 if (this.isParent) {
68 if (!this._isReady && this.isParent) {
84 get isParent() {
103 if (!this.isParent) {
137 if (!this.isParent) {
/dports/comms/hylafax/hylafax-6.0.7/faxmail/
H A DMIMEState.h91 bool isParent(const char* type) const;
92 bool isParent(const char* type, const char* subtype) const;
112 inline bool MIMEState::isParent(const char* t) const in isParent() function
114 inline bool MIMEState::isParent(const char* t, const char* st) const in isParent() function
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/bloom/
H A Dmerkleblock.go53 var isParent byte
55 isParent |= m.matchedBits[i]
57 m.bits = append(m.bits, isParent)
62 if height == 0 || isParent == 0x00 {
/dports/net/storj/storj-1.45.3/vendor/github.com/btcsuite/btcutil/bloom/
H A Dmerkleblock.go53 var isParent byte
55 isParent |= m.matchedBits[i]
57 m.bits = append(m.bits, isParent)
62 if height == 0 || isParent == 0x00 {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/bloom/
H A Dmerkleblock.go53 var isParent byte
55 isParent |= m.matchedBits[i]
57 m.bits = append(m.bits, isParent)
62 if height == 0 || isParent == 0x00 {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/bloom/
H A Dmerkleblock.go53 var isParent byte
55 isParent |= m.matchedBits[i]
57 m.bits = append(m.bits, isParent)
62 if height == 0 || isParent == 0x00 {

12345678910>>...35