Home
last modified time | relevance | path

Searched refs:xml_source (Results 1 – 25 of 59) sorted by relevance

123

/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.7.0-src/doc/ietf/
H A Dietf_source.sh3 mkdir -p xml_source
8 echo "<section anchor=\"$i\" title=\"$i\">" > xml_source/$i
9 echo '<t>' >> xml_source/$i
10 echo '<figure><artwork><![CDATA[' >> xml_source/$i
12 cat source/$i >> xml_source/$i
14 echo ']]></artwork></figure>' >> xml_source/$i
15 echo '</t>' >> xml_source/$i
16 echo '</section>' >> xml_source/$i
/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.11.0-src/doc/ietf/
H A Dietf_source.sh3 mkdir -p xml_source
8 echo "<section anchor=\"$i\" title=\"$i\">" > xml_source/$i
9 echo '<t>' >> xml_source/$i
10 echo '<figure><artwork><![CDATA[' >> xml_source/$i
12 cat source/$i >> xml_source/$i
14 echo ']]></artwork></figure>' >> xml_source/$i
15 echo '</t>' >> xml_source/$i
16 echo '</section>' >> xml_source/$i
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/chocolatey/chocolatey/tests/integration/targets/win_chocolatey_source/library/
H A Dchoco_source.ps118 foreach ($xml_source in $choco_config.chocolatey.sources.GetEnumerator()) { variable
19 $source_username = $xml_source.Attributes.GetNamedItem("user")
25 $priority = $xml_source.Attributes.GetNamedItem("priority")
31 $certificate = $xml_source.Attributes.GetNamedItem("certificate")
37 $bypass_proxy = $xml_source.Attributes.GetNamedItem("bypassProxy")
41 $allow_self_service = $xml_source.Attributes.GetNamedItem("selfService")
47 $admin_only = $xml_source.Attributes.GetNamedItem("adminOnly")
53 name = $xml_source.id
54 source = $xml_source.value
55 disabled = [System.Convert]::ToBoolean($xml_source.disabled)
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_chocolatey_source/library/
H A Dchoco_source.ps117 foreach ($xml_source in $choco_config.chocolatey.sources.GetEnumerator()) { variable
18 $source_username = $xml_source.Attributes.GetNamedItem("user")
24 $priority = $xml_source.Attributes.GetNamedItem("priority")
30 $certificate = $xml_source.Attributes.GetNamedItem("certificate")
36 $bypass_proxy = $xml_source.Attributes.GetNamedItem("bypassProxy")
40 $allow_self_service = $xml_source.Attributes.GetNamedItem("selfService")
46 $admin_only = $xml_source.Attributes.GetNamedItem("adminOnly")
52 name = $xml_source.id
53 source = $xml_source.value
54 disabled = [System.Convert]::ToBoolean($xml_source.disabled)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_chocolatey_facts.ps1126 foreach ($xml_source in $choco_config.chocolatey.sources.GetEnumerator()) { in Get-ChocolateySources() variable
127 $source_username = $xml_source.Attributes.GetNamedItem("user") in Get-ChocolateySources()
133 $priority = $xml_source.Attributes.GetNamedItem("priority") in Get-ChocolateySources()
139 $certificate = $xml_source.Attributes.GetNamedItem("certificate") in Get-ChocolateySources()
145 $bypass_proxy = $xml_source.Attributes.GetNamedItem("bypassProxy") in Get-ChocolateySources()
149 $allow_self_service = $xml_source.Attributes.GetNamedItem("selfService") in Get-ChocolateySources()
155 $admin_only = $xml_source.Attributes.GetNamedItem("adminOnly") in Get-ChocolateySources()
161 name = $xml_source.id in Get-ChocolateySources()
162 source = $xml_source.value in Get-ChocolateySources()
163 disabled = [System.Convert]::ToBoolean($xml_source.disabled) in Get-ChocolateySources()
H A Dwin_chocolatey_source.ps159 foreach ($xml_source in $choco_config.chocolatey.sources.GetEnumerator()) { in Get-ChocolateySources() variable
60 $source_username = $xml_source.Attributes.GetNamedItem("user") in Get-ChocolateySources()
66 $priority = $xml_source.Attributes.GetNamedItem("priority") in Get-ChocolateySources()
72 $certificate = $xml_source.Attributes.GetNamedItem("certificate") in Get-ChocolateySources()
78 $bypass_proxy = $xml_source.Attributes.GetNamedItem("bypassProxy") in Get-ChocolateySources()
82 $allow_self_service = $xml_source.Attributes.GetNamedItem("selfService") in Get-ChocolateySources()
88 $admin_only = $xml_source.Attributes.GetNamedItem("adminOnly") in Get-ChocolateySources()
94 name = $xml_source.id in Get-ChocolateySources()
95 source = $xml_source.value in Get-ChocolateySources()
96 disabled = [System.Convert]::ToBoolean($xml_source.disabled) in Get-ChocolateySources()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/chocolatey/chocolatey/plugins/modules/
H A Dwin_chocolatey_facts.ps1138 foreach ($xml_source in $choco_config.chocolatey.sources.GetEnumerator()) { in Get-ChocolateySources() variable
139 $source_username = $xml_source.Attributes.GetNamedItem("user") in Get-ChocolateySources()
145 $priority = $xml_source.Attributes.GetNamedItem("priority") in Get-ChocolateySources()
151 $certificate = $xml_source.Attributes.GetNamedItem("certificate") in Get-ChocolateySources()
157 $bypass_proxy = $xml_source.Attributes.GetNamedItem("bypassProxy") in Get-ChocolateySources()
161 $allow_self_service = $xml_source.Attributes.GetNamedItem("selfService") in Get-ChocolateySources()
167 $admin_only = $xml_source.Attributes.GetNamedItem("adminOnly") in Get-ChocolateySources()
173 name = $xml_source.id in Get-ChocolateySources()
174 source = $xml_source.value in Get-ChocolateySources()
175 disabled = [System.Convert]::ToBoolean($xml_source.disabled) in Get-ChocolateySources()
H A Dwin_chocolatey_source.ps161 foreach ($xml_source in $choco_config.chocolatey.sources.GetEnumerator()) { in Get-ChocolateySources() variable
62 $source_username = $xml_source.Attributes.GetNamedItem("user") in Get-ChocolateySources()
68 $priority = $xml_source.Attributes.GetNamedItem("priority") in Get-ChocolateySources()
74 $certificate = $xml_source.Attributes.GetNamedItem("certificate") in Get-ChocolateySources()
80 $bypass_proxy = $xml_source.Attributes.GetNamedItem("bypassProxy") in Get-ChocolateySources()
84 $allow_self_service = $xml_source.Attributes.GetNamedItem("selfService") in Get-ChocolateySources()
90 $admin_only = $xml_source.Attributes.GetNamedItem("adminOnly") in Get-ChocolateySources()
96 name = $xml_source.id in Get-ChocolateySources()
97 source = $xml_source.value in Get-ChocolateySources()
98 disabled = [System.Convert]::ToBoolean($xml_source.disabled) in Get-ChocolateySources()
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/phpunit/1_Unit/
H A DNetworkEquipmentTransformationTest.php53 $xml_source = '<?xml version="1.0"?>
98 $xml = simplexml_load_string($xml_source, 'SimpleXMLElement', LIBXML_NOCDATA);
166 $xml_source = '<?xml version="1.0"?>
212 $xml = simplexml_load_string($xml_source, 'SimpleXMLElement', LIBXML_NOCDATA);
278 $xml_source = '<?xml version="1.0"?>
312 $xml = simplexml_load_string($xml_source, 'SimpleXMLElement', LIBXML_NOCDATA);
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/reader/
H A Dstrings.py10 def read_string_table(xml_source): argument
16 for _, node in iterparse(xml_source):
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DBaseXMLParser.cpp61 xml_source = stream; in Parse()
144 xml_source->Seek((long)((read - buffer) - buffer_used), SEEK_CUR); in ReadBody()
158 …Log::Message(Log::LT_WARNING, "XML parse error on line %d of %s.", GetLineNumber(), xml_source->Ge… in ReadBody()
505 size_t bytes_read = xml_source->Read(&buffer[bytes_remaining], bytes_free); in FillBuffer()
/dports/devel/wf-config/wf-config-0.7.1/test/
H A Dxml_test.cpp221 #define SUBCASE_BAD_OPTION(subcase_name, xml_source, expected_log) \ argument
224 auto option = initialize_option(xml_source); \
349 auto initialize_section = [&] (std::string xml_source)
351 auto node = xmlParseDoc((const xmlChar*)xml_source.c_str()); in __anon0794be180202()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
H A DBugDB12665704Test.java83 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
92 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
H A DBugDB12665704Test.java83 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
92 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
H A DBugDB12665704Test.java83 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
92 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
H A DBugDB12665704Test.java83 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
92 transformer.transform(xml_source, result); in testTransform()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DCR6401137Test.java77 Source xml_source = new StreamSource(xml_input_stream); in testTransform() local
86 transformer.transform(xml_source, result); in testTransform()
/dports/devel/hwloc/hwloc-1.11.13/tests/xml/
H A DMakefile.am37 xml_source = \
71 EXTRA_DIST = $(xml_outputs) $(xml_source) $(xml_options) $(xml_envs)

123