HomeSort by relevance Sort by last modified time
    Searched full:entities (Results 126 - 150 of 1749) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libxml2/win32/wince/
libxml2.vcl 14 "C:\ppc\libxml\XML\entities.c"
47 .\X86EMDbg\entities.obj
79 entities.c
  /external/valgrind/docs/xml/
dist-docs.xml 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
manual-intro.xml 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
  /external/libxml2/
legacy.c 17 #include <libxml/entities.h>
42 * Substitute the HTML entities by their value
69 * Set up the predefined entities.
80 * Cleanup up the predefined entities table.
93 "fetch external entities",
94 "substitute entities",
183 } else if (!strcmp(name, "fetch external entities")) {
185 } else if (!strcmp(name, "substitute entities")) {
301 } else if (!strcmp(name, "fetch external entities")) {
303 } else if (!strcmp(name, "substitute entities")) {
    [all...]
runxmlconf.c 298 xmlChar *entities = NULL; local
341 entities = xmlGetProp(cur, BAD_CAST "ENTITIES");
342 if (!xmlStrEqual(entities, BAD_CAST "none")) {
421 if (entities != NULL)
422 xmlFree(entities);
autogen.sh 39 test -f entities.c || {
  /external/libxml2/result/valid/
REC-xml-19980210.xml 188 entities with system storage objects,
208 Redefine notations to point to PIs as well as binary entities.
257 but 8879 uses that name for both internal and external entities.)</sitem>
295 Add new rhs to entity declaration, for parameter entities.</sitem>
298 Add sections on parameter entities, conditional sections.
323 pic entities, to make them consistent and ensure we can change pic
344 <sitem>1996-10-02 : TB : remould into skeleton + entities</sitem>
366 <p>XML documents are made up of storage units called <termref def="dt-entity">entities</termref>, which contain either parsed
552 Physically, the document is composed of units called <termref def="dt-entity">entities</termref>. An entity may <termref def="dt-entref">refer</termref> to other entities to cause thei
    [all...]
  /external/libxml2/test/relaxng/
tutor11_1_3.xml 206 entities with system storage objects,
226 Redefine notations to point to PIs as well as binary entities.
275 but 8879 uses that name for both internal and external entities.)</sitem>
313 Add new rhs to entity declaration, for parameter entities.</sitem>
316 Add sections on parameter entities, conditional sections.
341 pic entities, to make them consistent and ensure we can change pic
362 <sitem>1996-10-02 : TB : remould into skeleton + entities</sitem>
385 def="dt-entity">entities</termref>, which contain either parsed
575 def="dt-entity">entities</termref>. An entity may <termref
576 def="dt-entref">refer</termref> to other entities to cause thei
    [all...]
  /external/libxml2/test/valid/
REC-xml-19980210.xml 206 entities with system storage objects,
226 Redefine notations to point to PIs as well as binary entities.
275 but 8879 uses that name for both internal and external entities.)</sitem>
313 Add new rhs to entity declaration, for parameter entities.</sitem>
316 Add sections on parameter entities, conditional sections.
341 pic entities, to make them consistent and ensure we can change pic
362 <sitem>1996-10-02 : TB : remould into skeleton + entities</sitem>
385 def="dt-entity">entities</termref>, which contain either parsed
575 def="dt-entity">entities</termref>. An entity may <termref
576 def="dt-entref">refer</termref> to other entities to cause thei
    [all...]
  /external/expat/lib/
expat.h 315 For internal entities (<!ENTITY foo "bar">), value will
319 values, do not use this argument to test for internal entities.
321 For external entities, value will be NULL and systemId will be
444 Note: skipped parameter entities in declarations and skipped general
445 entities in attribute values cannot be reported, because
571 internal entities. These entity references will be passed to the
579 internal entities. The entity reference will not be passed to the
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 499 * If no entities need to be substituted.
505 * Whether general entities need to be substituted.
511 * Whether parameter entities need to be substituted.
517 * Both general and parameter entities need to be substituted.
583 * Specific function to keep track of entities references
617 * Entities
  /external/libxml2/os400/libxmlrpg/
