Home
last modified time | relevance | path

Searched refs:newSibling (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathNavigator.cs1567 if (newSibling == null) in InsertBefore()
1572 BuildSubtree(newSibling, writer); in InsertBefore()
1578 if (newSibling == null) in InsertBefore()
1582 if (!IsValidSiblingType(newSibling.NodeType)) in InsertBefore()
1586 XmlReader reader = newSibling.CreateReader(); in InsertBefore()
1590 public virtual void InsertAfter(string newSibling) in InsertAfter() argument
1598 if (newSibling == null) in InsertAfter()
1603 BuildSubtree(newSibling, writer); in InsertAfter()
1609 if (newSibling == null) in InsertAfter()
1613 if (!IsValidSiblingType(newSibling.NodeType)) in InsertAfter()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathNavigator.cs1325 if (newSibling == null) { in InsertBefore()
1329 BuildSubtree(newSibling, writer); in InsertBefore()
1334 if (newSibling == null) { in InsertBefore()
1337 if (!IsValidSiblingType(newSibling.NodeType)) { in InsertBefore()
1340 XmlReader reader = newSibling.CreateReader(); in InsertBefore()
1344 public virtual void InsertAfter(string newSibling) { in InsertAfter() argument
1350 if (newSibling == null) { in InsertAfter()
1354 BuildSubtree(newSibling, writer); in InsertAfter()
1359 if (newSibling == null) { in InsertAfter()
1362 if (!IsValidSiblingType(newSibling.NodeType)) { in InsertAfter()
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/edit/
H A DModelEdit.as308 _newSibling = newSibling;
309 _skipUndo = (newSibling is SubParagraphGroupElementBase);
312 public function get newSibling():FlowGroupElement property in DeleteTextMemento.InternalSplitFGEMemento
324 var undoTarget:ElementMark = new ElementMark(newSibling,0);
328 return newSibling;
336 var newSibling:FlowGroupElement;
338 newSibling = targetElement.splitAtIndex(childIdx);
349 else if (newSibling.textLength <= 1)
351 newSibling.normalizeRange(0,newSibling.textLength);
357 return newSibling;
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DIN.java3176 newSibling.latch(CacheMode.UNCHANGED); in splitInternal()
3195 assert newSibling.isBIN(); in splitInternal()
3208 newSibling.nEntries = toIdx; in splitInternal()
3230 adjustCursors(newSibling, low, high); in splitInternal()
3243 if (newSibling.getNEntries() > 1) { in splitInternal()
3248 newSibling.initMemorySize(); in splitInternal()
3265 inMemoryINs.add(newSibling); in splitInternal()
3414 newSibling.releaseLatch(); in splitInternal()
3508 IN newSibling, in adjustCursors() argument
5290 IN newSibling, in traceSplit() argument
[all …]
H A DBIN.java627 IN newSibling, in adjustCursors() argument
631 assert newSibling.isLatchExclusiveOwner(); in adjustCursors()
643 assert newSibling instanceof BIN; in adjustCursors()
698 BIN ns = (BIN) newSibling; in adjustCursors()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DMultiOperation.java224 IJavaElement newSibling) { in setInsertBefore() argument
225 fInsertBeforeElements.put(modifiedElement, newSibling); in setInsertBefore()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DMultiOperation.java199 public void setInsertBefore(IJavaElement modifiedElement, IJavaElement newSibling) { in setInsertBefore() argument
200 this.insertBeforeElements.put(modifiedElement, newSibling); in setInsertBefore()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFTree.pas473 procedure CFTreeInsertSibling( tree: CFTreeRef; newSibling: CFTreeRef ); external name '_CFTreeInse…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/DynamicUpdate/
H A DDynamicUpdateMapBuilder.cs915 foreach (Activity newSibling in GetPublicDeclaredChildren(newChild.Parent, true)) in AddMatch()
917 if (GetMatch(newSibling) == oldChild) in AddMatch()
919 this.newToOldMatches[newSibling] = null; in AddMatch()
955 foreach (Variable newSibling in newVariable.Owner.RuntimeVariables) in AddMatch()
957 if (GetMatch(newSibling) == oldVariable) in AddMatch()
959 this.newToOldMatches[newSibling] = EnvironmentUpdateMapEntry.NonExistent; in AddMatch()
H A DDynamicUpdateMapBuilder.cs.back915 foreach (Activity newSibling in GetPublicDeclaredChildren(newChild.Parent, true))
917 if (GetMatch(newSibling) == oldChild)
919 this.newToOldMatches[newSibling] = null;
955 foreach (Variable newSibling in newVariable.Owner.RuntimeVariables)
957 if (GetMatch(newSibling) == oldVariable)
959 this.newToOldMatches[newSibling] = EnvironmentUpdateMapEntry.NonExistent;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer2/bower_components/webcomponentsjs/
H A Dwebcomponents-hi.js.map1newSibling","import","dispatchEvent","eventType","mutations","addedNodes","elem","importer","imps"…
H A Dwebcomponents-hi-ce.js.map1newSibling","import","dispatchEvent","eventType","mutations","addedNodes","elem","importer","imps"…
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/elements/
H A DFlowGroupElement.as962 var newSibling:FlowGroupElement = shallowCopy() as FlowGroupElement;
966 newSibling.addChild(removeChildAt(childIndex));
971 newSibling.replaceChildren(0, 0, childArray);
977 parent.replaceChildren(myidx+1,myidx+1,newSibling);
980 return newSibling;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Xml.ReaderWriter/ref/
H A DSystem.Xml.ReaderWriter.cs2631 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
2632 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
2633 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
2635 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
2636 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
2637 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.Xml.cs3490 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3491 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3492 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3494 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3495 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3496 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Xml.cs3539 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3540 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3541 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3543 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3544 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3545 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Xml.cs3564 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3565 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3566 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3568 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3569 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3570 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Xml.cs3490 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3491 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3492 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3494 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3495 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3496 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.Xml.cs3490 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3491 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3492 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3494 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3495 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3496 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Xml.cs3490 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3491 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3492 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3494 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3495 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3496 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Xml.cs3602 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3603 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3604 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3606 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3607 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3608 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Xml.cs3603 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3604 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3605 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3607 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3608 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3609 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Xml.cs3602 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3603 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3604 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3606 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3607 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3608 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Xml.cs3602 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3603 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3604 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3606 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3607 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3608 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Xml.cs3598 public virtual void InsertAfter(string newSibling) { } in InsertAfter() argument
3599 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter() argument
3600 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter() argument
3602 public virtual void InsertBefore(string newSibling) { } in InsertBefore() argument
3603 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore() argument
3604 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore() argument

12