Home
last modified time | relevance | path

Searched refs:xmlEntity (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/www/mod_php81/php-8.1.1/ext/dom/
H A Dentity.c41 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
66 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
91 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/lang/php81/php-8.1.1/ext/dom/
H A Dentity.c41 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
66 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
91 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/textproc/php81-dom/php-8.1.1/ext/dom/
H A Dentity.c41 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
66 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
91 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/lang/php80/php-8.0.15/ext/dom/
H A Dentity.c41 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
66 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
91 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/textproc/php80-dom/php-8.0.15/ext/dom/
H A Dentity.c41 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
66 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
91 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/www/mod_php80/php-8.0.15/ext/dom/
H A Dentity.c41 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
66 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
91 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/lang/php73/php-7.3.33/ext/dom/
H A Dentity.c47 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
72 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
97 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/lang/php74/php-7.4.27/ext/dom/
H A Dentity.c47 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
72 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
97 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/www/mod_php73/php-7.3.33/ext/dom/
H A Dentity.c47 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
72 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
97 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/textproc/php73-dom/php-7.3.33/ext/dom/
H A Dentity.c47 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
72 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
97 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/textproc/php74-dom/php-7.4.27/ext/dom/
H A Dentity.c47 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
72 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
97 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/www/mod_php74/php-7.4.27/ext/dom/
H A Dentity.c47 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_public_id_read()
72 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_system_id_read()
97 xmlEntity *nodep = (xmlEntity *) dom_object_get_node(obj); in dom_entity_notation_name_read()
/dports/textproc/libxml++26/libxml++-2.40.1/libxml++/nodes/
H A Dentitydeclaration.cc30 xmlEntity* EntityDeclaration::cobj() in cobj()
34 return reinterpret_cast<xmlEntity*>(Node::cobj()); in cobj()
37 const xmlEntity* EntityDeclaration::cobj() const in cobj()
41 return reinterpret_cast<const xmlEntity*>(Node::cobj()); in cobj()
H A Dentityreference.cc30 auto cEntity = (xmlEntity*)cChild; in get_resolved_text()
47 auto cEntity = (xmlEntity*)cChild; in get_original_text()
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/xmlrpc++/src/
H A DXmlRpcUtil.cpp189 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
210 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
212 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
218 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
248 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/xmlrpc++/src/
H A DXmlRpcUtil.cpp183 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
204 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
206 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
212 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
242 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/xmlrpc++/src/
H A DXmlRpcUtil.cpp183 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
204 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
206 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
212 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
242 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/comms/flcluster/flcluster-1.0.4/src/xmlrpcpp/
H A DXmlRpcUtil.cpp262 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
283 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
285 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
291 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
321 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/comms/fldigi/fldigi-4.1.20/src/xmlrpcpp/
H A DXmlRpcUtil.cpp264 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
285 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
287 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
293 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
323 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/comms/flrig/flrig-1.3.54/src/xmlrpcpp/
H A DXmlRpcUtil.cpp266 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
287 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
289 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
295 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
325 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/comms/fllog/fllog-1.2.6/src/xmlrpcpp/
H A DXmlRpcUtil.cpp262 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
283 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
285 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
291 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
321 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/comms/flmsg/flmsg-4.0.19/src/xmlrpcpp/
H A DXmlRpcUtil.cpp262 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
283 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
285 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
291 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
321 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/comms/flamp/flamp-2.2.07/src/xmlrpcpp/
H A DXmlRpcUtil.cpp262 static const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }; variable
283 for (iEntity=0; xmlEntity[iEntity] != 0; ++iEntity) in xmlDecode()
285 if (strncmp(ens+iAmp+1, xmlEntity[iEntity], xmlEntLen[iEntity]) == 0) in xmlDecode()
291 if (xmlEntity[iEntity] == 0) // unrecognized sequence in xmlDecode()
321 encoded += xmlEntity[iEntity]; in xmlEncode()
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/gdomecore/
H A Dgdome-xml-entity.c119 xmlEntity *ent = NULL; in gdome_xml_ent_publicId()
144 xmlEntity *ent = NULL; in gdome_xml_ent_systemId()
169 xmlEntity *ent = NULL; in gdome_xml_ent_notationName()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmallard.vim28 …mment>"me=e-10 contains=xmlTag,xmlNamespace,xmlTagName,xmlEndTag,xmlRegion,xmlEntity,@Spell keepend
29 …="</em>"me=e-5 contains=xmlTag,xmlNamespace,xmlTagName,xmlEndTag,xmlRegion,xmlEntity,@Spell keepend
30 …/title>"me=e-8 contains=xmlTag,xmlNamespace,xmlTagName,xmlEndTag,xmlRegion,xmlEntity,@Spell keepend

1234567