parserInternals.rpgle 383 * If no entities need to be substituted.
390 * Whether general entities need to be substituted.
397 * Whether parameter entities need to be substituted.
404 * Both general and parameter entities need to be substituted.
510 * Specific function to keep track of entities references
558 * Entities
  /external/tinyxml/
changes.txt 76 - Entity support, of predefined entites. &#x entities are untouched by input or output.
112 - Reworked the entity code. Entities were not correctly surving round trip input and output.
113 Will now automatically create entities for high ascii in output.
145 - Fixed bug where entities with one character would confuse parser. (Thanks Roman)
153 - Character Entities are now UCS-2
154 - Character Entities can be decimal or hexadecimal
  /external/libxml2/doc/devhelp/
general.html 36 <p><a href="libxml2-DOCBparser.html">DOCBparser</a> - old DocBook SGML parser<br/><a href="libxml2-HTMLparser.html">HTMLparser</a> - interface for an HTML 4.0 non-verifying parser<br/><a href="libxml2-HTMLtree.html">HTMLtree</a> - specific APIs to process HTML tree, especially serialization<br/><a href="libxml2-SAX.html">SAX</a> - Old SAX version 1 handler, deprecated<br/><a href="libxml2-SAX2.html">SAX2</a> - SAX2 parser interface used to build the DOM tree<br/><a href="libxml2-c14n.html">c14n</a> - Provide Canonical XML and Exclusive XML Canonicalization<br/><a href="libxml2-catalog.html">catalog</a> - interfaces to the Catalog handling system<br/><a href="libxml2-chvalid.html">chvalid</a> - Unicode character range checking<br/><a href="libxml2-debugXML.html">debugXML</a> - Tree debugging APIs<br/><a href="libxml2-dict.html">dict</a> - string dictionnary<br/><a href="libxml2-encoding.html">encoding</a> - interface for the encoding conversion functions<br/><a href="libxml2-entities.html">entities</a> - interface for the XML entities handling<br/><a href="libxml2-globals.html">globals</a> - interface for all global variables of the library<br/><a href="libxml2-hash.html">hash</a> - Chained hash tables<br/><a href="libxml2-list.html">list</a> - lists interfaces<br/><a href="libxml2-nanoftp.html">nanoftp</a> - minimal FTP implementation<br/><a href="libxml2-nanohttp.html">nanohttp</a> - minimal HTTP implementation<br/><a href="libxml2-parser.html">parser</a> - the core parser module<br/><a href="libxml2-parserInternals.html">parserInternals</a> - internals routines and limits exported by the parser.<br/><a href="libxml2-pattern.html">pattern</a> - pattern expression handling<br/><a href="libxml2-relaxng.html">relaxng</a> - implementation of the Relax-NG validation<br/><a href="libxml2-schemasInternals.html">schemasInternals</a> - internal interfaces for XML Schemas<br/><a href="libxml2-schematron.html">schematron</a> - XML Schemastron implementation<br/><a href="libxml2-threads.html">threads</a> - interfaces for thread handling<br/><a href="libxml2-tree.html">tree</a> - interfaces for tree manipulation<br/><a href="libxml2-uri.html">uri</a> - library of generic URI related routines<br/><a href="libxml2-valid.html">valid</a> - The DTD validation<br/><a href="libxml2-xinclude.html">xinclude</a> - implementation of XInclude<br/><a href="libxml2-xlink.html">xlink</a> - unfinished XLink detection module<br/><a href="libxml2-xmlIO.html">xmlIO</a> - interface for the I/O interfaces used by the parser<br/><a href="libxml2-xmlautomata.html">xmlautomata</a> - API to build regexp automata<br/><a href="libxml2-xmlerror.html">xmlerror</a> - error handling<br/><a href="libxml2-xmlexports.html">xmlexports</a> - macros for marking symbols as exportable/importable.<br/><a href="libxml2-xmlmemory.html">xmlmemory</a> - interface for the memory allocator<br/><a href="libxml2-xmlmodule.html">xmlmodule</a> - dynamic module loading<br/><a href="libxml2-xmlreader.html">xmlreader</a> - the XMLReader implementation<br/><a href="libxml2-xmlregexp.html">xmlregexp</a> - regular expressions handling<br/><a href="libxml2-xmlsave.html">xmlsave</a> - the XML document serializer<br/><a href="libxml2-xmlschemas.html">xmlschemas</a> - incomplete XML Schemas structure implementation<br/><a href="libxml2-xmlschemastypes.html">xmlschemastypes</a> - implementation of XML Schema Datatypes<br/><a href="libxml2-xmlstring.html">xmlstring</a> - set of routines to process strings<br/><a href="libxml2-xmlunicode.html">xmlunicode</a> - Unicode character APIs<br/><a href="libxml2-xmlversion.html">xmlversion</a> - compile-time version informations<br/><a href="libxml2-xmlwriter.html">xmlwriter</a> - text writing API for XML<br/><a href="libxml2-xpath.html">xpath</a> - XML Path Language implementation<br/><a href="libxml2-xpathInternals.html">xpathInternals</a> - internal interfaces for XML Path Language implementation<br/><a href="libxml2-xpointer.html">xpointer</a> - API to handle XML Pointers<br/></p>
Makefile.am 21 libxml2-entities.html \
  /external/apache-http/src/org/apache/http/impl/io/
