Home
last modified time | relevance | path

Searched refs:xmlescape (Results 1 – 25 of 96) sorted by relevance

1234

/dports/security/vxquery/vxquery-0.2.1/
H A Dprocessors.cc233 os_ << " <name>" << xmlescape(*nam) << "</name>\n"; in operator ()()
239 hi = xmlescape(rng->hi); in operator ()()
240 lo = xmlescape(rng->lo); in operator ()()
265 << xmlescape(ref.text) << "</" << ref.type << ">\n"; in operator ()()
275 os_ << " <vuln vid=\"" << xmlescape(entry.vid()) << "\">\n" in operator ()()
293 << " <entry>" << xmlescape(entry.entryDate()) in operator ()()
296 os_ << " <modified>" << xmlescape(entry.modifiedDate()) in operator ()()
354 os_ << xmlescape(s) << "<br/>"; in operator ()()
382 std::string link, tmp = xmlescape(ref.text); in operator ()()
414 os_ << "<tr><td>" << xmlescape(ref.type) in operator ()()
[all …]
H A Dvuxml.cc80 vuxml::xmlescape(const std::string &s) in xmlescape() function in vuxml
104 std::cout << vuxml::xmlescape(av[1]) << '\n'; in main()
H A Dhandlers.cc319 s_ += xmlescape(item.second); in operator ()()
366 entry_->appendDescription(xmlescape(pcdata)); in description_characters()
/dports/graphics/qgis/qgis-3.22.3/scripts/
H A Dts2ui.pl23 sub xmlescape { subroutine
89 …print UI " comment=\"" . xmlescape($message->{comment}->[0]) . "\"" if exists $message->{comment} …
90 print UI ">" . xmlescape($message->{source}->[0]) . "</string></property>\n";
H A Dqgm2ui.pl20 sub xmlescape { subroutine
82 print " <property><string>" . xmlescape($_) . "</string></property>\n";
H A Dprocessing2ui.pl21 sub xmlescape { subroutine
130 print F " <property><string extracomment=\"$c\">" . xmlescape($v) . "</string></property>\n";
/dports/graphics/qgis-ltr/qgis-3.16.16/scripts/
H A Dts2ui.pl23 sub xmlescape { subroutine
89 …print UI " comment=\"" . xmlescape($message->{comment}->[0]) . "\"" if exists $message->{comment} …
90 print UI ">" . xmlescape($message->{source}->[0]) . "</string></property>\n";
H A Dqgm2ui.pl20 sub xmlescape { subroutine
82 print " <property><string>" . xmlescape($_) . "</string></property>\n";
H A Dprocessing2ui.pl21 sub xmlescape { subroutine
130 print F " <property><string extracomment=\"$c\">" . xmlescape($v) . "</string></property>\n";
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_winprefetch.cpp199 ss << "<os>" << dfxml_writer::xmlescape(prefetch_version) << "</os>"; in to_xml()
200 ss << "<filename>" << dfxml_writer::xmlescape(execution_filename) << "</filename>"; in to_xml()
206 ss << "<file>" << dfxml_writer::xmlescape(it) << "</file>"; in to_xml()
211 ss << "<path>" << dfxml_writer::xmlescape(volume_path_name) << "</path>"; in to_xml()
217 ss << "<dir>" << dfxml_writer::xmlescape(it) << "</dir>"; in to_xml()
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/plugin_launchers/python/
H A Dlauncher.py60 from xml.sax.saxutils import escape as xmlescape unknown
89 return xmlescape(html.unescape(sval), EXTRAS)
90 return xmlescape(html.unescape(sval))
/dports/net-mgmt/etherape/etherape-0.9.20/src/stats/
H A Dutil.h52 gchar *xmlescape(const gchar *str);
H A Dutil.c346 gchar *xmlescape(const gchar *str) in xmlescape() function
406 escaped = xmlescape(msg); in xmltag_escaped()
/dports/net/tcpflow/tcpflow-1.5.0/src/
H A Dscan_wifiviz.cpp37 …ml) << " <ssid mac='" << (*it).first.mac <<"' ssid='" << dfxml_writer::xmlescape((*it).first.ssid… in scan_wifiviz()
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dxml.cpp78 string XML::xmlescape(const string &xml) in xmlescape() function in XML
281 if(escape_value) fputs(cstr(xmlescape(value)),out); in xmlout()
/dports/www/xist/ll-xist-5.34/src/ll/
H A D_misc.c283 static PyObject *xmlescape(PyObject *self, PyObject *arg) in xmlescape() function
320 {"xmlescape", (PyCFunction)xmlescape, METH_O, xmlescape_doc},
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/library/
H A Dcollection_area.py3 from xml.sax.saxutils import escape as xmlescape unknown
121 [xmlescape(name), coll])
141 self._treestore.append(None, ['<b>%s</b>' % xmlescape(_('All books')),
/dports/net/tcpflow/tcpflow-1.5.0/src/dfxml/src/
H A Ddfxml_writer.cpp137 std::string dfxml_writer::xmlescape(const string &xml) in xmlescape() function in dfxml_writer
188 ss << "<" << (*it).first << ">" << xmlescape((*it).second) << "</" << (*it).first << ">"; in xmlmap()
629 *out << (escape_value ? xmlescape(value) : value); in xmlout()
/dports/sysutils/pwsafe/pwsafe-1dbcfd0/
H A Dpwsafe.cpp1781 static secstring xmlescape(const secstring& s) { in xmlescape() function
1822 …s\t%s\t%s\n", xmlescape(e.name).c_str(), xmlescape(!e.default_login?e.login:"[default]").c_str(), in exportdb()
1824xmlescape(formatuuid(e.uuid)).c_str(), xmlescape(e.group).c_str(), xmlescape(e.name).c_str(), xmle… in exportdb()
/dports/security/vxquery/vxquery-0.2.1/include/vuxml/
H A Dvuxml.hh64 std::string xmlescape(const std::string &s);
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/fiwalk/src/
H A Ddfxml.cpp97 string xml::xmlescape(const string &xml) in xmlescape() function in xml
452 if(escape_value) *out << xmlescape(value); in xmlout()
/dports/textproc/p5-SVG/SVG-2.86/
H A DMANIFEST55 t/23-xmlescape.t
/dports/textproc/p5-SVG/SVG-2.86/lib/SVG/
H A DXML.pm86 *xmlescape = \&xmlescp;
/dports/deskutils/foliate/foliate-2.6.3/src/assets/KindleUnpack/
H A Dmobi_opf.py12 from xml.sax.saxutils import escape as xmlescape unknown
120 res = xmlescape(unescapeit(sval), EXTRAS)
122 res = xmlescape(unescapeit(sval))
/dports/misc/netron/node_modules/word-wrap/
H A DREADME.md88 var xmlescape = require('xml-escape');
91 return xmlescape(string);

1234