Searched refs:notation (Results 1 – 25 of 74) sorted by relevance
123
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | nodesetuserdata07.js | 94 var notation; 112 notation = notations.getNamedItem("notation1"); 115 notation.setUserData("Key1", comment, null); 117 notation.setUserData("Key1", comment, nullHandler.handle); 120 notation.setUserData("Key1", comment, null); 122 notation.setUserData("Key1", comment, nullHandler.handle);
|
D | nodecomparedocumentposition22.js | 94 var notation; 110 notation = notationsMap.getNamedItem("notation1"); 111 entityPosition = entity.compareDocumentPosition(notation); 113 notationPosition = notation.compareDocumentPosition(entity);
|
D | noderemovechild07.js | 94 var notation; 106 notation = notations.getNamedItem("notation1"); 111 removedChild = doc.removeChild(notation); 120 removedChild = notation.removeChild(doc);
|
D | nodecomparedocumentposition24.js | 91 var notation; 104 notation = notaionsMap.getNamedItem("notation1"); 106 notationPosition = notation.compareDocumentPosition(notation2);
|
D | documentadoptnode19.js | 91 var notation; 103 notation = notationMap.getNamedItem("notation1"); 108 adoptedNotaion = doc.adoptNode(notation);
|
D | nodegetbaseuri13.js | 93 var notation; 106 notation = notationsMap.getNamedItem("notation1"); 107 baseURI = notation.baseURI;
|
D | nodelookupprefix04.js | 94 var notation; 111 notation = notationsMap.getNamedItem("notation1"); 114 prefix = notation.lookupPrefix("");
|
D | nodeisdefaultnamespace04.js | 95 var notation; 114 notation = notationsMap.getNamedItem("notation1"); 117 isDefault = notation.isDefaultNamespace(nullNSURI);
|
D | nodegetbaseuri14.js | 97 var notation; 120 notation = notationsMap.getNamedItem("notation2"); 121 notationImported = newDoc.importNode(notation,true);
|
D | documentrenamenode28.js | 93 var notation; 109 notation = notationNodeMap.getNamedItem("notation1"); 125 renamedNotationNode = doc.renameNode(notation,"http://www.w3.org/DOM/Test","notation2");
|
D | nodereplacechild10.js | 106 var notation; 129 notation = notationsMap.getNamedItem("notation1"); 132 replaced = doc.replaceChild(notation,ent);
|
D | documentadoptnode20.js | 93 var notation; 118 notation = notationMap.getNamedItem("notation2"); 123 adoptedNotation = newDoc.adoptNode(notation);
|
D | nodereplacechild21.js | 107 var notation; 130 notation = notationsMap.getNamedItem("notation1"); 135 replacedChild = docType.replaceChild(notation,ent);
|
D | nodelookupnamespaceuri04.js | 94 var notation; 111 notation = notationsMap.getNamedItem("notation1");
|
/external/llvm/test/Assembler/ |
D | 2005-01-03-FPConstantDisassembly.ll | 4 ret double 1.0 ;; This should not require hex notation
|
/external/iptables/extensions/ |
D | libxt_string.man | 18 Matches the given pattern in hex notation.
|
D | libxt_time.man | 8 Only match during the given time, which must be in ISO 8601 "T" notation.
|
/external/e2fsprogs/po/ |
D | Makevars | 29 # - Strings which make invalid assumptions about notation of date, time or
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp2.txt | 4 Subject: RE: Type notation debate...
|
D | 2001-02-06-TypeNotationDebate.txt | 4 Subject: Type notation debate...
|
D | 2001-02-06-TypeNotationDebateResp1.txt | 4 Subject: RE: Type notation debate...
|
/external/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 55 - remove Windows-like hungary notation variable name
|
/external/openssl/crypto/dsa/ |
D | fips186a.txt | 12 hexadecimal notation. The p and q given here were generated by the prime
|
/external/icu4c/data/lang/ |
D | sv.txt | 654 Zmth{"matematisk notation"} 693 FONIPA{"internationell fonetisk notation - IPA"} 694 FONUPA{"uralisk fonetisk notation"}
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | mozilla | 350 notation
|
123