package.html 45 {@link org.apache.http.impl.io.ChunkedInputStream receiving} entities.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 42 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/HTMLEntities
output_xml.properties 45 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/XMLEntities
  /external/bzip2/
README.XML.STUFF 20 The file "entities.xml" must be edited to reflect current
  /external/clang/include/clang/Sema/
SemaConsumer.h 25 /// analysis of the entities in those ASTs.
  /external/clang/tools/clang-format/
clang-format-sublime.py 10 # or regions are extended to the next bigger syntactic entities.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 14 # entities to use the software for internal purposes.
  /external/libxml2/doc/
threads.html 10 </style><title>Thread safety</title></head><body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents" /></a></td><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo" /></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XML C parser and toolkit of Gnome</h1><h2>Thread safety</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Developer Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html" style="font-weight:bold">Main Menu</a></li><li><a href="html/index.html" style="font-weight:bold">Reference Manual</a></li><li><a href="examples/index.html" style="font-weight:bold">Code Examples</a></li><li><a href="guidelines.html">XML Guidelines</a></li><li><a href="tutorial/index.html">Tutorial</a></li><li><a href="xmlreader.html">The Reader Interface</a></li><li><a href="ChangeLog.html">ChangeLog</a></li><li><a href="XSLT.html">XSLT</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="architecture.html">libxml2 architecture</a></li><li><a href="tree.html">The tree output</a></li><li><a href="interface.html">The SAX interface</a></li><li><a href="xmlmem.html">Memory Management</a></li><li><a href="xmlio.html">I/O Interfaces</a></li><li><a href="library.html">The parser interfaces</a></li><li><a href="entities.html">Entities or no entities</a></li><li><a href="namespaces.html">Namespaces</a></li><li><a href="upgrade.html">Upgrading 1.x code</a></li><li><a href="threads.html">Thread safety</a></li><li><a href="DOM.html">DOM Principles</a></li><li><a href="example.html">A real example</a></li><li><a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li><li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://opencsw.org/packages/libxml2">Solaris binaries</a></li><li><a href="http://www.explain.com.au/oss/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://lxml.de/">lxml Python bindings</a></li><li><a href="http://cpan.uwinnipeg.ca/dist/XML-LibXML">Perl bindings</a></li><li><a href="http://libxmlplusplus.sourceforge.net/">C++ bindings</a></li><li><a href="http://www.zend.com/php5/articles/php5-xmlphp.php#Heading4">PHP bindings</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://libxml.rubyforge.org/">Ruby bindings</a></li><li><a href="http://tclxml.sourceforge.net/">Tcl bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml2">Bug Tracker</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><p>Starting with 2.4.7, libxml2 makes provisions to ensure that concurrent
24 <li>entities lookup/accesses</li>
  /external/libxml2/python/tests/
reader6.py 3 # this tests the entities substitutions with the XmlTextReader interface
reader7.py 3 # this tests the entities substitutions with the XmlTextReader interface

Completed in 277 milliseconds

1 2 3 4 56 7 8 91011>>