/third_party/jsframework/runtime/vdom/ |
D | Node.ts | 200 public set previousSibling(previousSibling: Node) { method in Node 201 this._previousSibling = previousSibling; 204 public get previousSibling() { method in Node
|
D | Element.ts | 378 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/ |
D | minidom.py | 39 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/ |
D | list-panel.mjs | 153 renderDrilldown(groups, previousSibling) { 164 // Append the new TR after previousSibling. 165 previousSibling.parentNode.insertBefore(tr, previousSibling.nextSibling);
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 109 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 …]
|
D | test_pulldom.py | 338 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/ |
D | mappedTypeRecursiveInference.errors.txt | 1 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon… 3 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 4 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 28 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon… 30 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 31 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
|
D | mappedTypeRecursiveInference.types | 94 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon… 95 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon… 100 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 101 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon… 102 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 107 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 108 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 109 …any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: any; textCon… 110 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:… 111 …previousSibling: any; textContent: any; appendChild: any; cloneNode: any; compareDocumentPosition:…
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | dom.idl | 194 readonly attribute Node? previousSibling; 229 readonly attribute Node? previousSibling; 537 Node? previousSibling();
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 4531 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/ |
D | declarations.ts | 18 …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/ |
D | xml.dom.rst | 268 .. 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/ |
D | jquery.js | 23 …previousSibling)&&bU.nodeType!==1){}bW[bS]=bX||bU&&bU.nodeName.toLowerCase()===bR?bU||false:bU===b…
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 11865 previousSibling: Node; property 11966 previousSibling: Node; property 12832 previousSibling: SVGElementInstance; property 14793 previousSibling(): Node; method
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 9919 readonly previousSibling: Node | null; property 10088 readonly previousSibling: ChildNode | null; property 14455 previousSibling(): Node | null; method
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 9939 readonly previousSibling: Node | null; property 10108 readonly previousSibling: ChildNode | null; property 14475 previousSibling(): Node | null; method
|
D | tsc.js | 93056 … 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 …]
|
D | typingsInstaller.js | 112924 … 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/ |
D | chrome-devtools-frontend.log | 4923 …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/ |
D | asciidoctor-chunker.js | 4 …mment:8},o={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSi… property
|