Home
last modified time | relevance | path

Searched refs:previousSibling (Results 1 – 20 of 20) sorted by relevance

/third_party/jsframework/runtime/vdom/
DNode.ts200 public set previousSibling(previousSibling: Node) { method in Node
201 this._previousSibling = previousSibling;
204 public get previousSibling() { method in Node
DElement.ts378 target.previousSibling = before;
380 after && (after.previousSibling = target);
404 after && (after.previousSibling = before);
418 target.previousSibling = beforeNew;
421 afterNew.previousSibling = target;
447 after && (after.previousSibling = before);
476 node = node.previousSibling;
585 if (node === after || node.previousSibling && node.previousSibling === after) {
/third_party/python/Lib/xml/dom/
Dminidom.py39 previousSibling = None variable in Node
104 refChild.previousSibling = newChild
108 newChild.previousSibling = node
110 newChild.previousSibling = None
154 newChild.previousSibling = oldChild.previousSibling
156 oldChild.previousSibling = None
157 if newChild.previousSibling:
158 newChild.previousSibling.nextSibling = newChild
160 newChild.nextSibling.previousSibling = newChild
169 oldChild.nextSibling.previousSibling = oldChild.previousSibling
[all …]
/third_party/node/deps/v8/tools/system-analyzer/view/
Dlist-panel.mjs153 renderDrilldown(groups, previousSibling) {
164 // Append the new TR after previousSibling.
165 previousSibling.parentNode.insertBefore(tr, previousSibling.nextSibling);
/third_party/python/Lib/test/
Dtest_minidom.py109 and nelem.previousSibling is elem
121 and nelem.previousSibling is nelem2
931 and root.firstChild.previousSibling is None
932 and root.lastChild.previousSibling is root.firstChild
951 and root.firstChild.previousSibling is None
969 and root.firstChild.previousSibling is None
987 and root.firstChild.previousSibling is None
988 and root.lastChild.previousSibling is root.firstChild
1009 and root.firstChild.previousSibling is None
1062 and root.childNodes[0].childNodes[1].previousSibling
[all …]
Dtest_pulldom.py338 self.assertIsNone(text1.previousSibling)
340 self.assertIs(elm1.previousSibling, text1)
342 self.assertIs(text2.previousSibling, elm1)
344 self.assertIsNone(text3.previousSibling)
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.errors.txt1 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon…
3previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
4previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
28 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon…
30previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
31previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
DmappedTypeRecursiveInference.types94 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon…
95 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon…
100previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
101 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon…
102previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
107previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
108previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
109 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon…
110previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
111previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl194 readonly attribute Node? previousSibling;
229 readonly attribute Node? previousSibling;
537 Node? previousSibling();
/third_party/typescript/src/compiler/
Demitter.ts4531 let previousSibling: Node | undefined;
4543 else if (previousSibling) {
4550 …if (format & ListFormat.DelimitersMask && previousSibling.end !== (parentNode ? parentNode.end : -…
4551 emitLeadingCommentsOfPosition(previousSibling.end);
4557 …nst separatingLineTerminatorCount = getSeparatingLineTerminatorCount(previousSibling, child, forma…
4569 else if (previousSibling && format & ListFormat.SpaceBetweenSiblings) {
4592 previousSibling = child;
4596 const emitFlags = previousSibling ? getEmitFlags(previousSibling) : 0;
4600 if (previousSibling && !skipTrailingComments) {
4601 …emitTokenWithComment(SyntaxKind.CommaToken, previousSibling.end, writePunctuation, previousSibling
[all …]
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts18 …const previousSibling = paramIdx > 0 ? (parseTreeNode.parent as SignatureDeclaration).parameters[p… constant
20 const commentRanges = previousSibling
25 …getTrailingCommentRanges(text, skipTrivia(text, previousSibling.end + 1, /* stopAfterLineBreak */ …
/third_party/python/Doc/library/
Dxml.dom.rst268 .. attribute:: Node.previousSibling
281 :attr:`previousSibling`. If this is the last child of the parent, this
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js23previousSibling)&&bU.nodeType!==1){}bW[bS]=bX||bU&&bU.nodeName.toLowerCase()===bR?bU||false:bU===b…
/third_party/typescript/tests/lib/
Dlib.d.ts11865 previousSibling: Node; property
11966 previousSibling: Node; property
12832 previousSibling: SVGElementInstance; property
14793 previousSibling(): Node; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts9919 readonly previousSibling: Node | null; property
10088 readonly previousSibling: ChildNode | null; property
14455 previousSibling(): Node | null; method
/third_party/typescript/lib/
Dlib.dom.d.ts9939 readonly previousSibling: Node | null; property
10108 readonly previousSibling: ChildNode | null; property
14475 previousSibling(): Node | null; method
Dtsc.js93056 … var previousSibling = paramIdx > 0 ? parseTreeNode.parent.parameters[paramIdx - 1] : undefined;
93058 var commentRanges = previousSibling
93059 …ts.concatenate(ts.getTrailingCommentRanges(text, ts.skipTrivia(text, previousSibling.end + 1, fals…
98530 var previousSibling;
98539 else if (previousSibling) {
98540 if (format & 60 && previousSibling.end !== (parentNode ? parentNode.end : -1)) {
98541 emitLeadingCommentsOfPosition(previousSibling.end);
98545 …var separatingLineTerminatorCount = getSeparatingLineTerminatorCount(previousSibling, child, forma…
98554 else if (previousSibling && format & 512) {
98572 previousSibling = child;
[all …]
DtypingsInstaller.js112924 … var previousSibling = paramIdx > 0 ? parseTreeNode.parent.parameters[paramIdx - 1] : undefined;
112926 var commentRanges = previousSibling
112931 …ts.getTrailingCommentRanges(text, ts.skipTrivia(text, previousSibling.end + 1, /* stopAfterLineBre…
118901 var previousSibling;
118912 else if (previousSibling) {
118919 …if (format & 60 /* ListFormat.DelimitersMask */ && previousSibling.end !== (parentNode ? parentNod…
118920 emitLeadingCommentsOfPosition(previousSibling.end);
118925 …var separatingLineTerminatorCount = getSeparatingLineTerminatorCount(previousSibling, child, forma…
118936 … else if (previousSibling && format & 512 /* ListFormat.SpaceBetweenSiblings */) {
118955 previousSibling = child;
[all …]
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4923 …nd/front_end/data_grid/DataGrid.js(1640,24): error TS2339: Property 'previousSibling' does not exi…
5038 …t_end/data_grid/ViewportDataGrid.js(391,15): error TS2339: Property 'previousSibling' does not exi…
5039 …t_end/data_grid/ViewportDataGrid.js(392,13): error TS2339: Property 'previousSibling' does not exi…
5043 …t_end/data_grid/ViewportDataGrid.js(394,49): error TS2339: Property 'previousSibling' does not exi…
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …mment:8},o={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSi… property