Home
last modified time | relevance | path

Searched refs:xml_content (Results 1 – 25 of 95) sorted by relevance

1234

/dports/security/acme.sh/acme.sh-3.0.1/dnsapi/
H A Ddns_inwx.sh85 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
115 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
143 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
148 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
195 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
243 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
261 xml_content='<?xml version="1.0" encoding="UTF-8"?>
280 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
322 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
360 response="$(_post "$xml_content" "$INWX_Api" "" "POST")"
[all …]
H A Ddns_loopia.sh56 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
75 response="$(_post "$xml_content" "$LOOPIA_Api" "" "POST")"
119 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
138 response="$(_post "$xml_content" "$LOOPIA_Api" "" "POST")"
154 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
167 response="$(_post "$xml_content" "$LOOPIA_Api" "" "POST")"
192 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
231 response="$(_post "$xml_content" "$LOOPIA_Api" "" "POST")"
244 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
260 response="$(_post "$xml_content" "$LOOPIA_Api" "" "POST")"
[all …]
H A Ddns_euserv.sh84 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
116 response="$(_post "$xml_content" "$EUSERV_Api" "" "POST")"
120 _debug "xml_content" "$xml_content"
186 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
208 response="$(_post "$xml_content" "$EUSERV_Api" "" "POST")"
212 _debug "xml_content" "$xml_content"
243 xml_content=$(printf '<?xml version="1.0" encoding="UTF-8"?>
275 response="$(_post "$xml_content" "$EUSERV_Api" "" "POST")"
279 _debug "xml_content" "$xml_content"
348 response="$(_post "$xml_content" "$EUSERV_Api" "" "POST")"
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DXml.cs52 string xml_content; field in System.Web.UI.WebControls.Xml
91 xml_content = null;
101 return (xml_content != null)? xml_content : "";
105 xml_content = value;
126 xml_content = null;
233 if (xml_content != null) { in Render()
235 xml_doc.LoadXml (xml_content); in Render()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/packages/maven/metadata/
H A Dcreate_versions_xml_service_spec.rb208 def versions_from(xml_content) argument
209 doc = Nokogiri::XML(xml_content)
213 def release_from(xml_content) argument
214 doc = Nokogiri::XML(xml_content)
218 def latest_from(xml_content) argument
219 doc = Nokogiri::XML(xml_content)
223 def last_updated_from(xml_content) argument
224 doc = Nokogiri::XML(xml_content)
/dports/databases/vfront/vfront-0.96c/xml/
H A Dfop_exec.php87 …$xml_content= get_vfront_xml(array('action'=>$tabella,'c'=>$_GET['c'], 'type'=>'XML')); //FRONT_DO… variable
93 $xml_content= get_vfront_xml(array('action'=>$tabella,'id'=>intval($_GET['id']), 'type'=>'XML')); variable
99 $xml_content= get_vfront_xml(array('action'=>$tabella, 'c'=>'all', 'type'=>'XML')); variable
109 fwrite($fp,$xml_content['XML']);
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dmisc_text_node.c34 xmlNode *xml_content; member
60 if (private->xml_content) { in get_xmlNode()
61 return xmlCopyNode(private->xml_content, 1); in get_xmlNode()
114 lasso_release_xml_node(private->xml_content); in finalize()
184 return private_data->xml_content; in lasso_misc_text_node_get_xml_content()
199 lasso_assign_xml_node(private_data->xml_content, node); in lasso_misc_text_node_set_xml_content()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotemanagerbase.cpp68 Glib::ustring NoteManagerBase::sanitize_xml_content(const Glib::ustring & xml_content) in sanitize_xml_content() argument
70 Glib::ustring::size_type pos = xml_content.find('\n'); in sanitize_xml_content()
72 Glib::ustring result(xml_content); in sanitize_xml_content()
75 if(xml_content[i] == '\r') { in sanitize_xml_content()
251 …teBase::Ptr NoteManagerBase::create(const Glib::ustring & title, const Glib::ustring & xml_content) in create() argument
253 return create_new_note(title, xml_content, ""); in create()
269 Glib::ustring xml_content = sharp::string_replace_first(template_note->xml_content(), in create_note_from_template() local
272 xml_content = sanitize_xml_content(xml_content); in create_note_from_template()
274 NoteBase::Ptr new_note = create_new_note(new_title, xml_content, guid); in create_note_from_template()
326 …r NoteManagerBase::create_new_note(const Glib::ustring & title, const Glib::ustring & xml_content, in create_new_note() argument
[all …]
H A Dnotemanagerbase.hpp46 static Glib::ustring sanitize_xml_content(const Glib::ustring & xml_content);
75 NoteBase::Ptr create(const Glib::ustring & title, const Glib::ustring & xml_content);
111 …tual NoteBase::Ptr create_new_note(const Glib::ustring & title, const Glib::ustring & xml_content,
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dxmlconf.c22 char *xml_content; in uwsgi_xml_config() local
44 xml_content = uwsgi_open_and_read(filename, &xml_size, 0, magic_table); in uwsgi_xml_config()
46 doc = xmlReadMemory(xml_content, xml_size, filename, NULL, 0); in uwsgi_xml_config()
227 char *xml_content; in uwsgi_xml_config() local
248 xml_content = uwsgi_open_and_read(filename, &xml_size, 0, magic_table); in uwsgi_xml_config()
262 if (!XML_Parse(parser, xml_content, xml_size, done)) { in uwsgi_xml_config()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/t/agent/http/client/ocs/
H A Dresponse.t54 my $xml_content = "<REPLY><word>hello</word></REPLY>";
60 '/mixedhtml' => sub { print $header . $html_content." a aee".$xml_content ; },
62 '/correct' => sub { print $header . compress($xml_content); },
63 '/altered' => sub { print $header . "\n" . compress($xml_content); },
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_be_edi/models/
H A Daccount_edi_format.py46 xml_content = b"<?xml version='1.0' encoding='UTF-8'?>"
47xml_content += self.env.ref('account_edi_ubl.export_ubl_invoice')._render(invoice._get_ubl_values(…
51 'datas': base64.encodebytes(xml_content),
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/ext/
H A Dextensis.py52 xml_content = open(path, 'r').read()
55 xml_content = ''
57 content = re.sub('<!--.[^>]*-->', '', xml_content)
/dports/deskutils/glabels/glabels-3.4.1/libglabels/
H A Dlgl-xml.c483 xmlChar *xml_content; in lgl_xml_get_node_content() local
486 xml_content = xmlNodeGetContent (node); in lgl_xml_get_node_content()
488 if (xml_content != NULL) in lgl_xml_get_node_content()
490 g_content = g_strdup ((gchar *)xml_content); in lgl_xml_get_node_content()
491 xmlFree (xml_content); in lgl_xml_get_node_content()
/dports/deskutils/gnote/gnote-41.1/src/plugins/noteoftheday/
H A Dnoteoftheday.cpp98 Glib::ustring xml_content = template_note->xml_content(); in get_content() local
99 return xml_content.replace(xml_content.find(s_template_title, 0), in get_content()
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dhtml_quasiquotations.pl88 xml_content(QQDict, DOM0, DOM).
92 xml_content(Dict, [Name], [Var]) :-
96 xml_content(Dict, Content0, Content) :-
104 xml_content(Dict, Content0, Content).
/dports/www/ilias/ILIAS-5.4.25/Services/Xml/classes/
H A Dclass.ilSaxParser.php34 public $xml_content = ''; variable in ilSaxParser
84 $this->xml_content = $a_xml_content;
90 return $this->xml_content;
/dports/www/ilias6/ILIAS-6.14/Services/Xml/classes/
H A Dclass.ilSaxParser.php34 public $xml_content = ''; variable in ilSaxParser
84 $this->xml_content = $a_xml_content;
90 return $this->xml_content;
/dports/textproc/libcroco/libcroco-0.6.13/tests/
H A Dtest5-main.c34 const guchar *xml_content = variable
163 xml_doc = xmlParseMemory ((const char *) xml_content, strlen ((const char *) xml_content)); in test_sel_eng()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/
H A Dtest_cmdline_tool.py221 xml_content = ZipFile(filename).read("3D/3dmodel.model")
222xml_content = re.sub('UUID="[^"]*"', 'UUID="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"', xml_content.dec…
224 xml_content = re.sub('\"/>', '\" />', xml_content)
226 xml_file.write(xml_content.encode('utf-8'))
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/
H A Dtest_cmdline_tool.py221 xml_content = ZipFile(filename).read("3D/3dmodel.model")
222xml_content = re.sub('UUID="[^"]*"', 'UUID="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"', xml_content.dec…
224 xml_content = re.sub('\"/>', '\" />', xml_content)
226 xml_file.write(xml_content.encode('utf-8'))
/dports/www/radicale/Radicale-3.0.6/radicale/app/
H A D__init__.py304 xml_content = DefusedET.fromstring(content)
310 xmlutils.pretty_xml(xml_content))
311 return xml_content
313 def _xml_response(self, xml_content): argument
316 xmlutils.pretty_xml(xml_content))
318 ET.ElementTree(xml_content).write(f, encoding=self._encoding,
H A Dmkcalendar.py36 xml_content = self._read_xml_request_body(environ)
45 props = xmlutils.props_from_request(xml_content)
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/cmd/subcommands/
H A Dtest_test.py83 xml_content = io.open(
86 self.assertEqual(console_out.getvalue().decode("utf-8"), xml_content)
150 xml_content = io.open(
154 self.assertEqual(value, xml_content)
171 xml_content = io.open(
175 self.assertEqual(value, xml_content)
/dports/security/lasso/lasso-2.7.0/lasso/id-ff/
H A Didentity.c195 xmlChar *xml_content; in init_from_xml() local
233 xml_content = xmlNodeGetContent(t2); in init_from_xml()
234 content = g_strdup((gchar *)xml_content); in init_from_xml()
237 xmlFree(xml_content); in init_from_xml()

1234