Home
last modified time | relevance | path

Searched refs:newElement (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/events/
H A DResourceComparator.java98 ResourceInfo newElement = (ResourceInfo) o2; in compare() local
103 if (!compareOpen(oldElement, newElement)) in compare()
105 if (!compareContents(oldElement, newElement)) { in compare()
111 if (!compareType(oldElement, newElement)) in compare()
113 if (!compareNodeIDs(oldElement, newElement)) { in compare()
119 if (compareLocal(oldElement, newElement)) in compare()
121 if (!compareCharsets(oldElement, newElement)) in compare()
123 if (!compareDerived(oldElement, newElement)) in compare()
129 if (save && !compareUsed(oldElement, newElement)) in compare()
157 long newStamp = newElement.getModificationStamp(); in compareLocal()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmwlm/libsrc/
H A Dwlds.cc476newElement = new DcmApplicationEntity( DcmTag( DCM_ScheduledStationAETitle ) ); if( item->ins… in ExpandEmptySequenceInSearchMask()
477newElement = new DcmDate( DcmTag( DCM_ScheduledProcedureStepStartDate ) ); if( item->ins… in ExpandEmptySequenceInSearchMask()
478newElement = new DcmTime( DcmTag( DCM_ScheduledProcedureStepStartTime ) ); if( item->ins… in ExpandEmptySequenceInSearchMask()
479newElement = new DcmCodeString( DcmTag( DCM_Modality ) ); if( item->ins… in ExpandEmptySequenceInSearchMask()
493 delete newElement; in ExpandEmptySequenceInSearchMask()
514newElement = new DcmShortString( DcmTag( DCM_CodeValue ) ); if( item->insert( newEle… in ExpandEmptySequenceInSearchMask()
515newElement = new DcmShortString( DcmTag( DCM_CodingSchemeVersion ) ); if( item->insert( newEle… in ExpandEmptySequenceInSearchMask()
516newElement = new DcmShortString( DcmTag( DCM_CodingSchemeDesignator ) ); if( item->insert( newEle… in ExpandEmptySequenceInSearchMask()
517newElement = new DcmLongString( DcmTag( DCM_CodeMeaning ) ); if( item->insert( newEle… in ExpandEmptySequenceInSearchMask()
521newElement = new DcmUniqueIdentifier( DcmTag( DCM_ReferencedSOPClassUID ) ); if( item->inser… in ExpandEmptySequenceInSearchMask()
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/adt/
H A Dplist.c107 newElement->data = value; in plist_insert_back()
108 newElement->prev = NULL; in plist_insert_back()
109 newElement->next = NULL; in plist_insert_back()
124 newElement->prev = NULL; in plist_insert_front()
125 newElement->next = NULL; in plist_insert_front()
136 newElement->data = value; in plist_insert_before()
137 newElement->next = element; in plist_insert_before()
148 element->prev = newElement; in plist_insert_before()
157 newElement->data = value; in plist_insert_after()
158 newElement->prev = element; in plist_insert_after()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dcell.cpp48 cellStruct *newElement; in addCell() local
86 if (!newElement) in addCell()
92 newElement->idx = objIdx; in addCell()
93 newElement->type = type; in addCell()
96 newElement->freeze = 0; in addCell()
105 newElement->animEnd = 0; in addCell()
106 newElement->animWait = 0; in addCell()
109 newElement->animType = 0; in addCell()
110 newElement->animStep = 0; in addCell()
111 newElement->animLoop = 0; in addCell()
[all …]
H A DbackgroundIncrust.cpp119 if (!newElement) in addBackgroundIncrust()
123 currentHead->next = newElement; in addBackgroundIncrust()
129 currentHead2->prev = newElement; in addBackgroundIncrust()
130 newElement->objectIdx = objectIdx; in addBackgroundIncrust()
131 newElement->type = saveBuffer; in addBackgroundIncrust()
136 newElement->X = params.X; in addBackgroundIncrust()
137 newElement->Y = params.Y; in addBackgroundIncrust()
138 newElement->scale = params.scale; in addBackgroundIncrust()
141 newElement->ptr = NULL; in addBackgroundIncrust()
149 backupBackground(newElement, newElement->X, newElement->Y, width, height, backgroundPtr); in addBackgroundIncrust()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dcell.cpp48 cellStruct *newElement; in addCell() local
86 if (!newElement) in addCell()
92 newElement->idx = objIdx; in addCell()
93 newElement->type = type; in addCell()
96 newElement->freeze = 0; in addCell()
105 newElement->animEnd = 0; in addCell()
106 newElement->animWait = 0; in addCell()
109 newElement->animType = 0; in addCell()
110 newElement->animStep = 0; in addCell()
111 newElement->animLoop = 0; in addCell()
[all …]
H A DbackgroundIncrust.cpp119 if (!newElement) in addBackgroundIncrust()
123 currentHead->next = newElement; in addBackgroundIncrust()
129 currentHead2->prev = newElement; in addBackgroundIncrust()
130 newElement->objectIdx = objectIdx; in addBackgroundIncrust()
131 newElement->type = saveBuffer; in addBackgroundIncrust()
136 newElement->X = params.X; in addBackgroundIncrust()
137 newElement->Y = params.Y; in addBackgroundIncrust()
138 newElement->scale = params.scale; in addBackgroundIncrust()
141 newElement->ptr = NULL; in addBackgroundIncrust()
149 backupBackground(newElement, newElement->X, newElement->Y, width, height, backgroundPtr); in addBackgroundIncrust()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/model/
H A Dmesh-information-element-vector.cc72 Ptr<WifiInformationElement> newElement; in DeserializeSingleIe() local
76 newElement = Create<dot11s::IeConfiguration> (); in DeserializeSingleIe()
79 newElement = Create<dot11s::IeMeshId> (); in DeserializeSingleIe()
85 newElement = Create<dot11s::IePeerManagement> (); in DeserializeSingleIe()
88 newElement = Create<dot11s::IeBeaconTiming> (); in DeserializeSingleIe()
91 newElement = Create<dot11s::IeRann> (); in DeserializeSingleIe()
94 newElement = Create<dot11s::IePreq> (); in DeserializeSingleIe()
97 newElement = Create<dot11s::IePrep> (); in DeserializeSingleIe()
100 newElement = Create<dot11s::IePerr> (); in DeserializeSingleIe()
115 newElement->DeserializeInformationField (i, length); in DeserializeSingleIe()
[all …]
/dports/multimedia/oggvideotools/oggvideotools-0.9.1/src/binaries/
H A DoggJoin.cpp113 newElement->closed = false; in oggJoinCmd()
119 delete newElement; in oggJoinCmd()
124 newElement->repository >> packet; in oggJoinCmd()
125 newElement->decoder << packet; in oggJoinCmd()
129 newElement->decoder >> page; in oggJoinCmd()
134 newElement->repository.close(); in oggJoinCmd()
135 delete newElement; in oggJoinCmd()
142 if (newElement->position != 0) { in oggJoinCmd()
149 getNextPage(newElement, newElement->nextPage); in oggJoinCmd()
155 newElement->repository.close(); in oggJoinCmd()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Df5lists.cc183 return newElement; in insert()
188 return newElement; in insert()
195 return newElement; in insert()
200 return newElement; in insert()
210 return newElement; in insertSP()
217 return newElement; in insertSP()
572 return newElement; in insert()
800 return newElement; in insertWithoutSort()
986 return newElement; in insert()
998 return newElement; in insert()
[all …]
/dports/devel/upnp/pupnp-release-1.14.12/ixml/src/
H A Ddocument.c130 if (newElement == NULL) { in ixmlDocument_createElementEx()
135 ixmlElement_init(newElement); in ixmlDocument_createElementEx()
139 newElement = NULL; in ixmlDocument_createElementEx()
147 free(newElement->tagName); in ixmlDocument_createElementEx()
149 newElement = NULL; in ixmlDocument_createElementEx()
157 *rtElement = newElement; in ixmlDocument_createElementEx()
176 return newElement; in ixmlDocument_createElement()
475 newElement = NULL; in ixmlDocument_createElementNSEx()
484 newElement = NULL; in ixmlDocument_createElementNSEx()
492 *rtElement = newElement; in ixmlDocument_createElementNSEx()
[all …]
/dports/textproc/p5-XML-Mini/XML-Mini-1.38/lib/XML/Mini/
H A DDocument.pm111 unless ($newElement);
115 $newElement->text($value);
118 return $newElement;
516 my $newElement;
579 $parentElement->appendChild($newElement);
584 $parentElement->appendChild($newElement);
587 $parentElement->appendChild($newElement);
597 $parentElement->appendChild($newElement);
698 $parentElement->appendChild($newElement);
706 $parentElement->appendChild($newElement);
[all …]
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/tests/
H A DDomTest.php28 $el1 = $this->newElement();
29 $el2 = $this->newElement();
44 $el1 = $this->newElement();
45 $el2 = $this->newElement();
47 $ch = $this->newElement();
67 $el1 = $this->newElement();
68 $el2 = $this->newElement();
69 $el3 = $this->newElement();
70 $el4 = $this->newElement();
106 $r = $this->newElement();
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/editform/
H A Dqgsattributeeditorelement.cpp49 QgsAttributeEditorElement *newElement = nullptr; in create() local
61 newElement = new QgsAttributeEditorField( name, idx, parent ); in create()
67newElement = new QgsAttributeEditorRelation( element.attribute( QStringLiteral( "relation" ), QStr… in create()
71newElement = new QgsAttributeEditorQmlElement( element.attribute( QStringLiteral( "name" ) ), pare… in create()
75newElement = new QgsAttributeEditorHtmlElement( element.attribute( QStringLiteral( "name" ) ), par… in create()
79newElement = new QgsAttributeEditorAction( QUuid( element.attribute( QStringLiteral( "name" ) ) ),… in create()
82 if ( newElement ) in create()
85 newElement->setShowLabel( element.attribute( QStringLiteral( "showLabel" ) ).toInt() ); in create()
87 newElement->setShowLabel( true ); in create()
89 newElement->loadConfiguration( element, layerId, context, fields ); in create()
[all …]
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Duniv.cpp129 int c4_DWordArray::Add(t4_i32 newElement) in Add() argument
133 SetAt(n, newElement); in Add()
142 SetAt(nIndex++, newElement); in InsertAt()
154 int c4_PtrArray::Add(void *newElement) in Add() argument
158 SetAt(n, newElement); in Add()
167 SetAt(nIndex++, newElement); in InsertAt()
199 void c4_StringArray::SetAt(int nIndex, const char *newElement) in SetAt() argument
206 _ptrs.SetAt(nIndex, newElement && *newElement ? _strdup(newElement) : ""); in SetAt()
209 int c4_StringArray::Add(const char *newElement) in Add() argument
212 SetAt(n, newElement); in Add()
[all …]
H A Duniv.h47 void SetAt(int nIndex, const void *newElement);
50 int Add(void *newElement);
52 void InsertAt(int nIndex, void *newElement, int nCount = 1);
71 void SetAt(int nIndex, t4_i32 newElement);
74 int Add(t4_i32 newElement);
76 void InsertAt(int nIndex, t4_i32 newElement, int nCount = 1);
95 void SetAt(int nIndex, const char *newElement);
98 int Add(const char *newElement);
100 void InsertAt(int nIndex, const char *newElement, int nCount = 1);
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dext_add.c481 newElement->oid = newElement->storage + dataLength; in addAttribute()
488 insertPoint, newElement, newElement ); in addAttribute()
565 newElement->fieldID = fieldID; in addAttributeField()
566 newElement->subFieldID = subFieldID; in addAttributeField()
567 newElement->flags = flags; in addAttributeField()
581 newElement->intValue = value; in addAttributeField()
590 newElement->intValue < 100 ); in addAttributeField()
593 newElement->intValue; in addAttributeField()
705 newElement->fieldID = fieldID; in addAttributeFieldString()
706 newElement->subFieldID = subFieldID; in addAttributeFieldString()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phpcollection/phpcollection/src/PhpCollection/
H A DSortedSequence.php38 public function add($newElement) argument
44 if ( ! $added && (integer) call_user_func($this->sortFunc, $newElement, $element) < 0) {
45 $newElements[] = $newElement;
53 $newElements[] = $newElement;
65 foreach ($addedElements as $i => $newElement) {
68 if ((integer) call_user_func($this->sortFunc, $newElement, $element) > -1) {
72 $newElements[] = $newElement;
81 foreach ($addedElements as $newElement) {
82 $newElements[] = $newElement;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/
H A DStructuredViewerTest.java126 .testFindItem(newElement)); in bulkChange()
320 .testFindItem(newElement)); in testInsertChild()
334 .testFindItem(newElement)); in testInsertSibling()
341 .testFindItem(newElement)); in testInsertSiblingReveal()
357 .testFindItem(newElement)); in testInsertSiblings()
373 .testFindItem(newElement)); in testInsertSiblingSelectExpanded()
380 newElement.setLabel("name-111"); in testInsertSiblingWithFilterFiltered()
385 .testFindItem(newElement)); in testInsertSiblingWithFilterFiltered()
392 newElement.setLabel("name-222"); in testInsertSiblingWithFilterNotFiltered()
397 .testFindItem(newElement)); in testInsertSiblingWithFilterNotFiltered()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/lists/doublylinkedlist/
H A Ddoublylinkedlist.go51 list.first = newElement
52 list.last = newElement
54 list.last.next = newElement
55 list.last = newElement
72 list.first = newElement
73 list.last = newElement
75 list.first.prev = newElement
76 list.first = newElement
278 list.first = newElement
283 beforeElement = newElement
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/lists/doublylinkedlist/
H A Ddoublylinkedlist.go51 list.first = newElement
52 list.last = newElement
54 list.last.next = newElement
55 list.last = newElement
72 list.first = newElement
73 list.last = newElement
75 list.first.prev = newElement
76 list.first = newElement
278 list.first = newElement
283 beforeElement = newElement
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/lists/doublylinkedlist/
H A Ddoublylinkedlist.go51 list.first = newElement
52 list.last = newElement
54 list.last.next = newElement
55 list.last = newElement
72 list.first = newElement
73 list.last = newElement
75 list.first.prev = newElement
76 list.first = newElement
278 list.first = newElement
283 beforeElement = newElement
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/lists/doublylinkedlist/
H A Ddoublylinkedlist.go51 list.first = newElement
52 list.last = newElement
54 list.last.next = newElement
55 list.last = newElement
72 list.first = newElement
73 list.last = newElement
75 list.first.prev = newElement
76 list.first = newElement
278 list.first = newElement
283 beforeElement = newElement
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/lists/doublylinkedlist/
H A Ddoublylinkedlist.go51 list.first = newElement
52 list.last = newElement
54 list.last.next = newElement
55 list.last = newElement
72 list.first = newElement
73 list.last = newElement
75 list.first.prev = newElement
76 list.first = newElement
278 list.first = newElement
283 beforeElement = newElement
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/lists/singlylinkedlist/
H A Dsinglylinkedlist.go48 newElement := &element{value: value}
50 list.first = newElement
51 list.last = newElement
53 list.last.next = newElement
54 list.last = newElement
70 list.first = newElement
72 list.last = newElement
250 list.first = newElement
254 beforeElement = newElement
261 beforeElement.next = newElement
[all …]

12345678910>>...37