Searched refs:notations (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/
H A Dxmlsave.c728 (dtd->attributes == NULL) && (dtd->notations == NULL) &&
735 * Dump the notations first they are not in the DTD children list
738 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
741 (xmlNotationTablePtr) dtd->notations);
H A DSAX2.c1609 ((ctxt->myDoc->intSubset->notations == NULL) &&
2222 ((ctxt->myDoc->intSubset->notations == NULL) &&
H A Dvalid.c2366 table = (xmlNotationTablePtr) dtd->notations;
2372 dtd->notations = table = xmlHashCreateDict(0, dict);
3332 if (dtd->notations == NULL) return(NULL);
3333 table = (xmlNotationTablePtr) dtd->notations;
4463 "Value \"%s\" for attribute %s of %s is not among the enumerated notations\n",
4667 "Value \"%s\" for attribute xmlns:%s of %s is not among the enumerated notations\n",
4671 "Value \"%s\" for attribute xmlns of %s is not among the enumerated notations\n",
6748 * possible values matches one of the defined notations.
H A Dtree.c1114 * of notations, elements, attributes and entities.
1132 if (cur->notations != NULL)
1133 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations);
4439 if (dtd->notations != NULL)
4440 ret->notations = (void *) xmlCopyNotationTable(
4441 (xmlNotationTablePtr) dtd->notations);
/external/libxml2/include/libxml/
H A Dtree.h418 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/ImageMagick/www/api/
H A Dmorphology.php254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 253 milliseconds