Home
last modified time | relevance | path

Searched refs:XML_TEXT_NODE (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/dports/net/yaz/yaz-5.31.1/src/
H A Dcclxmlconfig.c29 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_combqual()
61 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_attr()
64 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_attr()
67 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_attr()
104 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_qual()
156 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_directive()
159 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config_directive()
193 attr->children && attr->children->type == XML_TEXT_NODE) in ccl_xml_config()
H A Dmarc_read_xml.c60 if (ptr_code->type == XML_TEXT_NODE) in yaz_marc_read_xml_subfields()
72 if (p->type == XML_TEXT_NODE) in yaz_marc_read_xml_subfields()
77 if (p->type == XML_TEXT_NODE) in yaz_marc_read_xml_subfields()
121 attr->children && attr->children->type == XML_TEXT_NODE && in get_indicator_value()
157 if (p->type == XML_TEXT_NODE) in yaz_marc_read_turbo_xml_subfields()
164 if (p->type == XML_TEXT_NODE) in yaz_marc_read_turbo_xml_subfields()
199 if (p->type == XML_TEXT_NODE) in yaz_marc_read_xml_leader()
H A Dxml_match.c40 attr->children && attr->children->type == XML_TEXT_NODE) in yaz_match_xsd_string_n_nmem()
54 if (!ptr || ptr->type != XML_TEXT_NODE) in yaz_match_xsd_string_n_nmem()
137 attr->children && attr->children->type == XML_TEXT_NODE) in yaz_match_xsd_integer()
151 if (!ptr || ptr->type != XML_TEXT_NODE) in yaz_match_xsd_integer()
H A Drecord_conv.c130 attr->children && attr->children->type == XML_TEXT_NODE) in construct_xslt()
162 attr->children && attr->children->type == XML_TEXT_NODE) in construct_xslt()
393 if (ptr->type == XML_TEXT_NODE) in convert_select()
472 attr->children && attr->children->type == XML_TEXT_NODE) in construct_marc()
475 attr->children && attr->children->type == XML_TEXT_NODE) in construct_marc()
478 attr->children && attr->children->type == XML_TEXT_NODE) in construct_marc()
481 attr->children && attr->children->type == XML_TEXT_NODE) in construct_marc()
722 attr->children && attr->children->type == XML_TEXT_NODE) in construct_one_rdf_lookup()
812 attr->children && attr->children->type == XML_TEXT_NODE) in construct_rdf_lookup()
817 attr->children && attr->children->type == XML_TEXT_NODE) in construct_rdf_lookup()
[all …]
H A Dretrieval.c132 attr->children && attr->children->type == XML_TEXT_NODE) in conf_retrieval()
148 attr->children && attr->children->type == XML_TEXT_NODE) in conf_retrieval()
152 attr->children && attr->children->type == XML_TEXT_NODE) in conf_retrieval()
156 attr->children && attr->children->type == XML_TEXT_NODE) in conf_retrieval()
203 && attr->children->type == XML_TEXT_NODE) in conf_retrieval()
210 && attr->children->type == XML_TEXT_NODE) in conf_retrieval()
/dports/net/yazproxy/yazproxy-1.3.9/src/
H A Dyaz-proxy-config.cpp155 if (ptr->type == XML_TEXT_NODE) in get_text()
175 attr->children && attr->children->type == XML_TEXT_NODE) in get_period()
529 if (tptr->type == XML_TEXT_NODE && tptr->content) in check_schema()
597 attr->children && attr->children->type == XML_TEXT_NODE) in target_authentication()
670 attr->children && attr->children->type == XML_TEXT_NODE) in client_authentication()
957 && attr->children->type==XML_TEXT_NODE in find_target_node()
1011 && attr->children->type==XML_TEXT_NODE in get_target_no()
1196 && attr->children->type==XML_TEXT_NODE in get_explain_ptr()
1226 if (ptr->type == XML_TEXT_NODE && in get_explain_ptr()
1257 && attr->children->type==XML_TEXT_NODE in get_explain_name()
[all …]
/dports/textproc/p5-XML-XUpdate-LibXML/XML-XUpdate-LibXML-0.6.0/lib/XML/Normalize/
H A DLibXML.pm31 if ($type == XML::LibXML::XML_TEXT_NODE) {
49 if ($node->nodeType() == XML::LibXML::XML_TEXT_NODE) {
90 while ($f and $f->nodeType == XML::LibXML::XML_TEXT_NODE and
104 while ($f and $f->nodeType == XML::LibXML::XML_TEXT_NODE and
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/gdomecore/
H A Dgdome-xml-util.h32 ((Gdome_xml_Node *) node)->n->type == XML_TEXT_NODE || \
50 ((Gdome_xml_Node *) node)->n->type == XML_TEXT_NODE || \
60 ((Gdome_xml_Node *) node)->n->type == XML_TEXT_NODE || \
73 ((Gdome_xml_Node *) cd)->n->type == XML_TEXT_NODE || \
84 ((Gdome_xml_Node *) t)->n->type == XML_TEXT_NODE )
/dports/www/mod_php81/php-8.1.1/ext/dom/
H A Dtext.c82 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
87 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
130 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
167 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
/dports/lang/php80/php-8.0.15/ext/dom/
H A Dtext.c82 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
87 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
130 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
167 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
/dports/lang/php81/php-8.1.1/ext/dom/
H A Dtext.c82 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
87 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
130 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
167 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
/dports/textproc/php81-dom/php-8.1.1/ext/dom/
H A Dtext.c82 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
87 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
130 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
167 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
/dports/textproc/php80-dom/php-8.0.15/ext/dom/
H A Dtext.c82 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
87 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
130 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
167 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
/dports/www/mod_php80/php-8.0.15/ext/dom/
H A Dtext.c82 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
87 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
130 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
167 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/test/helpers/
H A DMarkdownTestHelper.php204 $node->nextSibling->nodeType != XML_TEXT_NODE) {
209 case XML_TEXT_NODE:
224 if ($element->firstChild->nodeType == XML_TEXT_NODE) {
233 if ($element->lastChild->nodeType == XML_TEXT_NODE) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/test/helpers/
H A DMarkdownTestHelper.php204 $node->nextSibling->nodeType != XML_TEXT_NODE) {
209 case XML_TEXT_NODE:
224 if ($element->firstChild->nodeType == XML_TEXT_NODE) {
233 if ($element->lastChild->nodeType == XML_TEXT_NODE) {
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2wms.c2248 if (text->type == XML_TEXT_NODE) in parse_wms_geoBBox()
2254 if (text->type == XML_TEXT_NODE) in parse_wms_geoBBox()
3139 if (text->type == XML_TEXT_NODE) in parse_wms_GetMap_HTTP_Get()
3187 if (text->type == XML_TEXT_NODE) in parse_wms_GetMap_HTTP_Post()
3235 if (text->type == XML_TEXT_NODE) in parse_wms_GetTileService_HTTP_Get()
3286 if (text->type == XML_TEXT_NODE) in parse_wms_GetTileService_HTTP_Post()
3339 if (text->type == XML_TEXT_NODE) in parse_wms_GetInfo_HTTP_Get()
3390 if (text->type == XML_TEXT_NODE) in parse_wms_GetInfo_HTTP_Post()
4468 if (text->type == XML_TEXT_NODE) in parse_wms_gml_geom()
4499 if (cur_node->type == XML_TEXT_NODE) in parse_wms_gml_geom()
[all …]
/dports/lang/php73/php-7.3.33/ext/dom/
H A Dtext.c112 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
117 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
155 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
188 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/dom/
H A Dtext.c110 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
115 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
154 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
187 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/dports/textproc/php74-dom/php-7.4.27/ext/dom/
H A Dtext.c110 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
115 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
154 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
187 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/dom/
H A Dtext.c112 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
117 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
155 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
188 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/dports/textproc/php73-dom/php-7.3.33/ext/dom/
H A Dtext.c112 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
117 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
155 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
188 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/dom/
H A Dtext.c110 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
115 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
154 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_FUNCTION()
187 nnode->type = XML_TEXT_NODE; in PHP_FUNCTION()
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/TemplateNormalizations/
H A DInlineTextElements.php27 return ($element->nextSibling && $element->nextSibling->nodeType === XML_TEXT_NODE);
38 return ($element->previousSibling && $element->previousSibling->nodeType === XML_TEXT_NODE);
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqebics/requests/
H A Dr_hkd_htd.c190 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()
196 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()
207 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()
218 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()
224 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()
235 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()
243 if (nodeXXX->type==XML_TEXT_NODE && nodeXXX->content) { in _sampleAccounts()

12345678910>>...42