Searched refs:notation (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodecomparedocumentposition22.js94 var notation;
110 notation = notationsMap.getNamedItem("notation1");
111 entityPosition = entity.compareDocumentPosition(notation);
113 notationPosition = notation.compareDocumentPosition(entity);
H A Dnoderemovechild07.js78 Attempts to remove a notation from a Document node. Since notations are children of
94 var notation;
106 notation = notations.getNamedItem("notation1");
111 removedChild = doc.removeChild(notation);
120 removedChild = notation.removeChild(doc);
H A Dnodesetuserdata07.js94 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);
H A Ddocumentadoptnode19.js78 Invoke the adoptNode method on this document with the notation notation1 as the source. Since this is
91 var notation;
103 notation = notationMap.getNamedItem("notation1");
108 adoptedNotaion = doc.adoptNode(notation);
H A Dnodecomparedocumentposition24.js91 var notation;
104 notation = notaionsMap.getNamedItem("notation1");
106 notationPosition = notation.compareDocumentPosition(notation2);
H A Dnodegetbaseuri13.js78 Using getBaseURI verify if the notation defined in an internal subset
93 var notation;
106 notation = notationsMap.getNamedItem("notation1");
107 baseURI = notation.baseURI;
H A Dnodeisdefaultnamespace04.js95 var notation;
114 notation = notationsMap.getNamedItem("notation1");
117 isDefault = notation.isDefaultNamespace(nullNSURI);
H A Dnodelookupprefix04.js94 var notation;
111 notation = notationsMap.getNamedItem("notation1");
114 prefix = notation.lookupPrefix("");
H A Dnodelookupnamespaceuri04.js94 var notation;
111 notation = notationsMap.getNamedItem("notation1");
H A Ddocumentadoptnode20.js78 Invoke the adoptNode method on a new document with the notation notation2 as the source. Since this is
93 var notation;
118 notation = notationMap.getNamedItem("notation2");
123 adoptedNotation = newDoc.adoptNode(notation);
H A Ddocumentrenamenode28.js93 var notation;
109 notation = notationNodeMap.getNamedItem("notation1");
125 renamedNotationNode = doc.renameNode(notation,"http://www.w3.org/DOM/Test","notation2");
H A Dnodegetbaseuri14.js78 Using getBaseURI verify if the imported notation notation2 is null.
97 var notation;
120 notation = notationsMap.getNamedItem("notation2");
121 notationImported = newDoc.importNode(notation,true);
H A Dnodereplacechild10.js89 a notation node of retieved from the DTD of another document and verify if a
106 var notation;
129 notation = notationsMap.getNamedItem("notation1");
132 replaced = doc.replaceChild(notation,ent);
H A Dnodereplacechild21.js89 a notation node of retieved from the DTD of another document and verify if a
107 var notation;
130 notation = notationsMap.getNamedItem("notation1");
135 replacedChild = docType.replaceChild(notation,ent);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dvhdl.php130 //Hex numbers and scientific notation for numbers
/external/expat/lib/
H A Dxmlparse.c199 const XML_Char *notation; member in struct:__anon6084
2347 if (entity->notation)
4240 declEntity->notation = poolStoreString(&dtd->pool, enc, s, next);
4241 if (!declEntity->notation)
4251 declEntity->notation);
4262 declEntity->notation);
5054 if (entity->notation) {
5937 if (oldE->notation) {
5938 const XML_Char *tem = poolCopyString(newPool, oldE->notation);
5941 newE->notation
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm680 not match exponential notation. Unlike the other configuration
/external/libxml2/
H A Dvalid.c2316 * @not: A notation
2318 * Deallocate the memory used by an notation definition
2341 * Register a new notation declaration
2413 * @table: An notation table
2425 * @nota: A notation
2427 * Build a copy of a notation.
2457 * @table: A notation table
2459 * Build a copy of a notation table.
2474 * @nota: A notation declaration
2476 * This will dump the content the notation declaratio
6650 xmlChar *notation = cur->content; local
[all...]
H A Dparser.c5051 * parse a notation declaration
5092 "colon are forbidden from notation names '%s'\n",
5139 * The Name must match the declared name of a notation.
5462 * Values of this type must match one of the notation names included
5463 * in the declaration; all notation names in the declaration must be declared.
5465 * Returns: the notation attribute tree built while parsing
5492 "standalone: attribute notation value token %s duplicated\n",
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php216 /** Number format to highlight floating-point numbers without support for scientific notation */
218 /** Number format to highlight floating-point numbers without support for scientific notation */
220 /** Number format to highlight floating-point numbers with support for scientific notation (E) and optional leading zero */
222 /** Number format to highlight floating-point numbers with support for scientific notation (E) and required leading digit */
/external/bison/
H A Dmaint.mk1077 # Ensure that we use only the standard $(VAR) notation,
/external/grub/docs/
H A Dtexinfo.tex156 % In some macros, we cannot use the `\? notation---the left quote is
1748 % Can't use plain's \frenchspacing because it uses the `\x notation, and
6165 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/bison/build-aux/
H A Dtexinfo.tex2423 % Can't use plain's \frenchspacing because it uses the `\x notation, and
8207 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 614 milliseconds

12