hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
b3f72f9902de0b7abcf19ff2c7aa76524a431cbb
14,928
xml
XML
sharepoint-server/xml/Microsoft.PerformancePoint.Scorecards/GuidCollection.xml
vishriv/sp-dev-docs-2013-server-ref-dotnet
210d0ceab75ab99cb370de92608ff28d50c181a2
[ "CC-BY-4.0", "MIT" ]
3
2019-04-18T14:27:15.000Z
2020-08-29T16:24:01.000Z
sharepoint-server/xml/Microsoft.PerformancePoint.Scorecards/GuidCollection.xml
vishriv/sp-dev-docs-2013-server-ref-dotnet
210d0ceab75ab99cb370de92608ff28d50c181a2
[ "CC-BY-4.0", "MIT" ]
81
2018-06-19T20:32:15.000Z
2021-11-23T12:03:51.000Z
sharepoint-server/xml/Microsoft.PerformancePoint.Scorecards/GuidCollection.xml
vishriv/sp-dev-docs-2013-server-ref-dotnet
210d0ceab75ab99cb370de92608ff28d50c181a2
[ "CC-BY-4.0", "MIT" ]
25
2018-07-03T14:01:23.000Z
2021-11-23T10:56:37.000Z
<Type Name="GuidCollection" FullName="Microsoft.PerformancePoint.Scorecards.GuidCollection"> <TypeSignature Language="C#" Value="public class GuidCollection : System.Collections.CollectionBase, ICloneable" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit GuidCollection extends System.Collections.CollectionBase implements class System.ICloneable" /> <TypeSignature Language="DocId" Value="T:Microsoft.PerformancePoint.Scorecards.GuidCollection" /> <TypeSignature Language="VB.NET" Value="Public Class GuidCollection&#xA;Inherits CollectionBase&#xA;Implements ICloneable" /> <TypeSignature Language="C++ CLI" Value="public ref class GuidCollection : System::Collections::CollectionBase, ICloneable" /> <TypeSignature Language="F#" Value="type GuidCollection = class&#xA; inherit CollectionBase&#xA; interface ICloneable" /> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Collections.CollectionBase</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>System.ICloneable</InterfaceName> </Interface> </Interfaces> <Attributes> <Attribute> <AttributeName>System.Runtime.Serialization.KnownType(typeof(System.Guid))</AttributeName> </Attribute> <Attribute> <AttributeName>Serializable</AttributeName> </Attribute> </Attributes> <Docs> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public GuidCollection ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.#ctor" /> <MemberSignature Language="VB.NET" Value="Public Sub New ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; GuidCollection();" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Add"> <MemberSignature Language="C#" Value="public int Add (Guid value);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance int32 Add(valuetype System.Guid value) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.Add(System.Guid)" /> <MemberSignature Language="VB.NET" Value="Public Function Add (value As Guid) As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; int Add(Guid value);" /> <MemberSignature Language="F#" Value="member this.Add : Guid -&gt; int" Usage="guidCollection.Add value" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="value" Type="System.Guid" /> </Parameters> <Docs> <param name="value">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AddRange"> <MemberSignature Language="C#" Value="public void AddRange (System.Collections.ICollection c);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddRange(class System.Collections.ICollection c) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.AddRange(System.Collections.ICollection)" /> <MemberSignature Language="VB.NET" Value="Public Sub AddRange (c As ICollection)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void AddRange(System::Collections::ICollection ^ c);" /> <MemberSignature Language="F#" Value="member this.AddRange : System.Collections.ICollection -&gt; unit" Usage="guidCollection.AddRange c" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="c" Type="System.Collections.ICollection" /> </Parameters> <Docs> <param name="c">To be added.</param> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Clone"> <MemberSignature Language="C#" Value="public virtual object Clone ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance object Clone() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.Clone" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Clone () As Object" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual System::Object ^ Clone();" /> <MemberSignature Language="F#" Value="abstract member Clone : unit -&gt; obj&#xA;override this.Clone : unit -&gt; obj" Usage="guidCollection.Clone " /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ICloneable.Clone</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Contains"> <MemberSignature Language="C#" Value="public bool Contains (Guid value);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool Contains(valuetype System.Guid value) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.Contains(System.Guid)" /> <MemberSignature Language="VB.NET" Value="Public Function Contains (value As Guid) As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; bool Contains(Guid value);" /> <MemberSignature Language="F#" Value="member this.Contains : Guid -&gt; bool" Usage="guidCollection.Contains value" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="value" Type="System.Guid" /> </Parameters> <Docs> <param name="value">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CopyTo"> <MemberSignature Language="C#" Value="public virtual void CopyTo (Microsoft.PerformancePoint.Scorecards.GuidCollection list, int index);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void CopyTo(class Microsoft.PerformancePoint.Scorecards.GuidCollection list, int32 index) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.CopyTo(Microsoft.PerformancePoint.Scorecards.GuidCollection,System.Int32)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Sub CopyTo (list As GuidCollection, index As Integer)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual void CopyTo(Microsoft::PerformancePoint::Scorecards::GuidCollection ^ list, int index);" /> <MemberSignature Language="F#" Value="abstract member CopyTo : Microsoft.PerformancePoint.Scorecards.GuidCollection * int -&gt; unit&#xA;override this.CopyTo : Microsoft.PerformancePoint.Scorecards.GuidCollection * int -&gt; unit" Usage="guidCollection.CopyTo (list, index)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="list" Type="Microsoft.PerformancePoint.Scorecards.GuidCollection" /> <Parameter Name="index" Type="System.Int32" /> </Parameters> <Docs> <param name="list">To be added.</param> <param name="index">To be added.</param> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IndexOf"> <MemberSignature Language="C#" Value="public int IndexOf (Guid value);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance int32 IndexOf(valuetype System.Guid value) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.IndexOf(System.Guid)" /> <MemberSignature Language="VB.NET" Value="Public Function IndexOf (value As Guid) As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; int IndexOf(Guid value);" /> <MemberSignature Language="F#" Value="member this.IndexOf : Guid -&gt; int" Usage="guidCollection.IndexOf value" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="value" Type="System.Guid" /> </Parameters> <Docs> <param name="value">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Insert"> <MemberSignature Language="C#" Value="public void Insert (int index, Guid value);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Insert(int32 index, valuetype System.Guid value) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.Insert(System.Int32,System.Guid)" /> <MemberSignature Language="VB.NET" Value="Public Sub Insert (index As Integer, value As Guid)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void Insert(int index, Guid value);" /> <MemberSignature Language="F#" Value="member this.Insert : int * Guid -&gt; unit" Usage="guidCollection.Insert (index, value)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="index" Type="System.Int32" /> <Parameter Name="value" Type="System.Guid" /> </Parameters> <Docs> <param name="index">To be added.</param> <param name="value">To be added.</param> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Item"> <MemberSignature Language="C#" Value="public Guid this[int index] { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Guid Item(int32)" /> <MemberSignature Language="DocId" Value="P:Microsoft.PerformancePoint.Scorecards.GuidCollection.Item(System.Int32)" /> <MemberSignature Language="VB.NET" Value="Default Public Property Item(index As Integer) As Guid" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Guid default[int] { Guid get(int index); void set(int index, Guid value); };" /> <MemberSignature Language="F#" Value="member this.Item(int) : Guid with get, set" Usage="Microsoft.PerformancePoint.Scorecards.GuidCollection.Item" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Guid</ReturnType> </ReturnValue> <Parameters> <Parameter Name="index" Type="System.Int32" /> </Parameters> <Docs> <param name="index">To be added.</param> <summary>To be added.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Remove"> <MemberSignature Language="C#" Value="public void Remove (Guid value);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Remove(valuetype System.Guid value) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PerformancePoint.Scorecards.GuidCollection.Remove(System.Guid)" /> <MemberSignature Language="VB.NET" Value="Public Sub Remove (value As Guid)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void Remove(Guid value);" /> <MemberSignature Language="F#" Value="member this.Remove : Guid -&gt; unit" Usage="guidCollection.Remove value" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PerformancePoint.Scorecards.Client</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="value" Type="System.Guid" /> </Parameters> <Docs> <param name="value">To be added.</param> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>
54.086957
283
0.68395
6db76b0e38e6ef1e80627045acf790a781f27710
462
sublime-snippet
XML
Snippets/Functions/P/PositionSelect.sublime-snippet
tombout/sublime-mql5compiler
ed231d7aea190f10921aa1565be27f2c5ae0efcf
[ "MIT" ]
null
null
null
Snippets/Functions/P/PositionSelect.sublime-snippet
tombout/sublime-mql5compiler
ed231d7aea190f10921aa1565be27f2c5ae0efcf
[ "MIT" ]
1
2019-11-19T23:42:26.000Z
2019-11-19T23:42:27.000Z
Snippets/Functions/P/PositionSelect.sublime-snippet
tombout/SublimeMql5Compiler
ed231d7aea190f10921aa1565be27f2c5ae0efcf
[ "MIT" ]
null
null
null
<!-- This file was generated with snippet_crawler.py at 2019-11-19 22:12:35.657000. --> <snippet> <content><![CDATA[ PositionSelect(${1:symbol})${0} ]]></content> <tabTrigger>PositionSelect</tabTrigger> <scope>source.mql5</scope> <description>Chooses an open position for further working with it. Returns true if the function is successfully completed. Returns false in case of failure. To obtain information about the error, call .</description> </snippet>
46.2
217
0.753247
be223170006323e0fea3b480514614ae07fca7f0
1,479
xml
XML
annotations/xmls/2121.xml
yavac/Fastdesign-Object-Detection-TF
7db3895cb6a3daf6c7db2b40a3aa9856fe084b03
[ "MIT" ]
null
null
null
annotations/xmls/2121.xml
yavac/Fastdesign-Object-Detection-TF
7db3895cb6a3daf6c7db2b40a3aa9856fe084b03
[ "MIT" ]
null
null
null
annotations/xmls/2121.xml
yavac/Fastdesign-Object-Detection-TF
7db3895cb6a3daf6c7db2b40a3aa9856fe084b03
[ "MIT" ]
null
null
null
<annotation> <folder>mix_480x800</folder> <filename>2121.jpg</filename> <path>C:\Users\Yavac\Desktop\images_components\2101-2400_check_box\mix_480x800\2121.jpg</path> <source> <database>Unknown</database> </source> <size> <width>480</width> <height>800</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>check_box</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>64</xmin> <ymin>530</ymin> <xmax>431</xmax> <ymax>740</ymax> </bndbox> </object> <object> <name>check_box</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>259</xmin> <ymin>42</ymin> <xmax>452</xmax> <ymax>153</ymax> </bndbox> </object> <object> <name>check_box</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>113</xmin> <ymin>32</ymin> <xmax>209</xmax> <ymax>86</ymax> </bndbox> </object> <object> <name>check_box</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>40</xmin> <ymin>25</ymin> <xmax>89</xmax> <ymax>54</ymax> </bndbox> </object> <object> <name>check_box</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>4</xmin> <ymin>23</ymin> <xmax>26</xmax> <ymax>37</ymax> </bndbox> </object> </annotation>
19.72
95
0.637593
21898968b6310ac048d986634af19f810d278e9d
11,298
xml
XML
doc/xml/d3/d9e/dgdstart_8py.xml
denis-arnold/dgd2cmdi
ec959b844c73896effc870116e5bbcf653712c33
[ "BSD-3-Clause" ]
1
2015-03-12T09:37:55.000Z
2015-03-12T09:37:55.000Z
doc/xml/d3/d9e/dgdstart_8py.xml
fkuhn/batchxslt
131cf1b3f1b77a1808ca44812aab83cba5a5c396
[ "BSD-3-Clause" ]
5
2015-02-16T11:02:07.000Z
2015-05-05T07:37:52.000Z
doc/xml/d3/d9e/dgdstart_8py.xml
fkuhn/batchxslt
131cf1b3f1b77a1808ca44812aab83cba5a5c396
[ "BSD-3-Clause" ]
1
2022-03-17T19:28:20.000Z
2022-03-17T19:28:20.000Z
<?xml version='1.0' encoding='UTF-8' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.9.1"> <compounddef id="d3/d9e/dgdstart_8py" kind="file" language="Python"> <compoundname>dgdstart.py</compoundname> <innernamespace refid="d5/dc8/namespacebatchxslt_1_1dgdstart">batchxslt::dgdstart</innernamespace> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <programlisting> <codeline lineno="1" refid="d5/dc8/namespacebatchxslt_1_1dgdstart" refkind="compound"><highlight class="normal">__author__<sp/>=<sp/></highlight><highlight class="stringliteral">&apos;kuhn&apos;</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="2"><highlight class="normal">__doc__<sp/>=<sp/></highlight><highlight class="stringliteral">&quot;starts<sp/>transformation<sp/>with<sp/>dgd<sp/>configuration&quot;</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="3"><highlight class="normal"></highlight></codeline> <codeline lineno="4"><highlight class="normal"></highlight><highlight class="keyword">import</highlight><highlight class="normal"><sp/>sys</highlight></codeline> <codeline lineno="5"><highlight class="normal"></highlight><highlight class="keyword">import</highlight><highlight class="normal"><sp/>processor</highlight></codeline> <codeline lineno="6"><highlight class="normal"></highlight><highlight class="keyword">import</highlight><highlight class="normal"><sp/>logging</highlight></codeline> <codeline lineno="7"><highlight class="normal"></highlight><highlight class="keyword">from</highlight><highlight class="normal"><sp/>optparse<sp/></highlight><highlight class="keyword">import</highlight><highlight class="normal"><sp/>OptionParser</highlight></codeline> <codeline lineno="8"><highlight class="normal"></highlight><highlight class="keyword">import</highlight><highlight class="normal"><sp/>primarylink</highlight></codeline> <codeline lineno="9"><highlight class="normal"></highlight></codeline> <codeline lineno="10"><highlight class="normal"></highlight><highlight class="keywordflow">if</highlight><highlight class="normal"><sp/>__name__<sp/>==<sp/></highlight><highlight class="stringliteral">&apos;__main__&apos;</highlight><highlight class="normal">:</highlight></codeline> <codeline lineno="11"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="comment">#<sp/>logging.basicConfig(level=&quot;info&quot;)</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="12"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="comment">#<sp/>read<sp/>the<sp/>configuration<sp/>file<sp/>from<sp/>command<sp/>line</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="13"><highlight class="normal"></highlight></codeline> <codeline lineno="14"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="comment">#<sp/>TODO:<sp/>define<sp/>options</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="15"><highlight class="normal"><sp/><sp/><sp/><sp/>optionparse<sp/>=<sp/>OptionParser()</highlight></codeline> <codeline lineno="16"><highlight class="normal"></highlight></codeline> <codeline lineno="17"><highlight class="normal"></highlight><highlight class="keywordflow">try</highlight><highlight class="normal">:</highlight></codeline> <codeline lineno="18"><highlight class="normal"><sp/><sp/><sp/><sp/>configuration<sp/>=<sp/><ref refid="de/d42/classbatchxslt_1_1processor_1_1_config_parser" kindref="compound">processor.ConfigParser</ref>(sys.argv[1])</highlight></codeline> <codeline lineno="19"><highlight class="normal"></highlight><highlight class="keywordflow">except</highlight><highlight class="normal"><sp/>IndexError:</highlight></codeline> <codeline lineno="20"><highlight class="normal"><sp/><sp/><sp/><sp/>logging.error(</highlight><highlight class="stringliteral">&quot;No<sp/>configuration<sp/>file<sp/>given.<sp/>Aborting&quot;</highlight><highlight class="normal">)</highlight></codeline> <codeline lineno="21"><highlight class="normal"><sp/><sp/><sp/><sp/>sys.exit()</highlight></codeline> <codeline lineno="22"><highlight class="normal"></highlight><highlight class="keywordflow">except</highlight><highlight class="normal"><sp/>IOError:</highlight></codeline> <codeline lineno="23"><highlight class="normal"><sp/><sp/><sp/><sp/>logging.error(</highlight><highlight class="stringliteral">&quot;configuration<sp/>File&quot;</highlight><highlight class="normal"><sp/>+<sp/>sys.argv[1]<sp/>+<sp/></highlight><highlight class="stringliteral">&quot;<sp/>not<sp/>found.&quot;</highlight><highlight class="normal">)</highlight></codeline> <codeline lineno="24"><highlight class="normal"><sp/><sp/><sp/><sp/>sys.exit()</highlight></codeline> <codeline lineno="25"><highlight class="normal"></highlight></codeline> <codeline lineno="26"><highlight class="normal"></highlight><highlight class="comment">#<sp/>TODO:<sp/>use<sp/>a<sp/>better<sp/>option<sp/>handling.</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="27"><highlight class="normal"></highlight></codeline> <codeline lineno="28"><highlight class="normal"></highlight><highlight class="comment">#<sp/>set<sp/>the<sp/>xslt<sp/>processor</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="29"><highlight class="normal">proc<sp/>=<sp/><ref refid="dd/d23/classbatchxslt_1_1processor_1_1_x_s_l_batch_processor" kindref="compound">processor.XSLBatchProcessor</ref>(</highlight></codeline> <codeline lineno="30"><highlight class="normal"><sp/><sp/><sp/><sp/>configuration.globals.get(</highlight><highlight class="stringliteral">&quot;processor&quot;</highlight><highlight class="normal">))</highlight></codeline> <codeline lineno="31"><highlight class="normal"></highlight></codeline> <codeline lineno="32"><highlight class="normal"></highlight><highlight class="comment">#<sp/>start<sp/>the<sp/>processor<sp/>for<sp/>corpus,<sp/>event<sp/>and<sp/>speaker</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="33"><highlight class="normal"></highlight><highlight class="keywordflow">print</highlight><highlight class="normal"><sp/></highlight><highlight class="stringliteral">&quot;starting<sp/>corpus<sp/>transformations&quot;</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="34"><highlight class="normal">proc.start(configuration.corpus.get(</highlight><highlight class="stringliteral">&quot;stylesheet&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="35"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.corpus.get(</highlight><highlight class="stringliteral">&quot;indirectory&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="36"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.corpus.get(</highlight><highlight class="stringliteral">&quot;prefix&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="37"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.corpus.get(</highlight><highlight class="stringliteral">&quot;outdirectory&quot;</highlight><highlight class="normal">))</highlight></codeline> <codeline lineno="38"><highlight class="normal"></highlight><highlight class="keywordflow">print</highlight><highlight class="normal"><sp/></highlight><highlight class="stringliteral">&quot;starting<sp/>event<sp/>transformations&quot;</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="39"><highlight class="normal">proc.start(configuration.event.get(</highlight><highlight class="stringliteral">&quot;stylesheet&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="40"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.event.get(</highlight><highlight class="stringliteral">&quot;indirectory&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="41"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.event.get(</highlight><highlight class="stringliteral">&quot;prefix&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="42"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.event.get(</highlight><highlight class="stringliteral">&quot;outdirectory&quot;</highlight><highlight class="normal">))</highlight></codeline> <codeline lineno="43"><highlight class="normal"></highlight><highlight class="keywordflow">print</highlight><highlight class="normal"><sp/></highlight><highlight class="stringliteral">&quot;starting<sp/>speaker<sp/>transformation&quot;</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="44"><highlight class="normal">proc.start(configuration.speaker.get(</highlight><highlight class="stringliteral">&quot;stylesheet&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="45"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.speaker.get(</highlight><highlight class="stringliteral">&quot;indirectory&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="46"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.speaker.get(</highlight><highlight class="stringliteral">&quot;prefix&quot;</highlight><highlight class="normal">),</highlight></codeline> <codeline lineno="47"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>configuration.speaker.get(</highlight><highlight class="stringliteral">&quot;outdirectory&quot;</highlight><highlight class="normal">))</highlight></codeline> <codeline lineno="48"><highlight class="normal"></highlight></codeline> <codeline lineno="49"><highlight class="normal"></highlight><highlight class="keywordflow">print</highlight><highlight class="normal"><sp/></highlight><highlight class="stringliteral">&quot;finished<sp/>tranformations&quot;</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="50"><highlight class="normal"></highlight></codeline> <codeline lineno="51"><highlight class="normal">primdat<sp/>=<sp/><ref refid="da/d8e/classbatchxslt_1_1primarylink_1_1_primary_data_path" kindref="compound">primarylink.PrimaryDataPath</ref>(</highlight><highlight class="stringliteral">&apos;/data/primarypath.csv&apos;</highlight><highlight class="normal">)</highlight></codeline> <codeline lineno="52"><highlight class="normal"></highlight></codeline> <codeline lineno="53"><highlight class="normal"></highlight></codeline> <codeline lineno="54"><highlight class="normal"></highlight></codeline> <codeline lineno="55"><highlight class="normal"></highlight></codeline> <codeline lineno="56"><highlight class="normal"></highlight></codeline> </programlisting> <location file="/home/kuhn/Data/GitHub/batchxslt/src/batchxslt/dgdstart.py"/> </compounddef> </doxygen>
159.126761
370
0.73721
5031c9741f3c95f608dfeced2b7670bbf4299fbc
251
xml
XML
pan14/02-no-obfuscation/suspicious-document00287-source-document01177.xml
wiraindrak/Plagiarsm-Detection
4d8d6bdbc676bf2fd718a654ccfa11478984614c
[ "MIT" ]
null
null
null
pan14/02-no-obfuscation/suspicious-document00287-source-document01177.xml
wiraindrak/Plagiarsm-Detection
4d8d6bdbc676bf2fd718a654ccfa11478984614c
[ "MIT" ]
null
null
null
pan14/02-no-obfuscation/suspicious-document00287-source-document01177.xml
wiraindrak/Plagiarsm-Detection
4d8d6bdbc676bf2fd718a654ccfa11478984614c
[ "MIT" ]
null
null
null
<document reference="suspicious-document00287.txt"> <feature name="plagiarism" obfuscation="none" source_length="859" source_offset="0" source_reference="source-document01177.txt" this_length="859" this_offset="21928" type="artificial" /> </document>
62.75
186
0.792829
40a0335951dc15f7f27d5daef48a5b8fa753e1d2
69
xml
XML
app/src/main/res/values/strings.xml
ananddasani/Android_Common_Intents
21213e49e0d05950a5fbb1d12f768cc3d82d659d
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
ananddasani/Android_Common_Intents
21213e49e0d05950a5fbb1d12f768cc3d82d659d
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
ananddasani/Android_Common_Intents
21213e49e0d05950a5fbb1d12f768cc3d82d659d
[ "MIT" ]
null
null
null
<resources> <string name="app_name">WebPage</string> </resources>
23
44
0.710145
bc47308e1236e2cc04799e76945cc8af1676724b
50,933
xml
XML
app/src/main/res/values-hu/strings.xml
jack2022-24/Android
818328029c72e0293a6b5bb3b3692e62cb758722
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values-hu/strings.xml
jack2022-24/Android
818328029c72e0293a6b5bb3b3692e62cb758722
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values-hu/strings.xml
jack2022-24/Android
818328029c72e0293a6b5bb3b3692e62cb758722
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <resources xmlns:tools="http://schemas.android.com/tools"> <string name="appName" translatable="false">DuckDuckGo</string> <string name="appDescription" translatable="false">DuckDuckGo </string> <string name="duckDuckGoLogoDescription">DuckDuckGo logó</string> <string name="duckDuckGoPrivacySimplified">Adatvédelem, leegyszerűsítve</string> <string name="yes">Igen</string> <string name="no">Nem</string> <string name="open">Megnyitás</string> <string name="cancel">Mégsem</string> <string name="search">Keresés</string> <!-- Onboarding Activity --> <string name="onboardingDefaultBrowserDescription">A Beállítások oldalon bármikor kereshetsz és böngészhetsz a DuckDuckGo segítségével.</string> <string name="onboardingDefaultBrowserTitle">Tedd a DuckDuckGót az alapértelmezett keresőoldaladdá</string> <!-- Default Browser --> <string name="cannotLaunchDefaultAppSettings">Az alkalmazás alapértelmezett beállítású képernyője nem indítható el</string> <string name="settingsDefaultBrowserEnabled">Beállítás alapértelmezett böngészőként</string> <string name="defaultBrowserMaybeLater">Talán később</string> <string name="defaultBrowserLetsDoIt">Beállítás alapértelmezett böngészőként</string> <string name="defaultBrowserDescriptionNoDefault">Nyugodtan kattints a linkekre, mindig.</string> <string name="defaultBrowserInstructions">Válaszd ki a DuckDuckGót, majd koppints a <font color="#678fff"> Mindig </font> elemre.</string> <!-- Browser Activity --> <string name="browserPopupMenu">Böngészési menü</string> <string name="refresh">Frissítés</string> <string name="back">Vissza</string> <string name="forward">Előre</string> <string name="omnibarInputHint">Keresés vagy URL beírása</string> <string name="clearButtonContentDescription">Megadott keresés törlése</string> <string name="no_compatible_third_party_app_installed">Nincs kompatibilis alkalmazás telepítve</string> <string name="addBookmarkMenuTitle">Könyvjelző mentése</string> <string name="editBookmarkMenuTitle">Könyvjelző szerkesztése</string> <string name="addFavoriteMenuTitle">Kedvenc hozzáadása</string> <string name="removeFavoriteMenuTitle">Kedvenc eltávolítása</string> <string name="favoriteAddedMessage">Kedvenc hozzáadva</string> <string name="bookmarkAddedMessage">Könyvjelző hozzáadva</string> <string name="requestDesktopSiteMenuTitle">Weboldal asztali nézete</string> <!-- Downloading files --> <string name="downloadImage">Kép letöltése</string> <string name="permissionRequiredToDownload">A letöltéshez tárolási engedély szükséges</string> <string name="downloadComplete">Letöltés kész</string> <string name="downloadFailed">A letöltés sikertelen volt</string> <string name="downloadInProgress">Letöltés</string> <!-- Sharing options --> <string name="options">Opciók</string> <string name="shareLink">Link megosztása</string> <string name="shareMenuTitle">Megosztás…</string> <string name="copyUrl">Link címének másolása</string> <!-- Find in page --> <string name="findInPageMenuTitle">Keresés az oldalon</string> <string name="nextSearchTermDescription">Következő keresése</string> <string name="previousSearchTermDescription">Előző keresése</string> <string name="closeFindInPageButtonDescription">Keresés az oldalon nézet bezárása</string> <string name="findInPageHint">Keresés az oldalon</string> <string name="findInPageMatches" translatable="false">%d/%d</string> <!-- AutoComplete Suggestions --> <string name="editQueryBeforeSubmitting">Lekérdezés szerkesztése keresés előtt</string> <string name="settingsAutocompleteEnabled">Automatikus kiegészítési javaslatok megjelenítése</string> <!-- Opening external apps --> <string name="openExternalApp">Külső alkalmazás megnyitása</string> <string name="launchingExternalApp">Megnyitás másik alkalmazásban</string> <string name="confirmOpenExternalApp">Szeretnél kilépni a DuckDuckGo programból a tartalom megtekintéséhez?</string> <string name="unableToOpenLink">Az ilyen típusú hivatkozás megnyitása nem sikerült</string> <!-- Tabs --> <string name="homeTab" translatable="false">DuckDuckGo</string> <string name="tabActivityTitle">Lapok</string> <string name="tabsMenuItem">Lapok</string> <string name="newTabMenuItem">Új lap</string> <string name="openInNewTab">Megnyitás új lapon</string> <string name="openInNewBackgroundTab">Megnyitás háttérben lévő lapon</string> <string name="openImageInNewTab">Kép megnyitása háttérben lévő lapon</string> <string name="faviconContentDescription">Kedvenc ikon</string> <string name="closeContentDescription">Bezárás</string> <string name="closeAllTabsMenuItem">Összes lap bezárása</string> <string name="closeTab">Lap bezárása</string> <string name="tabClosed">Lap bezárva</string> <string name="tabClosedUndo">Visszavonás</string> <!-- Privacy Dashboard Activities --> <string name="privacyProtectionToggle">A weboldal adatvédelme</string> <string name="privacyProtectionEnabled">WEBOLDAL VÉDELME ENGEDÉLYEZVE</string> <string name="privacyProtectionDisabled">WEBOLDAL VÉDELME LETILTVA</string> <string name="privacyDashboardActivityTitle">Adatvédelmi műszerfal</string> <string name="privacyProtectionUpgraded" tools:ignore="TypographyQuotes">TOVÁBBFEJLESZTETT ETTŐL: &lt;img src=\"%1$d\" /&gt; EDDIG: &lt;img src=\"%2$d\" /&gt;</string> <string name="privacyGradeContentDescription">Adatvédelmi fokozat</string> <string name="privacyProtectionTemporarilyDisabled">Ideiglenesen letiltottuk az adatvédelmet, mert úgy tűnik, hogy kárt okoz ezen a webhelyen.</string> <string name="httpsGood">Titkosított kapcsolat</string> <string name="httpsMixed">Vegyes titkosítású kapcsolat</string> <string name="httpsBad">Titkosítatlan kapcsolat</string> <string name="networksActivityTitle">Nyomkövető hálózatok</string> <string name="networksContentDescription">Nyomkövető hálózatok</string> <string name="networksOverview">A nyomkövető hálózatok gyűjtik internetes előzményeidet egy rólad szóló adatprofilban. A nagy nyomkövető hálózatok károsabbak, mert az internet több területén képesek téged nyomon követni és megcélozni.</string> <plurals name="trackersFound"> <item quantity="one">%1$s nyomkövető megtalálva</item> <item quantity="other">%1$s nyomkövető megtalálva</item> </plurals> <plurals name="trackerBlocked"> <item quantity="one">%1$s nyomkövető letiltva</item> <item quantity="other">%1$s nyomkövető letiltva</item> </plurals> <plurals name="majorNetworksFound"> <item quantity="one">%1$s nagy nyomkövető-hálózat megtalálva</item> <item quantity="other">%1$s nagy nyomkövető-hálózat megtalálva</item> </plurals> <plurals name="majorNetworksBlocked"> <item quantity="one">%1$s nagy nyomkövető-hálózat letiltva</item> <item quantity="other">%1$s nagy nyomkövető-hálózat letiltva</item> </plurals> <string name="scorecardActivityTitle">Adatvédelmi fokozat</string> <string name="scorecardSiteIsMemberOfMajorNetwork">A weboldal egy nagy nyomkövető-hálózat</string> <string name="scorecardPrivacyGrade">Adatvédelmi fokozat</string> <string name="scorecardEnhancedGrade">Emelt fokozat</string> <string name="privacyTermsActivityTitle">Adatvédelmi gyakorlatok</string> <string name="practicesGood">Jó adatvédelmi gyakorlatok</string> <string name="practicesMixed">Vegyes adatvédelmi gyakorlatok</string> <string name="practicesBad">Rossz adatvédelmi gyakorlatok</string> <string name="practicesUnknown">Ismeretlen adatvédelmi gyakorlatok</string> <string name="practicesOverview">Az adatvédelmi gyakorlatok jelzik, hogy a weboldalakkal megosztott személyes adataid védelme mennyire garantált.</string> <string name="practicesTosdrLink">Adatvédelmi gyakorlatok forrása: <b><u>ToS;DR</u></b>.</string> <string name="practicesIconContentGood">Jó gyakorlat ikon</string> <string name="practicesIconContentBad">Hibás gyakorlat ikon</string> <string name="networkTrackerSummaryHeader">A NYOMKÖVETŐ-HÁLÓZAT LEGNAGYOBB BŰNELKÖVETŐI</string> <string name="networkTrackerSummaryNotReady">Folyamatosan gyűjtjük az adatokat, hogy bemutathassuk, hány követőt tiltottunk le.</string> <!-- Fire --> <string name="fireMenu">Adatok törlése</string> <string name="fireClearAll">Összes lap és adat törlése</string> <string name="fireCancel">Mégse</string> <string name="fireDataCleared">Adatok törölve</string> <!-- Settings Activity --> <string name="settingsActivityTitle">Beállítások</string> <string name="settingsMenuItemTitle">Beállítások</string> <string name="settingsHeadingGeneral">Általános</string> <string name="settingsHeadingOther">Egyéb</string> <string name="settingsHeadingPrivacy">Adatvédelem</string> <string name="settingsAboutDuckduckgo">A DuckDuckGo névjegye</string> <string name="settingsVersion">Változat</string> <string name="leaveFeedback">Visszajelzés megosztása</string> <string name="settingsEmailProtectionTitle">E-mail védelem</string> <string name="settingsEmailProtectionSubtitle">E-mail nyomkövetők letiltása, és a cím elrejtése</string> <string name="settingsHeadingMore">Továbbiak a DuckDuckGo-tól</string> <string name="settingsLightTheme">Világos</string> <string name="settingsTheme">Kinézet</string> <string name="settingsDarkTheme">Sötét</string> <string name="settingsSystemTheme">Rendszer alapértelmezés</string> <string name="settingsThemeDialogSave">Téma beállítása</string> <string name="settingsTitleAppLinks">Hivatkozások megnyitása az alkalmazásokban</string> <string name="settingsTitleAppLinksDialog">Hivatkozások megnyitása az alkalmazásokban</string> <string name="settingsAppLinksAskEveryTime">Kérdezzen rá minden alkalommal</string> <string name="settingsAppLinksAlways">Mindig</string> <string name="settingsAppLinksNever">Soha</string> <!-- Settings - Automatically clearing data --> <string name="settingsAutomaticallyClearingDialogSave">Mentés</string> <string name="settingsAutomaticallyClearWhat">Automatikus törlés…</string> <string name="settingsAutomaticallyClearWhatDialogTitle">Automatikus törlés…</string> <string name="settingsAutomaticallyClearWhatOptionNone">Nincs</string> <string name="settingsAutomaticallyClearWhatOptionTabs">Lapok</string> <string name="settingsAutomaticallyClearWhatOptionTabsAndData">Lapok és adatok</string> <string name="settingsAutomaticallyClearWhen">Törlés ideje: …</string> <string name="settingsAutomaticallyClearWhenDialogTitle">Törlés ideje: …</string> <string name="settingsAutomaticallyClearWhenAppExitOnly">Kilépés csak az alkalmazásból</string> <string name="settingsAutomaticallyClearWhenAppExit5Seconds">Kilépés az alkalmazásból 5 másodperc inaktivitás után</string> <string name="settingsAutomaticallyClearWhenAppExit5Minutes">Kilépés az alkalmazásból 5 perc inaktivitás után</string> <string name="settingsAutomaticallyClearWhenAppExit15Minutes">Kilépés az alkalmazásból 15 perc inaktivitás után</string> <string name="settingsAutomaticallyClearWhenAppExit30Minutes">Kilépés az alkalmazásból 30 perc inaktivitás után</string> <string name="settingsAutomaticallyClearWhenAppExit60Minutes">Kilépés az alkalmazásból 1 óra inaktivitás után</string> <!-- About Activity --> <string name="aboutActivityTitle">A DuckDuckGóról</string> <string name="aboutDescription"> A DuckDuckGo célja egy új online bizalmi szint megteremtése.A DuckDuckGo Adatvédelmi Böngésző minden olyan alapvető adatvédelmi elemet tartalmaz, amelyre szükséged lehet ahhoz, hogy megvédd magad az internetes keresés és böngészés során, beleértve a nyomkövetők letiltását, az intelligensebb titkosítást és a DuckDuckGo privát keresést.\n\nAz internet végső soron nem feltétlenül kell, hogy ellenséges közeg legyen, és hisszük, hogy az általad megérdemelt adatvédelem olyan egyszerű is lehet, mint a redőny lehúzása.</string> <string name="aboutMoreLink">További információk a duckduckgo.com/about oldalon</string> <string name="no_suggestions">Nincs javaslat</string> <!-- Broken Site Activity --> <string name="brokenSiteReportBrokenSiteMenuItem">Hibás weboldal bejelentése</string> <string name="brokenSiteHeading">Hibás weboldal jelentése</string> <string name="brokenSiteSubmitted">Köszönjük! Visszajelzés elküldve.</string> <string name="brokenSitesCategoriesTitle">Az esemény leírása</string> <string name="brokenSitesCategoriesHint">Az esemény leírása</string> <string name="brokenSiteSubmitButton">Jelentés küldése</string> <string name="brokenSiteDescription">Egy megsérült webhelyről szóló névtelen bejelentés segít a hibakeresésben és az alkalmazás fejlesztésében.</string> <string name="brokenSiteCategoryImages">A képek nem töltődtek be</string> <string name="brokenSiteCategoryPaywall">A webhely kérte tőlem a letiltást</string> <string name="brokenSiteCategoryComments">A megjegyzések nem töltődtek be</string> <string name="brokenSiteCategoryVideos">A videót nem játszotta le</string> <string name="brokenSiteCategoryLinks">A hivatkozások vagy a gombok nem működnek</string> <string name="brokenSiteCategoryContent">Hiányzik a tartalom</string> <string name="brokenSiteCategoryLogin">Nem tudok bejelentkezni</string> <string name="brokenSiteCategoryUnsupported">A böngésző nem kompatibilis</string> <string name="brokenSiteCategoryOther">Valami más</string> <!-- Bookmarks Activity --> <string name="bookmarksMenuTitle">Könyvjelzők</string> <string name="bookmarksActivityTitle">Könyvjelzők</string> <string name="noBookmarks">Még nincsenek könyvjelzők hozzáadva</string> <string name="bookmarkOverflowContentDescription">%1$s könyvjelző további lehetőségei</string> <string name="bookmarkDeleteConfirmationMessage">Törölve: &lt;b&gt;%1$s&lt;/b&gt;</string> <string name="exportBookmarksMenu">Exportálás</string> <string name="exportBookmarksEmpty">Nincsenek könyvjelzőid, semmi nem kerül exportálásra.</string> <string name="exportBookmarksError">Nem sikerült exportálni egyetlen könyvjelzőt sem, valami hiba történt.</string> <string name="exportBookmarksSuccess">Minden könyvjelző sikeresen exportálva.</string> <string name="importBookmarksMenu">Importálás</string> <string name="importBookmarksFileTitle">Válassz ki egy importálni kívánt könyvjelző fájlt.</string> <string name="importBookmarksError">Nem sikerült importálni egyetlen könyvjelzőt sem, valami hiba történt.</string> <string name="importBookmarksEmpty">A fájlnak nincs importálható könyvjelzője.</string> <string name="importBookmarksSuccess">%1$d könyvjelző sikeresen importálva.</string> <string name="savedSiteDialogTitleHint">Cím</string> <string name="savedSiteDialogUrlHint">URL</string> <string name="savedSiteDialogTitleEdit">Szerkesztés</string> <string name="bookmarksSectionTitle">Könyvjelzők</string> <string name="favoritesSectionTitle">Kedvencek</string> <string name="bookmarksEmptyHint">Még nincsenek könyvjelzők hozzáadva</string> <string name="favoritesEmptyHint">Még nincsenek hozzáadva kedvencek.</string> <!-- Dialogs --> <string name="dialogConfirmTitle">Megerősítés</string> <string name="dialogSave">Mentés</string> <string name="delete">Törlés</string> <string name="edit">Szerkesztés</string> <!-- Widget --> <string name="searchWidgetTextHint">Keresés a DuckDuckGo alkalmazásban</string> <!-- Favorites widget --> <string name="addFavoriteMenuTitleHighlighted">👋 Kedvenc hozzáadása</string> <string name="widgetConfigurationTitleText">Téma kiválasztása</string> <string name="widgetConfigurationSystemThemeOption">Rendszer alapértelmezés</string> <string name="widgetConfigurationLightThemeOption">Világos</string> <string name="widgetConfigurationDarkThemeOption">Sötét</string> <string name="widgetConfigurationAddWidgetOption">Minialkalmazás hozzáadása</string> <string name="searchWidgetEmtpyFavoritesHint">Még nincsenek hozzáadva kedvencek.</string> <string name="searchWidgetEmtpyFavoritesCta">Kedvenc hozzáadása</string> <string name="daxFavoritesOnboardingCtaText"><![CDATA[Látogasd meg a kedvenc weboldalaidat egy pillanat alatt!<br/><br/>Lépj egy kedvelt weboldalra. Ezután koppints a „ ⠇” ikonra, és válaszd a Kedvenc hozzáadása elemet.]]></string> <string name="daxFavoritesOnboardingCtaContentDescription">Látogasd meg a kedvenc weboldalaidat egy pillanat alatt! Lépj egy kedvelt weboldalra. Ezután koppints a böngészési menü ikonra, és válaszd a Kedvenc hozzáadása elemet.</string> <string name="widgetConfigurationActivityTitle">Minialkalmazás konfigurációja</string> <string name="favoritesWidgetLabel">Kedvencek</string> <string name="searchWidgetLabel">Keresés</string> <!-- Home Screen Shortcuts --> <string name="addToHome">Hozzáadás a Kezdőlaphoz</string> <string name="shortcutAddedText">Siker! %1$s hozzáadva a kezdőképernyődhöz.</string> <!-- User Survey --> <string name="surveyCtaTitle">Segíts nekünk az alkalmazás javításában!</string> <string name="surveyCtaDescription">Töltsd ki rövid, anonim kérdőívünket, és mondd el a véleményedet.</string> <string name="surveyCtaLaunchButton">Kérdőív kitöltése</string> <string name="surveyCtaDismissButton">Nem, köszönöm</string> <string name="surveyActivityTitle">Felhasználói kérdőív</string> <string name="surveyTitle">DUCKDUCKGO FELHASZNÁLÓI KÉRDŐÍV</string> <string name="surveyDismissContentDescription">Kérdőív elutasítása</string> <string name="surveyLoadingErrorTitle">Jaj, ne!</string> <string name="surveyLoadingErrorText">A kérdőívünk jelenleg nem töltődik be.\nKérjük, próbáld meg később.</string> <!-- Add widget --> <string name="addWidgetCtaTitle">Próbáld ki a Keresés minialkalmazást!</string> <string name="addWidgetCtaDescription">A gyors és könnyű hozzáférés érdekében add hozzá kereső minialkalmazásunkat a kezdőképernyődhöz.</string> <string name="addWidgetCtaAutoLaunchButton">Minialkalmazás hozzáadása</string> <string name="addWidgetCtaInstructionsLaunchButton">Mutasd</string> <string name="addWidgetCtaDismissButton">Elutasítás</string> <string name="addWidgetInstructionsActivityTitle">Minialkalmazás hozzáadása</string> <string name="addWidgetInstruction1Label">1</string> <string name="addWidgetInstruction1">Nyomd meg hosszan a kezdőképernyőt, majd nyisd meg a minialkalmazás menüt.</string> <string name="addWidgetInstruction2Label">2</string> <string name="addWidgetInstruction2">Keresd meg a DuckDuckGo minialkalmazást.</string> <string name="addWidgetInstruction3Label">3</string> <string name="addWidgetInstruction3">Húzd a minialkalmazást a kezdőképernyődre.</string> <string name="addWidgetInstructionsButtonGoHome">Ugrás a kezdőképernyőre</string> <string name="addWidgetInstructionsButtonClose">Bezárás</string> <!-- App Enjoyment / Rating / Feedback --> <string name="appEnjoymentDialogTitle">Tetszik a DuckDuckGo?</string> <string name="appEnjoymentDialogMessage">Szeretnénk hallani a véleményed.</string> <string name="appEnjoymentDialogPositiveButton">Tetszik</string> <string name="appEnjoymentDialogNegativeButton">Még javításra szorul</string> <string name="rateAppDialogTitle">Alkalmazás értékelése</string> <string name="rateAppDialogMessage">Számunkra fontos a visszajelzésed. Ha tetszik az alkalmazás, kérjük, ossz meg róla egy pozitív véleményt.</string> <string name="rateAppDialogPositiveButton">Alkalmazás értékelése</string> <string name="rateAppDialogNegativeButton" translatable="false">@string/noThanks</string> <string name="giveFeedbackDialogTitle">Sajnálattal halljuk</string> <string name="giveFeedbackDialogMessage">Mondd el, hogyan javíthatunk számodra az alkalmazáson.</string> <string name="giveFeedbackDialogPositiveButton">Visszajelzés megosztása</string> <string name="giveFeedbackDialogNegativeButton" translatable="false">@string/noThanks</string> <string name="noThanks">Nem, köszönöm</string> <!-- Notification Channel Names --> <string name="notificationChannelFileDownloading">Fájl letöltése folyamatban</string> <string name="notificationChannelFileDownloaded">Fájl letöltve</string> <string name="notificationChannelTutorials">Útmutatók</string> <!-- Clear Notification --> <string name="clearNotificationTitle">Adattörlés manuálisra állítva</string> <string name="clearNotificationDescription">A DuckDuckGo testreszabása a böngészési adatok automatikus törlésére minden munkamenet után.</string> <!-- Privacy Protection Notification --> <string name="privacyProtectionNotificationDefaultTitle">Védjük az adataidat</string> <string name="privacyProtectionNotificationReportTitle">Adatvédelmi jelentésed</string> <string name="privacyProtectionNotificationDefaultDescription">A DuckDuckGo alkalmazás a nyomkövetők letiltásával és a kapcsolatok titkosításával védi adataidat.</string> <string name="privacyProtectionNotificationUpgadeDescription">A DuckDuckGo használata során %1$d titkosítatlan kapcsolat biztosításával védted az adataidat.</string> <string name="privacyProtectionNotificationTrackerDescription">A DuckDuckGo használata során %1$d nyomkövető letiltásával védted az adataidat.</string> <string name="privacyProtectionNotificationBothDescription">A DuckDuckGo használata során %1$d nyomkövető letiltásával és %2$d titkosítatlan kapcsolat biztosításával védted az adataidat.</string> <string name="privacyProtectionNotificationLaunchButton">Böngészés folytatása</string> <!-- Authentication --> <string name="authenticationDialogTitle">Bejelentkezés</string> <string name="authenticationDialogMessage">%1$s felhasználónevet és jelszót igényel.</string> <string name="authenticationDialogPositiveButton">Bejelentkezés</string> <string name="authenticationDialogNegativeButton">Mégse</string> <string name="authenticationDialogUsernameHint">Felhasználónév</string> <string name="authenticationDialogPasswordHint">Jelszó</string> <!-- User-facing label for when a user selects text and might want to search for that text --> <string name="systemTextSearchMessage">Keresés a DuckDuckGo alkalmazásban</string> <!-- App feedback disambiguation --> <string name="feedbackActivityTitle">Visszajelzés megosztása</string> <string name="missingBrowserFeaturesTitleLong">Hiányzó vagy zavaró böngészőfunkciók</string> <string name="missingBrowserFeaturesTitleShort">Böngésző funkció-problémái</string> <string name="missingBrowserFeaturesSubtitle">Melyik böngészési funkciót vezessük be, vagy melyik meglévőt javítsuk?</string> <string name="missingBrowserFeatureSubReasonNavigation">Navigálás előre, hátra, és/vagy frissítés</string> <string name="missingBrowserFeatureSubReasonTabManagement">Lapok létrehozása és kezelése</string> <string name="missingBrowserFeatureSubReasonAdPopups">Hirdetések és felugró ablakok letiltása</string> <string name="missingBrowserFeatureSubReasonVideos">Videók megtekintése</string> <string name="missingBrowserFeatureSubReasonImages">Képek más programokkal történő egyidejű kezelése</string> <string name="missingBrowserFeatureSubReasonBookmarks">Könyvjelzők létrehozása és kezelése</string> <string name="missingBrowserFeatureSubReasonOther">Ezek közül egyik sem</string> <string name="websiteNotLoadingTitleLong">Weboldal betöltésével kapcsolatos problémák</string> <string name="websiteNotLoadingTitleShort">Weboldal betöltésével kapcsolatos problémák</string> <string name="websiteNotLoadingSubtitle">Melyik weboldal nem működik?</string> <string name="searchNotGoodEnoughTitleLong">A DuckDuckGo keresés nem elég jó</string> <string name="searchNotGoodEnoughTitleShort">DuckDuckGo keresési problémák</string> <string name="searchNotGoodEnoughSubtitle">Melyik keresési funkciót vezessük be vagy javítsuk?</string> <string name="searchNotGoodEnoughSubReasonTechnicalSearches">Programozás/műszaki keresés</string> <string name="searchNotGoodEnoughSubReasonGoogleLayout">Az elrendezés hasonlítson jobban a Google elrendezéséhez</string> <string name="searchNotGoodEnoughSubReasonFasterLoadTimes">Gyorsabb betöltési idő</string> <string name="searchNotGoodEnoughSubReasonSpecificLanguage">Keresés egy adott nyelven vagy régióban</string> <string name="searchNotGoodEnoughSubReasonBetterAutocomplete">Jobb automatikus kiegészítés</string> <string name="searchNotGoodEnoughSubReasonOther">Ezek közül egyik sem</string> <string name="needMoreCustomizationTitleLong">Az alkalmazás testreszabására nincs elegendő lehetőség</string> <string name="needMoreCustomizationTitleShort">Testreszabási problémák</string> <string name="needMoreCustomizationSubtitle">Melyik testreszabási lehetőséget vezessük be, vagy a meglévők közül melyiken javítsunk?</string> <string name="needMoreCustomizationSubReasonHomeScreenConfiguration">A kezdőképernyő kialakítása</string> <string name="needMoreCustomizationSubReasonTabDisplay">A lapok elrendezésének módja</string> <string name="needMoreCustomizationSubReasonAppLooks">Az alkalmazás kinézete</string> <string name="needMoreCustomizationSubReasonWhichDataIsCleared">A törlendő adatok kiválasztása</string> <string name="needMoreCustomizationSubReasonWhenDataIsCleared">Az adatok törlésének időzítése</string> <string name="needMoreCustomizationSubReasonBookmarksDisplay">A könyvjelzők elrendezésének módja</string> <string name="needMoreCustomizationSubReasonOther">Ezek közül egyik sem</string> <string name="appIsSlowOrBuggyTitleLong">Az alkalmazás lassú, hibás, vagy sokszor összeomlik</string> <string name="appIsSlowOrBuggyTitleShort">Teljesítmény-problémák</string> <string name="appIsSlowOrBuggySubtitle">Melyik problémával találkoztál?</string> <string name="appIsSlowOrBuggySubReasonSlowResults">A weboldalak vagy a keresési eredmények lassan töltődnek be</string> <string name="appIsSlowOrBuggySubReasonAppCrashesOrFreezes">Az alkalmazás összeomlik vagy lefagy</string> <string name="appIsSlowOrBuggySubReasonMediaPlayback">Video- vagy médialejátszási hibák</string> <string name="appIsSlowOrBuggySubReasonOther">Ezek közül egyik sem</string> <string name="otherMainReasonTitleLong">Ezek közül egyik sem</string> <string name="otherMainReasonTitleShort">Egyéb problémák</string> <string name="openEndedInputHint">Kérjük, a lehető legpontosabban írj meg mindent</string> <string name="submitFeedback">KÜLDÉS</string> <string name="tellUsHowToImprove">Kérjük, mondd el, min tudunk még javítani.</string> <string name="thanksForTheFeedback">Köszönjük a visszajelzést!</string> <string name="feedbackNegativeMainReasonPageSubtitle">Mi okozta a legtöbb problémát?</string> <string name="feedbackNegativeMainReasonPageTitle">Sajnálattal halljuk</string> <string name="feedbackShareDetails">Részletek megosztása</string> <string name="sharePositiveFeedbackWithTheTeam">Szeretnél valamit megosztani a csapattal?</string> <string name="whatHaveYouBeenEnjoying">Mi tetszett?</string> <string name="awesomeToHear">Örömmel halljuk!</string> <string name="shareTheLoveWithARating">Ha tetszik az alkalmazás, kérjük, oszd meg véleményed a Play Store -on.</string> <string name="rateTheApp">ALKALMAZÁS ÉRTÉKELÉSE</string> <string name="declineFurtherFeedback">NEM, KÖSZÖNÖM, VÉGEZTEM.</string> <string name="whichBrokenSites">Hol látod ezeket a problémákat?</string> <string name="whichBrokenSitesHint">Melyik weboldalon vannak problémák?</string> <string name="feedbackSpecificAsPossible">Kérjük, a lehető legpontosabban írj meg mindent</string> <string name="feedbackInitialDisambiguationTitle">Kezdjünk hozzá!</string> <string name="feedbackInitialDisambiguationSubtitle">Hogyan jellemeznéd a visszajelzésedet?</string> <string name="feedbackInitialDisambiguationHappyButtonContentDescription">Pozitív visszajelzés gomb</string> <string name="feedbackInitialDisambiguationSadButtonContentDescription">Negatív visszajelzés gomb</string> <string name="feedbackIsImportantToUs">Anonim visszajelzésed fontos számunkra.</string> <!-- Webview Recovery --> <string name="crashedWebViewErrorMessage">"A weblap nem jeleníthető meg."</string> <string name="crashedWebViewErrorAction">"Újratöltés"</string> <!-- System Search--> <string name="systemSearchDeviceAppLabel">Ebből az eszközből</string> <string name="systemSearchOmnibarInputHint"><font size="13">Keresés vagy URL beírása</font></string> <string name="systemSearchAppNotFound">Az alkalmazás nem található</string> <string name="systemSearchOnboardingText">Köszönjük, hogy a DuckDuckGo-t választotta!\nMost, amikor a mi keresésünket vagy az alkalmazásunkat használja, a keresései védettek.</string> <string name="systemSearchOnboardingFeaturesIntroText">A DuckDuckGo alkalmazás is:</string> <string name="systemSearchOnboardingFeatureOneText">Blokkolja a nem biztonságos nyomkövetőket.</string> <string name="systemSearchOnboardingFeatureTwoText">Kikényszeríti a webhelyeken a titkosítást.</string> <string name="systemSearchOnboardingFeatureThreeText">Egyetlen érintéssel törli az adatokat.</string> <string name="systemSearchOnboardingButtonMore">Többet mutat</string> <string name="systemSearchOnboardingButtonLess">Elrejtés</string> <string name="systemSearchOnboardingButtonOk">Megvan</string> <!-- Dax Dialog --> <string name="daxDialogHideButton">ELREJTÉS</string> <string name="daxDialogPhew">Pfuj!</string> <string name="daxDialogNext">Következő</string> <string name="daxDialogHighFive">Pacsi!</string> <string name="daxDialogGotIt">Megvan</string> <string name="hideTipsTitle">Elrejti a többi tippet?</string> <string name="hideTipsText">Csak néhány van, és megpróbáltuk őket informatívvá tenni.</string> <string name="hideTipsButton">Ötletek elrejtése örökre</string> <!-- New Onboarding Experience --> <string name="onboardingWelcomeTitle">"Üdvözlünk a DuckDuckGo-ban!"</string> <string name="onboardingDaxText"><![CDATA[Az internet lehet hátborzongató.<br/><br/>Ne aggódjon! A magánjellegű keresés és böngészés könnyebb, mint gondolná.]]></string> <string name="onboardingLetsDoItButton">Rajta, csináljuk!</string> <string name="daxIntroCtaText"><![CDATA[A következő lépésben látogassa meg az egyik kedvenc webhelyét! <br/><br/>Én blokkolom a nyomkövetőket, hogy ne tudjanak kémkedni. Ha lehet, a kapcsolat biztonságát is javítom. 🔒]]></string> <string name="daxEndCtaText"><![CDATA[Megvan, ez az!<br/><br/>Ne feledd: minden alkalommal, amikor velem végzed a böngészést, egy hátborzongató hirdetés elveszíti az erejét. 👍]]></string> <string name="daxSerpCtaText">A DuckDuckGo keresések névtelenek, és én soha nem tárolom el a keresési előzményeket. Soha. 🙌</string> <plurals name="daxTrackersBlockedCtaText"> <item quantity="one"><![CDATA[ és <b>%1$d másik</b> itt próbált meg követni. <br/><br/>Blokkoltam őket!<br/><br/> ☝️Ellenőrizheted a címsort, hogy megtudd, ki próbál meg követni, amikor új webhelyre látogatsz.]]></item> <item quantity="other"><![CDATA[ és <b>%1$d másik</b> itt próbált meg követni. <br/><br/>Blokkoltam őket!<br/><br/> ☝️Ellenőrizheted a címsort, hogy megtudd, ki próbál meg követni, amikor új webhelyre látogatsz.]]></item> </plurals> <plurals name="daxTrackersBlockedCtaZeroText"> <item quantity="one"><![CDATA[ itt próbált meg követni. <br/><br/>Blokkoltam!<br/><br/> ☝️Ellenőrizheted az URL-sávot, hogy megtudd, ki próbál meg követni, amikor új webhelyre látogatsz.]]></item> <item quantity="other"><![CDATA[ itt próbált meg követni. <br/><br/>Blokkoltam!<br/><br/> ☝️Ellenőrizheted az URL-sávot, hogy megtudd, ki próbál meg követni, amikor új webhelyre látogatsz.]]></item> </plurals> <string name="daxNonSerpCtaText"><![CDATA[Ahogy megérinti és görgeti, én blokkolni fogom a bosszantó nyomkövetőket. <br/><br/>Menjen tovább - folytassa a böngészést!]]></string> <string name="daxMainNetworkCtaText">Figyelem! Nem tudom megakadályozni, hogy %1$s láthassa a tevékenységedet itt: %2$s &lt;br/&gt;&lt;br/&gt;Ha azonban velem böngészel, a sok más weboldalon is használt nyomkövetőjük blokkolásával korlátozni tudom azt, amit %3$s megtudhat rólad.</string> <string name="daxMainNetworkOwnedCtaText">Figyelem! Mivel %1$s tulajdonában van a(z) %2$s, nem tudom megakadályozni, hogy lássák az itteni tevékenységedet.&lt;br/&gt;&lt;br/&gt;Ha azonban velem böngészel, a sok más weboldalon is használt nyomkövetőjük blokkolásával korlátozni tudom azt, amit %3$s tud rólad.</string> <!-- Download Confirmation --> <string name="downloadConfirmationContinue">Folytatás</string> <string name="downloadConfirmationSaveFileTitle">%1$s mentése</string> <string name="downloadConfirmationKeepBothFilesText">Mindkettő megtartása</string> <string name="downloadConfirmationReplaceOldFileText">Lecserél</string> <string name="downloadConfirmationOpenFileText">Megnyitás</string> <string name="downloadConfirmationUnableToOpenFileText">Nem sikerült megnyitni a fájlt</string> <string name="downloadConfirmationUnableToDeleteFileText">Nem sikerült törölni a régi fájlt</string> <!-- Change Icon Activity --> <string name="changeIconActivityTitle">Alkalmazásikon</string> <string name="changeIconCtaLabel">Alkalmazásikon</string> <string name="changeIconCtaAccept">Alkalmaz</string> <string name="changeIconCtaCancel">Mégsem</string> <string name="changeIconDialogTitle">Alkalmazod az új ikont?</string> <string name="changeIconDialogMessage">A módosítások végrehajtásához az alkalmazás bezárulhat. Térj vissza, miután megcsodáltad a csinos új ikonodat.</string> <!-- New dashboard / menu buttons --> <string name="manageWhitelist">Védelem nélküli weboldalak</string> <string name="reportBrokenSite">Hibás weboldal jelentése</string> <!-- Dialogs --> <string name="dialogAddTitle">Hozzáadás</string> <string name="dialogEditTitle">Szerkesztés</string> <string name="dialogSaveAction">Mentés</string> <!-- Whitelist --> <string name="whitelisetActivityTitle">Védelem nélküli weboldalak</string> <string name="enablePrivacyProtection">Adatvédelem engedélyezése</string> <string name="disablePrivacyProtection">Adatvédelem letiltása</string> <string name="whitelistEntryOverflowContentDescription">További lehetőségek az %1$s védelem nélküli weboldalhoz</string> <string name="whitelistEntryDeleteConfirmMessage">Biztosan eltávolítod az &lt;b&gt;%1$s&lt;/b&gt; elemet a védelem nélküli weboldalak közül?</string> <string name="whitelistExplanation">Ezeket az oldalakat nem erősíti adatvédelem.</string> <string name="whitelistNoEntries">Adatvédelem engedélyezve minden weboldalhoz</string> <string name="whitelistDomainHint">www.example.com</string> <string name="whitelistFormatError">Írj be egy tartománynevet, például <b>example.com</b>, és próbáld újra.</string> <!-- Settings --> <string name="settingsPrivacyProtectionWhitelist">Védelem nélküli weboldalak</string> <!-- Fireproof websites --> <string name="fireproofWebsitesActivityTitle">Tűzálló weboldalak</string> <string name="settingsFireproofWebsites">Tűzálló weboldalak</string> <string name="fireproofWebsiteMenuTitleAdd">Tűzálló weboldal</string> <string name="fireproofWebsiteSnackbarConfirmation">A(z) &lt;b&gt;%1$s&lt;/b&gt; most már tűzálló! A kezeléshez lépj a Beállításokra.</string> <string name="fireproofWebsiteSnackbarAction">Visszavonás</string> <string name="fireproofWebsiteDeleteConfirmMessage">Biztos, hogy törölni akarod a (z) &lt;b&gt;%1$s&lt;/b&gt; fájlt?</string> <string name="fireproofWebsiteEmptyListHint">Nincs tűzálló weboldal</string> <string name="fireproofWebsiteFeatureDescription">A webhelyek sütik segítségével teszik lehetővé, hogy bejelentkezve maradhass. Ha tűzállóvá teszel egy weboldalt, a sütik nem törlődnek, és még a Fire gomb használata után is bejelentkezve maradsz. A tűzálló webhelyeken a külső felek nyomkövetőit azonban blokkoljuk.</string> <string name="fireproofWebsiteOverflowContentDescription">További lehetőségek a %1$s tűzálló weboldalhoz</string> <string name="fireproofWebsiteLoginDialogTitle">Szeretnéd tűzállóvá tenni a következőt: %1$s?</string> <string name="fireproofWebsiteLoginDialogDescription">Ha tűzállóvá teszel egy weboldalt, a Fire gomb használata után is bejelentkezve maradsz.</string> <string name="fireproofWebsiteLoginDialogPositive">Tűzálló</string> <string name="fireproofWebsiteLoginDialogNegative">Most nem</string> <string name="fireproofWebsiteItemsSectionTitle">Weboldalak</string> <string name="fireproofWebsiteToogleText">Kérdezze meg bejelentkezéskor</string> <string name="disableLoginDetectionDialogTitle">Letiltod a tűzálló emlékeztetőt a weboldalakra történő bejelentkezéskor?</string> <string name="disableLoginDetectionDialogDescription">Ezt a beállítást bármikor megváltoztathatod a Beállításokban.</string> <string name="disableLoginDetectionDialogPositive">LETILT</string> <string name="disableLoginDetectionDialogNegative">MÉGSEM</string> <string name="fireproofWebsiteRemovalConfirmation">Tűzállóvá tétel törölve a következőhöz: &lt;b&gt;%1$s&lt;/b&gt;</string> <!-- Fire Animation settings --> <string name="settingsFireAnimation">Tűz gomb animáció</string> <string name="settingsHeroFireAnimation">Lángnyelvek</string> <string name="settingsHeroWaterAnimation">Örvény</string> <string name="settingsHeroAbstractAnimation">Levegő</string> <string name="settingsNoneAnimation">Nincs</string> <string name="settingsSelectFireAnimationDialog">Tűz gomb animáció</string> <string name="settingsSelectFireAnimationDialogSave">Mentés</string> <!-- Dos Attack error--> <string name="dosErrorMessage">Kapcsolat megszakadt. Ez a weboldal káros lehet az eszközödre.</string> <!-- Download Manager problems --> <string name="downloadManagerDisabled">Letöltéskezelő letiltva</string> <string name="downloadManagerIncompatible">A letöltéskezelő nem érhető el ezen az eszközön.</string> <string name="enable">Engedélyezés</string> <!-- Precise Location --> <string name="preciseLocationSystemDialogTitle">Engedélyezed az eszköz helyének elérését a DuckDuckGo adatvédelmi böngésző számára?</string> <string name="preciseLocationSystemDialogSubtitle">%1$s az eszközöd helyét kéri. Először engedélyezned kell az alkalmazás számára, hogy elküldje az eszközöd helyét, majd a %2$s engedélyt kérhet.</string> <string name="preciseLocationSystemDialogAllow">Engedélyezés</string> <string name="preciseLocationSystemDialogDeny">Talán később</string> <string name="preciseLocationSystemDialogNeverAllow">Ehhez a webhelyhez ne kérje újra</string> <string name="preciseLocationSiteDialogTitle">Megadod %1$s számára a helyhozzáférési engedélyt?</string> <string name="preciseLocationDDGDialogSubtitle">Csak az anonim helyedet használjuk a jobb, hozzád közelebbi eredmények érdekében. Később bármikor meggondolhatod magad.</string> <string name="preciseLocationSiteDialogSubtitle">Az egyes webhelyeknek megadott helyhozzáférési engedélyeket a Beállításokban kezelheted.</string> <string name="preciseLocationSiteDialogAllowAlways">Mindig</string> <string name="preciseLocationSiteDialogAllowOnce">Csak erre a munkamenetre</string> <string name="preciseLocationSiteDialogDenyAlways">Mindig megtagad</string> <string name="preciseLocationSiteDialogDenyOnce">Megtagad erre a munkamenetre</string> <string name="settingsPreciseLocation">Hely</string> <string name="preciseLocationFeatureDescription">A felkeresett webhelyek hozzáférést kérhetnek az eszközöd helyadataihoz. Addig nem férhetnek hozzá, amíg kifejezetten nem adsz engedélyt. A DuckDuckGo csak névtelenül használja a helyadataidat a helyi keresési eredmények megadásához.</string> <string name="preciseLocationToggleText">A webhelyek kérhetik a tartózkodási helyemet</string> <string name="preciseLocationEmptyListHint">Egyetlen webhely sem kapott helyhozzáférési engedélyt</string> <string name="preciseLocationNoSystemPermission">Az egyes webhelyek számára megadott helyhozzáférési engedélyek kezeléséhez engedélyezd a helyet az alkalmazás számára az Android beállításokban.</string> <string name="preciseLocationActivityTitle">Hely</string> <string name="preciseLocationDeleteConfirmMessage">Biztos, hogy törölni akarod ezt: &lt;b&gt;%1$s&lt;/b&gt;?</string> <string name="preciseLocationDeleteContentDescription">További lehetőségek a helyhozzáférési engedélyekhez a(z) %1$s tartományban</string> <string name="preciseLocationAllowedSitesSectionTitle">Megadva</string> <string name="preciseLocationDeniedSitesSectionTitle">Megtagadva</string> <string name="preciseLocationSnackbarMessage">%1$s számára korábban megadtad az engedélyt az eszközöd helyadatainak hozzáférésére.</string> <!--Fire button education--> <string name="daxClearDataCtaText">Személyes adatok halmozódhatnak fel a böngésződben. Fúj. A Tűz gombbal mindet elégetheted. Próbáld ki most! 👇</string> <!-- Global Privacy Control--> <string name="globalPrivacyControlActivityTitle">Nemzetközi adatvédelmi szabályozás (Global Privacy Control, GPC)</string> <string name="globalPrivacyControlDescription"> <![CDATA[A DuckDuckGo számos nyomkövetőt automatikusan blokkol. A Global Privacy Control (GPC, Globális Adatvédelmi Ellenőrzés) segítségével arra is megkérheted a részt vevő webhelyeket, hogy korlátozzák személyes adataid eladását vagy megosztását más vállalatokkal. <u><a href=\"\">További részletek</a><u/>]]> </string> <string name="globalPrivacyControlSetting">Nemzetközi adatvédelmi szabályozás (Global Privacy Control, GPC)</string> <string name="globalPrivacyControlToggle">Nemzetközi adatvédelmi szabályozás (Global Privacy Control, GPC)</string> <string name="disabled">Letiltva</string> <string name="enabled">Engedélyezve</string> <!-- Opening app links --> <string name="settingTitleOpenLinksInAssociatedApps">Hivatkozások megnyitása társított alkalmazásokban</string> <string name="settingSubtitleOpenLinksInAssociatedApps">Letiltásával megakadályozhatod, hogy a hivatkozások automatikusan megnyíljanak más telepített alkalmazásokban.</string> <string name="appLinkDialogTitle">Megnyitás másik alkalmazásban?</string> <string name="appLinkSnackBarAction">Megnyitás az alkalmazásban</string> <string name="appLinkMultipleSnackBarAction">Alkalmazás kiválasztása</string> <string name="appLinkSnackBarMessage">A hivatkozás a következő alkalmazásban nyitható meg: %1$s.</string> <string name="appLinkMultipleSnackBarMessage">A hivatkozás más alkalmazásokban nyitható meg.</string> <string name="appLinkIntentChooserTitle">Megnyitás ezzel:</string> <string name="appLinkMenuItemTitle">Megnyitás az alkalmazásban</string> <!-- Email Autofill --> <string name="aliasToClipboardMessage">Új cím a vágólapra másolva</string> <string name="autofillTooltipUseYourAlias">%1$s használata</string> <string name="autofillTooltipUseYourAliasDescription">Blokkolja az e-mail nyomkövetőket</string> <string name="autofillTooltipGenerateAddress">Privát cím létrehozása</string> <string name="autofillTooltipGenerateAddressDescription">Letiltja az e-mail nyomkövetőket, és elrejti a címedet</string> <string name="newEmailAliasMenuTitle">Duck cím létrehozása</string> <!-- Email Sign Out Dialog --> <string name="emailSignOutDialogTitle">Eltávolítod az e-mail védelmet?</string> <string name="emailSignOutDialogText">Megjegyzés: az e-mail védelem eltávolítása erről az eszközről nem törli a Duck címedet.</string> <string name="emailSignOutDialogCancel">Mégsem</string> <string name="emailSignOutDialogDisable">Eltávolítás</string> <!-- Waitlist Notification --> <string name="notificationChannelEmailWaitlist">E-mail várólista</string> <string name="waitlistNotificationTitle">Az e-mail-védelem készen áll.</string> <string name="waitlistNotificationDescription">Meghívó megnyitása</string> <string name="waitlistNotificationDialogDescription">Szeretnéd, hogy értesítést küldjünk neked, amikor rád kerül a sor?</string> <string name="waitlistNotificationDialogNoThanks">Nem, köszönöm</string> <string name="waitlistNotificationDialogNotifyMe">ÉRTESÍTSETEK</string> <!-- Email Protection --> <string name="emailProtectionWebViewActivityTitle">E-mail védelem (béta)</string> <string name="emailProtectionActivityTitle">E-mail védelem (béta)</string> <string name="emailProtectionFooterDescription">Nem kell megosztanod a személyes adataid a várólistához való csatlakozáshoz. A sorban elfoglalt helyedet egy olyan időbélyegző igazolja, amely kizárólag az eszközödön található meg, így értesíteni tudunk, amikor sorra kerülsz.</string> <string name="emailProtectionErrorJoiningWaitlist">Hiba történt a várólistához való csatlakozás közben. Kérjük, próbáld újra később.</string> <string name="emailProtectionDuckAddressCta">Már van Duck címem</string> <string name="emailProtectionInviteCodeCta">Van meghívókódom</string> <string name="emailProtectionWaitlistCta">Csatlakozz a privát várólistához</string> <string name="emailProtectionGetStartedCta">Első lépések</string> <string name="emailNotSupported">Az eszköz nem támogatott</string> <string name="emailNotSupportedExplanation">Az e-mail-védelem lehetővé teszi olyan privát e-mail-címek létrehozását, amelyek eltávolítják az e-mail nyomkövetőket. Ezeket a címeket helyileg az eszközödön kell titkosítanunk és tárolnunk. Mivel az eszközöd nem támogatja a titkosított tárhelyet, az e-mail-védelem nem érhető el.</string> <!-- Screen 1--> <string name="emailProtectionStatusTitleJoin">E-mail adatvédelem, egyszerűsítve.</string> <string name="emailProtectionDescriptionJoin"><![CDATA[Tiltsd le az e-mail nyomkövetőket, és rejtsd el a címedet anélkül, hogy e-mail-szolgáltatót váltanál.<br/><a href=\"\"><b>További részletek</b></a>.]]></string> <!-- Screen 2 --> <string name="emailProtectionStatusTitleJoined">Rajta vagy a listán!</string> <string name="emailProtectionDescriptionJoinedWithNotification"><![CDATA[Értesítést küldünk, amikor<br/> az e-mail védelem készen áll számodra. <a href=\"\"><b>További részletek</b></a>.]]></string> <string name="emailProtectionDescriptionJoinedWithoutNotification"><![CDATA[Meghívód itt jelenik meg, amikor készen állunk. Szeretnél <a href=\"\"><b>értesítést kapni</b></a>, amikor megérkezik?<br/><a href=\"\"><b>További tudnivalók</b></a> az e-mail védelemről.]]></string> <!-- Screen 3 --> <string name="emailProtectionStatusTitleInBeta">Meghívót kaptál!</string> <string name="emailProtectionDescriptionInBeta"><![CDATA[Tiltsd le az e-mail nyomkövetőket, és rejtsd el a címedet<br/>anélkül, hogy e-mail-szolgáltatót váltanál.<br/><a href=\"\"><b>További részletek</b></a>.]]></string> <!-- Email Protection Sign Out --> <string name="emailProtectionSignOutTitle">Személyes Duck cím</string> <string name="emailProtectionSignOutFooter"> <![CDATA[Az e-mail védelem eltávolítása erről az eszközről megszünteti azt a lehetőséget, hogy a webes böngészés során a rendszer automatikusan beírja a személyes Duck címedet vagy egy újonnan létrehozott privát Duck címet az e-mail mezőkbe.<br/><br/>A Duck címeid teljes törléséhez, vagy bármilyen más kérdés vagy visszajelzés esetén fordulj hozzánk a <a href=\"mailto:support@duck.com\">support@duck.com</a> címen.]]> </string> <string name="emailProtectionSignOutRemoveCta">Eltávolítás az eszközről</string> <!-- Bookmark folders --> <string name="bookmarkDialogTitleEdit">Könyvjelző szerkesztése</string> <string name="favoriteDialogTitleEdit">Kedvenc szerkesztése</string> <string name="locationLabel">Hely</string> <string name="folderLocationTitle">Hely kiválasztása</string> <string name="addFolder">Mappa hozzáadása</string> <string name="editFolder">Mappa szerkesztése</string> <string name="bookmarkFolderDeleteDialogMessage">"Biztosan törlöd a(z) "</string> <string name="bookmarkFolderEmpty">Üres</string> <plurals name="bookmarkFolderDeleteDialogMessage"> <item quantity="one">%1$s%2$s és a(z) %3$d elemet?</item> <item quantity="other">%1$s%2$s és a(z) %3$d elemet?</item> </plurals> <plurals name="bookmarkFolderItems"> <item quantity="one">%1$d elem</item> <item quantity="other">%1$d elem</item> </plurals> <!-- Accessibility--> <string name="settingsAccessibility">Kisegítő lehetőségek</string> <string name="accessibilityActivityTitle">Kisegítő lehetőségek</string> <string name="accessibilityFontSizeTitle">Szövegméret</string> <string name="accessibilityFontSizeHint">Húzd el addig a csúszkát, amíg ezt kényelmesen el nem tudod olvasni. A DuckDuckGo ennek használatával jeleníti meg a webhelyeket.</string> <string name="accessibilityForceZoomTitle">Kézi oldalnagyítás kényszerítése</string> <string name="accessibilityForceZoomSubtitle">Használd bármelyik webhelyen a csippentést és nagyítást, még azokon is, amelyek ezt egyébként megakadályozzák</string> <string name="accessibilityTextSizeOverrideTitle">Szövegméret kezelése</string> <string name="accessibilityTextSizeOverrideSubtitle">A DuckDuckGo alkalmazásban megtekintett webhelyek szövege az alábbi beállításhoz igazodik</string> <!-- Privacy Policy --> <string name="settingsPrivacyPolicyDuckduckgo">Adatvédelmi szabályzat</string> <!-- Downloads --> <string name="downloadsErrorMessage">A letöltés sikertelen. Ellenőrizd az internetkapcsolatot.</string> <!-- Home Screen Widget --> <string name="homeScreenWidgetAdded">%1$s minialkalmazás hozzáadva a kezdőképernyőhöz</string> <string name="settingsAddHomeScreenWidget">Kezdőképernyő-minialkalmazás</string> </resources>
74.681818
533
0.775156
4fd1b6c3e99bd033cff76db69de056859b25d5a9
290
xml
XML
smali/smali-integration-tests/src/assemble/jumbo-type-tests.xml
vaginessa/ApkAnalyser
d23b0e4a3d486f9ca9039c23ac24d8584d322eb2
[ "Apache-2.0" ]
721
2015-01-08T23:38:16.000Z
2022-03-16T06:01:36.000Z
smali/smali-integration-tests/src/assemble/jumbo-type-tests.xml
vaginessa/ApkAnalyser
d23b0e4a3d486f9ca9039c23ac24d8584d322eb2
[ "Apache-2.0" ]
6
2015-05-08T19:03:27.000Z
2020-12-15T21:57:14.000Z
smali/smali-integration-tests/src/assemble/jumbo-type-tests.xml
vaginessa/ApkAnalyser
d23b0e4a3d486f9ca9039c23ac24d8584d322eb2
[ "Apache-2.0" ]
234
2015-01-07T10:38:05.000Z
2021-12-10T11:08:15.000Z
<assembly> <id>zip</id> <formats> <format>zip</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <files> <file> <source>target/jumbo-type-tests/classes.dex</source> <outputDirectory>/</outputDirectory> </file> </files> </assembly>
22.307692
60
0.644828
1d66a6c9145e1122d79f4fae440fc32c6346465c
4,089
xml
XML
app/src/main/res/layout/show_database_details_format.xml
Harisrini99/HSMusicPlayer
a0beb1415ed695e7cc45f38e73585135c4f94d76
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/show_database_details_format.xml
Harisrini99/HSMusicPlayer
a0beb1415ed695e7cc45f38e73585135c4f94d76
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/show_database_details_format.xml
Harisrini99/HSMusicPlayer
a0beb1415ed695e7cc45f38e73585135c4f94d76
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/card" android:layout_width="match_parent" android:layout_height="wrap_content" app:cardBackgroundColor="@color/dark_background" app:cardCornerRadius="10dp" app:cardElevation="5dp" app:cardPreventCornerOverlap="false" app:cardUseCompatPadding="true"> <RelativeLayout android:id="@+id/itemOnClicker" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/songLyrics"> <TextView android:id="@+id/songName" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="5dp" android:layout_marginEnd="5dp" android:layout_marginBottom="2dp" android:layout_toStartOf="@+id/menu" android:clickable="false" android:ellipsize="end" android:gravity="bottom" android:maxLines="1" android:paddingStart="8dp" android:paddingTop="8dp" android:paddingEnd="8dp" android:text="Aalaporaan Thamizhan" android:textAlignment="center" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <TextView android:id="@+id/songArtist" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/songName" android:layout_marginStart="5dp" android:layout_marginEnd="5dp" android:layout_toStartOf="@+id/menu" android:clickable="false" android:ellipsize="end" android:gravity="top" android:maxLines="1" android:paddingStart="8dp" android:paddingEnd="8dp" android:text="A. R. Rahman, Kailash Kher, Sathyaprakash Dharmar, Deepak and Pooja AV" android:textAlignment="center" android:textColor="@color/colorTextSecondaryDarkTheme" android:textSize="12sp" /> <TextView android:id="@+id/songDuration" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/songArtist" android:layout_marginBottom="3dp" android:layout_toStartOf="@+id/menu" android:clickable="false" android:ellipsize="end" android:gravity="top" android:maxLines="1" android:paddingStart="8dp" android:paddingEnd="8dp" android:paddingBottom="8dp" android:text="05:48" android:textAlignment="center" android:textColor="@color/colorTextSecondaryDarkTheme" android:textSize="12sp" /> </RelativeLayout> <TextView android:id="@+id/songLyrics" android:layout_width="match_parent" android:layout_height="150dp" android:background="@color/md_grey_500" android:padding="10dp" android:text="sdsdsd" android:textAlignment="center" android:textColor="@color/browser_actions_bg_grey" android:textSize="10sp" /> </RelativeLayout> </com.google.android.material.card.MaterialCardView>
40.088235
109
0.583517
584154a91b2d098f50dcad1a5d89e021b0a86a84
3,510
xml
XML
app/src/main/res/values/strings.xml
themeliskalomoiros/Memogame
ee4ac3f2e58853d49fc8f79822c3d1008f078337
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
themeliskalomoiros/Memogame
ee4ac3f2e58853d49fc8f79822c3d1008f078337
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
themeliskalomoiros/Memogame
ee4ac3f2e58853d49fc8f79822c3d1008f078337
[ "MIT" ]
null
null
null
<resources> <string name="app_name">Memogame</string> <string name="victory">You\'ve won!</string> <string name="next_game">Nice, play next?</string> <string name="no">No</string> <string name="sign_out_success">Sign back for saving progress.</string> <string name="progress_can_be_saved_msg">Great! Now your progress can be saved.</string> <string name="must_sign_in">"Must sign in"</string> <string name="time_up">Time up!</string> <string name="result_not_good">Not so good, you\'ve completed only</string> <string name="games">games</string> <string name="time_mode_completed_prefix">"Time mode completed. You scored"</string> <string name="time_mode">"Time"</string> <string name="result_perfect">Perfect!</string> <string name="result_very_good">Very good!</string> <string name="result_good">Good</string> <string name="result_bad">Bad</string> <string name="result_perfect_message">Simply perfection!</string> <string name="result_very_good_message">Well done!</string> <string name="result_good_message">Hmm, not so bad.</string> <string name="result_bad_message">Surely you can do better...</string> <string name="games_completed">Games completed:</string> <string name="out_of_sufix">"out of"</string> <string name="completed">Completed</string> <string name="difficulity_easy">Easy</string> <string name="difficulity_hard">Hard</string> <string name="difficulity_normal">Normal</string> <string name="level">Level</string> <string name="leaderboard">Leaderboard</string> <string name="total_score">Total Score:</string> <string name="points">points</string> <string name="score_analysis">Score Analysis:</string> <string name="practise_mode">Practise</string> <string name="survival_mode">Survival</string> <string name="time_mode_message">Time is the enemy!\nComplete as many games as you can and save your progress to compete with other players."\nAre you ready?</string> <string name="practise_mode_message">Navigate through every game in Memogame and level up your skills!</string> <string name="survival_mode_message">You have 3 seconds to memorize the pairs! Then you must complete that game without losing all of your lives.\nGood luck!</string> <string name="look">👀</string> <string name="swipe_label">(swipe between modes)</string> <string name="options">Options</string> <string name="player_name_prefix">Signed in as</string> <string name="sign_in">Sign in</string> <string name="swipe_for">swipe for</string> <string name="rank">Rank</string> <string name="badges">Honors</string> <string name="basic_points">Basic Points</string> <string name="game_analysis">Game Analysis</string> <string name="average">Average</string> <string name="accuracy">Accuracy</string> <string name="bonus_points_label">Bonus Points</string> <string name="total">Total</string> <string name="details">Details</string> <string name="sign_out">Sign Out</string> <string name="new_highscore">New personal record!</string> <string name="details_score_survival_label">From Survival:</string> <string name="details_score_time_label">From Time:</string> <string name="details_score_accuracy_label">From accuracy:</string> <string name="details_score_badges_label">From honors:</string> <string name="details_score_games_completed_label">From completed games:</string> </resources>
57.540984
170
0.721083
1c09e3d674e664e0ff0af0de36e6ab038aa66023
15,882
xml
XML
test/data/exr_data.xml
dr-leo/intake_sdmx
dccd51e6ce4aa352fba0a0c25dfac82148acd1e3
[ "Apache-2.0" ]
null
null
null
test/data/exr_data.xml
dr-leo/intake_sdmx
dccd51e6ce4aa352fba0a0c25dfac82148acd1e3
[ "Apache-2.0" ]
3
2021-05-29T19:46:36.000Z
2022-01-15T14:15:22.000Z
test/data/exr_data.xml
dr-leo/intake_sdmx
dccd51e6ce4aa352fba0a0c25dfac82148acd1e3
[ "Apache-2.0" ]
1
2021-05-28T13:14:53.000Z
2021-05-28T13:14:53.000Z
<?xml version="1.0" encoding="UTF-8"?><message:StructureSpecificData xmlns:message="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message" xmlns:common="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:data="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific" xmlns:ecb_exr1="urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ECB:ECB_EXR1(1.0):ObsLevelDim:TIME_PERIOD" xsi:schemaLocation="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message https://sdw-wsrest.ecb.europa.eu:443/vocabulary/sdmx/2_1/SDMXMessage.xsd http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common https://sdw-wsrest.ecb.europa.eu:443/vocabulary/sdmx/2_1/SDMXCommon.xsd urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ECB:ECB_EXR1(1.0):ObsLevelDim:TIME_PERIOD https://sdw-wsrest.ecb.europa.eu:443/service/schema/datastructure/ECB/ECB_EXR1/1.0"> <message:Header> <message:ID>4e504357-de8a-482e-95c4-99eae60740ab</message:ID> <message:Test>false</message:Test> <message:Prepared>2021-06-09T00:16:04.791+02:00</message:Prepared> <message:Sender id="ECB"/> <message:Structure structureID="ECB_EXR1" dimensionAtObservation="TIME_PERIOD" namespace="urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ECB:ECB_EXR1(1.0):ObsLevelDim:TIME_PERIOD"> <common:Structure> <URN>urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ECB:ECB_EXR1(1.0)</URN> </common:Structure> </message:Structure> </message:Header> <message:DataSet data:action="Replace" data:validFromDate="2021-06-09T00:16:04.791+02:00" data:structureRef="ECB_EXR1" data:dataScope="DataStructure" xsi:type="ecb_exr1:DataSetType"> <Series FREQ="Q" CURRENCY="CAD" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="A" TIME_FORMAT="P3M" TITLE_COMPL="ECB reference exchange rate, Canadian dollar/Euro, 2:15 pm (C.E.T.)" DECIMALS="4" COLLECTION="A" SOURCE_AGENCY="4F0" TITLE="Canadian dollar/Euro" UNIT_MULT="0" UNIT="CAD"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="1.553960317460317" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="1.537534920634921" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="1.520752307692308" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="1.5058578125" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="1.510147619047619" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="1.503553225806452" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="1.468128787878787" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="1.461571875" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="1.4818578125" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="1.525345161290322" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="1.557078787878788" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="1.554316923076923" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="1.5258" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="CAD" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="E" TIME_FORMAT="P3M" TITLE_COMPL="ECB reference exchange rate, Canadian dollar/Euro, 2:15 pm (C.E.T.)" DECIMALS="4" SOURCE_AGENCY="4F0" TITLE="Canadian dollar/Euro" UNIT_MULT="0" COLLECTION="E" UNIT="CAD"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="1.5895" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="1.5442" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="1.5064" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="1.5605" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="1.5" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="1.4893" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="1.4426" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="1.4598" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="1.5617" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="1.5324" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="1.5676" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="1.5633" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="1.4782" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="GBP" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="A" TITLE_COMPL="ECB reference exchange rate, UK pound sterling/Euro, 2:15 pm (C.E.T.)" TIME_FORMAT="P3M" UNIT="GBP" COLLECTION="A" DECIMALS="5" SOURCE_AGENCY="4F0" UNIT_MULT="0" TITLE="UK pound sterling/Euro"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="0.883371587301587" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="0.876161428571428" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="0.892365076923077" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="0.8866509375" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="0.872508253968254" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="0.874773064516129" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="0.90208696969697" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="0.86077828125" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="0.8622503125" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="0.887413387096774" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="0.905041818181818" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="0.903346769230769" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="0.873933174603175" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="GBP" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="E" TITLE_COMPL="ECB reference exchange rate, UK pound sterling/Euro, 2:15 pm (C.E.T.)" TIME_FORMAT="P3M" UNIT="GBP" DECIMALS="5" SOURCE_AGENCY="4F0" UNIT_MULT="0" COLLECTION="E" TITLE="UK pound sterling/Euro"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="0.8749" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="0.88605" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="0.8873" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="0.89453" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="0.8583" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="0.89655" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="0.88573" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="0.8508" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="0.88643" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="0.91243" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="0.91235" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="0.89903" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="0.85209" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="JPY" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="A" TITLE_COMPL="ECB reference exchange rate, Japanese yen/Euro, 2:15 pm (C.E.T.)" TIME_FORMAT="P3M" DECIMALS="2" COLLECTION="A" SOURCE_AGENCY="4F0" TITLE="Japanese yen/Euro" UNIT_MULT="0" UNIT="JPY"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="133.1661904761905" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="130.04523809523806" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="129.6064615384615" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="128.81578125" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="125.08349206349209" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="123.47080645161293" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="119.32348484848487" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="120.32296874999999" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="120.09734375" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="118.4095161290323" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="124.04939393939395" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="124.60738461538457" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="127.80571428571425" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="JPY" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="E" TITLE_COMPL="ECB reference exchange rate, Japanese yen/Euro, 2:15 pm (C.E.T.)" TIME_FORMAT="P3M" DECIMALS="2" SOURCE_AGENCY="4F0" TITLE="Japanese yen/Euro" UNIT_MULT="0" COLLECTION="E" UNIT="JPY"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="131.15" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="129.04" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="131.23" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="125.85" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="124.45" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="122.6" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="117.59" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="121.94" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="118.9" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="120.66" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="123.76" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="126.49" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="129.91" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="NOK" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="A" TITLE="Norwegian krone/Euro" TIME_FORMAT="P3M" TITLE_COMPL="ECB reference exchange rate, Norwegian krone/Euro, 2:15 pm (C.E.T.)" DECIMALS="4" COLLECTION="A" SOURCE_AGENCY="4F0" UNIT_MULT="0" UNIT="NOK"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="9.633712698412701" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="9.5521253968254" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="9.577318461538459" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="9.626987500000002" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="9.742144444444447" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="9.718417741935486" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="9.847103030303032" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="10.090954687499998" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="10.465221875" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="11.008237096774197" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="10.671500000000002" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="10.756183076923074" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="10.258419047619054" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="NOK" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="E" TITLE="Norwegian krone/Euro" TIME_FORMAT="P3M" TITLE_COMPL="ECB reference exchange rate, Norwegian krone/Euro, 2:15 pm (C.E.T.)" DECIMALS="4" SOURCE_AGENCY="4F0" UNIT_MULT="0" COLLECTION="E" UNIT="NOK"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="9.677" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="9.5115" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="9.4665" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="9.9483" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="9.659" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="9.6938" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="9.8953" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="9.8638" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="11.51" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="10.912" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="11.1008" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="10.4703" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="9.9955" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="SEK" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="A" TITLE_COMPL="ECB reference exchange rate, Swedish krona/Euro, 2:15 pm (C.E.T.)" UNIT="SEK" TIME_FORMAT="P3M" DECIMALS="4" COLLECTION="A" SOURCE_AGENCY="4F0" TITLE="Swedish krona/Euro" UNIT_MULT="0"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="9.971195238095238" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="10.330344444444442" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="10.405463076923079" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="10.320371875000001" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="10.41868888888889" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="10.61907741935484" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="10.662187878787876" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="10.652359374999998" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="10.66885" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="10.650670967741934" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="10.364156060606064" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="10.267681538461536" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="10.12016825396825" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="SEK" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="E" TITLE_COMPL="ECB reference exchange rate, Swedish krona/Euro, 2:15 pm (C.E.T.)" UNIT="SEK" TIME_FORMAT="P3M" DECIMALS="4" SOURCE_AGENCY="4F0" TITLE="Swedish krona/Euro" UNIT_MULT="0" COLLECTION="E"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="10.2843" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="10.453" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="10.309" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="10.2548" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="10.398" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="10.5633" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="10.6958" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="10.4468" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="11.0613" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="10.4948" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="10.5713" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="10.0343" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="10.2383" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="USD" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="A" UNIT="USD" TIME_FORMAT="P3M" DECIMALS="4" COLLECTION="A" SOURCE_AGENCY="4F0" TITLE_COMPL="ECB reference exchange rate, US dollar/Euro, 2:15 pm (C.E.T.)" UNIT_MULT="0" TITLE="US dollar/Euro"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="1.229214285714286" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="1.191490476190476" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="1.162901538461539" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="1.1414125" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="1.135771428571428" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="1.1237" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="1.111942424242425" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="1.107106250000001" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="1.1026609375" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="1.101412903225806" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="1.168910606060607" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="1.192898461538462" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="1.204847619047619" OBS_STATUS="A"/> </Series> <Series FREQ="Q" CURRENCY="USD" CURRENCY_DENOM="EUR" EXR_TYPE="SP00" EXR_SUFFIX="E" UNIT="USD" TIME_FORMAT="P3M" DECIMALS="4" SOURCE_AGENCY="4F0" TITLE_COMPL="ECB reference exchange rate, US dollar/Euro, 2:15 pm (C.E.T.)" UNIT_MULT="0" COLLECTION="E" TITLE="US dollar/Euro"> <Obs TIME_PERIOD="2018-Q1" OBS_VALUE="1.2321" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q2" OBS_VALUE="1.1658" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q3" OBS_VALUE="1.1576" OBS_STATUS="A"/> <Obs TIME_PERIOD="2018-Q4" OBS_VALUE="1.145" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q1" OBS_VALUE="1.1235" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q2" OBS_VALUE="1.138" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q3" OBS_VALUE="1.0889" OBS_STATUS="A"/> <Obs TIME_PERIOD="2019-Q4" OBS_VALUE="1.1234" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q1" OBS_VALUE="1.0956" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q2" OBS_VALUE="1.1198" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q3" OBS_VALUE="1.1708" OBS_STATUS="A"/> <Obs TIME_PERIOD="2020-Q4" OBS_VALUE="1.2271" OBS_STATUS="A"/> <Obs TIME_PERIOD="2021-Q1" OBS_VALUE="1.1725" OBS_STATUS="A"/> </Series> </message:DataSet> </message:StructureSpecificData>
81.446154
932
0.742728
c61b8d73f88db5a258060672d1032a57eb91da6c
497
xml
XML
targets/CWE122/s09/c_CWE806_char_memmove/chc_contracts/x68b_c.xml
kestreltechnology/CodeHawk-C-Targets-Juliet
eb2f3f495d27110dbbbce9c977f2fc6138d0e81e
[ "MIT" ]
null
null
null
targets/CWE122/s09/c_CWE806_char_memmove/chc_contracts/x68b_c.xml
kestreltechnology/CodeHawk-C-Targets-Juliet
eb2f3f495d27110dbbbce9c977f2fc6138d0e81e
[ "MIT" ]
null
null
null
targets/CWE122/s09/c_CWE806_char_memmove/chc_contracts/x68b_c.xml
kestreltechnology/CodeHawk-C-Targets-Juliet
eb2f3f495d27110dbbbce9c977f2fc6138d0e81e
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <c-analysis> <header info="cfile" name="cfile" time="2020-06-02 22:07:35.064897"/> <cfile name="x68b"> <data-structures/> <functions> <function name="CWE122_Heap_Based_Buffer_Overflow__c_CWE806_char_memmove_68b_badSink"> <parameters/> </function> <function name="CWE122_Heap_Based_Buffer_Overflow__c_CWE806_char_memmove_68b_goodG2BSink"> <parameters/> </function> </functions> </cfile> </c-analysis>
31.0625
96
0.684105
d86084b745d152c4a2462f1c7e40365280f245f0
497
xml
XML
java/com/android/incallui/answer/impl/hint/res/values/dimens.xml
DerpGang/packages_apps_Dialer
ea0f998fb2b8b3265f29af6f5a8eed1d89182dbb
[ "Apache-2.0" ]
34
2017-01-17T07:05:15.000Z
2022-03-04T02:45:13.000Z
java/com/android/incallui/answer/impl/hint/res/values/dimens.xml
DerpGang/packages_apps_Dialer
ea0f998fb2b8b3265f29af6f5a8eed1d89182dbb
[ "Apache-2.0" ]
10
2017-01-14T02:21:01.000Z
2020-01-19T17:08:11.000Z
java/com/android/incallui/answer/impl/hint/res/values/dimens.xml
DerpGang/packages_apps_Dialer
ea0f998fb2b8b3265f29af6f5a8eed1d89182dbb
[ "Apache-2.0" ]
285
2016-12-28T19:54:49.000Z
2022-03-26T09:24:56.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="hint_text_size">18sp</dimen> <dimen name="hint_initial_offset">-100dp</dimen> <dimen name="hint_offset">300dp</dimen> <dimen name="hint_small_begin_size">50dp</dimen> <dimen name="hint_small_end_size">42dp</dimen> <dimen name="hint_mid_begin_size">56dp</dimen> <dimen name="hint_mid_end_size">64dp</dimen> <dimen name="hint_large_begin_size">64dp</dimen> <dimen name="hint_large_end_size">160dp</dimen> </resources>
41.416667
50
0.738431
5fcfdc9e7df721d937deeadd7e4820bd7cf86d57
5,028
iml
XML
back-end.iml
am-central-365/back-end
ba94f3c9048c9eface9bf6814dac3abe86a6159f
[ "MIT" ]
null
null
null
back-end.iml
am-central-365/back-end
ba94f3c9048c9eface9bf6814dac3abe86a6159f
[ "MIT" ]
1
2018-09-02T02:34:32.000Z
2018-09-02T02:34:32.000Z
back-end.iml
am-central-365/back-end
ba94f3c9048c9eface9bf6814dac3abe86a6159f
[ "MIT" ]
1
2019-05-13T21:38:08.000Z
2019-05-13T21:38:08.000Z
<?xml version="1.0" encoding="UTF-8"?> <module version="4"> <component name="FacetManager"> <facet type="kotlin-language" name="Kotlin"> <configuration version="3" platform="JVM 1.8" useProjectSettings="false"> <compilerSettings /> <compilerArguments> <option name="destination" value="$MODULE_DIR$/build/classes/kotlin/main" /> <option name="classpath" value="$MAVEN_REPOSITORY$/com/amcentral365/pl4kotlin/0.3.12/pl4kotlin-0.3.12.jar:/home/alexei/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.2.71/5470d1f752cd342edb77e1062bac07e838d2cea4/kotlin-stdlib-jdk8-1.2.71.jar:/home/alexei/.m2/repository/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar:/home/alexei/.m2/repository/com/sparkjava/spark-core/2.7.2/spark-core-2.7.2.jar:/home/alexei/.m2/repository/mysql/mysql-connector-java/5.1.46/mysql-connector-java-5.1.46.jar:/home/alexei/.m2/repository/io/github/microutils/kotlin-logging/1.5.4/kotlin-logging-1.5.4.jar:/home/alexei/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/home/alexei/.m2/repository/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar:/home/alexei/.m2/repository/com/github/ajalt/clikt/1.2.0/clikt-1.2.0.jar:/home/alexei/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.2.71/4ce93f539e2133f172f1167291a911f83400a5d0/kotlin-stdlib-jdk7-1.2.71.jar:/home/alexei/.m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.61/kotlin-reflect-1.2.61.jar:/home/alexei/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.71/d9717625bb3c731561251f8dd2c67a1011d6764c/kotlin-stdlib-1.2.71.jar:/home/alexei/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/alexei/.m2/repository/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar:/home/alexei/.m2/repository/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar:/home/alexei/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar:/home/alexei/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar:/home/alexei/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.8.v20171121/jetty-webapp-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/websocket/websocket-server/9.4.8.v20171121/websocket-server-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.8.v20171121/jetty-servlet-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-security/9.4.8.v20171121/jetty-security-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-server/9.4.8.v20171121/jetty-server-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/9.4.8.v20171121/websocket-servlet-9.4.8.v20171121.jar:/home/alexei/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/home/alexei/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.2.71/ba18ca1aa0e40eb6f1865b324af2f4cbb691c1ec/kotlin-stdlib-common-1.2.71.jar:/home/alexei/.m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/home/alexei/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/home/alexei/.m2/repository/org/eclipse/jetty/websocket/websocket-client/9.4.8.v20171121/websocket-client-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-client/9.4.8.v20171121/jetty-client-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-http/9.4.8.v20171121/jetty-http-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.8.v20171121/websocket-common-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-io/9.4.8.v20171121/jetty-io-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.8.v20171121/jetty-xml-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.8.v20171121/websocket-api-9.4.8.v20171121.jar:/home/alexei/.m2/repository/org/eclipse/jetty/jetty-util/9.4.8.v20171121/jetty-util-9.4.8.v20171121.jar" /> <option name="noStdlib" value="true" /> <option name="noReflect" value="true" /> <option name="moduleName" value="am-central365-service" /> <option name="jvmTarget" value="1.8" /> <option name="addCompilerBuiltIns" value="true" /> <option name="loadBuiltInsFromDependencies" value="true" /> <option name="languageVersion" value="1.2" /> <option name="apiVersion" value="1.2" /> <option name="pluginOptions"> <array /> </option> <option name="pluginClasspaths"> <array /> </option> </compilerArguments> </configuration> </facet> <facet type="Python" name="Python"> <configuration sdkName="Python 2.7" /> </facet> </component> </module>
162.193548
3,848
0.748608
f8c5f182ee1cad91651224ee8d2ee86b659fd38c
7,325
xml
XML
MedQuAD/2_GARD_QA/0000700.xml
gonzalorecio/MAI-HLE
7446330711c2cddae5d8aa9a2b9215662da7b694
[ "MIT" ]
null
null
null
MedQuAD/2_GARD_QA/0000700.xml
gonzalorecio/MAI-HLE
7446330711c2cddae5d8aa9a2b9215662da7b694
[ "MIT" ]
null
null
null
MedQuAD/2_GARD_QA/0000700.xml
gonzalorecio/MAI-HLE
7446330711c2cddae5d8aa9a2b9215662da7b694
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <Document id="0000700" source="GARD" url="https://rarediseases.info.nih.gov/gard/182/best-vitelliform-macular-dystrophy"> <Focus>Best vitelliform macular dystrophy</Focus> <FocusAnnotations> <UMLS> <CUIs> <CUI>C0339510</CUI> </CUIs> <SemanticTypes> <SemanticType>T047</SemanticType> </SemanticTypes> <SemanticGroup>Disorders</SemanticGroup> </UMLS> <Synonyms> <Synonym>Best disease</Synonym> <Synonym>Best macular dystrophy</Synonym> <Synonym>Macular degeneration, polymorphic vitelline</Synonym> <Synonym>Vitelliform macular dystrophy type 2</Synonym> <Synonym>VMD2</Synonym> </Synonyms> </FocusAnnotations> <QAPairs> <QAPair pid="1"> <Question qid="0000700-1" qtype="information">What is (are) Best vitelliform macular dystrophy ?</Question> <Answer>Best vitelliform macular dystrophy (BVMD) is a slowly progressive form of macular degeneration. It usually begins in childhood or adolescence, but age of onset and severity of vision loss can vary. Affected people first have normal vision, followed by decreased central visual acuity and distorted vision (metamorphopsia). Peripheral vision is not affected. BVMD is usually inherited in an autosomal dominant manner, but autosomal recessive inheritance has been reported. The condition is typically caused by mutations in the BEST1 gene; in a few cases the cause is unknown. Treatment is symptomatic and involves the use of low vision aids.</Answer> </QAPair> <QAPair pid="2"> <Question qid="0000700-2" qtype="symptoms">What are the symptoms of Best vitelliform macular dystrophy ?</Question> <Answer>What are the signs and symptoms of Best vitelliform macular dystrophy? The Human Phenotype Ontology provides the following list of signs and symptoms for Best vitelliform macular dystrophy. If the information is available, the table below includes how often the symptom is seen in people with this condition. You can use the MedlinePlus Medical Dictionary to look up the definitions for these medical terms. Signs and Symptoms Approximate number of patients (when available) Abnormality of the macula 90% Visual impairment 90% Abnormality of color vision 50% Choroideremia 7.5% Visual field defect 7.5% Abnormal electroretinogram - Autosomal dominant inheritance - Cystoid macular degeneration - Macular dystrophy - Reduced visual acuity - The Human Phenotype Ontology (HPO) has collected information on how often a sign or symptom occurs in a condition. Much of this information comes from Orphanet, a European rare disease database. The frequency of a sign or symptom is usually listed as a rough estimate of the percentage of patients who have that feature. The frequency may also be listed as a fraction. The first number of the fraction is how many people had the symptom, and the second number is the total number of people who were examined in one study. For example, a frequency of 25/25 means that in a study of 25 people all patients were found to have that symptom. Because these frequencies are based on a specific study, the fractions may be different if another group of patients are examined. Sometimes, no information on frequency is available. In these cases, the sign or symptom may be rare or common.</Answer> </QAPair> <QAPair pid="3"> <Question qid="0000700-3" qtype="causes">What causes Best vitelliform macular dystrophy ?</Question> <Answer>What causes Best vitelliform macular dystrophy? Best vitelliform macular dystrophy (BVMD) is caused by changes (mutations) in the BEST1 gene. This gene gives the body instructions for making a protein called bestrophin. Bestrophin acts as a channel that controls the movement of chloride ions within the retina. It is thought that mutations in the BEST1 gene affect the shape of the channel and its ability to properly regulate the flow of chloride. However, it is unclear how exactly this relates to the specific features of BVMD.</Answer> </QAPair> <QAPair pid="4"> <Question qid="0000700-4" qtype="inheritance">Is Best vitelliform macular dystrophy inherited ?</Question> <Answer>How is Best vitelliform macular dystrophy inherited? Best vitelliform macular dystrophy (BVMD) is most commonly inherited in an autosomal dominant manner, although a few cases with autosomal recessive inheritance have been reported. In autosomal dominant inheritance, having one changed (mutated) copy of the responsible gene in each cell is enough to cause symptoms of the condition. When a person with an autosomal dominant condition has children, each child has a 50% (1 in 2) chance to inherit the mutated gene. Most people with BVMD have an affected parent, but some people have the condition as the result of a new mutation that occurred for the first time. Autosomal recessive inheritance means that a person must have a mutation in both copies of the responsible gene in each cell to be affected. The parents of an affected person usually each carry one mutated copy of the gene and are referred to as carriers. Carriers typically do not show signs or symptoms of the condition. When two carriers of an autosomal recessive condition have children, each child has a 25% (1 in 4) risk to have the condition, a 50% (1 in 2) risk to be a carrier like each of the parents, and a 25% chance to not have the condition and not be a carrier.</Answer> </QAPair> <QAPair pid="5"> <Question qid="0000700-5" qtype="exams and tests">How to diagnose Best vitelliform macular dystrophy ?</Question> <Answer>How is Best vitelliform macular dystrophy diagnosed? Best vitelliform macular dystrophy (BVMD) may be diagnosed based on the findings on an exam of the fundus (the interior surface of the eye opposite the lens); an electrooculogram (EOG); and the family history. An eye exam may include other tests as well. A fundus exam may show a typical yellow yolk-like macular lesion. An EOG is usually abnormal in affected people, but occasionally, people with signs of BVMD and a mutation in the BEST1 gene have a normal EOG. The family history in affected people is often consistent with either autosomal dominant or autosomal recessive inheritance. Genetic testing may also be used to make a diagnosis of BVMD. A BEST1 mutation is detected in about 96% of affected people who have an affected family member. In people with no family history of BVMD, the mutation detection rate ranges between 50-70%. The exact type of genetic test ordered to confirm a diagnosis may depend on a person&apos;s ancestry, family history, and/or whether other eye disorders are also being considered.</Answer> </QAPair> <QAPair pid="6"> <Question qid="0000700-6" qtype="treatment">What are the treatments for Best vitelliform macular dystrophy ?</Question> <Answer>How might Best vitelliform macular dystrophy be treated? There is no specific treatment for Best vitelliform macular dystrophy (BVMD) at this time. Low vision aids help affected people with significant loss of visual acuity. Laser photocoagulation, photodynamic therapy, and anti-VEGF (vascular endothelial growth factor) agents such as bevacizumab have shown limited success in treating some of the secondary features of BVMD such as choroidal neovascularization (when abnormal blood vessels grow under the macula and retina).</Answer> </QAPair> </QAPairs> </Document>
149.489796
1,639
0.791945
675898cb37b38a7d8cad3de75d8f3bf741cbeb60
16,132
xml
XML
data/onlineNews/2014/visir-2014_10_50-t0.xml
antonkarl/iceErrorCorpus
35818908f73770eb6f646f817a16ef45b2e6ddc8
[ "CC-BY-4.0" ]
3
2020-05-29T18:59:53.000Z
2020-09-28T12:19:30.000Z
data/onlineNews/2014/visir-2014_10_50-t0.xml
antonkarl/iceErrorCorpus
35818908f73770eb6f646f817a16ef45b2e6ddc8
[ "CC-BY-4.0" ]
null
null
null
data/onlineNews/2014/visir-2014_10_50-t0.xml
antonkarl/iceErrorCorpus
35818908f73770eb6f646f817a16ef45b2e6ddc8
[ "CC-BY-4.0" ]
1
2021-11-15T15:21:41.000Z
2021-11-15T15:21:41.000Z
<?xml version='1.0' encoding='UTF-8'?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>visir-2014_10_50-t0.xml</title> </titleStmt> <publicationStmt> <distributor>Rannsóknarstofan Mál og tækni</distributor> </publicationStmt> <sourceDesc> <p>Risamálheildin</p> </sourceDesc> </fileDesc> </teiHeader> <text><body><p n="1"> <s n="1"> <w>Hún</w> <w>hefur</w> <w>fengið</w> <w>fjölda</w> <w>verðlauna</w> <c>;</c> <w>meðal</w> <w>annars</w> <w>Clio-verðlaunin</w> <w>og</w> <w>fyrstu</w> <w>verðlaun</w> <w>á</w> <w>alþjóðlegu</w> <revision id="1"> <original/> <corrected><w>auglýsinga-verðlaunahátíðinni</w></corrected> <errors> <error xtype="dep" depId="26-1" eid="0"/> </errors> </revision> <w>New</w> <w>York</w> <w>Festival</w> <revision id="2"> <original><w>auglýsingaverðlaunahátíðinni</w></original> <corrected/> <errors> <error xtype="wording" idx="26-1" eid="0"/> </errors> </revision> <c>.</c> </s><s n="2"> <w>Hún</w> <w>sér</w> <w>ekki</w> <w>eftir</w> <w>því</w> <w>enda</w> <w>hafa</w> <w>síðustu</w> <w>ár</w> <w>verið</w> <w>ævintýraleg</w> <w>og</w> <w>nú</w> <revision id="3"> <original><w>hefur</w><w>hún</w><w>fjóra</w><w>aðila</w><w>hjá</w><w>sér</w></original> <corrected><w>eru</w><w>fjórir</w><w>aðilar</w></corrected> <errors> <error xtype="wording" idx="23-1" eid="0"/> </errors> </revision> <w>í</w> <w>fullri</w> <w>vinnu</w> <revision id="4"> <original/> <corrected><w>hjá</w><w>henni</w></corrected> <errors> <error xtype="dep" depId="23-1" eid="0"/> </errors> </revision> <c>.</c> </s><s n="3"> <c>„</c> <w>Það</w> <w>hefur</w> <w>verið</w> <w>gaman</w> <revision id="5"> <original><w>að</w><w>fá</w></original> <corrected/> <errors> <error xtype="extra-words" eid="0"/> </errors> </revision> <w>að</w> <w>taka</w> <w>þátt</w> <w>í</w> <w>því</w> <w>ævintýri</w> <w>og</w> <w>gott</w> <w>að</w> <w>vera</w> <w>með</w> <w>annan</w> <w>fótinn</w> <w>heima</w> <w>á</w> <w>Íslandi</w> <c>,</c> <c>“</c> <w>segir</w> <w>hún</w> <w>að</w> <w>lokum</w> <c>.</c> </s><s n="4"> <c>„</c> <w>Fyrst</w> <w>eftir</w> <w>að</w> <w>ég</w> <w>flutti</w> <w>út</w> <w>lagði</w> <w>ég</w> <w>mikið</w> <revision id="6"> <original><w>í</w></original> <corrected><w>upp</w><w>úr</w><w>því</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>að</w> <w>vinna</w> <w>með</w> <w>dýr</w> <w>og</w> <w>framandi</w> <w>landslag</w> <revision id="7"> <original/> <corrected><c>,</c><w>í</w><w>list</w><w>minni</w><c>,</c></corrected> <errors> <error xtype="missing-commas" idx="36-1" eid="0"/> <error xtype="missing-words" idx="36-2" eid="0"/> </errors> </revision> <w>sem</w> <w>mér</w> <w>fannst</w> <w>vanta</w> <w>á</w> <w>Íslandi</w> <c>.</c> </s><s n="5"> <revision id="8"> <original><w>Margverðlaunuð</w></original> <corrected><w>Kristjana</w><w>er</w><w>margverðlaunuð</w><c>.</c></corrected> <errors> <error xtype="missing-sub" idx="22-1" eid="0"/> <error xtype="missing-fin-verb" idx="22-2" eid="0" /> <error xtype="missing-word" idx="22-3" eid="0" /> <error xtype="missing-period" idx="22-4" eid="0"/> </errors> </revision> <w>Í</w> <w>kjölfarið</w> <w>stofnaði</w> <w>Kristjana</w> <w>eigin</w> <w>vinnustofu</w> <w>sem</w> <w>ber</w> <w>nafnið</w> <w>KSW</w> <w>Studio</w> <w>og</w> <w>hefur</w> <w>vaxið</w> <w>hratt</w> <w>síðan</w> <c>.</c> </s><s n="6"> <revision id="9"> <original><w>Búðin</w></original> <corrected><w>Það</w></corrected> <errors> <error xtype="wording" idx="10-1" eid="0"/> </errors> </revision> <w>gekk</w> <w>vel</w> <revision id="10"> <original/> <corrected><w>að</w><w>reka</w><w>búðina</w></corrected> <errors> <error xtype="dep" depId="12-1" eid="0"/> <error xtype="dep" depId="10-1" eid="0"/> </errors> </revision> <w>og</w> <revision id="11"> <original><w>rak</w></original> <corrected/> <errors> <error xtype="wording" idx="12-1" eid="0"/> </errors> </revision> <w>hún</w> <revision id="12"> <original><w>hana</w></original> <corrected><w>gerði</w><w>það</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>í</w> <w>átta</w> <w>ár</w> <c>.</c> </s><s n="7"> <w>Árið 2011</w> <revision id="13"> <original/> <corrected><c>,</c></corrected> <errors> <error xtype="missing-commas" idx="16-1" eid="0"/> </errors> </revision> <w>þegar</w> <w>ég</w> <w>var</w> <w>ólétt</w> <w>af</w> <w>öðru</w> <w>barninu</w> <w>mínu</w> <revision id="14"> <original/> <corrected><c>,</c></corrected> <errors> <error xtype="dep" depId="16-1" eid="0"/> </errors> </revision> <w>þá</w> <revision id="15"> <original><w>hugsaði</w><w>ég</w><w>með</w><w>mér</w><w>að</w></original> <corrected><w>langaði</w></corrected> <errors> <error xtype="extra-words" idx="18-1" eid="0"/> <error xtype="dep" depId="19-1" eid="0"/> </errors> </revision> <w>mig</w> <revision id="16"> <original><w>langaði</w></original> <corrected/> <errors> <error xtype="wording" idx="19-1" eid="0"/> </errors> </revision> <w>að</w> <revision id="17"> <original><w>koma</w><w>meira</w></original> <corrected><w>deila</w><w>fleirum</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>af</w> <w>þessum</w> <w>hugmyndum</w> <w>mínum</w> <revision id="18"> <original><w>út</w></original> <corrected/> <errors> <error xtype="extra-word" eid="0"/> </errors> </revision> <w>og</w> <w>fá</w> <w>bara</w> <w>að</w> <w>einbeita</w> <w>mér</w> <w>að</w> <w>listinni</w> <c>,</c> <c>“</c> <w>segir</w> <w>hún</w> <c>.</c> </s><s n="8"> <w>Hönnun</w> <w>Kristjönu</w> <w>hefur</w> <w>vakið</w> <w>mikla</w> <w>athygli</w> <c>.</c> </s><s n="9"> <w>Eftir</w> <w>útskrift</w> <w>opnaði</w> <w>hún</w> <w>búðina</w> <w>Beyond</w> <w>The</w> <w>Valley</w> <w>í</w> <w>London</w> <w>sem</w> <w>seldi</w> <revision id="19"> <original><w>list</w></original> <corrected><w>verk</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>eftir</w> <w>ýmsa</w> <w>listamenn</w> <c>.</c> </s><s n="10"> <w>Þetta</w> <w>verður</w> <w>barnabók</w> <revision id="20"> <original><w>en</w></original> <corrected><w>sem</w><w>er</w></corrected> <errors> <error xtype="conjunction" eid="0"/> </errors> </revision> <w>líka</w> <w>fyrir</w> <w>fullorðna</w> <c>.</c> </s><s n="11"> <w>Í</w> <w>næsta</w> <w>verkefni</w> <w>mínu</w> <w>mun</w> <w>ég</w> <w>sækja</w> <revision id="21"> <original><w>mikið</w></original> <corrected><w>mikinn</w><w>innblástur</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>heim</w> <w>til</w> <w>Íslands</w> <c>.</c> <c>“</c> </s><s n="12"> <revision id="22"> <original><w>Rak</w></original> <corrected><w>Hún</w><w>rak</w></corrected> <errors> <error xtype="missing-sub" eid="0"/> </errors> </revision> <w>verslun</w> <w>í</w> <w>átta</w> <w>ár</w> <revision id="23"> <original/> <corrected><c>.</c></corrected> <errors> <error xtype="missing-period" eid="0"/> </errors> </revision> <w>Kristjana</w> <w>útskrifaðist</w> <w>úr</w> <w>grafískri</w> <w>hönnun</w> <w>frá</w> <revision id="24"> <original/> <corrected><w>listaháskólanum</w></corrected> <errors> <error xtype="missing-obj" eid="0"/> </errors> </revision> <w>Central</w> <w>St</w> <w>Martin's</w> <w>fyrir</w> <w>um</w> <w>áratug</w> <c>.</c> </s><s n="13"> <w>Verkin</w> <w>eru</w> <w>af</w> <w>ýmsu</w> <w>tagi</w> <c>,</c> <w>meðal</w> <w>annars</w> <w>hefur</w> <w>hún</w> <w>hannað</w> <w>fatnað</w> <c>,</c> <w>heimilisvöru</w> <w>og</w> <w>efni</w> <w>þar</w> <w>sem</w> <w>grafík</w> <w>hennar</w> <w>er</w> <w>í</w> <w>aðalhlutverki</w> <revision id="25"> <original><c>.</c><w>Einnig</w></original> <corrected><w>en</w><w>einnig</w></corrected> <errors> <error xtype="period4conjunction" eid="0"/> </errors> </revision> <w>hnattlíkön</w> <c>,</c> <w>veggfóður</w> <c>,</c> <w>vegglistaverk</w> <w>og</w> <w>húsgögn</w> <c>.</c> </s><s n="14"> <c>„</c> <w>Þetta</w> <w>er</w> <w>búið</w> <w>að</w> <w>vera</w> <w>dálítið</w> <w>brjálað</w> <w>ár</w> <w>en</w> <w>mjög</w> <w>skemmtilegt</w> <c>,</c> <c>“</c> <w>segir</w> <w>Kristjana</w> <w>Williams</w> <c>,</c> <w>listamaður</w> <w>og</w> <w>hönnuður</w> <c>,</c> <w>sem</w> <w>á</w> <w>dögunum</w> <w>fékk</w> <w>H</w> <w>Club</w> <w>100</w> <w>verðlaunin</w> <c>.</c> </s><s n="15"> <c>„</c> <w>Eftir</w> <w>útskrift</w> <w>vissi</w> <w>ég</w> <w>ekki</w> <w>alveg</w> <w>hvað</w> <w>ég</w> <w>ætti</w> <w>að</w> <w>gera</w> <w>þannig</w> <w>að</w> <w>ég</w> <w>opnaði</w> <w>þessa</w> <w>búð</w> <c>.</c> </s><s n="16"> <c>„</c> <w>Bókin</w> <w>verður</w> <w>listaverk</w> <w>með</w> <w>stórum</w> <w>myndum</w> <c>.</c> </s><s n="17"> <w>Listakonan</w> <w>hefur</w> <w>búið</w> <w>í</w> <w>London</w> <w>undanfarna</w> <w>tvo</w> <w>áratugi</w> <w>en</w> <w>segir</w> <w>hugann</w> <w>vera</w> <w>farinn</w> <w>að</w> <revision id="26"> <original><w>sækja</w></original> <corrected><w>leita</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>heim</w> <c>.</c> </s><s n="18"> <revision id="27"> <original><w>Vinnur</w></original> <corrected><w>Hún</w><w>vinnur</w></corrected> <errors> <error xtype="missing-sub" eid="0"/> </errors> </revision> <w>að</w> <w>barnabók</w> <revision id="28"> <original/> <corrected><c>.</c></corrected> <errors> <error xtype="missing-period" eid="0"/> </errors> </revision> <w>Það</w> <w>er</w> <w>nóg</w> <w>að</w> <w>gera</w> <w>hjá</w> <w>Kristjönu</w> <c>.</c> </s><s n="19"> <w>Fjallað</w> <w>hefur</w> <w>verið</w> <w>um</w> <w>hönnun</w> <w>hennar</w> <w>í</w> <w>mörgum</w> <w>helstu</w> <w>hönnunartímaritum</w> <w>heims</w> <revision id="29"> <original><c>.</c><w>Auk</w><w>þess</w></original> <corrected><w>og</w><w>hún</w></corrected> <errors> <error xtype="period4conjunction" idx="28-1" eid="0"/> <error xtype="extra-words" idx="28-2" eid="0"/> <error xtype="dep" depId="29-1" eid="0"/> </errors> </revision> <w>hefur</w> <revision id="30"> <original><w>hún</w></original> <corrected/> <errors> <error xtype="wording" idx="29-1" eid="0"/> </errors> </revision> <w>tekið</w> <w>þátt</w> <w>í</w> <w>fjölmörgum</w> <w>stórum</w> <w>sýningum</w> <c>,</c> <w>nú</w> <w>síðast</w> <w>London</w> <w>Design</w> <w>Festival</w> <w>sem</w> <w>haldin</w> <w>var</w> <w>í</w> <w>september</w> <c>.</c> </s><s n="20"> <w>Nú</w> <w>er</w> <w>ég</w> <w>farin</w> <w>að</w> <w>sækja</w> <w>aðeins</w> <revision id="31"> <original><w>aftur</w><w>heim</w></original> <corrected><w>innblástur</w><w>til</w><w>Íslands</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>og</w> <revision id="32"> <original><w>farin</w><w>að</w><w>vinna</w></original> <corrected><w>vinn</w></corrected> <errors> <error xtype="wording" eid="0"/> </errors> </revision> <w>meira</w> <w>með</w> <w>þessa</w> <w>skandinavísku</w> <w>liti</w> <c>.</c> </s><s n="21"> <w>Það</w> <w>var</w> <w>ótrúlega</w> <w>gaman</w> <w>og</w> <revision id="33"> <original><w>hún</w></original> <corrected/> <errors> <error xtype="extra-word" eid="0"/> </errors> </revision> <w>gekk</w> <w>mjög</w> <w>vel</w> <revision id="34"> <original><c>.</c><w>Ég</w></original> <corrected><w>en</w><w>ég</w></corrected> <errors> <error xtype="period4conjunction" eid="0"/> </errors> </revision> <w>náði</w> <w>hins</w> <w>vegar</w> <w>mjög</w> <w>lítið</w> <w>að</w> <w>einbeita</w> <w>mér</w> <w>að</w> <w>minni</w> <w>eigin</w> <w>list</w> <c>.</c> </s><s n="22"> <revision id="35"> <original><w>Þar</w><w>var</w><w>hún</w></original> <corrected><w>Hún</w></corrected> <errors> <error xtype="extra-words" eid="0"/> </errors> </revision> <w>meðal</w> <w>þeirra</w> <w>tíu</w> <w>efstu</w> <w>sem</w> <w>verðlaunaðir</w> <w>voru</w> <w>en</w> <w>árlega</w> <w>eru</w> <revision id="36"> <original><w>valdir</w></original> <corrected/> <errors> <error xtype="wording" idx="2-1" eid="0"/> </errors> </revision> <w>þeir</w> <revision id="37"> <original/> <corrected><w>valdir</w></corrected> <errors> <error xtype="dep" depId="2-1" eid="0"/> </errors> </revision> <w>sem</w> <revision id="38"> <original><w>eru</w></original> <corrected/> <errors> <error xtype="wording" idx="4-1" eid="0"/> </errors> </revision> <w>taldir</w> <revision id="39"> <original/> <corrected><w>eru</w></corrected> <errors> <error xtype="dep" depId="4-1" eid="0"/> </errors> </revision> <w>skara</w> <w>fram</w> <w>úr</w> <w>í</w> <w>hinum</w> <w>skapandi</w> <w>iðnaði</w> <w>í</w> <w>Bretlandi</w> <c>.</c> </s><s n="23"> <w>Hönnunin</w> <revision id="40"> <original/> <corrected><w>er</w></corrected> <errors> <error xtype="missing-fin-verb" eid="0"/> </errors> </revision> <w>til</w> <w>á</w> <w>Íslandi</w> <revision id="41"> <original/> <corrected><c>.</c></corrected> <errors> <error xtype="missing-period" eid="0"/> </errors> </revision> <w>Þrátt</w> <w>fyrir</w> <w>að</w> <w>Kristjana</w> <w>hafi</w> <w>lítið</w> <w>verið</w> <w>á</w> <w>Íslandi</w> <w>síðustu</w> <w>ár</w> <w>þá</w> <w>er</w> <w>hönnun</w> <w>hennar</w> <w>þó</w> <w>fáanleg</w> <w>hér</w> <w>á</w> <w>landi</w> <revision id="42"> <original/> <corrected><c>,</c></corrected> <errors> <error xtype="missing-comma" eid="0"/> </errors> </revision> <w>í</w> <w>Kiosk</w> <w>á</w> <w>Laugavegi</w> <c>.</c> </s><s n="24"> <w>Ásamt</w> <w>því</w> <revision id="43"> <original><w>að</w><w>vera</w></original> <corrected/> <errors> <error xtype="extra-words" eid="0"/> </errors> </revision> <w>að</w> <w>stækka</w> <w>vinnuaðstöðu</w> <w>sína</w> <w>þá</w> <w>er</w> <w>hún</w> <w>meðal</w> <w>annars</w> <w>að</w> <w>vinna</w> <w>að</w> <w>nýrri</w> <w>barnabók</w> <c>.</c> </s><s n="25"> <w>Þetta</w> <w>verður</w> <w>svona</w> <w>bók</w> <w>sem</w> <w>er</w> <w>meira</w> <w>en</w> <w>bók</w> <w>og</w> <w>gaman</w> <w>að</w> <w>eiga</w> <c>,</c> <c>“</c> <w>segir</w> <w>hún</w> <c>.</c> </s></p></body></text> </TEI>
19.697192
91
0.491446
892d27546704cc159dc5d1837532e5c3ac8ada02
216
sublime-snippet
XML
Underscore_Objects_isNull.sublime-snippet
sumtraveller/sublime-text-underscore-snippets
fe8dc11faf4a27ec75cf753b6376336cc7aef14e
[ "MIT" ]
1
2015-07-17T02:37:22.000Z
2015-07-17T02:37:22.000Z
Underscore_Objects_isNull.sublime-snippet
sumtraveller/sublime-text-underscore-snippets
fe8dc11faf4a27ec75cf753b6376336cc7aef14e
[ "MIT" ]
1
2020-09-07T16:27:07.000Z
2020-09-07T16:27:07.000Z
Underscore_Objects_isNull.sublime-snippet
sumtraveller/sublime-text-underscore-snippets
fe8dc11faf4a27ec75cf753b6376336cc7aef14e
[ "MIT" ]
null
null
null
<!-- _ as of version 1.3.1 --> <snippet> <content><![CDATA[_.isNull(${1:object});$0]]></content> <tabTrigger>_isNull</tabTrigger> <scope>source.js</scope> <description>isNull </description> </snippet>
27
58
0.62963
7603dc2a44d78530c414943b39683abc8e2f993f
1,094
jelly
XML
src/main/resources/configurationslicing/ConfigurationSlicing/SliceExecutor/sidepanel-executor.jelly
dutmond-org/test-one
565fc723619c91fff7ee4bb8eaea265108a6ae11
[ "MIT" ]
null
null
null
src/main/resources/configurationslicing/ConfigurationSlicing/SliceExecutor/sidepanel-executor.jelly
dutmond-org/test-one
565fc723619c91fff7ee4bb8eaea265108a6ae11
[ "MIT" ]
null
null
null
src/main/resources/configurationslicing/ConfigurationSlicing/SliceExecutor/sidepanel-executor.jelly
dutmond-org/test-one
565fc723619c91fff7ee4bb8eaea265108a6ae11
[ "MIT" ]
null
null
null
<?jelly escape-by-default='true'?> <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt"> <l:header /> <l:side-panel> <l:tasks> <l:task icon="images/24x24/up.gif" href="${rootURL}/" title="${%Back to Dashboard}" /> <l:isAdmin> <l:task icon="images/24x24/setting.gif" href="${rootURL}/manage" title="${%Manage Jenkins}" /> <l:task icon="images/24x24/orange-square.gif" href="${rootURL}/${it.parent.urlName}" title="${it.parent.displayName}" /> <l:task icon="images/24x24/orange-square.gif" href="${rootURL}/${it.parent.urlName}/${it.slicer.url}" title="${it.slicer.name}" /> <l:task icon="images/24x24/folder.gif" title="${%Configuration by View}" /> <l:tasks> <j:forEach var="view" items="${it.parent.views}"> <l:task icon="images/24x24/folder.gif" href="${rootURL}/${it.parent.urlName}/${it.slicer.url}/view?view=${view}" title="${view}" /> </j:forEach> </l:tasks> </l:isAdmin> </l:tasks> </l:side-panel> </j:jelly>
54.7
162
0.627971
da85c3cd9e02f9e76446c56c174ae215be9b5bf3
143,311
xml
XML
target/resolution-cache/reports/play-swagger-reactivemongo-play-swagger-reactivemongo_2.12-compile.xml
kamaudan/Play-Swagger-Application
33a42304c54c6371a67101bc7e9c8517cf8e0e49
[ "CC0-1.0" ]
null
null
null
target/resolution-cache/reports/play-swagger-reactivemongo-play-swagger-reactivemongo_2.12-compile.xml
kamaudan/Play-Swagger-Application
33a42304c54c6371a67101bc7e9c8517cf8e0e49
[ "CC0-1.0" ]
null
null
null
target/resolution-cache/reports/play-swagger-reactivemongo-play-swagger-reactivemongo_2.12-compile.xml
kamaudan/Play-Swagger-Application
33a42304c54c6371a67101bc7e9c8517cf8e0e49
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="ivy-report.xsl"?> <ivy-report version="1.0"> <info organisation="play-swagger-reactivemongo" module="play-swagger-reactivemongo_2.12" revision="1.0-SNAPSHOT" conf="compile" confs="universal, universal-docs, universal-src, compile, runtime, test, provided, optional, windows, docker, linux, rpm, debian, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool" date="20180516125224"/> <dependencies> <module organisation="org.webjars" name="swagger-ui"> <revision name="3.2.2" status="release" pubdate="20171002195405" resolver="public" artresolver="public" homepage="http://webjars.org" downloaded="true" searched="true" default="false" conf="default, compile, runtime, default(compile), master" position="74"> <license name="Apache 2.0" url="https://github.com/swagger-api/swagger-ui"/> <metadata-artifact status="successful" details="" size="6060" time="668" location="/home/dan/.ivy2/cache/org.webjars/swagger-ui/ivy-3.2.2.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.webjars/swagger-ui/ivy-3.2.2.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/webjars/swagger-ui/3.2.2/swagger-ui-3.2.2.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="3.2.2" rev-constraint-default="3.2.2" rev-constraint-dynamic="3.2.2" callerrev="1.0-SNAPSHOT"/> <artifacts> <artifact name="swagger-ui" type="jar" ext="jar" status="successful" details="" size="1074039" time="2321" location="/home/dan/.ivy2/cache/org.webjars/swagger-ui/jars/swagger-ui-3.2.2.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/webjars/swagger-ui/3.2.2/swagger-ui-3.2.2.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="io.swagger" name="swagger-play2_2.12"> <revision name="1.6.0" status="release" pubdate="20170727200901" resolver="public" artresolver="public" homepage="http://swagger.io" downloaded="true" searched="true" default="false" conf="default, compile, runtime, default(compile), master" position="61"> <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="successful" details="" size="5153" time="774" location="/home/dan/.ivy2/cache/io.swagger/swagger-play2_2.12/ivy-1.6.0.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/io.swagger/swagger-play2_2.12/ivy-1.6.0.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/io/swagger/swagger-play2_2.12/1.6.0/swagger-play2_2.12-1.6.0.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="1.6.0" rev-constraint-default="1.6.0" rev-constraint-dynamic="1.6.0" callerrev="1.0-SNAPSHOT"/> <artifacts> <artifact name="swagger-play2_2.12" type="jar" ext="jar" status="successful" details="" size="67682" time="784" location="/home/dan/.ivy2/cache/io.swagger/swagger-play2_2.12/jars/swagger-play2_2.12-1.6.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/io/swagger/swagger-play2_2.12/1.6.0/swagger-play2_2.12-1.6.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="routes-compiler_2.12"> <revision name="2.6.0" status="release" pubdate="20170623010618" resolver="public" artresolver="public" homepage="https://playframework.com" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="72"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="successful" details="" size="3116" time="663" location="/home/dan/.ivy2/cache/com.typesafe.play/routes-compiler_2.12/ivy-2.6.0.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/com.typesafe.play/routes-compiler_2.12/ivy-2.6.0.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/routes-compiler_2.12/2.6.0/routes-compiler_2.12-2.6.0.pom"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> <artifact name="routes-compiler_2.12" type="jar" ext="jar" status="successful" details="" size="208489" time="1210" location="/home/dan/.ivy2/cache/com.typesafe.play/routes-compiler_2.12/jars/routes-compiler_2.12-2.6.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/routes-compiler_2.12/2.6.0/routes-compiler_2.12-2.6.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="commons-io" name="commons-io"> <revision name="2.5" status="release" pubdate="20160422175236" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://commons.apache.org/proper/commons-io/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="73"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="11588" time="0" location="/home/dan/.ivy2/cache/commons-io/commons-io/ivy-2.5.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom"/> <caller organisation="com.typesafe.play" name="routes-compiler_2.12" conf="compile, runtime" rev="2.5" rev-constraint-default="2.5" rev-constraint-dynamic="2.5" callerrev="2.6.0"/> <artifacts> <artifact name="commons-io" type="jar" ext="jar" status="no" details="" size="208700" time="0" location="/home/dan/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.5.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="io.swagger" name="swagger-scala-module_2.12"> <revision name="1.0.3" status="release" pubdate="20170121012835" resolver="public" artresolver="public" homepage="https://github.com/swagger-api/swagger-scala-module" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="71"> <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="successful" details="" size="2602" time="664" location="/home/dan/.ivy2/cache/io.swagger/swagger-scala-module_2.12/ivy-1.0.3.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/io.swagger/swagger-scala-module_2.12/ivy-1.0.3.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/io/swagger/swagger-scala-module_2.12/1.0.3/swagger-scala-module_2.12-1.0.3.pom"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="1.0.3" rev-constraint-default="1.0.3" rev-constraint-dynamic="1.0.3" callerrev="1.6.0"/> <artifacts> <artifact name="swagger-scala-module_2.12" type="jar" ext="jar" status="successful" details="" size="6638" time="642" location="/home/dan/.ivy2/cache/io.swagger/swagger-scala-module_2.12/jars/swagger-scala-module_2.12-1.0.3.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/io/swagger/swagger-scala-module_2.12/1.0.3/swagger-scala-module_2.12-1.0.3.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="io.swagger" name="swagger-core"> <revision name="1.5.12" status="release" pubdate="20161227201700" resolver="public" artresolver="public" homepage="" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="65"> <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="successful" details="" size="6108" time="664" location="/home/dan/.ivy2/cache/io.swagger/swagger-core/ivy-1.5.12.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/io.swagger/swagger-core/ivy-1.5.12.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/io/swagger/swagger-core/1.5.12/swagger-core-1.5.12.pom"/> <caller organisation="io.swagger" name="swagger-scala-module_2.12" conf="compile, runtime" rev="1.5.12" rev-constraint-default="1.5.12" rev-constraint-dynamic="1.5.12" callerrev="1.0.3"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="1.5.12" rev-constraint-default="1.5.12" rev-constraint-dynamic="1.5.12" callerrev="1.6.0"/> <artifacts> <artifact name="swagger-core" type="bundle" ext="jar" status="successful" details="" size="111231" time="894" location="/home/dan/.ivy2/cache/io.swagger/swagger-core/bundles/swagger-core-1.5.12.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/io/swagger/swagger-core/1.5.12/swagger-core-1.5.12.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="javax.validation" name="validation-api"> <revision name="1.1.0.Final" status="release" pubdate="20130410160303" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://beanvalidation.org" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="70"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="3200" time="0" location="/home/dan/.ivy2/cache/javax.validation/validation-api/ivy-1.1.0.Final.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="1.1.0.Final" rev-constraint-default="1.1.0.Final" rev-constraint-dynamic="1.1.0.Final" callerrev="1.5.12"/> <artifacts> <artifact name="validation-api" type="jar" ext="jar" status="no" details="" size="63777" time="0" location="/home/dan/.ivy2/cache/javax.validation/validation-api/jars/validation-api-1.1.0.Final.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="io.swagger" name="swagger-models"> <revision name="1.5.12" status="release" pubdate="20161227201645" resolver="public" artresolver="public" homepage="" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="68"> <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="successful" details="" size="4863" time="677" location="/home/dan/.ivy2/cache/io.swagger/swagger-models/ivy-1.5.12.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/io.swagger/swagger-models/ivy-1.5.12.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/io/swagger/swagger-models/1.5.12/swagger-models-1.5.12.pom"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="1.5.12" rev-constraint-default="1.5.12" rev-constraint-dynamic="1.5.12" callerrev="1.5.12"/> <artifacts> <artifact name="swagger-models" type="bundle" ext="jar" status="successful" details="" size="142634" time="1037" location="/home/dan/.ivy2/cache/io.swagger/swagger-models/bundles/swagger-models-1.5.12.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/io/swagger/swagger-models/1.5.12/swagger-models-1.5.12.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="io.swagger" name="swagger-annotations"> <revision name="1.5.12" status="release" pubdate="20161227201627" resolver="public" artresolver="public" homepage="" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="69"> <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="successful" details="" size="6248" time="672" location="/home/dan/.ivy2/cache/io.swagger/swagger-annotations/ivy-1.5.12.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/io.swagger/swagger-annotations/ivy-1.5.12.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/io/swagger/swagger-annotations/1.5.12/swagger-annotations-1.5.12.pom"/> <caller organisation="io.swagger" name="swagger-models" conf="compile, runtime" rev="1.5.12" rev-constraint-default="1.5.12" rev-constraint-dynamic="1.5.12" callerrev="1.5.12"/> <artifacts> <artifact name="swagger-annotations" type="bundle" ext="jar" status="successful" details="" size="20598" time="734" location="/home/dan/.ivy2/cache/io.swagger/swagger-annotations/bundles/swagger-annotations-1.5.12.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/io/swagger/swagger-annotations/1.5.12/swagger-annotations-1.5.12.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.dataformat" name="jackson-dataformat-yaml"> <revision name="2.8.4" status="release" pubdate="20161014073224" resolver="public" artresolver="public" homepage="https://github.com/FasterXML/jackson" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="66"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="successful" details="" size="6163" time="658" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/ivy-2.8.4.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/ivy-2.8.4.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.8.4/jackson-dataformat-yaml-2.8.4.pom"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <artifacts> <artifact name="jackson-dataformat-yaml" type="bundle" ext="jar" status="successful" details="" size="40880" time="752" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/bundles/jackson-dataformat-yaml-2.8.4.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.8.4/jackson-dataformat-yaml-2.8.4.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.yaml" name="snakeyaml"> <revision name="1.15" status="release" pubdate="20150219162710" resolver="public" artresolver="public" homepage="http://www.snakeyaml.org" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="67"> <license name="Apache License Version 2.0" url="LICENSE.txt"/> <metadata-artifact status="successful" details="" size="26284" time="706" location="/home/dan/.ivy2/cache/org.yaml/snakeyaml/ivy-1.15.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.yaml/snakeyaml/ivy-1.15.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.pom"/> <caller organisation="com.fasterxml.jackson.dataformat" name="jackson-dataformat-yaml" conf="compile, runtime" rev="1.15" rev-constraint-default="1.15" rev-constraint-dynamic="1.15" callerrev="2.8.4"/> <artifacts> <artifact name="snakeyaml" type="bundle" ext="jar" status="successful" details="" size="269295" time="1323" location="/home/dan/.ivy2/cache/org.yaml/snakeyaml/bundles/snakeyaml-1.15.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12"> <revision name="2.8.6" status="release" pubdate="20170117131931" resolver="public" artresolver="public" homepage="http://wiki.fasterxml.com/JacksonModuleScala" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="62"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="successful" details="" size="4088" time="918" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.module/jackson-module-scala_2.12/ivy-2.8.6.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/com.fasterxml.jackson.module/jackson-module-scala_2.12/ivy-2.8.6.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.8.6/jackson-module-scala_2.12-2.8.6.pom"/> <caller organisation="io.swagger" name="swagger-scala-module_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="1.0.3"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="1.6.0"/> <artifacts> <artifact name="jackson-module-scala_2.12" type="bundle" ext="jar" status="successful" details="" size="347529" time="1430" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.module/jackson-module-scala_2.12/bundles/jackson-module-scala_2.12-2.8.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.8.6/jackson-module-scala_2.12-2.8.6.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.module" name="jackson-module-paranamer"> <revision name="2.8.6" status="release" pubdate="20170112075725" resolver="public" artresolver="public" homepage="https://github.com/FasterXML/jackson-modules-base" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="63"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="successful" details="" size="3902" time="645" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.module/jackson-module-paranamer/ivy-2.8.6.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/com.fasterxml.jackson.module/jackson-module-paranamer/ivy-2.8.6.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.8.6/jackson-module-paranamer-2.8.6.pom"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> <artifact name="jackson-module-paranamer" type="bundle" ext="jar" status="successful" details="" size="42853" time="756" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.module/jackson-module-paranamer/bundles/jackson-module-paranamer-2.8.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.8.6/jackson-module-paranamer-2.8.6.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.thoughtworks.paranamer" name="paranamer"> <revision name="2.8" status="release" pubdate="20150826142928" resolver="public" artresolver="public" homepage="" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="64"> <license name="BSD" url="LICENSE.txt"/> <metadata-artifact status="successful" details="" size="5274" time="678" location="/home/dan/.ivy2/cache/com.thoughtworks.paranamer/paranamer/ivy-2.8.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/com.thoughtworks.paranamer/paranamer/ivy-2.8.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.pom"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-paranamer" conf="compile, runtime" rev="2.8" rev-constraint-default="2.8" rev-constraint-dynamic="2.8" callerrev="2.8.6"/> <artifacts> <artifact name="paranamer" type="bundle" ext="jar" status="successful" details="" size="34654" time="727" location="/home/dan/.ivy2/cache/com.thoughtworks.paranamer/paranamer/bundles/paranamer-2.8.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.reactivemongo" name="play2-reactivemongo_2.12"> <revision name="0.13.0-play26" status="release" pubdate="20180217231049" resolver="public" artresolver="public" homepage="http://reactivemongo.org" extra-info.apiURL="https://reactivemongo.github.io/Play-ReactiveMongo/0.13/api/" downloaded="true" searched="true" default="false" conf="default, compile, runtime, default(compile), master" position="51"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="successful" details="" size="4055" time="712" location="/home/dan/.ivy2/cache/org.reactivemongo/play2-reactivemongo_2.12/ivy-0.13.0-play26.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.reactivemongo/play2-reactivemongo_2.12/ivy-0.13.0-play26.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivemongo/play2-reactivemongo_2.12/0.13.0-play26/play2-reactivemongo_2.12-0.13.0-play26.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="0.13.0-play26" rev-constraint-default="0.13.0-play26" rev-constraint-dynamic="0.13.0-play26" callerrev="1.0-SNAPSHOT"/> <artifacts> <artifact name="play2-reactivemongo_2.12" type="jar" ext="jar" status="successful" details="" size="299805" time="1217" location="/home/dan/.ivy2/cache/org.reactivemongo/play2-reactivemongo_2.12/jars/play2-reactivemongo_2.12-0.13.0-play26.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivemongo/play2-reactivemongo_2.12/0.13.0-play26/play2-reactivemongo_2.12-0.13.0-play26.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-iteratees-reactive-streams_2.12"> <revision name="2.6.1" status="release" pubdate="20161221013513" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/playframework/play-iteratees" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="60"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3414" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-iteratees-reactive-streams_2.12/ivy-2.6.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-iteratees-reactive-streams_2.12/2.6.1/play-iteratees-reactive-streams_2.12-2.6.1.pom"/> <caller organisation="org.reactivemongo" name="play2-reactivemongo_2.12" conf="default, compile, runtime, master" rev="2.6.1" rev-constraint-default="2.6.1" rev-constraint-dynamic="2.6.1" callerrev="0.13.0-play26"/> <artifacts> <artifact name="play-iteratees-reactive-streams_2.12" type="jar" ext="jar" status="no" details="" size="117377" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-iteratees-reactive-streams_2.12/jars/play-iteratees-reactive-streams_2.12-2.6.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-iteratees-reactive-streams_2.12/2.6.1/play-iteratees-reactive-streams_2.12-2.6.1.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.reactivemongo" name="reactivemongo-play-json_2.12"> <revision name="0.13.0-play26" status="release" pubdate="20180217222157" resolver="public" artresolver="public" homepage="http://reactivemongo.org" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="59"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="successful" details="" size="2402" time="821" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-play-json_2.12/ivy-0.13.0-play26.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-play-json_2.12/ivy-0.13.0-play26.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-play-json_2.12/0.13.0-play26/reactivemongo-play-json_2.12-0.13.0-play26.pom"/> <caller organisation="org.reactivemongo" name="play2-reactivemongo_2.12" conf="default, compile, runtime, master" rev="0.13.0-play26" rev-constraint-default="0.13.0-play26" rev-constraint-dynamic="0.13.0-play26" callerrev="0.13.0-play26"/> <artifacts> <artifact name="reactivemongo-play-json_2.12" type="jar" ext="jar" status="successful" details="" size="366364" time="1209" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-play-json_2.12/jars/reactivemongo-play-json_2.12-0.13.0-play26.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-play-json_2.12/0.13.0-play26/reactivemongo-play-json_2.12-0.13.0-play26.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.reactivemongo" name="reactivemongo_2.12"> <revision name="0.13.0" status="release" pubdate="20180218170949" resolver="public" artresolver="public" homepage="http://reactivemongo.org" extra-info.apiURL="http://reactivemongo.org/release/0.13/api/" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="52"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="successful" details="" size="4420" time="671" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo_2.12/ivy-0.13.0.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo_2.12/ivy-0.13.0.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo_2.12/0.13.0/reactivemongo_2.12-0.13.0.pom"/> <caller organisation="org.reactivemongo" name="play2-reactivemongo_2.12" conf="default, compile, runtime, master" rev="0.13.0" rev-constraint-default="0.13.0" rev-constraint-dynamic="0.13.0" callerrev="0.13.0-play26"/> <artifacts> <artifact name="reactivemongo_2.12" type="jar" ext="jar" status="successful" details="" size="2324559" time="4077" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo_2.12/jars/reactivemongo_2.12-0.13.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo_2.12/0.13.0/reactivemongo_2.12-0.13.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.apache.logging.log4j" name="log4j-api"> <revision name="2.5" status="release" pubdate="20151207031903" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="58"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="24558" time="0" location="/home/dan/.ivy2/cache/org.apache.logging.log4j/log4j-api/ivy-2.5.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="2.5" rev-constraint-default="2.5" rev-constraint-dynamic="2.5" callerrev="0.13.0"/> <artifacts> <artifact name="log4j-api" type="jar" ext="jar" status="no" details="" size="146761" time="0" location="/home/dan/.ivy2/cache/org.apache.logging.log4j/log4j-api/jars/log4j-api-2.5.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-iteratees_2.12"> <revision name="2.6.1" status="release" pubdate="20161221013518" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/playframework/play-iteratees" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="56"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3198" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-iteratees_2.12/ivy-2.6.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-iteratees_2.12/2.6.1/play-iteratees_2.12-2.6.1.pom"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="2.6.1" rev-constraint-default="2.6.1" rev-constraint-dynamic="2.6.1" callerrev="0.13.0"/> <caller organisation="org.reactivemongo" name="play2-reactivemongo_2.12" conf="default, compile, runtime, master" rev="2.6.1" rev-constraint-default="2.6.1" rev-constraint-dynamic="2.6.1" callerrev="0.13.0-play26"/> <caller organisation="com.typesafe.play" name="play-iteratees-reactive-streams_2.12" conf="compile, runtime" rev="2.6.1" rev-constraint-default="2.6.1" rev-constraint-dynamic="2.6.1" callerrev="2.6.1"/> <artifacts> <artifact name="play-iteratees_2.12" type="jar" ext="jar" status="no" details="" size="425422" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-iteratees_2.12/jars/play-iteratees_2.12-2.6.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-iteratees_2.12/2.6.1/play-iteratees_2.12-2.6.1.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.scala-stm" name="scala-stm_2.12"> <revision name="0.8" status="release" pubdate="20161117203922" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://nbronson.github.com/scala-stm/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="57"> <license name="BSD" url="https://github.com/nbronson/scala-stm/blob/master/LICENSE.txt"/> <metadata-artifact status="no" details="" size="2663" time="0" location="/home/dan/.ivy2/cache/org.scala-stm/scala-stm_2.12/ivy-0.8.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/scala-stm/scala-stm_2.12/0.8/scala-stm_2.12-0.8.pom"/> <caller organisation="com.typesafe.play" name="play-iteratees_2.12" conf="compile, runtime" rev="0.8" rev-constraint-default="0.8" rev-constraint-dynamic="0.8" callerrev="2.6.1"/> <artifacts> <artifact name="scala-stm_2.12" type="jar" ext="jar" status="no" details="" size="592670" time="0" location="/home/dan/.ivy2/cache/org.scala-stm/scala-stm_2.12/jars/scala-stm_2.12-0.8.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/scala-stm/scala-stm_2.12/0.8/scala-stm_2.12-0.8.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.reactivemongo" name="reactivemongo-shaded"> <revision name="0.13.0" status="release" pubdate="20180218170701" resolver="public" artresolver="public" homepage="http://reactivemongo.org" extra-info.apiURL="http://reactivemongo.org/release/0.13/api/" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="55"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="successful" details="" size="1660" time="665" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-shaded/ivy-0.13.0.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-shaded/ivy-0.13.0.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-shaded/0.13.0/reactivemongo-shaded-0.13.0.pom"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="0.13.0" rev-constraint-default="0.13.0" rev-constraint-dynamic="0.13.0" callerrev="0.13.0"/> <artifacts> <artifact name="reactivemongo-shaded" type="jar" ext="jar" status="successful" details="" size="3614854" time="8217" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-shaded/jars/reactivemongo-shaded-0.13.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-shaded/0.13.0/reactivemongo-shaded-0.13.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.reactivemongo" name="reactivemongo-bson-macros_2.12"> <revision name="0.13.0" status="release" pubdate="20180218171015" resolver="public" artresolver="public" homepage="http://reactivemongo.org" extra-info.apiURL="http://reactivemongo.org/release/0.13/api/" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="53"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="successful" details="" size="2683" time="662" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-bson-macros_2.12/ivy-0.13.0.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-bson-macros_2.12/ivy-0.13.0.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-bson-macros_2.12/0.13.0/reactivemongo-bson-macros_2.12-0.13.0.pom"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="0.13.0" rev-constraint-default="0.13.0" rev-constraint-dynamic="0.13.0" callerrev="0.13.0"/> <artifacts> <artifact name="reactivemongo-bson-macros_2.12" type="jar" ext="jar" status="successful" details="" size="149080" time="942" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-bson-macros_2.12/jars/reactivemongo-bson-macros_2.12-0.13.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-bson-macros_2.12/0.13.0/reactivemongo-bson-macros_2.12-0.13.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.reactivemongo" name="reactivemongo-bson_2.12"> <revision name="0.13.0" status="release" pubdate="20180218170916" resolver="public" artresolver="public" homepage="http://reactivemongo.org" extra-info.apiURL="http://reactivemongo.org/release/0.13/api/" downloaded="true" searched="true" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="54"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="successful" details="" size="2685" time="655" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-bson_2.12/ivy-0.13.0.xml" searched="true" original-local-location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-bson_2.12/ivy-0.13.0.xml.original" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-bson_2.12/0.13.0/reactivemongo-bson_2.12-0.13.0.pom"/> <caller organisation="org.reactivemongo" name="reactivemongo-bson-macros_2.12" conf="compile, runtime" rev="0.13.0" rev-constraint-default="0.13.0" rev-constraint-dynamic="0.13.0" callerrev="0.13.0"/> <artifacts> <artifact name="reactivemongo-bson_2.12" type="jar" ext="jar" status="successful" details="" size="425463" time="1649" location="/home/dan/.ivy2/cache/org.reactivemongo/reactivemongo-bson_2.12/jars/reactivemongo-bson_2.12-0.13.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivemongo/reactivemongo-bson_2.12/0.13.0/reactivemongo-bson_2.12-0.13.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-akka-http-server_2.12"> <revision name="2.6.7" status="release" pubdate="20171102051253" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="default, compile, runtime, default(compile), master, runtime(*), master(compile), compile(*)" position="44"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3276" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-akka-http-server_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-akka-http-server_2.12/2.6.7/play-akka-http-server_2.12-2.6.7.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> <artifact name="play-akka-http-server_2.12" type="jar" ext="jar" status="no" details="" size="91496" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-akka-http-server_2.12/jars/play-akka-http-server_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-akka-http-server_2.12/2.6.7/play-akka-http-server_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> <revision name="2.6.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master, default, default(compile)" position="-1"> <evicted-by rev="2.6.7"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe.akka" name="akka-http-core_2.12"> <revision name="10.0.10" status="release" pubdate="20170831173939" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://akka.io" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="45"> <license name="Apache-2.0" url="https://opensource.org/licenses/Apache-2.0"/> <metadata-artifact status="no" details="" size="3570" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-http-core_2.12/ivy-10.0.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-http-core_2.12/10.0.10/akka-http-core_2.12-10.0.10.pom"/> <caller organisation="com.typesafe.play" name="play-akka-http-server_2.12" conf="default, compile, runtime, master" rev="10.0.10" rev-constraint-default="10.0.10" rev-constraint-dynamic="10.0.10" callerrev="2.6.7"/> <artifacts> <artifact name="akka-http-core_2.12" type="jar" ext="jar" status="no" details="" size="3177087" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-http-core_2.12/jars/akka-http-core_2.12-10.0.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-http-core_2.12/10.0.10/akka-http-core_2.12-10.0.10.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.akka" name="akka-parsing_2.12"> <revision name="10.0.10" status="release" pubdate="20170831173827" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://akka.io" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="46"> <license name="Apache-2.0" url="https://opensource.org/licenses/Apache-2.0"/> <metadata-artifact status="no" details="" size="2948" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-parsing_2.12/ivy-10.0.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-parsing_2.12/10.0.10/akka-parsing_2.12-10.0.10.pom"/> <caller organisation="com.typesafe.akka" name="akka-http-core_2.12" conf="compile, runtime" rev="10.0.10" rev-constraint-default="10.0.10" rev-constraint-dynamic="10.0.10" callerrev="10.0.10"/> <artifacts> <artifact name="akka-parsing_2.12" type="jar" ext="jar" status="no" details="" size="969074" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-parsing_2.12/jars/akka-parsing_2.12-10.0.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-parsing_2.12/10.0.10/akka-parsing_2.12-10.0.10.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-logback_2.12"> <revision name="2.6.7" status="release" pubdate="20171102051421" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="default, compile, runtime, default(compile), master, runtime(*), master(compile), compile(*)" position="41"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3081" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-logback_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-logback_2.12/2.6.7/play-logback_2.12-2.6.7.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> <artifact name="play-logback_2.12" type="jar" ext="jar" status="no" details="" size="10175" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-logback_2.12/jars/play-logback_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-logback_2.12/2.6.7/play-logback_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> <revision name="2.6.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master, default, default(compile)" position="-1"> <evicted-by rev="2.6.7"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="filters-helpers_2.12"> <revision name="2.6.7" status="release" pubdate="20171102051509" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="default, compile, runtime, default(compile), master, runtime(*), master(compile), compile(*)" position="40"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3325" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/filters-helpers_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/filters-helpers_2.12/2.6.7/filters-helpers_2.12-2.6.7.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> <artifact name="filters-helpers_2.12" type="jar" ext="jar" status="no" details="" size="277313" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/filters-helpers_2.12/jars/filters-helpers_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/filters-helpers_2.12/2.6.7/filters-helpers_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> <revision name="2.6.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master, default, default(compile)" position="-1"> <evicted-by rev="2.6.7"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="org.scala-lang" name="scala-reflect"> <revision name="2.12.4" status="release" pubdate="20171011102224" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.scala-lang.org/" extra-info.apiURL="http://www.scala-lang.org/api/2.12.4/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="27"> <license name="BSD 3-Clause" url="http://www.scala-lang.org/license.html"/> <metadata-artifact status="no" details="" size="2825" time="0" location="/home/dan/.ivy2/cache/org.scala-lang/scala-reflect/ivy-2.12.4.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.8.6"/> <artifacts> <artifact name="scala-reflect" type="jar" ext="jar" status="no" details="" size="3587892" time="0" location="/home/dan/.ivy2/cache/org.scala-lang/scala-reflect/jars/scala-reflect-2.12.4.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-server_2.12"> <revision name="2.6.7" status="release" pubdate="20171102051242" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="default, compile, runtime(*), master(compile), runtime, default(compile), compile(*), master" position="3"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3537" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-server_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-server_2.12/2.6.7/play-server_2.12-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play-akka-http-server_2.12" conf="default, compile, runtime, master" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> <artifact name="play-server_2.12" type="jar" ext="jar" status="no" details="" size="213166" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-server_2.12/jars/play-server_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-server_2.12/2.6.7/play-server_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> <revision name="2.6.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.6.7"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.6.0" rev-constraint-default="2.6.0" rev-constraint-dynamic="2.6.0" callerrev="1.6.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-guice_2.12"> <revision name="2.6.7" status="release" pubdate="20171102051256" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="default, compile, runtime, default(compile), master" position="47"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="3598" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-guice_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-guice_2.12/2.6.7/play-guice_2.12-2.6.7.pom"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="1.0-SNAPSHOT"/> <artifacts> <artifact name="play-guice_2.12" type="jar" ext="jar" status="no" details="" size="90803" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-guice_2.12/jars/play-guice_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-guice_2.12/2.6.7/play-guice_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.google.inject.extensions" name="guice-assistedinject"> <revision name="4.1.0" status="release" pubdate="20160617225329" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="50"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="5305" time="0" location="/home/dan/.ivy2/cache/com.google.inject.extensions/guice-assistedinject/ivy-4.1.0.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/google/inject/extensions/guice-assistedinject/4.1.0/guice-assistedinject-4.1.0.pom"/> <caller organisation="com.typesafe.play" name="play-guice_2.12" conf="default, compile, runtime, master" rev="4.1.0" rev-constraint-default="4.1.0" rev-constraint-dynamic="4.1.0" callerrev="2.6.7"/> <artifacts> <artifact name="guice-assistedinject" type="jar" ext="jar" status="no" details="" size="42873" time="0" location="/home/dan/.ivy2/cache/com.google.inject.extensions/guice-assistedinject/jars/guice-assistedinject-4.1.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/google/inject/extensions/guice-assistedinject/4.1.0/guice-assistedinject-4.1.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.google.inject" name="guice"> <revision name="4.1.0" status="release" pubdate="20160617225314" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="48"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="5652" time="0" location="/home/dan/.ivy2/cache/com.google.inject/guice/ivy-4.1.0.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0.pom"/> <caller organisation="com.google.inject.extensions" name="guice-assistedinject" conf="compile, runtime" rev="4.1.0" rev-constraint-default="4.1.0" rev-constraint-dynamic="4.1.0" callerrev="4.1.0"/> <caller organisation="com.typesafe.play" name="play-guice_2.12" conf="default, compile, runtime, master" rev="4.1.0" rev-constraint-default="4.1.0" rev-constraint-dynamic="4.1.0" callerrev="2.6.7"/> <artifacts> <artifact name="guice" type="jar" ext="jar" status="no" details="" size="674028" time="0" location="/home/dan/.ivy2/cache/com.google.inject/guice/jars/guice-4.1.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="aopalliance" name="aopalliance"> <revision name="1.0" status="release" pubdate="20070227014340" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://aopalliance.sourceforge.net" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="49"> <license name="Public Domain"/> <metadata-artifact status="no" details="" size="2417" time="0" location="/home/dan/.ivy2/cache/aopalliance/aopalliance/ivy-1.0.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom"/> <caller organisation="com.google.inject" name="guice" conf="compile, runtime" rev="1.0" rev-constraint-default="1.0" rev-constraint-dynamic="1.0" callerrev="4.1.0"/> <artifacts> <artifact name="aopalliance" type="jar" ext="jar" status="no" details="" size="4467" time="0" location="/home/dan/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play_2.12"> <revision name="2.6.7" status="release" pubdate="20171102051038" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="4"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="7609" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play_2.12/2.6.7/play_2.12-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play-guice_2.12" conf="default, compile, runtime, master" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="filters-helpers_2.12" conf="default, compile, runtime, master" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play-logback_2.12" conf="default, compile, runtime, master" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play-server_2.12" conf="default, compile, runtime, master" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="play_2.12" type="jar" ext="jar" status="no" details="" size="2699033" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play_2.12/jars/play_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play_2.12/2.6.7/play_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.scala-lang.modules" name="scala-parser-combinators_2.12"> <revision name="1.0.6" status="release" pubdate="20170502162827" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.scala-lang.org/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="39"> <license name="BSD 3-clause" url="http://opensource.org/licenses/BSD-3-Clause"/> <metadata-artifact status="no" details="" size="2929" time="0" location="/home/dan/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.12/ivy-1.0.6.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.6/scala-parser-combinators_2.12-1.0.6.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.0.6" rev-constraint-default="1.0.6" rev-constraint-dynamic="1.0.6" callerrev="2.6.7"/> <caller organisation="com.typesafe" name="ssl-config-core_2.12" conf="compile, runtime" rev="1.0.4" rev-constraint-default="1.0.4" rev-constraint-dynamic="1.0.4" callerrev="0.2.2"/> <caller organisation="com.typesafe.play" name="routes-compiler_2.12" conf="compile, runtime" rev="1.0.6" rev-constraint-default="1.0.6" rev-constraint-dynamic="1.0.6" callerrev="2.6.0"/> <artifacts> <artifact name="scala-parser-combinators_2.12" type="bundle" ext="jar" status="no" details="" size="212067" time="0" location="/home/dan/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.12/bundles/scala-parser-combinators_2.12-1.0.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.12/1.0.6/scala-parser-combinators_2.12-1.0.6.jar"/> </artifact> </artifacts> </revision> <revision name="1.0.4" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="1.0.6"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.0.6" rev-constraint-default="1.0.6" rev-constraint-dynamic="1.0.6" callerrev="2.6.7"/> <caller organisation="com.typesafe" name="ssl-config-core_2.12" conf="compile, runtime" rev="1.0.4" rev-constraint-default="1.0.4" rev-constraint-dynamic="1.0.4" callerrev="0.2.2"/> <artifacts> </artifacts> </revision> </module> <module organisation="javax.inject" name="javax.inject"> <revision name="1" status="release" pubdate="20091014023500" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://code.google.com/p/atinject/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="38"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="2506" time="0" location="/home/dan/.ivy2/cache/javax.inject/javax.inject/ivy-1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom"/> <caller organisation="com.google.inject" name="guice" conf="compile, runtime" rev="1" rev-constraint-default="1" rev-constraint-dynamic="1" callerrev="4.1.0"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1" rev-constraint-default="1" rev-constraint-dynamic="1" callerrev="2.6.7"/> <artifacts> <artifact name="javax.inject" type="jar" ext="jar" status="no" details="" size="2497" time="0" location="/home/dan/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="javax.transaction" name="jta"> <revision name="1.1" status="release" pubdate="20081028042721" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://java.sun.com/products/jta" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="37"> <metadata-artifact status="no" details="" size="2479" time="0" location="/home/dan/.ivy2/cache/javax.transaction/jta/ivy-1.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/javax/transaction/jta/1.1/jta-1.1.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.1" rev-constraint-default="1.1" rev-constraint-dynamic="1.1" callerrev="2.6.7"/> <artifacts> <artifact name="jta" type="jar" ext="jar" status="no" details="" size="15071" time="0" location="/home/dan/.ivy2/cache/javax.transaction/jta/jars/jta-1.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/javax/transaction/jta/1.1/jta-1.1.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.apache.commons" name="commons-lang3"> <revision name="3.6" status="release" pubdate="20170609124105" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://commons.apache.org/proper/commons-lang/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="36"> <license name="Apache License, Version 2.0" url="https://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="13392" time="0" location="/home/dan/.ivy2/cache/org.apache.commons/commons-lang3/ivy-3.6.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.pom"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="3.2.1" rev-constraint-default="3.2.1" rev-constraint-dynamic="3.2.1" callerrev="1.5.12"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="3.6" rev-constraint-default="3.6" rev-constraint-dynamic="3.6" callerrev="2.6.7"/> <artifacts> <artifact name="commons-lang3" type="jar" ext="jar" status="no" details="" size="494856" time="0" location="/home/dan/.ivy2/cache/org.apache.commons/commons-lang3/jars/commons-lang3-3.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar"/> </artifact> </artifacts> </revision> <revision name="3.2.1" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="3.6"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="3.2.1" rev-constraint-default="3.2.1" rev-constraint-dynamic="3.2.1" callerrev="1.5.12"/> <artifacts> </artifacts> </revision> </module> <module organisation="io.jsonwebtoken" name="jjwt"> <revision name="0.7.0" status="release" pubdate="20160913033832" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="35"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="no" details="" size="5618" time="0" location="/home/dan/.ivy2/cache/io.jsonwebtoken/jjwt/ivy-0.7.0.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/io/jsonwebtoken/jjwt/0.7.0/jjwt-0.7.0.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="0.7.0" rev-constraint-default="0.7.0" rev-constraint-dynamic="0.7.0" callerrev="2.6.7"/> <artifacts> <artifact name="jjwt" type="jar" ext="jar" status="no" details="" size="111351" time="0" location="/home/dan/.ivy2/cache/io.jsonwebtoken/jjwt/jars/jjwt-0.7.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/io/jsonwebtoken/jjwt/0.7.0/jjwt-0.7.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.google.guava" name="guava"> <revision name="22.0" status="release" pubdate="20170522214957" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="30"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="7244" time="0" location="/home/dan/.ivy2/cache/com.google.guava/guava/ivy-22.0.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/google/guava/guava/22.0/guava-22.0.pom"/> <caller organisation="com.google.inject" name="guice" conf="compile, runtime" rev="19.0" rev-constraint-default="19.0" rev-constraint-dynamic="19.0" callerrev="4.1.0"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="18.0" rev-constraint-default="18.0" rev-constraint-dynamic="18.0" callerrev="1.5.12"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="22.0" rev-constraint-default="22.0" rev-constraint-dynamic="22.0" callerrev="2.6.7"/> <artifacts> <artifact name="guava" type="bundle" ext="jar" status="no" details="" size="2575022" time="0" location="/home/dan/.ivy2/cache/com.google.guava/guava/bundles/guava-22.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/google/guava/guava/22.0/guava-22.0.jar"/> </artifact> </artifacts> </revision> <revision name="18.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="22.0"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="18.0" rev-constraint-default="18.0" rev-constraint-dynamic="18.0" callerrev="1.5.12"/> <artifacts> </artifacts> </revision> <revision name="19.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="22.0"/> <caller organisation="com.google.inject" name="guice" conf="compile, runtime" rev="19.0" rev-constraint-default="19.0" rev-constraint-dynamic="19.0" callerrev="4.1.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="org.codehaus.mojo" name="animal-sniffer-annotations"> <revision name="1.14" status="release" pubdate="20150225195330" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="34"> <license name="MIT license" url="http://www.opensource.org/licenses/mit-license.php"/> <metadata-artifact status="no" details="" size="4565" time="0" location="/home/dan/.ivy2/cache/org.codehaus.mojo/animal-sniffer-annotations/ivy-1.14.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom"/> <caller organisation="com.google.guava" name="guava" conf="compile, runtime" rev="1.14" rev-constraint-default="1.14" rev-constraint-dynamic="1.14" callerrev="22.0"/> <artifacts> <artifact name="animal-sniffer-annotations" type="jar" ext="jar" status="no" details="" size="3482" time="0" location="/home/dan/.ivy2/cache/org.codehaus.mojo/animal-sniffer-annotations/jars/animal-sniffer-annotations-1.14.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.google.j2objc" name="j2objc-annotations"> <revision name="1.1" status="release" pubdate="20170119020659" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/google/j2objc/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="33"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="3174" time="0" location="/home/dan/.ivy2/cache/com.google.j2objc/j2objc-annotations/ivy-1.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom"/> <caller organisation="com.google.guava" name="guava" conf="compile, runtime" rev="1.1" rev-constraint-default="1.1" rev-constraint-dynamic="1.1" callerrev="22.0"/> <artifacts> <artifact name="j2objc-annotations" type="jar" ext="jar" status="no" details="" size="8782" time="0" location="/home/dan/.ivy2/cache/com.google.j2objc/j2objc-annotations/jars/j2objc-annotations-1.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.google.errorprone" name="error_prone_annotations"> <revision name="2.0.18" status="release" pubdate="20170301063423" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="32"> <license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="4020" time="0" location="/home/dan/.ivy2/cache/com.google.errorprone/error_prone_annotations/ivy-2.0.18.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom"/> <caller organisation="com.google.guava" name="guava" conf="compile, runtime" rev="2.0.18" rev-constraint-default="2.0.18" rev-constraint-dynamic="2.0.18" callerrev="22.0"/> <artifacts> <artifact name="error_prone_annotations" type="jar" ext="jar" status="no" details="" size="12078" time="0" location="/home/dan/.ivy2/cache/com.google.errorprone/error_prone_annotations/jars/error_prone_annotations-2.0.18.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.google.code.findbugs" name="jsr305"> <revision name="1.3.9" status="release" pubdate="20090825012822" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://findbugs.sourceforge.net/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="31"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="2519" time="0" location="/home/dan/.ivy2/cache/com.google.code.findbugs/jsr305/ivy-1.3.9.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom"/> <caller organisation="com.google.guava" name="guava" conf="compile, runtime" rev="1.3.9" rev-constraint-default="1.3.9" rev-constraint-dynamic="1.3.9" callerrev="22.0"/> <artifacts> <artifact name="jsr305" type="jar" ext="jar" status="no" details="" size="33015" time="0" location="/home/dan/.ivy2/cache/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-json_2.12"> <revision name="2.6.7" status="release" pubdate="20171027011229" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/playframework/play-json" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="25"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="4849" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-json_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-json_2.12/2.6.7/play-json_2.12-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="play-json_2.12" type="jar" ext="jar" status="no" details="" size="659454" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-json_2.12/jars/play-json_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-json_2.12/2.6.7/play-json_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="joda-time" name="joda-time"> <revision name="2.9.9" status="release" pubdate="20170323163313" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.joda.org/joda-time/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="29"> <license name="Apache 2" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="6647" time="0" location="/home/dan/.ivy2/cache/joda-time/joda-time/ivy-2.9.9.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.9.9" rev-constraint-default="2.9.9" rev-constraint-dynamic="2.9.9" callerrev="2.6.7"/> <artifacts> <artifact name="joda-time" type="jar" ext="jar" status="no" details="" size="634048" time="0" location="/home/dan/.ivy2/cache/joda-time/joda-time/jars/joda-time-2.9.9.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.typelevel" name="macro-compat_2.12"> <revision name="1.1.1" status="release" pubdate="20161102114258" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/milessabin/macro-compat" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="28"> <license name="Apache 2" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="2964" time="0" location="/home/dan/.ivy2/cache/org.typelevel/macro-compat_2.12/ivy-1.1.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="1.1.1" rev-constraint-default="1.1.1" rev-constraint-dynamic="1.1.1" callerrev="2.6.7"/> <artifacts> <artifact name="macro-compat_2.12" type="jar" ext="jar" status="no" details="" size="3180" time="0" location="/home/dan/.ivy2/cache/org.typelevel/macro-compat_2.12/jars/macro-compat_2.12-1.1.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-functional_2.12"> <revision name="2.6.7" status="release" pubdate="20171027011224" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/playframework/play-json" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="26"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="2685" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-functional_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-functional_2.12/2.6.7/play-functional_2.12-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="play-functional_2.12" type="jar" ext="jar" status="no" details="" size="177939" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-functional_2.12/jars/play-functional_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-functional_2.12/2.6.7/play-functional_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="commons-codec" name="commons-codec"> <revision name="1.10" status="release" pubdate="20141106171535" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://commons.apache.org/proper/commons-codec/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="24"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="10608" time="0" location="/home/dan/.ivy2/cache/commons-codec/commons-codec/ivy-1.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="1.10" rev-constraint-default="1.10" rev-constraint-dynamic="1.10" callerrev="0.13.0"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.10" rev-constraint-default="1.10" rev-constraint-dynamic="1.10" callerrev="2.6.7"/> <artifacts> <artifact name="commons-codec" type="jar" ext="jar" status="no" details="" size="284184" time="0" location="/home/dan/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.10.jar"> <origin-location is-local="false" location="UNKNOWN"/> </artifact> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jsr310"> <revision name="2.8.10" status="release" pubdate="20170824074149" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="23"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="21275" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/ivy-2.8.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.8.10/jackson-datatype-jsr310-2.8.10.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.6.7"/> <artifacts> <artifact name="jackson-datatype-jsr310" type="bundle" ext="jar" status="no" details="" size="90058" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/bundles/jackson-datatype-jsr310-2.8.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.8.10/jackson-datatype-jsr310-2.8.10.jar"/> </artifact> </artifacts> </revision> <revision name="2.8.9" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jdk8"> <revision name="2.8.10" status="release" pubdate="20170824074130" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="22"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="20981" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/ivy-2.8.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.8.10/jackson-datatype-jdk8-2.8.10.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.6.7"/> <artifacts> <artifact name="jackson-datatype-jdk8" type="bundle" ext="jar" status="no" details="" size="33846" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/bundles/jackson-datatype-jdk8-2.8.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.8.10/jackson-datatype-jdk8-2.8.10.jar"/> </artifact> </artifacts> </revision> <revision name="2.8.9" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.core" name="jackson-databind"> <revision name="2.8.10" status="release" pubdate="20170824072804" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://github.com/FasterXML/jackson" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="21"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="8158" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/ivy-2.8.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.pom"/> <caller organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jdk8" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.8.10"/> <caller organisation="io.jsonwebtoken" name="jjwt" conf="compile, runtime" rev="2.8.2" rev-constraint-default="2.8.2" rev-constraint-dynamic="2.8.2" callerrev="0.7.0"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-paranamer" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.6.7"/> <caller organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jsr310" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.8.10"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> <artifact name="jackson-databind" type="bundle" ext="jar" status="no" details="" size="1242948" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.8.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar"/> </artifact> </artifacts> </revision> <revision name="2.8.4" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-paranamer" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> </artifacts> </revision> <revision name="2.8.6" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.4"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-paranamer" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> </artifacts> </revision> <revision name="2.8.2" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="io.jsonwebtoken" name="jjwt" conf="compile, runtime" rev="2.8.2" rev-constraint-default="2.8.2" rev-constraint-dynamic="2.8.2" callerrev="0.7.0"/> <artifacts> </artifacts> </revision> <revision name="2.8.9" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.core" name="jackson-annotations"> <revision name="2.8.10" status="release" pubdate="20170824072308" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://github.com/FasterXML/jackson" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="20"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="6970" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.core/jackson-annotations/ivy-2.8.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.10/jackson-annotations-2.8.10.pom"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.6.7"/> <caller organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jsr310" conf="compile, runtime" rev="2.8.0" rev-constraint-default="2.8.0" rev-constraint-dynamic="2.8.0" callerrev="2.8.10"/> <caller organisation="io.swagger" name="swagger-models" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <caller organisation="com.fasterxml.jackson.core" name="jackson-databind" conf="compile, runtime" rev="2.8.0" rev-constraint-default="2.8.0" rev-constraint-dynamic="2.8.0" callerrev="2.8.10"/> <artifacts> <artifact name="jackson-annotations" type="bundle" ext="jar" status="no" details="" size="55786" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.core/jackson-annotations/bundles/jackson-annotations-2.8.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.10/jackson-annotations-2.8.10.jar"/> </artifact> </artifacts> </revision> <revision name="2.8.4" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <caller organisation="io.swagger" name="swagger-models" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="1.5.12"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> </artifacts> </revision> <revision name="2.8.6" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.4"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> </artifacts> </revision> <revision name="2.8.9" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <artifacts> </artifacts> </revision> <revision name="2.8.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jsr310" conf="compile, runtime" rev="2.8.0" rev-constraint-default="2.8.0" rev-constraint-dynamic="2.8.0" callerrev="2.8.10"/> <caller organisation="com.fasterxml.jackson.core" name="jackson-databind" conf="compile, runtime" rev="2.8.0" rev-constraint-default="2.8.0" rev-constraint-dynamic="2.8.0" callerrev="2.8.10"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.fasterxml.jackson.core" name="jackson-core"> <revision name="2.8.10" status="release" pubdate="20170824072449" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/FasterXML/jackson-core" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="19"> <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/> <metadata-artifact status="no" details="" size="7424" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.core/jackson-core/ivy-2.8.10.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.pom"/> <caller organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jdk8" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.8.10"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.6.7"/> <caller organisation="com.fasterxml.jackson.datatype" name="jackson-datatype-jsr310" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.8.10"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <caller organisation="com.fasterxml.jackson.dataformat" name="jackson-dataformat-yaml" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="2.8.4"/> <caller organisation="com.fasterxml.jackson.core" name="jackson-databind" conf="compile, runtime" rev="2.8.10" rev-constraint-default="2.8.10" rev-constraint-dynamic="2.8.10" callerrev="2.8.10"/> <artifacts> <artifact name="jackson-core" type="bundle" ext="jar" status="no" details="" size="282634" time="0" location="/home/dan/.ivy2/cache/com.fasterxml.jackson.core/jackson-core/bundles/jackson-core-2.8.10.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.jar"/> </artifact> </artifacts> </revision> <revision name="2.8.4" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.fasterxml.jackson.dataformat" name="jackson-dataformat-yaml" conf="compile, runtime" rev="2.8.4" rev-constraint-default="2.8.4" rev-constraint-dynamic="2.8.4" callerrev="2.8.4"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> </artifacts> </revision> <revision name="2.8.6" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.4"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.8.6" rev-constraint-default="2.8.6" rev-constraint-dynamic="2.8.6" callerrev="2.8.6"/> <artifacts> </artifacts> </revision> <revision name="2.8.9" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.8.10"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.8.9" rev-constraint-default="2.8.9" rev-constraint-dynamic="2.8.9" callerrev="2.6.7"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe.akka" name="akka-slf4j_2.12"> <revision name="2.5.6" status="release" pubdate="20170929173954" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://akka.io/" extra-info.apiURL="http://doc.akka.io/api/akka/2.5.6" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="18"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="no" details="" size="3342" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-slf4j_2.12/ivy-2.5.6.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-slf4j_2.12/2.5.6/akka-slf4j_2.12-2.5.6.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.5.6" rev-constraint-default="2.5.6" rev-constraint-dynamic="2.5.6" callerrev="2.6.7"/> <artifacts> <artifact name="akka-slf4j_2.12" type="jar" ext="jar" status="no" details="" size="15628" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-slf4j_2.12/jars/akka-slf4j_2.12-2.5.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-slf4j_2.12/2.5.6/akka-slf4j_2.12-2.5.6.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-streams_2.12"> <revision name="2.6.7" status="release" pubdate="20171102050721" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="11"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="4088" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-streams_2.12/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-streams_2.12/2.6.7/play-streams_2.12-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play-akka-http-server_2.12" conf="default, compile, runtime, master" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="play-streams_2.12" type="jar" ext="jar" status="no" details="" size="88392" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-streams_2.12/jars/play-streams_2.12-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-streams_2.12/2.6.7/play-streams_2.12-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="ch.qos.logback" name="logback-classic"> <revision name="1.2.3" status="release" pubdate="20170331222753" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="42"> <license name="Eclipse Public License - v 1.0" url="http://www.eclipse.org/legal/epl-v10.html"/> <license name="GNU Lesser General Public License" url="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"/> <metadata-artifact status="no" details="" size="10412" time="0" location="/home/dan/.ivy2/cache/ch.qos.logback/logback-classic/ivy-1.2.3.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom"/> <caller organisation="com.typesafe.play" name="play-logback_2.12" conf="default, compile, runtime, master" rev="1.2.3" rev-constraint-default="1.2.3" rev-constraint-dynamic="1.2.3" callerrev="2.6.7"/> <artifacts> <artifact name="logback-classic" type="jar" ext="jar" status="no" details="" size="290339" time="0" location="/home/dan/.ivy2/cache/ch.qos.logback/logback-classic/jars/logback-classic-1.2.3.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="ch.qos.logback" name="logback-core"> <revision name="1.2.3" status="release" pubdate="20170331222715" resolver="sbt-chain" artresolver="sbt-chain" homepage="" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="43"> <license name="Eclipse Public License - v 1.0" url="http://www.eclipse.org/legal/epl-v10.html"/> <license name="GNU Lesser General Public License" url="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"/> <metadata-artifact status="no" details="" size="7917" time="0" location="/home/dan/.ivy2/cache/ch.qos.logback/logback-core/ivy-1.2.3.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom"/> <caller organisation="ch.qos.logback" name="logback-classic" conf="compile, runtime" rev="1.2.3" rev-constraint-default="1.2.3" rev-constraint-dynamic="1.2.3" callerrev="1.2.3"/> <artifacts> <artifact name="logback-core" type="jar" ext="jar" status="no" details="" size="471901" time="0" location="/home/dan/.ivy2/cache/ch.qos.logback/logback-core/jars/logback-core-1.2.3.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.akka" name="akka-stream_2.12"> <revision name="2.5.6" status="release" pubdate="20170929173832" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://akka.io/" extra-info.apiURL="http://doc.akka.io/api/akka/2.5.6" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="13"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="no" details="" size="3502" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-stream_2.12/ivy-2.5.6.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.pom"/> <caller organisation="com.typesafe.akka" name="akka-http-core_2.12" conf="compile, runtime" rev="2.4.19" rev-constraint-default="2.4.19" rev-constraint-dynamic="2.4.19" callerrev="10.0.10"/> <caller organisation="com.typesafe.play" name="play-streams_2.12" conf="compile, runtime" rev="2.5.6" rev-constraint-default="2.5.6" rev-constraint-dynamic="2.5.6" callerrev="2.6.7"/> <artifacts> <artifact name="akka-stream_2.12" type="jar" ext="jar" status="no" details="" size="3728687" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-stream_2.12/jars/akka-stream_2.12-2.5.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.6/akka-stream_2.12-2.5.6.jar"/> </artifact> </artifacts> </revision> <revision name="2.4.19" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.5.6"/> <caller organisation="com.typesafe.akka" name="akka-http-core_2.12" conf="compile, runtime" rev="2.4.19" rev-constraint-default="2.4.19" rev-constraint-dynamic="2.4.19" callerrev="10.0.10"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe" name="ssl-config-core_2.12"> <revision name="0.2.2" status="release" pubdate="20170308173931" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/typesafehub/ssl-config" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="17"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="no" details="" size="3001" time="0" location="/home/dan/.ivy2/cache/com.typesafe/ssl-config-core_2.12/ivy-0.2.2.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.pom"/> <caller organisation="com.typesafe.akka" name="akka-stream_2.12" conf="compile, runtime" rev="0.2.2" rev-constraint-default="0.2.2" rev-constraint-dynamic="0.2.2" callerrev="2.5.6"/> <artifacts> <artifact name="ssl-config-core_2.12" type="bundle" ext="jar" status="no" details="" size="243552" time="0" location="/home/dan/.ivy2/cache/com.typesafe/ssl-config-core_2.12/bundles/ssl-config-core_2.12-0.2.2.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.akka" name="akka-actor_2.12"> <revision name="2.5.6" status="release" pubdate="20170929173709" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://akka.io/" extra-info.apiURL="http://doc.akka.io/api/akka/2.5.6" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="14"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="no" details="" size="3099" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-actor_2.12/ivy-2.5.6.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.pom"/> <caller organisation="com.typesafe.akka" name="akka-slf4j_2.12" conf="compile, runtime" rev="2.5.6" rev-constraint-default="2.5.6" rev-constraint-dynamic="2.5.6" callerrev="2.5.6"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="2.5.6" rev-constraint-default="2.5.6" rev-constraint-dynamic="2.5.6" callerrev="0.13.0"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.5.6" rev-constraint-default="2.5.6" rev-constraint-dynamic="2.5.6" callerrev="2.6.7"/> <caller organisation="com.typesafe.akka" name="akka-parsing_2.12" conf="compile, runtime" rev="2.4.19" rev-constraint-default="2.4.19" rev-constraint-dynamic="2.4.19" callerrev="10.0.10"/> <caller organisation="com.typesafe.akka" name="akka-stream_2.12" conf="compile, runtime" rev="2.5.6" rev-constraint-default="2.5.6" rev-constraint-dynamic="2.5.6" callerrev="2.5.6"/> <artifacts> <artifact name="akka-actor_2.12" type="jar" ext="jar" status="no" details="" size="3186736" time="0" location="/home/dan/.ivy2/cache/com.typesafe.akka/akka-actor_2.12/jars/akka-actor_2.12-2.5.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/akka/akka-actor_2.12/2.5.6/akka-actor_2.12-2.5.6.jar"/> </artifact> </artifacts> </revision> <revision name="2.4.19" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="2.5.6"/> <caller organisation="com.typesafe.akka" name="akka-parsing_2.12" conf="compile, runtime" rev="2.4.19" rev-constraint-default="2.4.19" rev-constraint-dynamic="2.4.19" callerrev="10.0.10"/> <artifacts> </artifacts> </revision> </module> <module organisation="org.scala-lang.modules" name="scala-java8-compat_2.12"> <revision name="0.8.0" status="release" pubdate="20161030011227" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.scala-lang.org/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="16"> <license name="BSD 3-clause" url="http://opensource.org/licenses/BSD-3-Clause"/> <metadata-artifact status="no" details="" size="3036" time="0" location="/home/dan/.ivy2/cache/org.scala-lang.modules/scala-java8-compat_2.12/ivy-0.8.0.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="0.8.0" rev-constraint-default="0.8.0" rev-constraint-dynamic="0.8.0" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play-streams_2.12" conf="compile, runtime" rev="0.8.0" rev-constraint-default="0.8.0" rev-constraint-dynamic="0.8.0" callerrev="2.6.7"/> <caller organisation="com.typesafe.akka" name="akka-actor_2.12" conf="compile, runtime" rev="0.8.0" rev-constraint-default="0.8.0" rev-constraint-dynamic="0.8.0" callerrev="2.5.6"/> <artifacts> <artifact name="scala-java8-compat_2.12" type="bundle" ext="jar" status="no" details="" size="1165728" time="0" location="/home/dan/.ivy2/cache/org.scala-lang.modules/scala-java8-compat_2.12/bundles/scala-java8-compat_2.12-0.8.0.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/scala-lang/modules/scala-java8-compat_2.12/0.8.0/scala-java8-compat_2.12-0.8.0.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe" name="config"> <revision name="1.3.1" status="release" pubdate="20160924155320" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/typesafehub/config" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="15"> <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/> <metadata-artifact status="no" details="" size="2875" time="0" location="/home/dan/.ivy2/cache/com.typesafe/config/ivy-1.3.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.pom"/> <caller organisation="com.typesafe" name="ssl-config-core_2.12" conf="compile, runtime" rev="1.2.0" rev-constraint-default="1.2.0" rev-constraint-dynamic="1.2.0" callerrev="0.2.2"/> <caller organisation="com.typesafe.akka" name="akka-actor_2.12" conf="compile, runtime" rev="1.3.1" rev-constraint-default="1.3.1" rev-constraint-dynamic="1.3.1" callerrev="2.5.6"/> <artifacts> <artifact name="config" type="bundle" ext="jar" status="no" details="" size="282549" time="0" location="/home/dan/.ivy2/cache/com.typesafe/config/bundles/config-1.3.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/config/1.3.1/config-1.3.1.jar"/> </artifact> </artifacts> </revision> <revision name="1.2.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="1.3.1"/> <caller organisation="com.typesafe" name="ssl-config-core_2.12" conf="compile, runtime" rev="1.2.0" rev-constraint-default="1.2.0" rev-constraint-dynamic="1.2.0" callerrev="0.2.2"/> <artifacts> </artifacts> </revision> </module> <module organisation="org.reactivestreams" name="reactive-streams"> <revision name="1.0.1" status="release" pubdate="20170809132439" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.reactive-streams.org/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="12"> <license name="CC0" url="http://creativecommons.org/publicdomain/zero/1.0/"/> <metadata-artifact status="no" details="" size="2523" time="0" location="/home/dan/.ivy2/cache/org.reactivestreams/reactive-streams/ivy-1.0.1.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.pom"/> <caller organisation="com.typesafe.play" name="play-streams_2.12" conf="compile, runtime" rev="1.0.1" rev-constraint-default="1.0.1" rev-constraint-dynamic="1.0.1" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play-iteratees-reactive-streams_2.12" conf="compile, runtime" rev="1.0.0" rev-constraint-default="1.0.0" rev-constraint-dynamic="1.0.0" callerrev="2.6.1"/> <caller organisation="com.typesafe.akka" name="akka-stream_2.12" conf="compile, runtime" rev="1.0.1" rev-constraint-default="1.0.1" rev-constraint-dynamic="1.0.1" callerrev="2.5.6"/> <artifacts> <artifact name="reactive-streams" type="jar" ext="jar" status="no" details="" size="2086" time="0" location="/home/dan/.ivy2/cache/org.reactivestreams/reactive-streams/jars/reactive-streams-1.0.1.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.1/reactive-streams-1.0.1.jar"/> </artifact> </artifacts> </revision> <revision name="1.0.0" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="1.0.1"/> <caller organisation="com.typesafe.play" name="play-iteratees-reactive-streams_2.12" conf="compile, runtime" rev="1.0.0" rev-constraint-default="1.0.0" rev-constraint-dynamic="1.0.0" callerrev="2.6.1"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-netty-utils"> <revision name="2.6.7" status="release" pubdate="20171102050710" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="7"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="2936" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-netty-utils/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-netty-utils/2.6.7/play-netty-utils-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="play-netty-utils" type="jar" ext="jar" status="no" details="" size="19734" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-netty-utils/jars/play-netty-utils-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-netty-utils/2.6.7/play-netty-utils-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.slf4j" name="jcl-over-slf4j"> <revision name="1.7.25" status="release" pubdate="20170316193729" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.slf4j.org" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="10"> <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php"/> <metadata-artifact status="no" details="" size="5273" time="0" location="/home/dan/.ivy2/cache/org.slf4j/jcl-over-slf4j/ivy-1.7.25.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom"/> <caller organisation="com.typesafe.play" name="play-netty-utils" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.6.7"/> <artifacts> <artifact name="jcl-over-slf4j" type="jar" ext="jar" status="no" details="" size="16515" time="0" location="/home/dan/.ivy2/cache/org.slf4j/jcl-over-slf4j/jars/jcl-over-slf4j-1.7.25.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.slf4j" name="jul-to-slf4j"> <revision name="1.7.25" status="release" pubdate="20170316193746" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.slf4j.org" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="9"> <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php"/> <metadata-artifact status="no" details="" size="5260" time="0" location="/home/dan/.ivy2/cache/org.slf4j/jul-to-slf4j/ivy-1.7.25.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom"/> <caller organisation="com.typesafe.play" name="play-netty-utils" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.6.7"/> <artifacts> <artifact name="jul-to-slf4j" type="jar" ext="jar" status="no" details="" size="4596" time="0" location="/home/dan/.ivy2/cache/org.slf4j/jul-to-slf4j/jars/jul-to-slf4j-1.7.25.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.slf4j" name="slf4j-api"> <revision name="1.7.25" status="release" pubdate="20170316193632" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.slf4j.org" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="8"> <license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php"/> <metadata-artifact status="no" details="" size="5199" time="0" location="/home/dan/.ivy2/cache/org.slf4j/slf4j-api/ivy-1.7.25.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom"/> <caller organisation="org.slf4j" name="jcl-over-slf4j" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="1.7.25"/> <caller organisation="com.typesafe.akka" name="akka-slf4j_2.12" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.5.6"/> <caller organisation="com.typesafe.play" name="play-netty-utils" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.6.7"/> <caller organisation="org.slf4j" name="jul-to-slf4j" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="1.7.25"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="1.6.3" rev-constraint-default="1.6.3" rev-constraint-dynamic="1.6.3" callerrev="1.5.12"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="2.6.7"/> <caller organisation="ch.qos.logback" name="logback-classic" conf="compile, runtime" rev="1.7.25" rev-constraint-default="1.7.25" rev-constraint-dynamic="1.7.25" callerrev="1.2.3"/> <caller organisation="io.swagger" name="swagger-models" conf="compile, runtime" rev="1.6.3" rev-constraint-default="1.6.3" rev-constraint-dynamic="1.6.3" callerrev="1.5.12"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="1.7.21" rev-constraint-default="1.7.21" rev-constraint-dynamic="1.7.21" callerrev="1.6.0"/> <artifacts> <artifact name="slf4j-api" type="jar" ext="jar" status="no" details="" size="41203" time="0" location="/home/dan/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.25.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar"/> </artifact> </artifacts> </revision> <revision name="1.6.3" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="1.7.25"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="1.6.3" rev-constraint-default="1.6.3" rev-constraint-dynamic="1.6.3" callerrev="1.5.12"/> <caller organisation="io.swagger" name="swagger-models" conf="compile, runtime" rev="1.6.3" rev-constraint-default="1.6.3" rev-constraint-dynamic="1.6.3" callerrev="1.5.12"/> <artifacts> </artifacts> </revision> <revision name="1.7.21" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="1.7.25"/> <caller organisation="io.swagger" name="swagger-core" conf="compile, runtime" rev="1.6.3" rev-constraint-default="1.6.3" rev-constraint-dynamic="1.6.3" callerrev="1.5.12"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="1.7.21" rev-constraint-default="1.7.21" rev-constraint-dynamic="1.7.21" callerrev="1.6.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="build-link"> <revision name="2.6.7" status="release" pubdate="20171102050706" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="5"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="2647" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/build-link/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/build-link/2.6.7/build-link-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="build-link" type="jar" ext="jar" status="no" details="" size="3410" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/build-link/jars/build-link-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/build-link/2.6.7/build-link-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="play-exceptions"> <revision name="2.6.7" status="release" pubdate="20171102050702" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://playframework.com" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="6"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="2478" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-exceptions/ivy-2.6.7.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/play-exceptions/2.6.7/play-exceptions-2.6.7.pom"/> <caller organisation="com.typesafe.play" name="build-link" conf="compile, runtime" rev="2.6.7" rev-constraint-default="2.6.7" rev-constraint-dynamic="2.6.7" callerrev="2.6.7"/> <artifacts> <artifact name="play-exceptions" type="jar" ext="jar" status="no" details="" size="4792" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/play-exceptions/jars/play-exceptions-2.6.7.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/play-exceptions/2.6.7/play-exceptions-2.6.7.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="com.typesafe.play" name="twirl-api_2.12"> <revision name="1.3.12" status="release" pubdate="20170929215859" resolver="sbt-chain" artresolver="sbt-chain" homepage="https://github.com/playframework/twirl" downloaded="false" searched="false" default="false" conf="default, compile, runtime(*), master(compile), runtime, default(compile), compile(*), master" position="1"> <license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html"/> <metadata-artifact status="no" details="" size="2942" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/twirl-api_2.12/ivy-1.3.12.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/com/typesafe/play/twirl-api_2.12/1.3.12/twirl-api_2.12-1.3.12.pom"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="1.3.12" rev-constraint-default="1.3.12" rev-constraint-dynamic="1.3.12" callerrev="2.6.7"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="1.3.12" rev-constraint-default="1.3.12" rev-constraint-dynamic="1.3.12" callerrev="1.0-SNAPSHOT"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="1.3.2" rev-constraint-default="1.3.2" rev-constraint-dynamic="1.3.2" callerrev="1.6.0"/> <caller organisation="com.typesafe.play" name="routes-compiler_2.12" conf="compile, runtime" rev="1.3.2" rev-constraint-default="1.3.2" rev-constraint-dynamic="1.3.2" callerrev="2.6.0"/> <artifacts> <artifact name="twirl-api_2.12" type="jar" ext="jar" status="no" details="" size="76119" time="0" location="/home/dan/.ivy2/cache/com.typesafe.play/twirl-api_2.12/jars/twirl-api_2.12-1.3.12.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/com/typesafe/play/twirl-api_2.12/1.3.12/twirl-api_2.12-1.3.12.jar"/> </artifact> </artifacts> </revision> <revision name="1.3.2" evicted="latest-revision" evicted-reason="" downloaded="false" searched="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="-1"> <evicted-by rev="1.3.12"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="1.3.2" rev-constraint-default="1.3.2" rev-constraint-dynamic="1.3.2" callerrev="1.6.0"/> <caller organisation="com.typesafe.play" name="routes-compiler_2.12" conf="compile, runtime" rev="1.3.2" rev-constraint-default="1.3.2" rev-constraint-dynamic="1.3.2" callerrev="2.6.0"/> <artifacts> </artifacts> </revision> </module> <module organisation="org.scala-lang.modules" name="scala-xml_2.12"> <revision name="1.0.6" status="release" pubdate="20161101172105" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.scala-lang.org/" downloaded="false" searched="false" default="false" conf="compile, runtime(*), master(compile), runtime, compile(*), master" position="2"> <license name="BSD 3-clause" url="http://opensource.org/licenses/BSD-3-Clause"/> <metadata-artifact status="no" details="" size="3137" time="0" location="/home/dan/.ivy2/cache/org.scala-lang.modules/scala-xml_2.12/ivy-1.0.6.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.pom"/> <caller organisation="com.typesafe.play" name="twirl-api_2.12" conf="default, compile, runtime, master" rev="1.0.6" rev-constraint-default="1.0.6" rev-constraint-dynamic="1.0.6" callerrev="1.3.12"/> <artifacts> <artifact name="scala-xml_2.12" type="bundle" ext="jar" status="no" details="" size="547860" time="0" location="/home/dan/.ivy2/cache/org.scala-lang.modules/scala-xml_2.12/bundles/scala-xml_2.12-1.0.6.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar"/> </artifact> </artifacts> </revision> </module> <module organisation="org.scala-lang" name="scala-library"> <revision name="2.12.4" status="release" pubdate="20171011100456" resolver="sbt-chain" artresolver="sbt-chain" homepage="http://www.scala-lang.org/" extra-info.apiURL="http://www.scala-lang.org/api/2.12.4/" downloaded="false" searched="false" default="false" conf="default, compile, runtime(*), master(compile), runtime, default(compile), compile(*), master" position="0"> <license name="BSD 3-Clause" url="http://www.scala-lang.org/license.html"/> <metadata-artifact status="no" details="" size="2653" time="0" location="/home/dan/.ivy2/cache/org.scala-lang/scala-library/ivy-2.12.4.xml" searched="false" origin-is-local="false" origin-location="https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom"/> <caller organisation="org.scala-stm" name="scala-stm_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.8"/> <caller organisation="com.typesafe.play" name="twirl-api_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.3.12"/> <caller organisation="org.reactivemongo" name="play2-reactivemongo_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.13.0-play26"/> <caller organisation="org.scala-lang.modules" name="scala-java8-compat_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.8.0"/> <caller organisation="play-swagger-reactivemongo" name="play-swagger-reactivemongo_2.12" conf="compile" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.0-SNAPSHOT"/> <caller organisation="com.fasterxml.jackson.module" name="jackson-module-scala_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.8.6"/> <caller organisation="com.typesafe.play" name="filters-helpers_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="routes-compiler_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.0"/> <caller organisation="org.scala-lang.modules" name="scala-xml_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.0.6"/> <caller organisation="org.reactivemongo" name="reactivemongo-play-json_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.13.0-play26"/> <caller organisation="com.typesafe.akka" name="akka-slf4j_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.5.6"/> <caller organisation="org.reactivemongo" name="reactivemongo-bson-macros_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.13.0"/> <caller organisation="com.typesafe.play" name="play_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="com.typesafe.play" name="play-guice_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="org.scala-lang.modules" name="scala-parser-combinators_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.0.6"/> <caller organisation="com.typesafe.akka" name="akka-actor_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.5.6"/> <caller organisation="com.typesafe.play" name="play-logback_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="com.typesafe.akka" name="akka-stream_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.5.6"/> <caller organisation="com.typesafe.play" name="play-akka-http-server_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="org.scala-lang" name="scala-reflect" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.12.4"/> <caller organisation="com.typesafe.play" name="play-functional_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="com.typesafe" name="ssl-config-core_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.2.2"/> <caller organisation="com.typesafe.akka" name="akka-parsing_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="10.0.10"/> <caller organisation="com.typesafe.play" name="play-iteratees_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.1"/> <caller organisation="com.typesafe.play" name="play-json_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="org.reactivemongo" name="reactivemongo_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.13.0"/> <caller organisation="org.reactivemongo" name="reactivemongo-bson_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="0.13.0"/> <caller organisation="com.typesafe.akka" name="akka-http-core_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="10.0.10"/> <caller organisation="io.swagger" name="swagger-scala-module_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.0.3"/> <caller organisation="com.typesafe.play" name="play-streams_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <caller organisation="org.typelevel" name="macro-compat_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.1.1"/> <caller organisation="io.swagger" name="swagger-play2_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="1.6.0"/> <caller organisation="com.typesafe.play" name="play-iteratees-reactive-streams_2.12" conf="compile, runtime" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.1"/> <caller organisation="com.typesafe.play" name="play-server_2.12" conf="default, compile, runtime, master" rev="2.12.4" rev-constraint-default="2.12.4" rev-constraint-dynamic="2.12.4" callerrev="2.6.7"/> <artifacts> <artifact name="scala-library" type="jar" ext="jar" status="no" details="" size="5247152" time="0" location="/home/dan/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.12.4.jar"> <origin-location is-local="false" location="https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.jar"/> </artifact> </artifacts> </revision> </module> </dependencies> </ivy-report>
119.725146
503
0.717928
e63d495d2d8b0334ebeaa0ddd44c4c69811bbe2a
2,411
xml
XML
src/main/res/layout/browse_pwgroup_item.xml
pfn/keepshare
87f73494fd216c9d15954e43110919c87af1f0a7
[ "CC-BY-4.0" ]
62
2015-01-21T22:51:53.000Z
2022-02-04T17:35:22.000Z
src/main/res/layout/browse_pwgroup_item.xml
pfn/keepshare
87f73494fd216c9d15954e43110919c87af1f0a7
[ "CC-BY-4.0" ]
50
2015-01-08T03:39:14.000Z
2020-10-07T11:08:58.000Z
src/main/res/layout/browse_pwgroup_item.xml
pfn/keepshare
87f73494fd216c9d15954e43110919c87af1f0a7
[ "CC-BY-4.0" ]
16
2015-06-15T13:44:04.000Z
2020-06-19T06:41:51.000Z
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedAttribute" android:minHeight="48dp" android:clipToPadding="false" android:layout_width="match_parent" android:layout_height="wrap_content"> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/colorAccent"> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" android:layout_gravity="center|left" android:paddingLeft="8dp" android:src="@drawable/ic_delete_white_24dp" /> </FrameLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/selectable_item_background" android:elevation="8dp" android:padding="8dp" android:orientation="horizontal" > <ImageView android:id="@+id/folder_image" android:src="@drawable/ic_folder_open_black_24dp" android:layout_marginRight="8dp" android:visibility="invisible" android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" /> <ImageView android:id="@+id/entry_image" android:visibility="visible" android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" /> <TextView android:id="@+id/name" android:paddingLeft="12dp" android:textAppearance="?android:textAppearanceMedium" android:layout_width="0dp" android:maxLines="1" android:layout_gravity="center" android:layout_height="wrap_content" android:layout_weight="1" /> </LinearLayout> <View android:layout_height="wrap_content" android:layout_width="match_parent" android:elevation="12dp" android:layout_gravity="bottom" android:background="?android:listDivider"/> </FrameLayout>
37.671875
71
0.636251
6dbd708702e7793688112ad1474c1e58097cf00e
1,253
xml
XML
untitled/.idea/artifacts/mainBuild.xml
videogreg93/medicalGantt
efea2f09dee41a2bb6907521bc7521cd3e9845ad
[ "MIT" ]
null
null
null
untitled/.idea/artifacts/mainBuild.xml
videogreg93/medicalGantt
efea2f09dee41a2bb6907521bc7521cd3e9845ad
[ "MIT" ]
null
null
null
untitled/.idea/artifacts/mainBuild.xml
videogreg93/medicalGantt
efea2f09dee41a2bb6907521bc7521cd3e9845ad
[ "MIT" ]
null
null
null
<component name="ArtifactManager"> <artifact type="javafx" name="mainBuild"> <output-path>$PROJECT_DIR$/out/artifacts/mainBuild</output-path> <properties id="javafx-properties"> <options> <option name="appClass" value="sample.Main" /> <option name="description" value="" /> <option name="htmlPlaceholderId" value="" /> <option name="title" value="Urgences" /> <option name="vendor" value="Gregory Fournier" /> <option name="version" value="0.1" /> </options> </properties> <root id="root"> <element id="file-copy" path="$PROJECT_DIR$/dadproject-bf6ed-firebase-adminsdk-vanjj-a923d8ebf1.json" /> <element id="archive" name="untitled.jar"> <element id="directory" name="META-INF"> <element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" /> </element> <element id="library" level="project" name="com.google.firebase:firebase-admin:5.8.0" /> <element id="library" level="project" name="org.mongodb:mongodb-driver:3.6.1" /> <element id="library" level="project" name="com.jfoenix:jfoenix:8.0.1" /> <element id="module-output" name="untitled" /> </element> </root> </artifact> </component>
46.407407
110
0.627294
02a30fc81f53119dea9a2e0a2538b458a0cdc542
10,134
xml
XML
data/xml/no_meta/6954.xml
g0v/sunshine.cy
17ad8e92c413ba64e586592fbf332ce93672cd65
[ "CC0-1.0" ]
6
2015-05-08T12:30:12.000Z
2021-08-30T09:13:23.000Z
data/xml/no_meta/6954.xml
g0v/sunshine.cy
17ad8e92c413ba64e586592fbf332ce93672cd65
[ "CC0-1.0" ]
5
2017-01-26T08:46:44.000Z
2019-02-20T08:44:00.000Z
data/xml/no_meta/6954.xml
g0v/sunshine.cy
17ad8e92c413ba64e586592fbf332ce93672cd65
[ "CC0-1.0" ]
1
2018-10-24T04:18:03.000Z
2018-10-24T04:18:03.000Z
<?xml version="1.0" encoding="UTF-8" ?> <!-- Created from PDF via Acrobat SaveAsXML --> <!-- Mapping Table version: 28-February-2003 --> <TaggedPDF-doc> <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.4-c005 78.147326, 2012/08/23-13:03:03 "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> <xmp:ModifyDate>2007-11-12T09:40:53+08:00</xmp:ModifyDate> <xmp:CreateDate>2007-11-12T09:40:30+08:00</xmp:CreateDate> <xmp:MetadataDate>2007-11-12T09:40:53+08:00</xmp:MetadataDate> <xmp:CreatorTool>Adobe Acrobat 7.08</xmp:CreatorTool> <dc:format>xml</dc:format> <xmpMM:DocumentID>uuid:260b772f-855f-4dca-8fb2-e99e8d84d6a4</xmpMM:DocumentID> <xmpMM:InstanceID>uuid:ea8455fb-6c2f-4964-977b-5898ed4b11e4</xmpMM:InstanceID> <pdf:Producer>Adobe Acrobat Pro 11.0.0 Paper Capture Plug-in</pdf:Producer> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="w"?> <?xpacket end='r'?> <P>公職人員財產申報表</P> <P>監察院公報公職人員財產申報資料專刊第六六期一九四四三</P> <Table> <TR> <TH>申報人姓名</TH> <TH>王澤鑑</TH> <TH>服務機關</TH> <TH>1.司法院 </TH> <TH/> <TH>職稱 </TH> <TH>1.大法官</TH> </TR> <TR> <TD>2. </TD> <TD/> <TD>2. </TD> </TR> <TR> <TH>西己偶</TH> <TD>及未成年子</TD> <TD>女</TD> <TD>商己偶及</TD> <TD>未成年子女</TD> </TR> <TR> <TH>幸存</TH> <TD>謂</TD> <TD>姓</TD> <TD>名</TD> <TD>稱</TD> <TD>謂</TD> <TD>姓名</TD> </TR> <TR> <TH>配偶</TH> <TD/> <TD>荻原保子</TD> <TD/> <TD/> <TD/> <TD/> </TR> </Table> <P>(一)不動產</P> <L> <LI> <Lbl>1.</Lbl> <LBody>土地</LBody> </LI> <LI> <Lbl>2.</Lbl> <LBody>房屋</LBody> </LI> </L> <Figure> <ImageData src=""/> 土地坐落面(平方公尺積) 權利範圍(持分)所有權人台北縣新店市青潭段青潭小段2-50地號1,616 100000分之5799王澤鑑台北市北投區湖山段1小段245地號886.88 30044分之62王澤鑑台北市松山區福德段1小段589地號11 9600分之523王澤鑑台北市松山區福德段l小段591地號64 9600分之523王澤鑑台北市松山區福德段1小段632地號335 9600分之523王澤鑑台北市松山區福德段l小段632-1地號81 9600分之523王澤鑑台北市松山區福德段1小段636地號54 9600分之523王澤鑑台北市松山區福德段l小段646地號10 9600分之523王澤鑑台北市松山區福德段1小段651地號394 9600分之523王澤鑑台北市松山區福德段1小段663地號5 9600分之523王澤鑑台北市松山區福德段l小段678地號115 139152分之34787王澤鑑台北市松山區福德段l小段731-1地號9600分之547王澤鑑台北市松山區福德段l小段735-1地號4 9600分之547王澤鑑台北市南港區新光段2小段500地號2 346分之5王澤鑑台北市南港區新光段2小段501地號292 346分之5王澤鑑台北市南港區新光段3小段90地號51 180分之2王澤鑑台北市南港區新光段3小段91地號10 180分之2王澤鑑台北市南港區新光段3小段101地號3,423 240分之l王澤鑑台北市南港區新光段3小段102地號187 180分之2王澤鑑台北市南港區新光段3小段103地號156 180分之2王澤鑑台北市南港區新光段3小段106地號23 180分之2王澤鑑」一</Figure> <Table> <TR> <TH>台北市南港區新光段3小段 107地號 </TH> <TH>149 </TH> <TH>180分之2</TH> <TH>王澤鑑</TH> </TR> <TR> <TD>台北市南港區新光段3小段111地號 </TD> <TD>262 </TD> <TD>120分之l</TD> <TD>王澤鑑</TD> </TR> <TR> <TD>台北市南港區新光段3小段 153地號 </TD> <TD>21是 </TD> <TD>20分之l</TD> <TD>王澤鑑</TD> </TR> <TR> <TD>台北市南港區新光段3小段156地號 </TD> <TD>41 </TD> <TD>120分之l</TD> <TD>王澤鑑</TD> </TR> </Table> <P>監察院公報公職人員財產申報資料專刊 </P> <P>第六六期</P> <P>房屋標可可</P> <P>權利範園(持分)</P> <P>所有權人</P> <P>(面平方公尺積) </P> <P>所有權全部</P> <P>王澤鑑</P> <P>167</P> <P>台27縣新店市青潭段青潭小段2-50地號建號</P> <P>25北 </P> <P>所有權全部</P> <P>王澤鑑</P> <P>46</P> <P>台01市00投區湖山段l小段2的地號建號</P> <P>10北30北 </P> <P>台北市南港區新光段3小段 101地號建號 1548 </P> <P>王澤鑑</P> <P>100 </P> <P>4分之1</P> <P>------'----&gt;</P> <P>hv</P> <P>種</P> <P>一種一無一倍</P> <P>桶一車船一汽</P> <P>、‘'',-、‘',',</P> <P>可缸,</P> <P>'WH! </P> <P>有</P> <P>港</P> <P>總類</P> <P>噸籍</P> <P>.在~</P> <P>號碼所有</P> <P>類</P> <P>汽</P> <P>牌照</P> <P>缸</P> <P>量</P> <P>人</P> <P>谷</P> <P>小客車1,978cc EK7813 王澤鑑 </P> <P>(四)航空器</P> <P>型式製進廠名稱國籍標示及編號所有人</P> <P>無</P> <P>(五)存款(總金額:26 ,003 ,522 元)</P> <P>l.新臺幣存款</P> <P>種類</P> <P>郵政儲金</P> <P>郵政儲金</P> <P>郵政儲金</P> <P>綜合存款</P> <P>綜合存款</P> <P>綜合存款</P> <P>綜合存款</P> <P>郵政儲金</P> <Table> <TR> <TD>存放</TD> <TD>機</TD> <TD>構</TD> <TD>戶</TD> <TD>名</TD> <TD>金</TD> <TD>額</TD> </TR> <TR> <TD>郵局</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD/> <TD>939 </TD> </TR> <TR> <TD>郵局</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD/> <TD>2,832 ,688 </TD> </TR> <TR> <TD>郵局</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD/> <TD>489 ,181 </TD> </TR> <TR> <TD>台灣銀行</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD/> <TD>2,580 ,000 </TD> </TR> <TR> <TD>華僑銀行</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD/> <TD>396 ,391 </TD> </TR> <TR> <TD>中國農民銀行</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD/> <TD>161 </TD> </TR> <TR> <TD>華僑銀行</TD> <TD/> <TD/> <TD>荻原保子 </TD> <TD/> <TD/> <TD>15 ,000 ,000 </TD> </TR> <TR> <TD>郵局</TD> <TD/> <TD/> <TD>荻原保子 </TD> <TD/> <TD/> <TD>1,282 ,523 </TD> </TR> </Table> <P>一九四四四</P> <P>監察院公報公職人員財產申報資料專刊第六六期</P> <P>一九四四五</P> <P>存款存摺 第一銀行王澤鑑262 </P> <Table> <TR> <TH>第一信託信託存款</TH> <TH/> <TH>荻原保于</TH> <TH/> <TH>3,161 ,347 </TH> </TR> <TR> <TH>2.外幣及其他幣別存款</TH> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TH/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TH/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TH/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TH/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TH/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TH/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> </Table> <Table> <TR> <TD>種類</TD> <TD>幣別</TD> <TD>存放</TD> <TD>機</TD> <TD>構</TD> <TD>戶</TD> <TD>名</TD> <TD>金額折合新臺幣價額 </TD> </TR> <TR> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> <TD/> </TR> <TR> <TD>外匯存款</TD> <TD>美元</TD> <TD>華僑銀行</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD>500 16 ,000 I </TD> </TR> <TR> <TD>外匯存單</TD> <TD>澳幣</TD> <TD>華僑銀行</TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD>7,900 I 155 ,630 </TD> </TR> <TR> <TD>儲蓄存款</TD> <TD>美金 </TD> <TD>BANK OF HAWII </TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD>300 9,600 </TD> </TR> <TR> <TD>儲蓄存款</TD> <TD>澳幣 </TD> <TD>WESTPAC BANK </TD> <TD/> <TD/> <TD>王澤鑑 </TD> <TD/> <TD>400 78 ,800 </TD> </TR> </Table> <P>元)</P> <P>額|折合新臺幣價額|</P> <P>票面價額</P> <P>2.票券(總價額:</P> <P>種無</P> <P>種無 </P> <P>所類</P> <P>有票面價額</P> <Part> <H1>人哲</H1> <Sect> <L> <LI> <Lbl>3.</Lbl> <LBody>債券(總價額:</LBody> </LI> <LI> <Lbl>4.</Lbl> <LBody>其他有價證券(總價額:</LBody> </LI> </L> <P>所類</P> </Sect> <P>有</P> </Part> <Part> <H1>人百</H1> <P>類</P> <P>種鈕川</P> <P>時1 </P> <P>.F' </P> <P>有票面價額</P> </Part> <Part> <H1>人巨型</H1> <P>(八)其他財產</P> <Table> <TR> <TD>財產種類</TD> <TD>所有人</TD> <TD>價額</TD> </TR> <TR> <TD>著作權:民法總則(難以估算)</TD> <TD>王澤鑑</TD> <TD/> </TR> <TR> <TD>民法學說與判例研究(難以估算)</TD> <TD>王澤鑑</TD> <TD/> </TR> <TR> <TD>民法債物(難以估算)</TD> <TD>王澤鑑</TD> <TD/> </TR> <TR> <TD>民法物權.....等(難以估算)</TD> <TD>王澤鑑</TD> <TD/> </TR> </Table> <P>監察院公報公職人員財產申報資料專刊</P> <Sect> <H1>壯士</H1> <P>(九)債權(總金額:元)</P> <P>|種類|債權</P> <P>債人</P> <P>務人及地</P> <P>|無|</P> <P>(十)債務(總金額:元)</P> <P>|種類|債</P> <P>務</P> <P>人</P> <P>債</P> <P>金</P> <P>垃</P> <P>權及地</P> <P>人</P> <P>|無|</P> <P>俏事業投資(總金積元)</P> <P>投業名</P> <P>|投資人|資事稱及地hl. 資金</P> <P>|無|</P> <P>伯備註</P> <P>無</P> <P>此致監察院</P> <P>(受理申報機關〔構〕全稱)</P> <P>以上資料,本人係依法誠實申報,如有不實,顧負法律責任。</P> <P>申報人:王澤鑑申報日期: 87年 12月 23日</P> <P>第六六期一九四四六</P> </Sect> </Part> </TaggedPDF-doc>
11.852632
708
0.384843
57c12df116e2283de8ba9edd93b63dde91322988
1,642
xml
XML
resources/archives/cascades/data/gun-training/1-14-17/data/stage8.xml
CLiu13/CascadeOS
c5712030870e5ab771330542a66d66b36d43f822
[ "Apache-2.0" ]
10
2018-03-08T08:49:10.000Z
2020-07-03T20:42:47.000Z
resources/archives/cascades/data/gun-training/1-14-17/data/stage8.xml
CLiu13/CascadeOS
c5712030870e5ab771330542a66d66b36d43f822
[ "Apache-2.0" ]
null
null
null
resources/archives/cascades/data/gun-training/1-14-17/data/stage8.xml
CLiu13/CascadeOS
c5712030870e5ab771330542a66d66b36d43f822
[ "Apache-2.0" ]
6
2019-02-08T21:52:58.000Z
2020-04-17T11:59:51.000Z
<?xml version="1.0"?> <opencv_storage> <stage8> <maxWeakCount>8</maxWeakCount> <stageThreshold>-1.1100691556930542e+00</stageThreshold> <weakClassifiers> <_> <internalNodes> 0 -1 80849 6.3826586119830608e-03</internalNodes> <leafValues> -4.4396552443504333e-01 6.0329341888427734e-01</leafValues></_> <_> <internalNodes> 0 -1 123310 4.6713054180145264e-03</internalNodes> <leafValues> -5.2424681186676025e-01 4.6703463792800903e-01</leafValues></_> <_> <internalNodes> 0 -1 5332 1.1792238801717758e-01</internalNodes> <leafValues> -5.4201245307922363e-01 4.2859342694282532e-01</leafValues></_> <_> <internalNodes> 0 -1 94623 2.0991894602775574e-01</internalNodes> <leafValues> -3.5608100891113281e-01 5.5212402343750000e-01</leafValues></_> <_> <internalNodes> 0 -1 86192 -3.8212295621633530e-03</internalNodes> <leafValues> -9.2904514074325562e-01 2.0662942528724670e-01</leafValues></_> <_> <internalNodes> 0 -1 116972 -2.0707834511995316e-02</internalNodes> <leafValues> -8.6275494098663330e-01 1.9289705157279968e-01</leafValues></_> <_> <internalNodes> 0 -1 83165 -1.5634372539352626e-04</internalNodes> <leafValues> -7.6604241132736206e-01 2.1937066316604614e-01</leafValues></_> <_> <internalNodes> 0 -1 68752 -1.0180426761507988e-04</internalNodes> <leafValues> 1.3733948767185211e-01 -8.4103071689605713e-01</leafValues></_></weakClassifiers></stage8> </opencv_storage>
34.208333
98
0.655298
4b1042087caf01b44ec100f59576d08db2f6a254
4,318
xml
XML
location/java/standalone/pom.xml
tobidi/here-workspace-examples-java-scala
51bf9fd66b7c8935c57b16678bf3cc3cd4e4ab79
[ "Apache-2.0" ]
null
null
null
location/java/standalone/pom.xml
tobidi/here-workspace-examples-java-scala
51bf9fd66b7c8935c57b16678bf3cc3cd4e4ab79
[ "Apache-2.0" ]
null
null
null
location/java/standalone/pom.xml
tobidi/here-workspace-examples-java-scala
51bf9fd66b7c8935c57b16678bf3cc3cd4e4ab79
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.here.platform</groupId> <artifactId>sdk-standalone-bom</artifactId> <version>2.24.8</version> <relativePath/> </parent> <groupId>com.here.platform.example.location</groupId> <artifactId>java-standalone</artifactId> <version>0.0.632</version> <packaging>jar</packaging> <name>Location Library Examples - Java - Standalone</name> <organization> <name>HERE Europe B.V.</name> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> <developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection> <url>https://github.com/heremaps/here-workspace-examples-java-scala</url> <tag>2.24.0</tag> </scm> <properties> <exec.cleanupDaemonThreads>false</exec.cleanupDaemonThreads> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <!-- HERE dependencies --> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-compilation-here-map-content_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-core_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-data-loader-core_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-data-loader-standalone_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-inmemory_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-integration-optimized-map_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-tpeg2_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-referencing_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.platform.location</groupId> <artifactId>location-io_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>com.here.schema.rib</groupId> <artifactId>common_v2_scala</artifactId> <exclusions> <exclusion> <groupId>com.here.schema.rib</groupId> <artifactId>common_v2_proto</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.here.schema.rib</groupId> <artifactId>navigation-attributes_v2_scala</artifactId> <exclusions> <exclusion> <groupId>com.here.schema.rib</groupId> <artifactId>navigation-attributes_v2_proto</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.here.traffic.realtime</groupId> <artifactId>traffic_v2_java</artifactId> </dependency> <!-- other dependencies --> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> <version>1.7</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> </plugin> </plugins> </build> </project>
34.544
204
0.679713
27d12db23aa602d395d1e723985032e6055e5cd0
2,793
xml
XML
tests/framework/test_simple.xml
milljm/raven
5f29fe81b75e2ffbeb54a55aa63647e7b2f6457b
[ "Apache-2.0" ]
2
2019-10-11T15:59:10.000Z
2021-04-08T18:23:57.000Z
tests/framework/test_simple.xml
milljm/raven
5f29fe81b75e2ffbeb54a55aa63647e7b2f6457b
[ "Apache-2.0" ]
1
2018-03-27T13:06:00.000Z
2018-03-27T13:06:00.000Z
tests/framework/test_simple.xml
milljm/raven
5f29fe81b75e2ffbeb54a55aa63647e7b2f6457b
[ "Apache-2.0" ]
1
2017-08-29T16:09:13.000Z
2017-08-29T16:09:13.000Z
<?xml version="1.0" ?> <Simulation verbosity="debug"> <TestInfo> <name>framework.simple_framework</name> <author>cogljj</author> <created>2013-07-23</created> <classesTested>Samplers.MonteCarlo, Models.Code</classesTested> <description> This test is aimed to check the functionality of RAVEN to perform random sampling (MonteCarlo) generating random numbers that are going to be directly used in RELAP7 for seeding the internal random number generator. </description> <revisions> <revision author="alfoa" date="2015-06-18">Changed Name of all DataObjects</revision> <revision author="alfoa" date="2016-04-27">New subdirectories structure</revision> <revision author="alfoa" date="2017-01-21">Adding this test description.</revision> </revisions> <requirements>R-IS-2</requirements> </TestInfo> <RunInfo> <WorkingDir>revirD_tset</WorkingDir> <Sequence>FirstMRun</Sequence> <batchSize>3</batchSize> </RunInfo> <Files> <Input name="ideal_pump.i" type="">ideal_pump.i</Input> <Input name="ideal_pump_control.py" type="">ideal_pump_control.py</Input> </Files> <Models> <Code name="MyRAVEN" subType="RELAP7"> <executable>%FRAMEWORK_DIR%/../RAVEN-%METHOD%</executable> </Code> </Models> <Distributions> <Normal name="Gauss1"> <mean>1</mean> <sigma>0.001</sigma> <lowerBound>0</lowerBound> <upperBound>2</upperBound> </Normal> <Normal name="auxBackUpTimeDist"> <mean>1</mean> <sigma>0.001</sigma> <lowerBound>0</lowerBound> <upperBound>2</upperBound> </Normal> <Normal name="Gauss2"> <mean>1</mean> <sigma>0.4</sigma> <lowerBound>0</lowerBound> <upperBound>2</upperBound> </Normal> <Triangular name="CladFailureDist"> <apex>1</apex> <min>-0.1</min> <max>3</max> </Triangular> </Distributions> <Samplers> <MonteCarlo name="RAVENmc6"> <samplerInit> <limit>6</limit> </samplerInit> </MonteCarlo> </Samplers> <Steps> <MultiRun name="FirstMRun" re-seeding="1"> <Input class="Files" type="">ideal_pump.i</Input> <Input class="Files" type="">ideal_pump_control.py</Input> <Model class="Models" type="Code">MyRAVEN</Model> <Sampler class="Samplers" type="MonteCarlo">RAVENmc6</Sampler> <Output class="Databases" type="HDF5">testMCDatabase</Output> <Output class="DataObjects" type="HistorySet">stories</Output> </MultiRun> </Steps> <Databases> <HDF5 name="testMCDatabase" readMode="overwrite"/> </Databases> <DataObjects> <HistorySet name="stories"> <Input>pipe1_Area</Input> <Output>pipe1_Hw</Output> </HistorySet> </DataObjects> </Simulation>
30.032258
142
0.650197
e9f962895c00fd15ceec3d19c3202f42a01cde00
385
xml
XML
python/reg/resource_suggesttip.xml
CppCXY/excel-to-lua
2c6b1803cf29481638a718ec43357f360d6c7421
[ "MIT" ]
4
2019-03-14T12:50:47.000Z
2020-01-05T05:17:25.000Z
python/reg/resource_suggesttip.xml
luoxixuan/excel-to-lua
2c6b1803cf29481638a718ec43357f360d6c7421
[ "MIT" ]
null
null
null
python/reg/resource_suggesttip.xml
luoxixuan/excel-to-lua
2c6b1803cf29481638a718ec43357f360d6c7421
[ "MIT" ]
1
2020-01-05T05:17:41.000Z
2020-01-05T05:17:41.000Z
<?xml version="1.0" encoding="utf-8"?> <workBook name="resource" from="Z资源_小贴士.xlsx" > <sheet name="main" to="resource_suggesttips.lua"> <variable name="key" fromCol="KEY" type="string" /> <variable name="value" fromCol="VALUE" type="string" /> <variable name="icon" fromCol="ICON" type="string"/> <startParseCurrentSheet /> </sheet> <endCurrentExcel /> </workBook>
24.0625
57
0.67013
187ccd6665de5f48c1e8e694d6de4ef6e6eadd37
41,634
xml
XML
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_31d57a2d-5780-4f42-8c84-9ac42feb4a0d.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_31d57a2d-5780-4f42-8c84-9ac42feb4a0d.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_31d57a2d-5780-4f42-8c84-9ac42feb4a0d.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><Файл ИдФайл="VO_OTKRDAN3_9965_9965_20190730_31d57a2d-5780-4f42-8c84-9ac42feb4a0d" ВерсФорм="4.01" ВерсПрог="1.0" ТипИнф="ОТКРДАННЫЕ3" КолДок="174"><ИдОтпр><ФИООтв Фамилия="_" Имя="_"/></ИдОтпр><Документ ИдДок="0d89e990-7051-4e8f-b2f6-15338f0ae25b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОЗРАЧНЫЙ БИЗНЕС&quot;" ИННЮЛ="7728669689"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="fbd65788-4bed-4aaf-9d37-c23a50772488" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАПТЕХСТРОЙ&quot;" ИННЮЛ="3254511580"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="7bf4f56a-4597-4205-86ef-fad39ee131cd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИТЛЭНД-КУРСК&quot;" ИННЮЛ="4632084267"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="87f17903-fa45-44f2-a6b5-f14551de6a56" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕПЛОСЕРВИС&quot;" ИННЮЛ="4025432112"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="cd8170a0-148e-4414-90c1-cccffe7b1991" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕГА ПЛЮС&quot;" ИННЮЛ="1648016429"/><СведССЧР КолРаб="25"/></Документ><Документ ИдДок="c7e22be2-8735-45b4-8166-4334802feb3d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКВАН&quot;" ИННЮЛ="3250526289"/><СведССЧР КолРаб="15"/></Документ><Документ ИдДок="5fd6c04b-53e9-41de-b304-811fcaac29de" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТИ&quot;" ИННЮЛ="7717627253"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="f34a4161-0220-4939-ba5f-2fef69471912" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АРМПЛАСТ&quot;" ИННЮЛ="3250526306"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="03a33fc4-d444-4bc7-8fb6-e667f4eb1acf" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭГО&quot;" ИННЮЛ="4003032424"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="d67c7ab8-c29e-49f7-bc52-de0cdfc9d4f3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОБНИНСК-ТЕЛЕКОМ СЕРВИС&quot;" ИННЮЛ="4025432144"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="fd644c46-dff5-4c06-ada4-b51964fe110c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АРТСВЕТ&quot;" ИННЮЛ="3250526313"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="52e75352-9852-459c-9fc4-ba14f2dfc6b8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИКАВТО&quot;" ИННЮЛ="6234079938"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="ea122be0-0abc-49e7-923a-8ecd1b4a5a7e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПАНИЯ ТЕЛЕБАЛТ&quot;" ИННЮЛ="3904050385"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d67d3184-399c-4822-a18e-49cdb233b068" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕЗИНОТЕХНИКА&quot;" ИННЮЛ="4025432176"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="12a65ed7-1a7c-4a7b-b7c6-aa2e98881310" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СИ ЭС ТРЭЙД&quot;" ИННЮЛ="3904009771"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="462f755b-f662-42de-b058-c3ec897831bd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ОХРАННОЕ ПРЕДПРИЯТИЕ &quot;СБ ДЕЛЬТА&quot;" ИННЮЛ="4025432183"/><СведССЧР КолРаб="25"/></Документ><Документ ИдДок="3fda8556-14d1-404d-b741-04a966c0e07a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕРУДСТРОЙКОМПЛЕКС&quot;" ИННЮЛ="4025432190"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="db610f2d-bc7d-431b-93e9-aa2bedf4a362" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПРОИЗВОДСТВЕННО-КОММЕРЧЕСКАЯ ФИРМА &quot;ЦЕНТРАЛЬНЫЙ&quot;" ИННЮЛ="6667002396"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="f02d8f02-d6da-4bd9-a4cd-5a45ca35219e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОПАК&quot;" ИННЮЛ="6234079977"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="fea5e1fd-00dc-4f13-b1ef-80e3ecab7c8c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РСУ-10&quot;" ИННЮЛ="3904046910"/><СведССЧР КолРаб="43"/></Документ><Документ ИдДок="dd8577ce-2dd5-4383-acb7-f9c352e6d6f8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КИНО СИТИ НОВОСИБИРСК&quot;" ИННЮЛ="7804373118"/><СведССЧР КолРаб="11"/></Документ><Документ ИдДок="21f8ce06-010b-40ce-ae3a-e724d8719dd8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФАМИЛЬНОЕ ГНЕЗДО&quot;" ИННЮЛ="3250526352"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="a0205c0c-d07d-414c-b2d7-66afbc240d3a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СМАРТ-ТЕЛЕКОМ&quot;" ИННЮЛ="6671269988"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="bbad33a3-cded-4658-aa33-c56ec0938381" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФОТОКОПИЯ&quot;" ИННЮЛ="3904011322"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="f746e5d4-2fe5-4c6d-9309-42a34723cdec" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФАВОР&quot;" ИННЮЛ="7128029260"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="af7ffc51-1382-46aa-9553-e953a47f4f8c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГРУППА 109&quot;" ИННЮЛ="3905035830"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6829bf52-6447-4a51-9268-acfc93218dda" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАРСЕЛОНА&quot;" ИННЮЛ="4025432200"/><СведССЧР КолРаб="14"/></Документ><Документ ИдДок="b3455083-19fd-409d-8a92-24211aba5939" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОМАТИЗАЦИЯ ПРОМЫШЛЕННЫХ СИСТЕМ&quot;" ИННЮЛ="6234080010"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="bec326d3-64a0-455b-8bea-7794a69915b7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ &quot;АСКОМ&quot;" ИННЮЛ="4025432218"/><СведССЧР КолРаб="22"/></Документ><Документ ИдДок="ba98278f-3738-449a-9b46-78d083534815" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПАРИТЕТ-НТ&quot;" ИННЮЛ="6623003900"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="3281f24a-a807-4e2b-beb8-305d1ad5c30d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;А.Т.Л. - БАЛТ&quot;" ИННЮЛ="3904046090"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b9f23dcc-8501-43b8-8773-66623992e48b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗМК СТЕКЛО&quot;" ИННЮЛ="4025432232"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="3e0da371-53b5-40f9-a014-e18d24e6f435" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗАРЯ ПЛЮС&quot;" ИННЮЛ="3250526384"/><СведССЧР КолРаб="49"/></Документ><Документ ИдДок="4a6ea664-c035-4ff5-affc-07e293cece6b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРЕМЬЕР КЛИМАТ&quot;" ИННЮЛ="6234080027"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="91a7f18d-01f4-40bf-aead-f2ec0ed6ceb2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРО&quot;" ИННЮЛ="4025432225"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="6ad45336-8d35-445a-b205-0e3bd1c897e4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СУ-55&quot;" ИННЮЛ="4003032449"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="a47b3c20-66f0-4d4c-bfc1-6ad3851b73e6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УНИВЕРСАЛСТРОЙПОДРЯД&quot;" ИННЮЛ="3250526401"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="eb9d21b0-652f-49b8-8cae-fde5aa34dbde" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПАССАЖИРЫ&quot;" ИННЮЛ="1648016570"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="9ad35b30-798e-4949-b751-1f6178132e43" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОИТЕЛЬНО-ОТДЕЛОЧНАЯ ФИРМА &quot;БАРО&quot;" ИННЮЛ="0725000174"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="cd8ce664-1c99-4aa1-b036-4da0de7e0426" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРИГОРОД&quot;" ИННЮЛ="1648016563"/><СведССЧР КолРаб="30"/></Документ><Документ ИдДок="715824c0-df3f-46fc-90b7-36583725ca64" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНЖСТРОЙ КОНСТРУКЦИЯ&quot;" ИННЮЛ="6234080066"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="9faa39a3-4acc-4a2e-9847-a15c19caad44" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗАЛЬЦБУРГ ШУМАНН&quot;" ИННЮЛ="4025432264"/><СведССЧР КолРаб="31"/></Документ><Документ ИдДок="5e3a2f1b-f54d-498d-a6a4-b7f67b97dde4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОНТИНЕНТ-ЛИЗИНГ&quot;" ИННЮЛ="3904039416"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="bb6512d2-9b01-4748-99c3-422707a0b766" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАЙ&quot;" ИННЮЛ="6234080073"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="33fec73d-7a47-4e47-a63c-a4925ec736c0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДЮВИК&quot;" ИННЮЛ="4003032463"/><СведССЧР КолРаб="9"/></Документ><Документ ИдДок="e1c47fce-6f55-41c0-a72e-6f84ac365892" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РИЭЛТ-АУКЦИОН&quot;" ИННЮЛ="1648016588"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4f78205f-5d5f-41ce-840a-557e5a0dd2f7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НИКИТОША&quot;" ИННЮЛ="3250526419"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="a314fc90-c55e-407c-877f-71ee852a1072" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БОРОВСКОЕ&quot;" ИННЮЛ="4003032470"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="62c3f031-12c6-4495-aeed-40b9bd4883cf" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДЕТСКИЙ ЦЕНТР &quot;ВУНДЕРКИНД&quot;" ИННЮЛ="6234080098"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="bc21a74d-cf8c-41ca-b664-16f9cde837d5" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАГИСТРАЛЬ&quot;" ИННЮЛ="3250526426"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="f566348c-fa6e-4c42-be54-a98c7e053792" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БУКУРИЯ&quot;" ИННЮЛ="3904010417"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="0e65d89e-64bc-42d7-aa54-e9427a379a3f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВИКА&quot;" ИННЮЛ="6234080115"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="25e41098-59c3-4ed2-8255-4b9fcd9e19bd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕПЛОГАЗСТРОЙ&quot;" ИННЮЛ="3255516870"/><СведССЧР КолРаб="13"/></Документ><Документ ИдДок="21c4732e-42e5-4c00-8615-c4c00bbc3c7d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗА РУЛЕМ&quot;" ИННЮЛ="1648016620"/><СведССЧР КолРаб="14"/></Документ><Документ ИдДок="5d420334-fa27-4946-a739-699269c2f28c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;КАСКАД&quot;" ИННЮЛ="6829005280"/><СведССЧР КолРаб="56"/></Документ><Документ ИдДок="da481da9-c791-48c0-a867-9e68448919d3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАКСИМА М&quot;" ИННЮЛ="6234080122"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="d8e8ab70-52f8-44e8-b075-27e0ec8858f7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АССОРТИ&quot;" ИННЮЛ="0725000248"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="d5f2c161-ff6a-4421-ad52-cdb09539724d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЭКО-СЕРВИС&quot;" ИННЮЛ="6829005315"/><СведССЧР КолРаб="171"/></Документ><Документ ИдДок="a295652a-8079-498c-bf24-882905d48c75" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТОМАТОЛОГИЯ АЛЬТЕРНАТИВА&quot;" ИННЮЛ="0725000262"/><СведССЧР КолРаб="31"/></Документ><Документ ИдДок="691ac0c1-093b-4e69-89ef-fd1e9c6068f6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРАВОЕ ДЕЛО&quot;" ИННЮЛ="3255516887"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6d688ff2-6414-4a0a-84a2-26e9f385730a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДРИАДА&quot;" ИННЮЛ="0725000270"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="30eb2cc4-6f13-4f49-8319-1061562c9ded" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮРИДИЧЕСКОЕ АГЕНТСТВО &quot;АДМИРАЛТЕЙСКОЕ&quot;" ИННЮЛ="7839367027"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="8ddadbcb-102f-4623-9740-302229bcffcb" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КЕСОТ КАМПАНИ&quot;" ИННЮЛ="6234080147"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="07e0b7cf-292e-46bb-beb1-2c21f3224fa3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;СЕРВИС-ПРО&quot;" ИННЮЛ="6671270158"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="eecf08fc-6d19-48cd-90c9-fa1f7e7d2f02" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МС СТАЙЛ&quot;" ИННЮЛ="6671270140"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="08eac83c-1f1d-4132-b006-968c62b6356a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО ИНЖЕНЕРНО-ТЕХНИЧЕСКИЙ ЦЕНТР &quot;НОВЫЕ ТЕХНОЛОГИИ МЕЗЭЛ&quot;" ИННЮЛ="7802408100"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="b86e949e-34c8-4e77-80fe-3ea6f6e7bf31" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОНЭКТ-ПЛЮС&quot;" ИННЮЛ="6234080186"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="76e34816-ffdf-4891-b27a-a1f6056a1fa9" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕСУРС&quot;" ИННЮЛ="3250526458"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="15fc4595-273c-424f-b632-f66e6e5ba343" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР УСЛУГ И СЕРВИСА &quot;ТАУРУС&quot;" ИННЮЛ="3906034290"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="fe12f908-05c9-4367-8060-5efdd2efb6f2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВК ТРЕЙД&quot;" ИННЮЛ="6234080203"/><СведССЧР КолРаб="43"/></Документ><Документ ИдДок="a6daddaf-bf6a-4577-b8b5-502e4458af19" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕЦМОНТАЖБЕЗОПАСНОСТЬ&quot;" ИННЮЛ="3255516904"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="8b887105-c3fe-4ff8-ac50-3c8a0d973e59" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮРИСТРОЙИНВЕСТ&quot;" ИННЮЛ="6671270373"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="c3df1329-6d2f-4eec-9177-c565f2e721ee" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;УРАЛ-ТРАСТ &quot;ДЕВЕЛОПМЕНТ&quot;" ИННЮЛ="6671270197"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="0eef5f95-545d-4d87-87ea-b804a6bcb8f0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОДУКТЫ СО ВКУСОМ&quot;" ИННЮЛ="4025432320"/><СведССЧР КолРаб="15"/></Документ><Документ ИдДок="eb56bbb1-d0ba-4176-9e8a-ba53b3139fcd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛОТОС&quot;" ИННЮЛ="6234080228"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="8dd0259f-7c6f-4406-a024-65221b290999" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОМ ОПТИМА&quot;" ИННЮЛ="6829005410"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="500a85c0-20d9-4389-b4b7-da14c4a239ca" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НОВЫЙ ВКУС&quot;" ИННЮЛ="6671270246"/><СведССЧР КолРаб="58"/></Документ><Документ ИдДок="e76b1e1e-1fe5-4988-9d4c-b2fcc04393c1" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРИЭЛ&quot;" ИННЮЛ="6234080235"/><СведССЧР КолРаб="10"/></Документ><Документ ИдДок="5fb12100-448e-4638-a30f-da45acbfb265" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕЖДУНАРОДНЫЙ КОНСУЛЬТАТИВНЫЙ ЦЕНТР &quot;АДОНИС&quot;" ИННЮЛ="0725000417"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="046c92a2-68bf-43b8-bb22-f1fd551ae74d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;БРЯНСКИЙ АРСЕНАЛ&quot;" ИННЮЛ="3250526497"/><СведССЧР КолРаб="539"/></Документ><Документ ИдДок="259020bd-ce06-4877-9cc4-a87525921aaf" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САН ТУР&quot;" ИННЮЛ="6829005435"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="21980d07-362b-46a2-9fc7-d23d79bcb11a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИМПЕРСА&quot;" ИННЮЛ="7713633577"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="a5d83f96-5490-47bd-af10-17e4b2c98ef6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙБЫТСЕРВИС&quot;" ИННЮЛ="6829005467"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="b11587fd-ce93-4fd0-9b09-12c1342e921f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭЛЕКТРОСТРОЙТЕХНОЛОГИИ&quot;" ИННЮЛ="6234080267"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="bc102e71-fc16-49b8-a4d6-a9962351a81a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАРБИ&quot;" ИННЮЛ="3904013489"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4691cc71-dcd6-4b19-ad9d-9e85e55a1bb3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПАНИЯ СПЭЙС&quot;" ИННЮЛ="6671270486"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="9e6574f5-9c1b-4ea1-9337-49c8fb601b11" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОЯ&quot;" ИННЮЛ="3904022028"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="2f1df386-9396-4b5b-abe8-19e759c31496" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАТПОЛИФАРМ&quot;" ИННЮЛ="1648016813"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4bcbb240-e884-4ad3-8db9-7443ae2863ea" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФИНСЕРВИС&quot;" ИННЮЛ="4025432352"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="3919fbfb-12ae-4e02-8b3b-4b5b052185be" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕАЛ-ПРОДУКТ-32&quot;" ИННЮЛ="3254511653"/><СведССЧР КолРаб="6"/></Документ><Документ ИдДок="d407f50e-6b1e-4cd8-a5b7-c07fc5f30de3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕРВИСТРАНСЛОГИСТИК&quot;" ИННЮЛ="3254511660"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="2fe41c7c-c15e-4e45-b6b4-02b007bdf7ae" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРИКЛАДНАЯ ХИРУРГИЯ&quot;" ИННЮЛ="6234080309"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="86f0d0be-46a0-421a-b872-0dcd7f9e5ebe" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПОРШЕ СОВРЕМЕННЫЕ МАТЕРИАЛЫ&quot;" ИННЮЛ="4003032505"/><СведССЧР КолРаб="6"/></Документ><Документ ИдДок="0eaee49b-943b-4bfb-986f-38f8564198d0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НАЦИОНАЛЬНОЕ АГЕНТСТВО АУДИТА&quot;" ИННЮЛ="6829005509"/><СведССЧР КолРаб="6"/></Документ><Документ ИдДок="8da1c616-9d7b-47d7-8d0f-8e4400d55e39" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МОБИЛЬНЫЙ КОМФОРТ&quot;" ИННЮЛ="7724635840"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="5bfe07a3-ba42-4963-ac8e-1c26c9185ea1" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПАНИЯ &quot;РОСМИЛК&quot;" ИННЮЛ="3255516943"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="c0352631-5b5d-44f4-acef-5497f5ebf43a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЗАКУСОЧНАЯ &quot;РУСЛАН&quot;" ИННЮЛ="6623002374"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="8438aefb-6f66-4757-ada1-bc744836a867" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР-СНП&quot;" ИННЮЛ="3904043268"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="14e4c9a1-6412-4e56-96e7-f4c552a884dc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕТЛЮКС&quot;" ИННЮЛ="7839410272"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="004368e2-6de3-401f-91d9-9414d9ab992b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПУТНИК ТУР&quot;" ИННЮЛ="4025432377"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="eb712963-7646-4247-890d-9d61e36b18d9" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮРИДИЧЕСКОЕ АГЕНТСТВО &quot;ПРИВАТКОНСАЛТИНГ&quot;" ИННЮЛ="3255516950"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="4a35d7a3-df58-4973-a6a1-cbfcf5c5abe0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;РОДОНИТ&quot;" ИННЮЛ="3250526521"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="88520bf5-b065-49da-a67d-659613cf913c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВЕТЛАРИ&quot;" ИННЮЛ="3904022490"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="beb81072-9d35-43d2-b3fc-552aa6b7f315" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕЦТРАНССЕРВИС&quot;" ИННЮЛ="4003032537"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4230189a-cfc7-4b39-a882-bf37405c1155" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОМИЛК-К&quot;" ИННЮЛ="4025432384"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="ec350528-70c9-4d36-8cf4-b21e2f8cb7a6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮРИДИЧЕСКАЯ ФИРМА &quot;ВАШЕ ПРАВО&quot;" ИННЮЛ="6234080370"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="bb08b52b-ec34-4e19-a805-c5b2b856a476" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ФИРМА &quot;АВИАНИТА&quot;" ИННЮЛ="6668001719"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="16986c9c-3b19-42aa-a831-c042d49530f0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМСВЕТ&quot;" ИННЮЛ="4025432391"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="c9fdefb8-575e-4231-9815-24ad3595f2e2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПЛЕКС-СТРОЙ&quot;" ИННЮЛ="4025432401"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b131cb2e-6636-4ba6-9ffd-e404926fe66e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОИЗВОДСТВЕННО-ТОРГОВАЯ КОМПАНИЯ ТЕКСТРОЙ&quot;" ИННЮЛ="4025432419"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="bac6e412-150c-49e3-8065-648298e51c52" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ИНЖИНИРИНГОВАЯ ФИРМА&quot;ПРОЕКТ-СЕРВИС&quot;" ИННЮЛ="6669012079"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="1e53c283-5543-4338-9480-9329896d29ca" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЕЛИОС&quot;" ИННЮЛ="4025432433"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="9feeb690-db99-4360-96b3-654a6e7a523a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СКОРОСТНЫЕ КОМПЛЕКСНЫЕ РЕШЕНИЯ&quot;" ИННЮЛ="7839410280"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="e1a1aac4-b693-43a8-ab75-64370e030fd7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ СТРОИТЕЛЬНАЯ КОМПАНИЯ &quot;ОЗОН&quot;" ИННЮЛ="6671270670"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="3195aa77-0cbb-494b-86a0-778c2a969278" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЭЙЛОРД&quot;" ИННЮЛ="7842415520"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="9665ffe9-481b-40c4-8692-69c65c70f763" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УПРАВЛЯЮЩАЯ КОМПАНИЯ &quot;СНЕГИРИ&quot;" ИННЮЛ="6234080436"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="835f4af0-fdc4-40c3-9e29-d802ddce2e3e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТЕКОЛЬНЫЙ ЦЕНТР&quot;" ИННЮЛ="6234080443"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ec9242cd-27c8-42c7-b6da-532cfa578d9b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МРАМОРНЫЙ ДОМ&quot;" ИННЮЛ="6163122711"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="32e2b14f-d235-4324-b1a6-d25a4aed6649" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АТ КОНСАЛТИНГ&quot;" ИННЮЛ="7811444842"/><СведССЧР КолРаб="16"/></Документ><Документ ИдДок="a77012db-127b-49e9-88b2-2e06ac995362" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АРИАДА&quot;" ИННЮЛ="6829005570"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="010be553-0570-4e72-b7eb-5428fafdb80a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОРОДСКАЯ РОЩА - 2&quot;" ИННЮЛ="6234080468"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="095e5167-9fa3-4ac6-86e0-b51d0b875554" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БОЛЬШАК&quot;" ИННЮЛ="3904007894"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="954f69e0-ec36-4733-975b-dddda86dfaca" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ&quot;РУСАРСЕНАЛ-ДОН&quot;" ИННЮЛ="6167106502"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="154eeb95-f2ac-4dde-a06d-b1b192366051" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОСТУДИЯ&quot;" ИННЮЛ="6234080475"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="1ddb141a-cee4-4a5a-be4b-8df1ede10fff" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;СИГМА-АВТОМАТИКА&quot;" ИННЮЛ="7804422365"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="5c59eae3-7aba-48e6-ab7c-f166cac52ad4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПАРИТЕТ-СЕРВИС&quot;" ИННЮЛ="6829005594"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="fef51902-3dfb-4edf-8524-52da3d45fb87" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДЭН ГРУПП&quot;" ИННЮЛ="7718669062"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="98cc6bc5-c718-4dbe-a6f9-5fb0bad37bf7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОДВ&quot;" ИННЮЛ="6163122750"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="2571eab6-ac13-4c1b-826b-1ec90f10eef9" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕСТОРАННЫЕ ТЕХНОЛОГИИ&quot;" ИННЮЛ="6234080500"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="14f7ffcd-38e2-4311-864b-1cb0dfda1951" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОПРОДУКТ&quot;" ИННЮЛ="6829005611"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="f012b5ad-26c7-4070-b65f-aea69956d46c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОЛОБОК&quot;" ИННЮЛ="6829005629"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="a32395c4-c97c-40e8-a51f-bc23f7711715" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УНИВЕРМАГ&quot;" ИННЮЛ="1648016940"/><СведССЧР КолРаб="26"/></Документ><Документ ИдДок="c9dd8cf2-a92f-4e11-bc34-4c1a5700c3f4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮРИДИЧЕСКАЯ КОМПАНИЯ &quot;ФРЭШ КОНСАЛТИНГ&quot;" ИННЮЛ="7708650545"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4f0ea0ac-60e2-4a4b-a0ee-0fb2c5669c7b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТО-СТАРТ&quot;" ИННЮЛ="6167106510"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="c6a3c00c-bc86-4eec-a177-4806daef49af" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВПШ&quot;" ИННЮЛ="3904007220"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6820b152-2d23-4f9e-be08-e797c2e9c6ae" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВОЗРОЖДЕНИЕ&quot;" ИННЮЛ="3254511692"/><СведССЧР КолРаб="694"/></Документ><Документ ИдДок="224815e3-734e-4a6f-9863-11fc69876fe5" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РОСТОВСКИЙ ЦЕНТР НАРОДНОЙ МЕДИЦИНЫ&quot;" ИННЮЛ="6167106527"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="209fa8a0-2ad2-49c8-bc3a-6140bd843f45" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕКЛАМНО-ПРОИЗВОДСТВЕННАЯ ФИРМА АЛЬФА&quot;" ИННЮЛ="7840419015"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="71809eca-fc5c-44fe-8f8e-b84f0c33a1d6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛУБРИСИТИ&quot;" ИННЮЛ="7802480107"/><СведССЧР КолРаб="17"/></Документ><Документ ИдДок="42f77997-92f4-4243-96c8-05d318628289" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОБИЗНЕС-СОЮЗ&quot;" ИННЮЛ="6167106534"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="611b500c-b31c-4a8a-8d2b-983dd1c3a4f0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРОЙКА&quot;" ИННЮЛ="7811444867"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="c48b3a62-c05d-4801-8a77-9bb88344276e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАДУГА&quot;" ИННЮЛ="3254511702"/><СведССЧР КолРаб="39"/></Документ><Документ ИдДок="04af4943-1f33-4e6e-bf7d-c78b56712acf" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕД ДК&quot;" ИННЮЛ="6163122782"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="fe149a03-20ba-4b94-8004-c68feef5323d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТОРИК&quot;" ИННЮЛ="1648016980"/><СведССЧР КолРаб="11"/></Документ><Документ ИдДок="0c214469-840c-45d7-b95d-b458a46ab16b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАГИЛМЕЖАВТОТРАНС&quot;" ИННЮЛ="6669000877"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="323b174c-61e2-40c9-ad6d-0323ec5d1452" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛФАВИТ-ПРОДУКТЫ&quot;" ИННЮЛ="6234080620"/><СведССЧР КолРаб="54"/></Документ><Документ ИдДок="1bf57a85-2cfd-4529-aa84-56350650254d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕТАЛЛОКОНСТРУКЦИИ&quot;" ИННЮЛ="3254511710"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ff0e81a8-94c4-432c-b667-11338fb74bcb" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОИТЕЛЬ-МВ&quot;" ИННЮЛ="6163122800"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="bfa78d8c-d7ef-49a4-9b82-19284599c454" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕТСЕРВИС-ТРАНЗИТ&quot;" ИННЮЛ="3245508140"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b66a5b6c-f15c-42c9-85b8-1cb11b9f44ad" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХМЕТСБЫТ+&quot;" ИННЮЛ="3245508157"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b5c1c20a-d0cc-4dd2-b7e1-fd8f38a61503" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТОРГОВО ЗАКУПОЧНАЯ КОМПАНИЯ &quot;АК БАРС РЕСПЕКТ&quot;" ИННЮЛ="1615005566"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="0b0f1e04-f00f-4987-ba8b-f321010afaf8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЕОПРАЙД&quot;" ИННЮЛ="3241501859"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="eba9d8bd-3410-4813-9246-5a9f6eacc789" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКАДЕМИЯ ТЕХНОЛОГИЙ ШОУ-ИНДУСТРИИ&quot;" ИННЮЛ="6234080676"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="50ad0bb3-c18d-42f0-9ed1-f6222af745f5" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОГРУПП&quot;" ИННЮЛ="7813452888"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="f5f0733b-fb7d-41f4-98aa-e0b3396a32a2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ЭРГА-АС&quot;" ИННЮЛ="3904043772"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="190bfd8e-a60d-453f-bfd5-36a35e28b385" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОТКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;САНАТОРИЙ &quot;СНЕЖКА&quot;" ИННЮЛ="3250526578"/><СведССЧР КолРаб="150"/></Документ><Документ ИдДок="d0752ae5-90a9-46d4-bd28-f7df8aad498c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИЭК ХОЛДИНГ&quot;" ИННЮЛ="7724635872"/><СведССЧР КолРаб="1499"/></Документ><Документ ИдДок="fddc5306-77e0-4e65-b742-98d4e3d1d53f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮКОД&quot;" ИННЮЛ="6667007161"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="696f63d4-f692-49c2-b96a-7ba4a2ec6050" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; АС-ПЛЮС&quot;" ИННЮЛ="1648016997"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="dbfd8b8d-c350-4f2e-bb8c-8b7d719550cc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;РЕПРИНТ&quot;" ИННЮЛ="6668007118"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="fb5aea27-4651-4a32-a645-f2cfd3574add" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАЛТИНТЕКС&quot;" ИННЮЛ="3904034129"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="2e4870f4-559d-42bf-bf09-aa7da7570569" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОЛОГИЯ-ПРОЕКТ&quot;" ИННЮЛ="6234080700"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="7dc48113-be68-486e-bb87-9642d1ddb784" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АТЛАС&quot;" ИННЮЛ="7839389084"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="46b6a311-cf40-47d0-9626-8f70f0e43872" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАССА ВЗАИМОПОМОЩИ ЮГО-ЗАПАД&quot;" ИННЮЛ="3254511727"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ce0d1152-72c2-4e0e-af08-2bdd65c44edc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛАЙТ&quot;" ИННЮЛ="6234080718"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d7298888-2378-4bc6-9510-3e74754a2f2f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ &quot;АК-БАЙ&quot;" ИННЮЛ="1648017038"/><СведССЧР КолРаб="16"/></Документ><Документ ИдДок="9e752cbc-c390-4b9d-b837-95609da86e44" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕЖДУНАРОДНЫЙ ЦЕНТР ОЦЕНКИ И КОНСАЛТИНГА&quot;" ИННЮЛ="3255517009"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d3fd37b0-9448-43a4-b572-35a86a437250" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФУДЭКСКЛЮЗИВ&quot;" ИННЮЛ="7805500136"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6686fe2b-979f-44c1-a490-ba1aee852bce" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТАРАЯ КНИГА&quot;" ИННЮЛ="3903004668"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="76c7bb48-92f4-4065-8162-2e0bcac7e0bc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГЕНТСТВО НЕДВИЖИМОСТИ &quot;ПРОСПЕКТ&quot;" ИННЮЛ="3254511734"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="087e1114-5340-4b35-a432-dd0fd01b59d4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВАДЕБНОЕ&quot;" ИННЮЛ="6668006403"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="a8cfb08e-b6ed-4ce7-99bd-76f659ba337d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕГИОН&quot;" ИННЮЛ="6234080732"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="b8368723-7d84-442f-87fd-05dd5f7631ab" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕКЛАМНАЯ ГРУППА &quot;ПРЕСТО&quot;" ИННЮЛ="7729585086"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="121645c1-c4a6-405c-8844-a33ec419e340" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАЛИТА-СТРОЙ&quot;" ИННЮЛ="6829005770"/><СведССЧР КолРаб="4"/></Документ></Файл>
20,817
41,633
0.780612
a3812f2b1106965085b7da3df03c200a0747ea05
6,234
xml
XML
presentation/src/main/res/layout/fragment_message_details.xml
IAGT-Amazing-Software/android-java-clean-architecture
79d6acec0b351729eeae504443f891db24b9c248
[ "Apache-2.0" ]
2
2018-07-02T07:52:27.000Z
2018-07-26T08:49:42.000Z
presentation/src/main/res/layout/fragment_message_details.xml
IAGT-Amazing-Software/android-java-clean-architecture
79d6acec0b351729eeae504443f891db24b9c248
[ "Apache-2.0" ]
null
null
null
presentation/src/main/res/layout/fragment_message_details.xml
IAGT-Amazing-Software/android-java-clean-architecture
79d6acec0b351729eeae504443f891db24b9c248
[ "Apache-2.0" ]
null
null
null
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".view.activity.MainActivity"> <android.support.design.widget.AppBarLayout android:id="@+id/appbarLayout" android:layout_width="match_parent" android:layout_height="250dp" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> <android.support.design.widget.CollapsingToolbarLayout android:id="@+id/ctlLayout" android:layout_width="match_parent" android:layout_height="match_parent" app:contentScrim="?attr/colorPrimary" app:layout_scrollFlags="scroll|exitUntilCollapsed"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" app:layout_collapseMode="parallax"> <ImageView android:id="@+id/iv_image" android:layout_width="match_parent" android:layout_height="match_parent" /> <android.support.v4.view.ViewPager android:id="@+id/vp_links" android:layout_width="match_parent" android:layout_height="match_parent" /> <me.relex.circleindicator.CircleIndicator android:id="@+id/circle_indicator" android:layout_width="match_parent" android:layout_height="30dp" android:layout_alignParentBottom="true" android:layout_marginLeft="10dp" android:layout_marginRight="10dp"/> </RelativeLayout> <android.support.v7.widget.Toolbar android:id="@+id/appbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:contentInsetEnd="0dp" android:contentInsetLeft="0dp" android:contentInsetRight="0dp" android:contentInsetStart="0dp" android:minHeight="?attr/actionBarSize" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:contentInsetEnd="0dp" app:contentInsetLeft="0dp" app:contentInsetRight="0dp" app:contentInsetStart="0dp" app:layout_collapseMode="pin" app:layout_scrollFlags="scroll|enterAlways" app:popupTheme="@style/ThemeOverlay.AppCompat.Light"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> <ImageView android:id="@+id/iv_toolBar_icon" android:layout_width="50dp" android:layout_height="50dp" android:layout_alignParentLeft="true" android:layout_centerInParent="true" android:padding="15dp" android:src="@drawable/ic_back" /> <TextView android:id="@+id/tv_toolBar_title" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerInParent="true" android:textColor="@color/white" android:textSize="18sp" android:paddingLeft="60dp" android:paddingRight="53dp" android:ellipsize="end" android:lines="1" android:gravity="center" android:text="Toolbar title"/> </RelativeLayout> </android.support.v7.widget.Toolbar> </android.support.design.widget.CollapsingToolbarLayout> </android.support.design.widget.AppBarLayout> <android.support.v4.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" android:fillViewport="true" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <TextView android:id="@+id/tv_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Title" android:textSize="24sp" android:textColor="@color/black" android:layout_marginLeft="22dp" android:layout_marginTop="36dp" android:textStyle="bold"/> <TextView android:id="@+id/tv_description_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/view_text_description" android:textSize="18sp" android:textColor="@color/black" android:layout_marginLeft="22dp" android:layout_marginTop="36dp"/> <TextView android:id="@+id/tv_description" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="22dp" android:layout_marginRight="22dp" android:layout_marginTop="16dp" android:textColor="@color/black" android:textSize="14sp" android:lineSpacingExtra="4dp"/> </LinearLayout> </android.support.v4.widget.NestedScrollView> <include layout="@layout/view_progress" /> <include layout="@layout/view_retry" /> </android.support.design.widget.CoordinatorLayout>
40.480519
107
0.568014
1df7f6c5776e22e72e7e5f6316e27afaa344bb1f
485
xml
XML
mobile/src/main/res/drawable/ic_icon_save.xml
razemla/EFRConnect-android
636d4b5259aec36abc1d8fd17a3e82bf1ddd332a
[ "Apache-2.0" ]
43
2020-03-24T11:50:24.000Z
2022-02-22T05:47:00.000Z
mobile/src/main/res/drawable/ic_icon_save.xml
razemla/EFRConnect-android
636d4b5259aec36abc1d8fd17a3e82bf1ddd332a
[ "Apache-2.0" ]
15
2020-03-31T21:27:28.000Z
2021-06-30T09:30:35.000Z
mobile/src/main/res/drawable/ic_icon_save.xml
razemla/EFRConnect-android
636d4b5259aec36abc1d8fd17a3e82bf1ddd332a
[ "Apache-2.0" ]
31
2017-07-24T06:55:49.000Z
2020-03-20T13:22:28.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="18dp" android:height="18dp" android:viewportWidth="18" android:viewportHeight="18"> <path android:pathData="M14.59,0.59A2.006,2.006 0,0 0,13.17 0L2,0A2,2 0,0 0,0 2L0,16a2.006,2.006 0,0 0,2 2L16,18a2.006,2.006 0,0 0,2 -2L18,4.83a1.966,1.966 0,0 0,-0.59 -1.41ZM9,16a3,3 0,1 1,3 -3A3,3 0,0 1,9 16ZM10,6L4,6A2,2 0,0 1,4 2h6a2,2 0,0 1,0 4Z" android:fillColor="#333"/> </vector>
48.5
251
0.659794
06c818d633e0e0a7c0994d756ec7c8d5fd28393d
610
csproj
XML
KdSoft.Common.VeryPortable/KdSoft.Common.VeryPortable.csproj
kwaclaw/KdSoft.General
a153743742c522d9be8ac3218c3991b13f95351b
[ "MIT" ]
null
null
null
KdSoft.Common.VeryPortable/KdSoft.Common.VeryPortable.csproj
kwaclaw/KdSoft.General
a153743742c522d9be8ac3218c3991b13f95351b
[ "MIT" ]
null
null
null
KdSoft.Common.VeryPortable/KdSoft.Common.VeryPortable.csproj
kwaclaw/KdSoft.General
a153743742c522d9be8ac3218c3991b13f95351b
[ "MIT" ]
1
2019-07-09T19:03:29.000Z
2019-07-09T19:03:29.000Z
<Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\common.props" /> <PropertyGroup> <Title>KdSoft.Common.VeryPortable</Title> <Description>KdSoft.Common.VeryPortable Class Library</Description> <VersionPrefix>2.0.3</VersionPrefix> <TargetFrameworks>netstandard1.1;net461</TargetFrameworks> <NoWarn>1591</NoWarn> </PropertyGroup> <ItemGroup> <Compile Include="..\SharedAssemblyInfo.cs" /> </ItemGroup> <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' "> <PackageReference Include="System.Net.Requests" Version="4.3.0" /> </ItemGroup> </Project>
27.727273
71
0.7
d67e545b1a1cfff232d45b40616f8ff414a29599
173,869
xml
XML
taxes/2017/data-20190426-structure-20180110/VO_OTKRDAN4_9965_9965_20190425_b46c9ed8-5a5e-4b1a-a854-bfee101fb119.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
taxes/2017/data-20190426-structure-20180110/VO_OTKRDAN4_9965_9965_20190425_b46c9ed8-5a5e-4b1a-a854-bfee101fb119.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
taxes/2017/data-20190426-structure-20180110/VO_OTKRDAN4_9965_9965_20190425_b46c9ed8-5a5e-4b1a-a854-bfee101fb119.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><Файл ИдФайл="VO_OTKRDAN4_9965_9965_20190425_b46c9ed8-5a5e-4b1a-a854-bfee101fb119" ВерсФорм="4.01" ВерсПрог="1.0" ТипИнф="ОТКРДАННЫЕ4" КолДок="234"><ИдОтпр><ФИООтв Фамилия="_" Имя="_"/></ИдОтпр><Документ ИдДок="d6f560dc-848e-4c90-8817-4c0706be4212" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОСТИНЫЙ ДВОР&quot;" ИННЮЛ="7418014097"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="20319.00"/></Документ><Документ ИдДок="c7a8bd89-15c6-4fa0-ba44-ec5bead47d69" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПЕРЕКРЁСТОК&quot;" ИННЮЛ="3848002184"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="2c261b81-09af-4da8-8e82-57c5eeca5bdd" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТОМАТОЛОГИЧЕСКИЙ ЦЕНТР &quot;ЖЕМЧУЖНЫЙ&quot;" ИННЮЛ="3848002177"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="214322.48"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="26840.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/></Документ><Документ ИдДок="26e1d0db-fe9d-43bf-8a24-52e14f77c2c5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОМАНИД&quot;" ИННЮЛ="2224120033"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="58920be0-a530-4f24-85a5-a37322a86df6" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОРОЖНОЕ&quot;" ИННЮЛ="2224120019"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="77500.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="402136.00"/><СвУплСумНал НаимНалог="Водный налог" СумУплНал="1330.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="214702.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="362674.23"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="1177398.60"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="151627.00"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="81543.00"/></Документ><Документ ИдДок="be25511a-15cc-4f19-b383-eb4754699351" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОХОТНИК&quot;" ИННЮЛ="6829028922"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="22739.38"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="39989.93"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="232339.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="172505.60"/></Документ><Документ ИдДок="73147752-cd13-4c14-934d-0b12f9c46980" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОЛЕСЯ&quot;" ИННЮЛ="7449047310"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="109237.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="52210.00"/></Документ><Документ ИдДок="19dc33a5-4d26-4ee8-8036-0dddfcf8fa75" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИР КРАСОТЫ&quot;" ИННЮЛ="6829028930"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="6a487de8-cd24-4a1d-8f06-7056d7cb5e26" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВНЕШЭКОНОМСНАБ&quot;" ИННЮЛ="7449047328"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/></Документ><Документ ИдДок="3cf47133-14f4-4b85-aaa1-2ff2793d3ad5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХНОСИЛА&quot;" ИННЮЛ="1831096430"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="e277c97e-f098-4152-99b9-5432460fda7c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОДЕТАЛЬ&quot;" ИННЮЛ="3848002219"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="66841be7-0c93-4b76-90a1-5e4163c0e568" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВОРОНЕЖСКАЯ ВЕТЕРИНАРНАЯ КОМПАНИЯ&quot;" ИННЮЛ="3662158073"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="62707.11"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1075.90"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="14915.32"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="21418.50"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="8162.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1892.10"/></Документ><Документ ИдДок="14db125d-76c6-442f-8a2b-d865741c4601" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛИФТМОНТАЖСЕРВИС&quot;" ИННЮЛ="3665080058"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="b94cf116-15ef-4234-a32e-4f7c3f216fbe" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТК ДОСТАТОК&quot;" ИННЮЛ="3848002201"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="4387.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="2751.00"/></Документ><Документ ИдДок="49744557-6140-468f-bc88-1a10a8be5896" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАТРИЦА&quot;" ИННЮЛ="1831096462"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="a94b3322-66d6-4340-aac6-019c23885c46" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАЙОННАЯ ЭКСПЛУАТАЦИОННАЯ КОМПАНИЯ ЖИЛИЩНОЕ ЕДИНСТВО&quot; КОМИНТЕРНОВСКОГО РАЙОНА Г. ВОРОНЕЖА" ИННЮЛ="3662158080"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1420.04"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="10274.52"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="44321.45"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="2578.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="237961.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="5bd6ce05-e7b7-4aad-b442-533aa4da17ee" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИЛАНА&quot;" ИННЮЛ="3662158098"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="88e2e3a9-c01b-489a-ab4c-af249cb18edc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СКИФ&quot;" ИННЮЛ="7713605410"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="89330.69"/><СвУплСумНал НаимНалог="Торговый сбор" СумУплНал="61100.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="464597.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="3a3cd595-88aa-448e-86e9-d5c400867fa1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВЯЗЬСТРОЙПРОЕКТ&quot;" ИННЮЛ="2224120058"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="221566.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="21679.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="595579.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="164448.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="35012.00"/></Документ><Документ ИдДок="4da6e13d-10a2-410d-937a-ffaffe10bfbf" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДАНТИСТ&quot;" ИННЮЛ="7449047367"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="7180.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2610.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="4590.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="19800.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="627c1a0f-57dd-480f-81eb-257675ed4736" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОИНВЕСТ&quot;" ИННЮЛ="2224120114"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="101970.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="f6c97900-92f1-463a-b785-8fbdf14a45a8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РУСБИЛД&quot;" ИННЮЛ="7715629135"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="34320.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="4524.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="596907.85"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="10710.00"/></Документ><Документ ИдДок="ef1fb080-053c-4997-bf04-909d319e8cf2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕСМЕБЕЛЬ&quot;" ИННЮЛ="3666167791"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="fb690935-a8ee-4af5-967c-5c22347f46e6" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭЛИТАН ТРЕЙД&quot;" ИННЮЛ="1831096455"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="14411015.76"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="5793.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="2243577.11"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="9552951.54"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="9307836.54"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="39081.95"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="86120532-74cb-4217-af75-644f29787fba" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭККАУНТИНГ КОНСАЛТ&quot;" ИННЮЛ="7730553811"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="471db81f-819a-499d-a576-ee0d43d95514" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОТКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;АЛЬКАПЕ&quot;" ИННЮЛ="7449047381"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="598de244-063d-47a6-bcad-494457982d62" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛТАЙСТРОЙМОНТАЖ&quot;" ИННЮЛ="2224120107"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="a16efe15-c534-417c-9e40-4f774e475a74" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КЕДРОНИК&quot;" ИННЮЛ="3848002297"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="cf2fb237-f4b4-4fa8-8f76-1797d48d47ce" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ СТРОЙ ПРОЕКТ &quot;АТОВ&quot;" ИННЮЛ="7719615302"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="28211.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="121673.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="16044.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="151904.43"/></Документ><Документ ИдДок="72246c84-5f2b-4f50-9e50-fcca9584332a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АНГАРСТРОЙ&quot;" ИННЮЛ="1834054710"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="0b796afd-1682-47f7-a0f7-b93986ebc673" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАЙОННАЯ ЭКСПЛУАТАЦИОННАЯ КОМПАНИЯ КОМФОРТ&quot; КОМИНТЕРНОВСКОГО РАЙОНА Г. ВОРОНЕЖА" ИННЮЛ="3666167801"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="12361.86"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="21739.82"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="2992.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="356219.32"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="93779.66"/></Документ><Документ ИдДок="04c830b1-3dbf-49d7-93b1-45acd0c4b7b1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛТАЙГАЗОБЕТОН&quot;" ИННЮЛ="2224120097"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="9e99617a-f253-40c3-9f4e-c593e01a305e" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПОЖЦЕНТР &quot;СОДЕЙСТВИЕ&quot;" ИННЮЛ="3664106779"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="15840.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="3672.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="6891.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2088.00"/></Документ><Документ ИдДок="084ae3d6-3320-42b8-a6e5-1d2169c939b2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОХРАННОЕ ПРЕДПРИЯТИЕ &quot;СМЕРШ&quot;" ИННЮЛ="1831096504"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="248d6422-70f7-49a8-bb2e-c47d520140ff" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АНТИК&quot;" ИННЮЛ="7449047409"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="f8065b9b-ca5d-40e8-aaa3-53091f29e445" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ &quot;ЧЕРНЫЙ ВОРОН&quot;" ИННЮЛ="3666167819"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="786904.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="15070.46"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="11970.83"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="73732.95"/></Документ><Документ ИдДок="e0f6c9e4-d695-475f-89bf-5bba51dd87b0" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМЫШЛЕННАЯ ИННОВАЦИОННАЯ КОМПАНИЯ&quot;" ИННЮЛ="1833059258"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="14076.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="8004.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="21394.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="60720.00"/></Документ><Документ ИдДок="8a5dc9b1-8d20-4e05-b20a-51961d428faa" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ УПРАВЛЯЮЩАЯ КОМПАНИЯ &quot;ЭКСПЕРТ&quot;" ИННЮЛ="1833059265"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="8fd18833-a29b-43d8-bc58-26ef2c95f7e7" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР КНИГИ&quot;" ИННЮЛ="1831096529"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="11647.20"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="101377.53"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="437314.87"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="23134.00"/></Документ><Документ ИдДок="eb0c3177-d890-4be1-88eb-b96b92bff06d" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕС ИНВЕСТ СЕРВИС&quot;" ИННЮЛ="2224120121"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/></Документ><Документ ИдДок="fa59a82c-40f4-439b-a07d-15a865572afe" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭЛЕКТРОПРИВОД&quot;" ИННЮЛ="1834054728"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="9364.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="6159.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="3000.00"/></Документ><Документ ИдДок="b7b570de-6b43-488e-8a3c-f914e3cc6b26" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕЦИАЛИЗИРОВАННОЕ ПРЕДПРИЯТИЕ ПО ЭКСПЛУАТАЦИИ ДОРОГ И БЛАГОУСТРОЙСТВУ&quot;" ИННЮЛ="3848002258"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="de427b90-4c6b-48b9-a003-c5d43c29df0b" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР ТЕЛЕКОММУНИКАЦИЙ&quot;" ИННЮЛ="1831096536"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="200645.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="46698.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="5600.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="17680.20"/></Документ><Документ ИдДок="63c21267-e09c-448a-8519-149064c5495b" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРАНСПОРТНАЯ СТРОИТЕЛЬНАЯ КОМПАНИЯ 211&quot;" ИННЮЛ="3662158108"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="30465.87"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="12139.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="7062.54"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="4015.96"/></Документ><Документ ИдДок="d1c9321c-35aa-4566-a037-e623995a68eb" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХСТРОЙКОНТРАКТ&quot;" ИННЮЛ="3808206209"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="70482.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="333260.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="12209.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="89242.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="0d5d9231-baf9-45bf-a2b9-fc6c98bf20e8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕТЕР СТРАНСТВИЙ&quot;" ИННЮЛ="4217131863"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="14012.65"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="8517.59"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="4843.34"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="36742.42"/></Документ><Документ ИдДок="d43cdc15-7f05-4d5e-9021-5787e0a07d9e" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИТЕРА&quot;" ИННЮЛ="7449047448"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="21195.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="44251.00"/></Документ><Документ ИдДок="7a0e2f2e-ae09-4cd3-87fb-49118ca9f93a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАРКОДЕНТ&quot;" ИННЮЛ="7723596028"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="8c129a80-17d9-42da-8f09-90b488bbc5a3" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПИРАМИДА ПРО&quot;" ИННЮЛ="3849001289"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="435640.59"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="674422.67"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="2250.00"/></Документ><Документ ИдДок="0f385e62-07c4-4f94-9352-cda19776c7ac" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕХОБРАБОТКА&quot;" ИННЮЛ="1831096590"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="55020194-7a92-4957-84d0-cb8861c5e831" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТОКССОФТ-АВТОМАТИКАПРОМСЕРВИС&quot;" ИННЮЛ="3849001306"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="7270.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="11500.90"/></Документ><Документ ИдДок="a7aedebc-85fa-488a-a39c-38e0613db67f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮЖУРАЛВТОРРЕСУРС&quot;" ИННЮЛ="7449047470"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/></Документ><Документ ИдДок="c58bae47-77ff-49cb-a28f-c800d8bd0083" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПВ-МАЙНИНГ&quot;" ИННЮЛ="4217131912"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="1000.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/></Документ><Документ ИдДок="b5cf5f13-7727-4b99-b4cb-563ab4fbb840" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОЛАЙТ&quot;" ИННЮЛ="3849001296"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="dafddb43-c331-4710-a773-ae7221f9ea1a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЯГУАР&quot;" ИННЮЛ="7006008908"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="13607.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="5186.19"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="39343.48"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="9120.53"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="50595.09"/></Документ><Документ ИдДок="95fdbcf2-bb0d-4ae9-a97e-8bcf06bb9614" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДУНВАН ТРЕЙД&quot;" ИННЮЛ="3849001313"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="1381.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="35295.57"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="267754.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="15671.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="62076.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="125862.00"/></Документ><Документ ИдДок="ecd14cae-29b2-4b45-b00b-dee0e76920bd" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СФЕРА&quot;" ИННЮЛ="7006008915"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="5264a10f-1615-4e60-8895-1b8e380f711d" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕАКТОР&quot;" ИННЮЛ="4217131920"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="1294aa20-7d1c-4c9e-a727-b7b9e256ee9a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭТАЛОН&quot;" ИННЮЛ="4217131937"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="23853.38"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="47458.80"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="180956.67"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="41949.05"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="130774.00"/></Документ><Документ ИдДок="92ae0419-7a3c-4c73-a7bf-80bef117f2f9" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОЕКТНО-СТРОИТЕЛЬНАЯ КОМПАНИЯ &quot;БАЙС&quot;" ИННЮЛ="3808206223"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1966.20"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="12804.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="9173.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="65509.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="2968.20"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="791d2081-8632-4250-a14a-af02da680b22" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИМПУЛЬС&quot;" ИННЮЛ="6829028954"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="7f7e3ab9-684b-4887-9214-7f2dba2e0999" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ МИКРОКРЕДИТНАЯ КОМПАНИЯ &quot;РЕЗЕРВ ФИНАНС&quot;" ИННЮЛ="7011006046"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="311806.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="372325.97"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="1606112.07"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="1964188.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="181455.18"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="2935e1f1-22b7-4485-8e03-5004a016b3dc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КЕДР&quot;" ИННЮЛ="7023005150"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="24037.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="12006.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="21114.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="91080.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/></Документ><Документ ИдДок="0d3bfca7-328a-4239-bbd3-d35faf72e9ad" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕЛЬСКИЕ АЗС&quot;" ИННЮЛ="3849001338"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="902e48e3-9fcc-40d8-b72e-b7d8934ed5e1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СИТИ - СЕРВИС&quot;" ИННЮЛ="2224120202"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="2c59fd0b-52e7-435a-90f1-01f79bca6993" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КУЗНЕЦКФАСАДСТРОЙ&quot;" ИННЮЛ="4217131951"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="1616.20"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="3188.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="6225.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="2930.99"/></Документ><Документ ИдДок="7b32e25b-05be-4f89-b31f-f084904bb636" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЛАСИС. ИРКУТСК&quot;" ИННЮЛ="3808206230"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="fcf910e4-f471-478a-8cf3-5f8d23299b16" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ МАГАЗИН &quot;ВАСИЛЬЕВА 7 А&quot;" ИННЮЛ="6829028961"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="b2e0e327-5486-42d9-ace2-8a522a931f35" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КРАСАЛТА&quot;" ИННЮЛ="2224120185"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="48772.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="11373.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="54560.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="35594.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="7192.00"/></Документ><Документ ИдДок="f86b0dea-44b7-40fa-9d42-091d063b3433" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОФИРМА &quot;БОХАН&quot;" ИННЮЛ="3845000284"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="1a9b6ae5-0534-4d30-88fb-a6038dbee925" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕСКОНСАЛТ&quot;" ИННЮЛ="7011006053"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="34961.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="17581.10"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="132614.52"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="30741.86"/></Документ><Документ ИдДок="8b3a575e-c8a5-46a4-834d-fc3df15e963d" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОЛНЕЧНОЕ&quot;" ИННЮЛ="6818005257"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="aed9ccbd-d9d1-4083-83c5-edd3b3de7384" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКВА-БРЕНД&quot;" ИННЮЛ="4217131983"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="35643.00"/></Документ><Документ ИдДок="607afca5-4ea3-4402-bc8e-17b9313c38cb" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙИНДУСТРИЯ&quot;" ИННЮЛ="6829028993"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="8782.00"/></Документ><Документ ИдДок="acd0f642-8111-45b3-be16-0757509dfbe6" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭТАЛОН&quot;" ИННЮЛ="7006008947"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="4335.50"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="64728.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="7624.50"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="25853.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="34a95721-ba27-489d-841e-8af6b113a9f4" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УПРАВЛЯЮЩАЯ КОМПАНИЯ &quot;ЛИДЕР НОВОКУЗНЕЦКА&quot;" ИННЮЛ="4217131990"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="181460.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="50000.00"/></Документ><Документ ИдДок="fd72cb5f-e2f6-4ca2-8a2e-084778bb98c3" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОТКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ТЕХНОСЕРВИС&quot;" ИННЮЛ="7449047568"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="414.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="8a0572f6-212b-4637-bb81-07f1aadd19ea" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕВЕРНЫЙ ТРАНЗИТ&quot;" ИННЮЛ="7006008954"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="23037.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="424165.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="73113.82"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="1290562.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="16949.12"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="9637.72"/></Документ><Документ ИдДок="f80b0f24-b9fb-4c93-8363-136a0aabfce2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАМБОВСКАЯ МЕМОРИАЛЬНАЯ КОМПАНИЯ&quot;" ИННЮЛ="6829029002"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="4a25d885-ec9b-4666-ad8b-0e5d5be5fde2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАВЕ&quot;" ИННЮЛ="4217132017"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="072e15b5-2a62-4ac0-9dfe-04e5ccb862d2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АДВЕРТИНТЕРКОМ&quot;" ИННЮЛ="2224120210"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="d2c40b65-93d1-448a-a84d-602f17decce5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФЕРРУМ ПЛЮС&quot;" ИННЮЛ="7449047575"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="9116849f-0c58-4110-a5b7-1f12a065d5a9" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ВОСТОЧНО-СИБИРСКАЯ ТОРГОВАЯ КОМПАНИЯ &quot;АНГАРА&quot;" ИННЮЛ="3808206270"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="67138.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="488126.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="583823.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="190220.58"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="491323.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="185151.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="556ea529-daa0-4418-9a2b-923683716872" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДЕНТАЛ-К&quot;" ИННЮЛ="6829029010"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="26970.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="129369.46"/></Документ><Документ ИдДок="a82b45a2-2ffa-46ad-83bb-85eba0b75839" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛЮКС МЕТАЛЛ&quot;" ИННЮЛ="1831096688"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="4272.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="6512.55"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1510.36"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="859.20"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="54364.00"/></Документ><Документ ИдДок="aa3f1902-7427-4d82-8a3e-75110a9f8da8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕХАНИЗАЦИЯ 6&quot;" ИННЮЛ="4217132024"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="1766061.54"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="6555.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="10150344.66"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="3828.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="6732.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="29040.00"/></Документ><Документ ИдДок="847323dd-0c27-450b-99a2-f41640d66d8a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СИБЛЕССЕРВИС&quot;" ИННЮЛ="3808206294"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="158450.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="22ad05d0-58c2-43cb-bb3b-0c1d7eabb3ca" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХКОМПЛЕКТ&quot;" ИННЮЛ="4217132031"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="9126.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="4400.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1020.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="580.00"/></Документ><Документ ИдДок="bc277d6c-f4be-4426-a6d4-ef4535d67f6a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АПОЛЛОН&quot;" ИННЮЛ="3845000291"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="a019dac5-6617-4dcd-8e2b-b85c58cc1a82" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАРГАРИТКА&quot;" ИННЮЛ="7449047582"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="601.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/></Документ><Документ ИдДок="aade2670-6f62-4eef-ba36-32de659e58ef" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФОРТУНА&quot;" ИННЮЛ="2224120280"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="39f95d57-7e7c-41b4-8114-1f9a6316c6d8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОДЮСЕРСКИЙ ЦЕНТР &quot;ПРОДВИЖЕНИЕ-НОВОКУЗНЕЦК&quot;" ИННЮЛ="4217132049"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="111500.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="37820.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="162520.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="20550.06"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="2c4fffb3-836d-4c98-bf65-7c2651e2e0b4" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛАМИТ&quot;" ИННЮЛ="3702594375"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="3ece95bc-a20c-49f8-a139-f72fdbd2365c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭЛЕКТРОН-ПРОЕКТ&quot;" ИННЮЛ="2224120273"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2430.86"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="4274.96"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="18441.01"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="2621.00"/></Документ><Документ ИдДок="7a1e103a-569a-45d0-92ac-c2d812592075" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙТЕХНОЛОГИЯ&quot;" ИННЮЛ="6829029130"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="831730.91"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/></Документ><Документ ИдДок="07c10cea-18b1-44b4-b33c-43b5c194df9a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ СТУДИЯ КРАСОТЫ &quot;ФЛАМИНГО&quot;" ИННЮЛ="2224120315"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="25de4d1f-7ac6-4a36-a545-fd4ccd791708" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕЦКОМПЛЕКТ- ДТ&quot;" ИННЮЛ="7449047600"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="63330.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="19140.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="4437.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2523.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="feab04b7-733a-462e-a3fb-05e79ed2ac33" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАМБОВ-КОНСАЛТИНГ&quot;" ИННЮЛ="6829029098"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="082e0937-1ea2-4ff3-b04b-bdf462ef5b58" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОРОЖНИК&quot;" ИННЮЛ="6818005264"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="101840.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="4793.20"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="11932.00"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="51242.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="8429.42"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="36362.22"/></Документ><Документ ИдДок="5dd319e1-b556-46f5-a6db-a430d81d856a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРО-СЕРВИС&quot;" ИННЮЛ="2224120298"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="3457.80"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="33581.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="14916.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/></Документ><Документ ИдДок="1c7bd80b-bff4-45d9-8600-c594f20869eb" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВАНГАРД-С&quot;" ИННЮЛ="7449047631"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1672.07"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="7212.86"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="91088.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.79"/></Документ><Документ ИдДок="7d1c279d-f21a-43b3-8f3f-295c7a0a085d" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКО ХЛЕБ&quot;" ИННЮЛ="4217132095"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="8b5f5eaa-4023-488f-886d-ca6986cf8371" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОЛИМП&quot;" ИННЮЛ="3702594417"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="9660bae5-42ed-48b2-ba49-77baa3d8cea4" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПОРТ-ЛАЙН&quot;" ИННЮЛ="1831096744"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/></Документ><Документ ИдДок="2b6da3b1-1faf-47bf-9049-cc260597b937" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СКВ-ТРЕЙД&quot;" ИННЮЛ="4217132120"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="f26411b5-7833-4255-bfe9-7989ea1ac71c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТОМАТОЛОГИЯ &quot;ДЕНТА-ЛЮКС&quot;" ИННЮЛ="6829029179"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="228942.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="210935.98"/></Документ><Документ ИдДок="df457e4c-64f8-447c-beb1-d1b75d6e165f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДИСКОНТ&quot;" ИННЮЛ="5720015137"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="6d783629-b9f7-4dcb-a5f8-b6a35815671f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНТЕРКОМ&quot;" ИННЮЛ="4217132144"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="7375.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="242345.15"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="177839.00"/></Документ><Документ ИдДок="ca32f3c4-51ad-4bb4-a76d-eb45ffaee753" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КУЗНЕЦКБИЗНЕСКАПИТАЛ&quot;" ИННЮЛ="4217132151"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="24595ec3-fff1-4391-85ec-c5f9fe2b3d05" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛЮКС&quot;" ИННЮЛ="5720015144"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="b531499b-15d6-4e71-8137-e5a60dc6b0d5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИВСЕЛА&quot;" ИННЮЛ="3702594505"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="b2aac7c7-ae83-490e-ba34-6839f98f9d57" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕЭЛ&quot;" ИННЮЛ="4217132169"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="0fa2cc34-8d6a-4a62-a466-e78e14391b71" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УДАЧА&quot;" ИННЮЛ="6829029203"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="3763.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="29395.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="33983.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="6615.00"/></Документ><Документ ИдДок="34d42f62-e4e9-40a2-8f9e-1dea171adef3" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОРЕОЛ&quot;" ИННЮЛ="6818005585"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="105401.29"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="24433.94"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="70346.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="13894.80"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="474e2d60-09ac-4b7a-b8a8-9bfff9f39a88" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭККАУНТИНГ&quot;" ИННЮЛ="1831096790"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/></Документ><Документ ИдДок="c4a15483-3cac-4122-a29d-adf0189346ec" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОМАЭСТРО&quot;" ИННЮЛ="4217132176"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="13242.18"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="23285.33"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="100443.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="143086.00"/></Документ><Документ ИдДок="ad9c1aae-0cf1-473e-a5be-eee34c7721e6" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕОН&quot;" ИННЮЛ="3702594495"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/></Документ><Документ ИдДок="6462cec2-cc86-401e-b585-fa7679cc31a0" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАГРАТИОН&quot;" ИННЮЛ="3702594488"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="bf2a9c06-9f17-41de-a4da-5dd960be2507" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИРА&quot;" ИННЮЛ="5720015151"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="68624.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="66599.60"/></Документ><Документ ИдДок="3da7c70c-403c-488d-b82d-089666e2d3bc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛЕКС&quot;" ИННЮЛ="6818006074"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="610f251e-dde9-4b98-9b97-2126b43139f7" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГУДВИЛЛ МАРКЕТИНГ&quot;" ИННЮЛ="3702594569"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="86f634bb-f326-4182-a9b9-9e21fd504c20" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТОРГОВЫЙ ДОМ &quot;АБСОЛЮТ - Н&quot;" ИННЮЛ="4217132200"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="b02e5e93-a730-4ddb-ad1e-28d9b8fcb891" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТОРГОВЫЙ ДОМ ДМИТРОВСКАЯ ФАБРИКА НЕТКАНЫХ МАТЕРИАЛОВ&quot;" ИННЮЛ="5707003894"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="21760.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="16281.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="e3b5c2ad-fc67-4de1-bca0-b7031ebb7309" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СИНЕРГО СОФТ СИСТЕМС&quot;" ИННЮЛ="4217132218"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="75459.09"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="523830.58"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="364113.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="1047661.07"/></Документ><Документ ИдДок="9cbeeb9d-7b3e-49c8-8515-06081c8f1fc1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕДИЦИНСКАЯ ТЕХНИКА РАЗРАБОТКА УСТАНОВКА СОПРОВОЖДЕНИЕ&quot;" ИННЮЛ="7449047769"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="3205.73"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="2936.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="422.57"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="743.14"/></Документ><Документ ИдДок="9d93b78d-0400-41b8-b139-e7f5e0c0490e" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;А-СКЛАД&quot;" ИННЮЛ="3702594544"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1162.80"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="1794.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="2035.06"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="661.20"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="5016.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="f10c4ef2-15f9-4128-9688-601c0c822639" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИГРИНСКИЙ МЯСОКОМБИНАТ&quot; - ТОРГОВЛЯ&quot;" ИННЮЛ="1831096832"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="526d1fdb-0815-4b80-ad72-5f2bc5d4626d" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВИСТА&quot;" ИННЮЛ="3702594537"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="12180.00"/></Документ><Документ ИдДок="45dcd879-cbf6-459d-b9c3-9705a76a7834" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЧИСТЮЛЯ-СИБИРЬ&quot;" ИННЮЛ="4217132240"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="60fa4ef8-6e7f-49d3-8ee4-26e004d9cd6f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОЦЕНТР&quot;" ИННЮЛ="5720015176"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/></Документ><Документ ИдДок="f40c3410-b46e-4381-b264-a75f9f2bbede" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕЖРЕГИОНАЛЬНАЯ ЭНЕРГОАУДИТОРСКАЯ КОМПАНИЯ&quot;" ИННЮЛ="4217132257"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="4fdcb811-e1cd-4004-97ee-32429d0ea9c2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕРИ СТИЛЬ&quot;" ИННЮЛ="3702594583"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="3366.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="14520.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="14216.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1914.00"/></Документ><Документ ИдДок="33cb079a-7371-4aed-9034-e2140125e7bb" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АБОРИГЕН&quot;" ИННЮЛ="4217132264"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="27846.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="73284.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="120120.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="6331.81"/></Документ><Документ ИдДок="c1097a6d-3fa6-4394-8bd9-69c70cd089dc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛЕКСАНДР&quot;" ИННЮЛ="5707003929"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="8206.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="14049.81"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="24708.28"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="106584.73"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="109231.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="78026a1b-ed0e-4696-b8cb-73789314ed24" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕРПАНТИН&quot;" ИННЮЛ="6829030304"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="8b397dfa-69df-4dc3-93dc-ab34d1b5ef6b" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО КОМПАНИЯ &quot;ОРЛИНТ&quot;" ИННЮЛ="5720015183"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="34cbdc4b-22b6-46c7-99b8-ddbc3a3a71b3" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОГОРОДНИК&quot;" ИННЮЛ="4217132289"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="607c8210-e56b-41e9-9312-b549937a9f51" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЧЕРЕПАХА ИВАНОВО&quot;" ИННЮЛ="3702594590"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="121922.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="170200.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="860.00"/></Документ><Документ ИдДок="e5986f2e-5c64-4b2c-a874-2e8af06de772" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АПТЕКА ТАЗАЛЫК&quot;" ИННЮЛ="1833032143"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="6941.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="10588.13"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="323.00"/></Документ><Документ ИдДок="619bf4f8-45ea-4506-841c-7ad2a69a6e31" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ НАУЧНО-ПРОИЗВОДСТВЕННОЕ ОБЪЕДИНЕНИЕ &quot;ОРЕЛЭНЕРГОМАШ&quot;" ИННЮЛ="5720015190"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="4937.75"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="38635.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1145.58"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="2565.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="54050.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="21300.12"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="1234.00"/></Документ><Документ ИдДок="3fe18c42-cf95-4f0d-906b-1cff2f76e956" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИВИК СТРОЙ МОНТАЖ&quot;" ИННЮЛ="3702594625"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="e0580ad5-5d34-4ab5-8cd0-151021358fbf" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОДОК-НОВОКУЗНЕЦК&quot;" ИННЮЛ="4217132306"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="1ea45845-a89f-4187-bb46-f8b45221d8b7" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКСПРЕСС-ПРИНТ&quot;" ИННЮЛ="6829030368"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="530175.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="55219.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="418881.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="97107.00"/></Документ><Документ ИдДок="b9873af8-1ccb-49c6-9c9f-40b3aa6d719e" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛИДЕР&quot;" ИННЮЛ="5725003801"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="2880.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="25856.77"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="88700b80-40ec-44be-a277-f4c3a4c4cbad" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;ЛИДЕР&quot;" ИННЮЛ="3702594600"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="50958.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="24409.30"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="93634.99"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="13734.80"/></Документ><Документ ИдДок="30d4a545-22d7-4cdd-97b3-8f70482693c8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАМБОВСКАЯ АВТОКОЛОННА 1139&quot;" ИННЮЛ="6829030350"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="d2d1bf82-9d54-45e0-acb5-fe9b34e490d4" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПРОИЗВОДСТВЕННО-ТОРГОВАЯ КОМПАНИЯ &quot;РАДУГА&quot;" ИННЮЛ="6818006620"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="d32bf2d8-02ca-4289-a31b-72ed44cb8812" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМБИНАТ ПИТАНИЯ&quot;" ИННЮЛ="7449047818"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="162930.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="702403.33"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="34222.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="21000.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="36407.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="459900.00"/></Документ><Документ ИдДок="39805e51-a346-4df6-ad2a-15144e9a6d9c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОДОМ&quot;" ИННЮЛ="4217132345"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/></Документ><Документ ИдДок="9bbae4e6-bb42-4783-bbda-9b3f66ee6d26" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЭКОЛОГИЧЕСКАЯ КОМПАНИЯ &quot;ЭКОС&quot;" ИННЮЛ="7449047825"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="14422.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2610.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="4590.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="19800.00"/></Документ><Документ ИдДок="c237a7d2-f05a-4762-af09-e764228c76bd" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ НАУЧНО-ПРОИЗВОДСТВЕННОЕ ОБЪЕДИНЕНИЕ ТЕХНИЧЕСКИХ МЕДИЦИНСКИХ БИО-ИНФОРМАЦИОННЫХ ТЕХНОЛОГИЙ" ИННЮЛ="6829030382"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="18248.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="104100.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="138429.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="32092.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="26000.00"/></Документ><Документ ИдДок="f25833cf-3106-418a-8368-ef5a721a9dfb" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРИУМФ-НК&quot;" ИННЮЛ="4217132352"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/></Документ><Документ ИдДок="5cb9d6a5-2ec6-4540-ad4b-ee2d071b34cc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАПИТАЛ&quot;" ИННЮЛ="6829030375"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="24705.01"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="50463.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="106570.61"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="14047.94"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/></Документ><Документ ИдДок="ec84ddb8-0574-4807-aa54-f65664abde42" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕС-ДЕКОР&quot;" ИННЮЛ="3702594696"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="b223725f-e853-4e0b-8ca0-2dca02a47ccd" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАВРОШ&quot;" ИННЮЛ="1833032168"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/></Документ><Документ ИдДок="fe9d6c01-cbc4-4c5b-81c7-15a00abc570e" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МОБИЛЬНЫЕ СТЕНДЫ 42&quot;" ИННЮЛ="4217132384"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="5000.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="0a442158-0bb1-4a82-8360-87066c3be3d1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УДИВИТЕЛЬНЫЕ ЖИВОТНЫЕ ПЛАНЕТЫ &quot;" ИННЮЛ="3702594671"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="8bb9fd23-1a59-4e39-8d6d-05142597c976" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГРИНЧ&quot;" ИННЮЛ="1833032190"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="7400.19"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="20570.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2711.50"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="4768.50"/></Документ><Документ ИдДок="b4c55acc-2451-48f5-9224-7023fa04fa6b" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТАР-ИНВЕСТ&quot;" ИННЮЛ="6829030400"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="d078f680-3101-44c1-8914-789544d39687" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТИЛЬПАК&quot;" ИННЮЛ="3702594752"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="eda0c4ba-ff27-461a-b393-3da30d6f2391" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛАУРА&quot;" ИННЮЛ="1834031551"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="8a9ec622-585f-45b8-ad0c-be6790282715" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНФОЛАЙН ПЛЮС&quot;" ИННЮЛ="3702594738"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="3800.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1136.03"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="4900.50"/></Документ><Документ ИдДок="e3340ac4-7b79-4317-82f7-d0199eda7ffd" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМИНВЕСТ&quot;" ИННЮЛ="4217132391"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="470f06d4-d567-4720-a26f-6b6aae05ce34" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВИКТОРИЯ&quot;" ИННЮЛ="1834031569"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/></Документ><Документ ИдДок="9fdd9a5c-c492-4e15-bb8b-0e62524b4ad8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УЛЕЙ СЕРВИС ПЛЮС&quot;" ИННЮЛ="6829030505"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="48204.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="9578.74"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="72666.24"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="16845.36"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="58256.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="eaef7913-7ed3-41b7-8452-4ad6bb276073" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФИТНЕС СТИЛЬ&quot;" ИННЮЛ="3702594784"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="d90513db-0664-4303-96bb-f9e887271f0c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХМАШСТРОМ&quot;" ИННЮЛ="5720015225"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="2752.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="9628.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="16932.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="73040.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="54180.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="258938.00"/></Документ><Документ ИдДок="0b5e87ac-e023-4d82-8a25-16c9c506cf4c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОМЕГА&quot;" ИННЮЛ="5720015218"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="c397f083-c883-4876-82e5-6391c2d78755" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УЛЕЙ АВТО ПЛЮС&quot;" ИННЮЛ="6829030512"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="400468.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="166038.05"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="40959.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="1648072.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="716242.44"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="94413.82"/></Документ><Документ ИдДок="ae9274d7-472b-46d4-86b9-4620d2442684" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КУЗНЕЧНЫЙ ДВОР&quot;" ИННЮЛ="1833032217"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="a3744d69-b685-4e82-b643-2b1c081fb6e1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ РЕКЛАМНОЕ АГЕНТСТВО &quot;МЕДИАСОЮЗ&quot;" ИННЮЛ="6829030431"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="58718.80"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="445453.10"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="103264.14"/></Документ><Документ ИдДок="8f3ba599-1b08-412a-996f-c904f7a49b12" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭНЕРГЕТИЧЕСКАЯ СЕТЕВАЯ КОМПАНИЯ&quot;" ИННЮЛ="1834031576"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="bd15cefe-4631-4585-9d81-6dd1544d78f8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАДИО-СПЕКТР&quot;" ИННЮЛ="6829030456"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="e67a4506-973d-4f31-931c-47218bca0399" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УНИВЕРСАЛЬНАЯ СЛУЖБА БЫТА&quot;" ИННЮЛ="3702594801"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="f901fd79-92a4-4059-89ce-a3b2e669427a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АРТ-ПЛАСТИК&quot;" ИННЮЛ="5725003826"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="16460.51"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="cfccc929-3a7e-4cbb-8790-b3e7349f24ae" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИНЕРАЛ РЕСУРС&quot;" ИННЮЛ="7449047906"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="343367.55"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="1424.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="79598.82"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="23981.13"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="54653.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="305090.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/></Документ><Документ ИдДок="a14f0cf0-50c7-4842-ab83-08a623bd1fca" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИВАНОВСКАЯ СЕРВИСНАЯ СЛУЖБА&quot;" ИННЮЛ="3702594791"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="1011113.94"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="853015.00"/></Документ><Документ ИдДок="73d69bcc-1e0f-4c02-b4be-87cd35abd6e8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПАНИЯ АРУС&quot;" ИННЮЛ="3702594760"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="84700.00"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="57524.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="19663.13"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="320730.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="11165.00"/></Документ><Документ ИдДок="6086d284-8a3f-4485-88a2-2f55a5bc811d" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИРИС&quot;" ИННЮЛ="3702594777"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="6f0e2318-beab-44fc-a45f-c19cad09c805" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САНТЕХСЕРВИС&quot;" ИННЮЛ="5720015240"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="eaf37ad0-9f31-4bd4-909b-023cf8ebe5ba" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕКСТИЛЬ-ЛАЙТ&quot;" ИННЮЛ="3702594833"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="68232.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="12239.25"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="107335.89"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="24719.12"/></Документ><Документ ИдДок="c93e29d5-a823-4051-a916-701e3f53d224" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СМТК&quot;" ИННЮЛ="4217132419"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="3a90e6f0-3560-4641-ba41-ac190176518f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАССВЕТ&quot;" ИННЮЛ="3702594826"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="b548437b-689d-452d-ad26-93c17656259f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРЕМЬЕР-СТРОЙ&quot;" ИННЮЛ="1833032249"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="78a27389-e8af-4d7b-a9ca-d7f4decf3a7e" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛМАКС&quot;" ИННЮЛ="4217132426"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="7106.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="80851b5d-a54f-4066-9372-1148dd03f2e5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАГАЗИН НАВИГАТОР&quot;" ИННЮЛ="1833032231"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="47ee77b8-3002-468c-a828-ef0d92dcb6a5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИМПУЛЬС 2008&quot;" ИННЮЛ="5720015546"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="e5dd8a73-5f1d-4c30-9849-9683102d0843" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОТКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ИВГОРЭНЕРГОСБЫТ&quot;" ИННЮЛ="3702594819"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="fe577238-90b6-45a4-83ca-4f20da384a04" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙ.КОМ&quot;" ИННЮЛ="6829030544"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="72b0d1d3-be6b-45b0-9df6-38b717ae7883" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КРАФТ&quot;" ИННЮЛ="5720015659"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="1819881.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="1232641.65"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="308.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="285748.78"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="130621.63"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="3487529.00"/></Документ><Документ ИдДок="09bca2d0-350a-48eb-a0d6-8b362ef3be71" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОРУНД&quot;" ИННЮЛ="6829030551"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="16668.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="a662536e-0b45-420b-b6a0-cf6d89bb7b4a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВОЛНА&quot;" ИННЮЛ="6829030618"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="3000.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="158727.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="3984619.98"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="475364.98"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="2501694.04"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="59187.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="270305.58"/></Документ><Документ ИдДок="e224ca72-5309-4865-a246-226437b07e73" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОДОРПЛЮС&quot;" ИННЮЛ="5720015673"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="3090.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="5220.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="39600.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="9180.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="14723.00"/></Документ><Документ ИдДок="b8618e0a-3403-4daa-94eb-0b9a36a704c8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКЦЕНТ&quot;" ИННЮЛ="4217132472"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="59e6c593-24e0-4055-a21f-344d9b9d8dc1" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙ-КЛАСС&quot;" ИННЮЛ="6829030600"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="6ba6dac3-d8c5-4cec-9b39-6fa619efe71c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПЕТРАПЛАСТ&quot;" ИННЮЛ="5725003833"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="634.38"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="19609.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="54920.01"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="6462.50"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="1498.13"/></Документ><Документ ИдДок="8f3c9a9b-2c20-4746-ba55-167380e70059" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛАНДШАФТНАЯ КОМПАНИЯ &quot;БИОЛАЙН&quot;" ИННЮЛ="4217132497"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="b9a015d4-cff0-4802-9023-c66da3a34181" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОСТИНИЧНЫЙ КОМПЛЕКС &quot;БЕРЛОГА&quot;" ИННЮЛ="4217132480"/><СвУплСумНал НаимНалог="Земельный налог" СумУплНал="56130.97"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="489612.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="31657.25"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="58942.79"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="9382.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="254262.99"/></Документ><Документ ИдДок="b59fe35e-2a49-4761-9a3c-a69ea28f9c63" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОТРАЖЕНИЕ&quot;" ИННЮЛ="5725003858"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="2399.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="13542.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="1c59a430-9f17-48a0-b733-3e93e01b9b5b" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭНЕРГОЦВЕТМЕТ&quot;" ИННЮЛ="6658372094"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="162c1ed7-a63f-4849-a809-ddb7cd23fec0" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕС АЛЬТЕРНАТИВА&quot;" ИННЮЛ="3702594907"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="dab29aae-6518-4434-bc49-c2f7c2a592ff" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОСЕЛЬМАШ-ГРУПП&quot;" ИННЮЛ="5720015680"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="b95c785f-dd5d-4701-91e0-7beafda8ebd9" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФОРС&quot;" ИННЮЛ="4217132514"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="cab284a1-4c9c-45db-ab46-867d88ae2af9" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ТОРГОВЫЙ ДОМ &quot;ФЕНИКС-ТПК&quot;" ИННЮЛ="6829030583"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="9f90b45b-8531-4b28-977e-8da315f3dc4f" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАБОТА ПЛЮС&quot;" ИННЮЛ="1833032270"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="42601.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="10966.77"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="443524.54"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="102841.52"/></Документ><Документ ИдДок="beabdc1a-bcda-443f-be3c-960e8ce4832b" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАЛАТЕКС&quot;" ИННЮЛ="3702594921"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="f1c63094-a3b4-4cce-be83-fd5b0c87076a" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАВИЛАН&quot;" ИННЮЛ="6829030576"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="d892a22a-1215-4e7f-9f81-1f28744e9432" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТКС&quot;" ИННЮЛ="4217132521"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="7471.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="13136.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="56650.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="3959.25"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="51159.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="833f7f48-8910-4342-995b-ec1d2c146af8" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИРИКОНД-КЛИМАТ&quot;" ИННЮЛ="7722585320"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="0db9e26d-fcf4-42e5-b305-00eb5581d899" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИРОВОЕ ТУРНЕ&quot;" ИННЮЛ="4217132539"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="591adc91-92fa-4dc5-84d6-a65bd37e15dc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОСТИНИЦА ТУРИСТ&quot;" ИННЮЛ="3702594946"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="681b52da-3dc4-476e-a9fa-cb8229fd21b0" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙМЕХАНИКА&quot;" ИННЮЛ="6829030569"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Задолженность и перерасчеты по ОТМЕНЕННЫМ НАЛОГАМ и сборам и иным обязательным платежам (кроме ЕСН, страх. Взносов)" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="57970d1d-3437-45c6-b11d-bdd6bca03a00" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УРАЛИНТОРГ-СТРОЙ&quot;" ИННЮЛ="6658372129"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="1e055a9c-a51e-4ecc-9ff0-af20ed45a186" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РУССКИЙ ДУХ&quot;" ИННЮЛ="5720015698"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/></Документ><Документ ИдДок="017b7c63-ea68-421d-afb5-f2142ec1a2b4" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОРВЕТ&quot;" ИННЮЛ="6829030625"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="17160.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="3978.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="2268.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="2710.02"/></Документ><Документ ИдДок="20a73f50-8db5-4fbb-9f08-721ecbbca911" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕДИЦИНСКИЙ ЦЕНТР &quot;ТЕЛЕСФОР&quot;" ИННЮЛ="6658372136"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="29665.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="41123.21"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/></Документ><Документ ИдДок="d1dba5d1-ab73-4e3b-8901-63cf24911b32" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТОМАТОЛОГ&quot;" ИННЮЛ="7449048032"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="31432.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="7830.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="13770.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="59400.00"/></Документ><Документ ИдДок="02d458c8-7747-4d9e-9763-e40fbfb813d2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КВАЛИТЕТ-УРАЛ&quot;" ИННЮЛ="7449048040"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="e95ba060-6b3c-457a-884c-c8c6c243a3cb" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКШЕН ТРЕВЕЛ&quot;" ИННЮЛ="6658372143"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="a1431c5a-0e48-4588-baf5-019f3e0558f6" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОЦЕНТР ЕВРОХИМ - ОРЁЛ&quot;" ИННЮЛ="5714005596"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="697778.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Транспортный налог" СумУплНал="5356.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="cb781662-a555-45f2-830a-1e1fc91bd8b4" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЕВРОЛЮКС&quot;" ИННЮЛ="6829030657"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="77253ab8-b892-4e4c-be9b-78bdda935801" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОСТРОЙТРАНСПРОЕКТ&quot;" ИННЮЛ="5720015715"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="495c424a-5776-47e1-886c-cfec89a70c01" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙРЕСУРС&quot;" ИННЮЛ="6829030664"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1297.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="2281.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="9838.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="4274.82"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="9a02ca16-4f7a-4fb3-b59a-9363ae4d58fd" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УРАЛПРОММЕТ&quot;" ИННЮЛ="6658372150"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="b41cd713-ebb5-4b9e-aa9e-b19bfead2488" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИВТРАНСЛОГИСТИК&quot;" ИННЮЛ="3702594953"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/></Документ><Документ ИдДок="d7e06d63-05bb-4a68-a68c-f8cfd8edd1e7" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НОВЫЕ ВОРОТА&quot;" ИННЮЛ="5725003865"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="29700.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="3915.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="249911.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="6885.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="76506.00"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="0.00"/></Документ><Документ ИдДок="9654608f-efe3-41de-8d29-feba26bcd64c" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМЫШЛЕННОЕ ОБЪЕДИНЕНИЕ &quot;СМК ГРУПП&quot;" ИННЮЛ="6658372175"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/></Документ><Документ ИдДок="f6e8add3-9975-4f04-8e38-b7df2c292279" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ&quot;АГРО-ПРОДУКТ&quot;" ИННЮЛ="3702594978"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="0.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/></Документ><Документ ИдДок="1c176a03-3572-4184-8b18-5747a34daa03" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАПИТАЛ-СТРОЙ&quot;" ИННЮЛ="5720015747"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/></Документ><Документ ИдДок="490fbd1f-58c8-44e1-948e-f94b7cb98c61" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР ЭКСПЕРТИЗЫ И СЕРТИФИКАЦИИ ТАМБОВАВТОТРАНС&quot;" ИННЮЛ="6829030745"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="42816.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="15187.67"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="115216.86"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="26809.84"/></Документ><Документ ИдДок="64cfc322-7370-4495-9177-5dd0b21982f5" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФИНАНСОВО-ПРОИЗВОДСТВЕННАЯ КОРПОРАЦИЯ&quot;" ИННЮЛ="6658372182"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="63308.33"/><СвУплСумНал НаимНалог="Налог на имущество организаций" СумУплНал="40183.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="111334.95"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="480501.25"/><СвУплСумНал НаимНалог="Налог, взимаемый в связи с применением упрощенной системы налогообложения" СумУплНал="288927.00"/></Документ><Документ ИдДок="259ea9f8-f549-4c7f-b534-10e40b23b172" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОЮЗ&quot;" ИННЮЛ="6818002601"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="42876.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="79398.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="17118.23"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="9630.90"/></Документ><Документ ИдДок="d2556efc-2e26-43c4-8f48-bfe86e6600e2" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФОРМУЛА-КЛИМАТА&quot;" ИННЮЛ="5720015754"/><СвУплСумНал НаимНалог="Налог на прибыль" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Налог на добавленную стоимость" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="0.00"/></Документ><Документ ИдДок="c3858dda-1a50-452b-9946-a7ff37caf3cc" ДатаДок="25.04.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КВАРТЕТ&quot;" ИННЮЛ="0323116972"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное медицинское страхование работающего населения, зачисляемые в бюджет Федерального фонда обязательного медицинского страхования" СумУплНал="3437.00"/><СвУплСумНал НаимНалог="НЕНАЛОГОВЫЕ ДОХОДЫ, администрируемые налоговыми органами" СумУплНал="0.00"/><СвУплСумНал НаимНалог="Страховые взносы на обязательное социальное страхование на случай временной нетрудоспособности и в связи с материнством" СумУплНал="1537.15"/><СвУплСумНал НаимНалог="Страховые и другие взносы на обязательное пенсионное страхование, зачисляемые в Пенсионный фонд Российской Федерации" СумУплНал="12870.00"/><СвУплСумНал НаимНалог="Единый налог на вмененный доход для отдельных видов деятельности" СумУплНал="20536.00"/></Документ></Файл>
86,934.5
173,868
0.816609
17fa5d3b12a1da04a1e542e7b09756f1d7caa06f
4,643
xml
XML
res/layout/activity_example_activity.xml
david-laundav/Android-LocationService
60ea6427f0b92bc9dcf7a5ff9833f448d71ae19d
[ "Apache-2.0" ]
null
null
null
res/layout/activity_example_activity.xml
david-laundav/Android-LocationService
60ea6427f0b92bc9dcf7a5ff9833f448d71ae19d
[ "Apache-2.0" ]
null
null
null
res/layout/activity_example_activity.xml
david-laundav/Android-LocationService
60ea6427f0b92bc9dcf7a5ff9833f448d71ae19d
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout android:id="@+id/listView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" android:paddingLeft="12dp" android:paddingRight="12dp" android:paddingTop="12dp" > <TextView android:id="@+id/header" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:text="@string/location_example_service" android:textSize="20sp" /> <View android:layout_width="fill_parent" android:layout_height="2dip" android:layout_marginTop="10dp" android:background="#000000" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:paddingTop="20dp" > <TextView android:id="@+id/longitude" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/longitude_" android:textSize="12sp" /> <TextView android:id="@+id/longitude_value" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/default_value" android:textSize="12sp" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:paddingTop="20dp" > <TextView android:id="@+id/latitude" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/latitude_" android:textSize="12sp" /> <TextView android:id="@+id/latitude_value" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/default_value" android:textSize="12sp" /> </LinearLayout> <View android:layout_width="fill_parent" android:layout_height="1dip" android:layout_marginTop="10dp" android:background="#CCCCCC" /> <TextView android:id="@+id/address" android:layout_width="75dp" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:text="@string/address_" android:textSize="12sp" /> <TextView android:id="@+id/address_value" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/default_value" android:textSize="12sp" /> <TextView android:id="@+id/city" android:layout_width="75dp" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:text="City:" android:textSize="12sp" tools:ignore="HardcodedText" /> <TextView android:id="@+id/city_value" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/default_value" android:textSize="12sp" /> <TextView android:id="@+id/country" android:layout_width="75dp" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:text="@string/country_" android:textSize="12sp" tools:ignore="HardcodedText" /> <TextView android:id="@+id/country_value" android:layout_width="75dp" android:layout_height="wrap_content" android:text="@string/default_value" android:textSize="12sp" /> </LinearLayout> <Button android:id="@+id/getLocationButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="0" android:text="@string/get_location" /> </LinearLayout>
34.392593
72
0.574628
22e83d56c117ad8ef3b4f58894be3074bb23fc01
9,202
xml
XML
dataset/articles/15997088.xml
BrianPulfer/AuthorNameDisambiguation
abd65a83751425227bc6515407f3f2c4dff02c8f
[ "MIT" ]
8
2019-06-30T12:58:52.000Z
2022-03-23T14:16:11.000Z
dataset/articles/15997088.xml
BrianPulfer/AuthorNameDisambiguation
abd65a83751425227bc6515407f3f2c4dff02c8f
[ "MIT" ]
null
null
null
dataset/articles/15997088.xml
BrianPulfer/AuthorNameDisambiguation
abd65a83751425227bc6515407f3f2c4dff02c8f
[ "MIT" ]
3
2019-10-28T02:34:09.000Z
2021-09-18T19:05:32.000Z
<?xml version="1.0" ?> <!DOCTYPE PubmedArticleSet PUBLIC "-//NLM//DTD PubMedArticle, 1st January 2019//EN" "https://dtd.nlm.nih.gov/ncbi/pubmed/out/pubmed_190101.dtd"> <PubmedArticleSet> <PubmedArticle> <MedlineCitation Status="MEDLINE" Owner="NLM"> <PMID Version="1">15997088</PMID> <DateCompleted> <Year>2005</Year> <Month>10</Month> <Day>19</Day> </DateCompleted> <DateRevised> <Year>2013</Year> <Month>11</Month> <Day>21</Day> </DateRevised> <Article PubModel="Print"> <Journal> <ISSN IssnType="Print">0918-6158</ISSN> <JournalIssue CitedMedium="Print"> <Volume>28</Volume> <Issue>7</Issue> <PubDate> <Year>2005</Year> <Month>Jul</Month> </PubDate> </JournalIssue> <Title>Biological &amp; pharmaceutical bulletin</Title> <ISOAbbreviation>Biol. Pharm. Bull.</ISOAbbreviation> </Journal> <ArticleTitle>Identification of differentially expressed genes in hepatic HepG2 cells treated with acetaminophen using suppression subtractive hybridization.</ArticleTitle> <Pagination> <MedlinePgn>1148-53</MedlinePgn> </Pagination> <Abstract> <AbstractText>Acetaminophen (APAP) is widely used for the treatment of pain and fever. Although it is safe at therapeutic doses, APAP is toxic at higher doses and can cause severe damage to the liver. To clarify the mechanism of APAP-related liver damage, we attempted the identification of the differential gene expression in response to APAP treatment in hepatic HepG2 cells. In the present study, we used the technique of suppression subtractive hybridization (SSH) for the identification of the differentially expressed genes between untreated and treated cells and identified 14 candidate genes showing increased expression in response to APAP treatment. RT-PCR and real-time RT-PCR analysis confirmed that the expression of two genes was increased within 24 h following APAP treatment. Among them, only lysyl hydroxylase 2 expression was increased in a time- and dose-dependent manner. Furthermore, the expression of lysyl hydroxylase 2 was shown to be increased in the livers of APAP-treated mice compared to untreated controls. The increased expression of lysyl hydroxylase 2 was also observed when the cells were exposed to other hepatotoxins, ethanol and isoniazid. Since lysyl hydroxylase 2 is known to be a key enzyme of liver fibrosis, the increased expression of lysyl hydroxylase 2 may be involved in hepatotoxins-related liver fibrosis.</AbstractText> </Abstract> <AuthorList CompleteYN="Y"> <Author ValidYN="Y"> <LastName>Iguchi</LastName> <ForeName>Kazuhiro</ForeName> <Initials>K</Initials> <AffiliationInfo> <Affiliation>Laboratory of Pharmaceutics, Gifu Pharmaceutical University, Japan.</Affiliation> </AffiliationInfo> </Author> <Author ValidYN="Y"> <LastName>Takahashi</LastName> <ForeName>Yukari</ForeName> <Initials>Y</Initials> </Author> <Author ValidYN="Y"> <LastName>Kaneto</LastName> <ForeName>Yoko</ForeName> <Initials>Y</Initials> </Author> <Author ValidYN="Y"> <LastName>Kubota</LastName> <ForeName>Masafumi</ForeName> <Initials>M</Initials> </Author> <Author ValidYN="Y"> <LastName>Usui</LastName> <ForeName>Shigeyuki</ForeName> <Initials>S</Initials> </Author> <Author ValidYN="Y"> <LastName>Hirano</LastName> <ForeName>Kazuyuki</ForeName> <Initials>K</Initials> </Author> </AuthorList> <Language>eng</Language> <PublicationTypeList> <PublicationType UI="D016428">Journal Article</PublicationType> <PublicationType UI="D013485">Research Support, Non-U.S. Gov't</PublicationType> </PublicationTypeList> </Article> <MedlineJournalInfo> <Country>Japan</Country> <MedlineTA>Biol Pharm Bull</MedlineTA> <NlmUniqueID>9311984</NlmUniqueID> <ISSNLinking>0918-6158</ISSNLinking> </MedlineJournalInfo> <ChemicalList> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D017931">DNA Primers</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D012333">RNA, Messenger</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>362O9ITL9D</RegistryNumber> <NameOfSubstance UI="D000082">Acetaminophen</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>EC 1.14.11.4</RegistryNumber> <NameOfSubstance UI="D008240">Procollagen-Lysine, 2-Oxoglutarate 5-Dioxygenase</NameOfSubstance> </Chemical> </ChemicalList> <CitationSubset>IM</CitationSubset> <MeshHeadingList> <MeshHeading> <DescriptorName UI="D000082" MajorTopicYN="N">Acetaminophen</DescriptorName> <QualifierName UI="Q000494" MajorTopicYN="Y">pharmacology</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D000818" MajorTopicYN="N">Animals</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D001483" MajorTopicYN="N">Base Sequence</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D002460" MajorTopicYN="N">Cell Line</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D017931" MajorTopicYN="N">DNA Primers</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D005786" MajorTopicYN="N">Gene Expression Regulation</DescriptorName> <QualifierName UI="Q000187" MajorTopicYN="Y">drug effects</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D006801" MajorTopicYN="N">Humans</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D051379" MajorTopicYN="N">Mice</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D009693" MajorTopicYN="N">Nucleic Acid Hybridization</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D008240" MajorTopicYN="N">Procollagen-Lysine, 2-Oxoglutarate 5-Dioxygenase</DescriptorName> <QualifierName UI="Q000235" MajorTopicYN="N">genetics</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D012333" MajorTopicYN="N">RNA, Messenger</DescriptorName> <QualifierName UI="Q000235" MajorTopicYN="N">genetics</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D020133" MajorTopicYN="N">Reverse Transcriptase Polymerase Chain Reaction</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D013382" MajorTopicYN="N">Subtraction Technique</DescriptorName> </MeshHeading> </MeshHeadingList> </MedlineCitation> <PubmedData> <History> <PubMedPubDate PubStatus="pubmed"> <Year>2005</Year> <Month>7</Month> <Day>6</Day> <Hour>9</Hour> <Minute>0</Minute> </PubMedPubDate> <PubMedPubDate PubStatus="medline"> <Year>2005</Year> <Month>10</Month> <Day>20</Day> <Hour>9</Hour> <Minute>0</Minute> </PubMedPubDate> <PubMedPubDate PubStatus="entrez"> <Year>2005</Year> <Month>7</Month> <Day>6</Day> <Hour>9</Hour> <Minute>0</Minute> </PubMedPubDate> </History> <PublicationStatus>ppublish</PublicationStatus> <ArticleIdList> <ArticleId IdType="pubmed">15997088</ArticleId> <ArticleId IdType="pii">JST.JSTAGE/bpb/28.1148</ArticleId> </ArticleIdList> </PubmedData> </PubmedArticle> </PubmedArticleSet>
50.56044
1,383
0.575744
18dc9c917c1b901174300a3b3b59299158e086e7
7,382
xml
XML
android/engine/src/main/res/values-sw/strings.xml
ndegwamartin/fhircore
5c318d28bc9b916fedd44c198470d36f6ecab89f
[ "Apache-2.0" ]
null
null
null
android/engine/src/main/res/values-sw/strings.xml
ndegwamartin/fhircore
5c318d28bc9b916fedd44c198470d36f6ecab89f
[ "Apache-2.0" ]
1
2021-12-06T11:25:37.000Z
2021-12-06T11:25:37.000Z
android/engine/src/main/res/values-sw/strings.xml
ndegwamartin/fhircore
5c318d28bc9b916fedd44c198470d36f6ecab89f
[ "Apache-2.0" ]
1
2022-01-24T08:11:43.000Z
2022-01-24T08:11:43.000Z
<resources> <string name="app_version">Toleo %1$d(%2$s)</string> <string name="language">Lugha</string> <string name="empty_client_list_message_title">Hakuna Matokeo</string> <string name="empty_client_list_message_details">Pole, hatukupata mteja kwa hilo Jina wala ID</string> <string name="search_hint">Tafuta jina ama ID</string> <string name="str_next">Ijayo</string> <string name="str_previous">Iliyopita</string> <string name="str_page_info">Ukurasa %1$d of %2$d</string> <string name="status_vaccinated">Amechanjwa</string> <string name="status_overdue">Imechelewa</string> <string name="status_received_vaccine">Chanjo %1$d \n%2$s</string> <string name="fully_vaccinated">"Chanjo kamili"</string> <string name="select_language">Chagua Lugha</string> <string name="register_new_client">Sajilisha mteja</string> <string name="sync">Sawazisha</string> <string name="show_overdue">Onyesha waliochelewa</string> <string name="record_vaccine_nl">Rekodi\nChanjo</string> <string name="str_save">Hifadhi</string> <string name="last_sync_timestamp">Mara ya mwisho: %1$s</string> <string name="logout_as_user">Toka kama Francis</string> <string name="login_text">Ingia</string> <string name="username_input_hint">Ingiza jina la mtumiaji</string> <string name="password_input_hint">Ingiza neno la siri</string> <string name="login_call_fail_error_message">Hitalfu imetokea wakati wa kuingia server. Tafadhali jaribu tena</string> <string name="userinfo_call_fail_error_message">Imeshindwa kupata maelezo ya mtumiaji. Angalia muunganisho wako wa mtandao</string> <string name="scan_bar_code">SOMA BARCODE</string> <string name="male">Kiume</string> <string name="female">Kike</string> <string name="other">Nyingine</string> <string name="unknown">Haijulikani</string> <string name="logout_user">Toka kama %1$s</string> <string name="sync_completed">Kusawazisha imekamilika</string> <string name="syncing">Inasawazisha&#8230;</string> <string name="syncing_initiated">Kusawazisha imeanza&#8230;</string> <string name="sync_failed">Hitilafu ukisawazisha. Angalia muunganisho wako wa mtandao au jaribu tena.</string> <string name="try_again">Jaribu tena</string> <string name="date_last_seen">Mara ya mwisho kuonekana %1$s</string> <string name="login_error">Hitiliafu ukiidhinisha: %1$s</string> <string name="search_result">MATOKEO %1$d </string> <string name="no_results">Hakuna matokeo</string> <string name="no_results_message">Samahani, hatupati mteja ambaye ana hilo jina wala kitambulisho</string> <string name="syncing_failed">Hitilafu ukisawazisha</string> <string name="syncing_retry">Jaribu kusawazisha tena</string> <string name="syncing_in_progress">Kusawazisha inaendelea</string> <string name="loading">Inapakia</string> <string name="error_loading_form">Hitilafu kounyesha fomu</string> <string name="error_saving_form">Hitilafu imetokea, haiwezi kuhifadhi fomu</string> <string name="replace_photo">Badilisha picha</string> <string name="take_photo">Piga picha</string> <string name="app_logo">Nembo ya programu</string> <string name="powered_by">Inatumia</string> <string name="already_fully_vaccinated">Hawezi kupokea dozi nyingine. Tayari amechanjwa kikamilifu</string> <string name="questionnaire_alert_back_pressed_message">Je, una uhakika unataka kurudi? Mabadiliko yaliyofanywa kwenye fomu yatapotea</string> <string name="questionnaire_alert_back_pressed_title">Futa mabadiliko</string> <string name="questionnaire_alert_back_pressed_button_title">Futa</string> <string name="questionnaire_alert_submit_message">Thibitisha kuwa umemaliza kujaza maelezo ya mteja. Unaweza kuhariri maelezo ya mteja baadaye</string> <string name="questionnaire_alert_neutral_button_title">Ghairi</string> <string name="questionnaire_alert_confirm_button_title">Nido</string> <string name="questionnaire_alert_invalid_message">Maelezo yaliyotolewa yana hitilafu za uthibitishaji. Tatua makosa na uwasilishe tena</string> <string name="questionnaire_alert_invalid_title">Uthibitishaji Haujafaulu</string> <string name="questionnaire_alert_ack_button_title">Sawa</string> <string name="password">Nenosiri</string> <string name="username">Jina</string> <string name="forgot_password">Nenosiri liliosahaulika</string> <string name="forgot_password_title">Nenosiri liliosahaulika!</string> <string name="more">Zaidi</string> <string name="call_supervisor">Tafadhali pigia simu msimamizi wako kwa %1$s</string> <string name="cancel">GHAIRI</string> <string name="dial_number">PIGA NAMBA</string> <string name="register">Sajili</string> <string name="tasks">Kazi</string> <string name="reports">Riporti</string> <string name="profile">Wasifu</string> <string name="settings">Mipangilio</string> <string name="select_register">Chagua rejista</string> <string name="tick">Tiki</string> <string name="invalid_login_credentials">Jina la mtumiaji au nenosiri batili</string> <string name="load_configurations">PAKIA MIPANGILIO</string> <string name="edit">Hariri</string> <string name="enter_app_id">Ingiza kitambulisho cha programu</string> <string name="clients">Wateja</string> <string name="application_id">Kitambulisho cha programu</string> <string name="application_not_supported">Programu %1$s haijapatikana</string> <string name="done">Imekamilika</string> <string name="logout">Toka</string> <string name="remember_app">Kumbuka programu</string> <string name="questionnaire_alert_submit_title">Hifadhi data ya mteja</string> <string name="no">Hapana</string> <string name="yes">Ndio</string> <string name="required_constraint_validation_error_msg">Jibu linahitajika</string> <string name="questionnaire_alert_submit_button_title">Hifadhi</string> <string name="form_progress_message">Inachakata data. Tafadhali subiri</string> <string name="questionnaire_alert_test_only_button_title">Chakata</string> <string name="questionnaire_alert_test_only_title">Mchakato wa data ya fomu</string> <string name="questionnaire_alert_test_only_message">Thibitisha kuwa umemaliza kujaza data. Kumbuka hii ni fomu ya majaribio tu na haihifadhi data yoyote</string> <string name="set_pin">Weka Pin</string> <string name="set_pin_message">CHA itatumia pini hii kuingia</string> <string name="enter_login_pin">Weka pin ya mtumiaji</string> <string name="enter_pin_for_user">Weka pin kwa %1$s</string> <string name="incorrect_pin_please_retry">Pini isiyo sahihi, jaribu tena</string> <string name="pin_menu_login">Ingia</string> <string name="forgot_pin">Umesahau pini?</string> <string name="please_contact_supervisor">Tafadhali wasiliana na msimamizi wako.</string> </resources>
69.641509
170
0.712138
a461ae15c5b94a188932e93ca9fc1ba0f307ca19
1,485
xml
XML
app/src/main/res/layout/menu_sub_item.xml
Levi-ackerman/viet-traffic
fd9c6e0a4ab10f6dcf2fbbf253619831109d3aac
[ "MIT" ]
null
null
null
app/src/main/res/layout/menu_sub_item.xml
Levi-ackerman/viet-traffic
fd9c6e0a4ab10f6dcf2fbbf253619831109d3aac
[ "MIT" ]
null
null
null
app/src/main/res/layout/menu_sub_item.xml
Levi-ackerman/viet-traffic
fd9c6e0a4ab10f6dcf2fbbf253619831109d3aac
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" android:padding="@dimen/spacing_normal" android:clickable="true" app:cardBackgroundColor="@color/accent" android:foreground="?android:attr/selectableItemBackground" app:cardCornerRadius="@dimen/spacing_tiny" app:cardElevation="@dimen/spacing_tiny"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:padding="@dimen/spacing_normal"> <ImageView android:id="@+id/img_icon" android:layout_width="72dp" android:layout_height="72dp" android:layout_centerHorizontal="true" android:scaleType="centerInside" app:srcCompat="@drawable/ic_menu_item_test"/> <TextView android:id="@+id/text_title" style="@style/TextAppearance.AppCompat.Body1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/img_icon" android:layout_centerHorizontal="true" android:layout_marginTop="@dimen/spacing_small" android:textColor="@color/white"/> </RelativeLayout> </android.support.v7.widget.CardView>
37.125
63
0.67138
935ccb541223b85f6eade360da12816465ff9f16
273,296
xml
XML
resources/systems/guava/src/PARSED_guava/LongMath.java.xml
anonypeople/argen
955524f4c03a906a84f57e3532c7834b9cef61ab
[ "MIT" ]
null
null
null
resources/systems/guava/src/PARSED_guava/LongMath.java.xml
anonypeople/argen
955524f4c03a906a84f57e3532c7834b9cef61ab
[ "MIT" ]
null
null
null
resources/systems/guava/src/PARSED_guava/LongMath.java.xml
anonypeople/argen
955524f4c03a906a84f57e3532c7834b9cef61ab
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <unit xmlns="http://www.sdml.info/srcML/src" language="Java" filename="D:\bio\git\biorimp\BIO-RIMP\test_data\code\guava\src\com\google\common\math\LongMath.java"> <comment type="block">/* * Copyright (C) 2011 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ </comment> <package>package <name><name>com</name>.<name>google</name>.<name>common</name>. <name>math</name> </name> ; </package> <import>import static <name><name>com</name>.<name>google</name>.<name>common</name>.<name>base</name>.<name>Preconditions</name>. <name>checkArgument</name> </name> ; </import> <import>import static <name><name>com</name>.<name>google</name>.<name>common</name>.<name>base</name>.<name>Preconditions</name>. <name>checkNotNull</name> </name> ; </import> <import>import static <name><name>com</name>.<name>google</name>.<name>common</name>.<name>math</name>.<name>MathPreconditions</name>. <name>checkNoOverflow</name> </name> ; </import> <import>import static <name><name>com</name>.<name>google</name>.<name>common</name>.<name>math</name>.<name>MathPreconditions</name>. <name>checkNonNegative</name> </name> ; </import> <import>import static <name><name>com</name>.<name>google</name>.<name>common</name>.<name>math</name>.<name>MathPreconditions</name>. <name>checkPositive</name> </name> ; </import> <import>import static <name><name>com</name>.<name>google</name>.<name>common</name>.<name>math</name>.<name>MathPreconditions</name>. <name>checkRoundingUnnecessary</name> </name> ; </import> <import>import static <name><name>java</name>.<name>lang</name>.<name>Math</name>. <name>abs</name> </name> ; </import> <import>import static <name><name>java</name>.<name>lang</name>.<name>Math</name>. <name>min</name> </name> ; </import> <import>import static <name><name>java</name>.<name>math</name>.<name>RoundingMode</name>. <name>HALF_EVEN</name> </name> ; </import> <import>import static <name><name>java</name>.<name>math</name>.<name>RoundingMode</name>. <name>HALF_UP</name> </name> ; </import> <import>import <name><name>com</name>.<name>google</name>.<name>common</name>.<name>annotations</name>. <name>GwtCompatible</name> </name> ; </import> <import>import <name><name>com</name>.<name>google</name>.<name>common</name>.<name>annotations</name>. <name>GwtIncompatible</name> </name> ; </import> <import>import <name><name>com</name>.<name>google</name>.<name>common</name>.<name>annotations</name>. <name>VisibleForTesting</name> </name> ; </import> <import>import <name><name>com</name>.<name>google</name>.<name>common</name>.<name>primitives</name>. <name>UnsignedLongs</name> </name> ; </import> <import>import <name><name>java</name>.<name>math</name>. <name>BigInteger</name> </name> ; </import> <import>import <name><name>java</name>.<name>math</name>. <name>RoundingMode</name> </name> ; </import> <comment type="javadoc">/** * A class for arithmetic on values of type {@code long}. Where possible, methods are defined and * named analogously to their {@code BigInteger} counterparts. * * &lt;p&gt;The implementations of many methods in this class are based on material from Henry S. Warren, * Jr.'s &lt;i&gt;Hacker's Delight&lt;/i&gt;, (Addison Wesley, 2002). * * &lt;p&gt;Similar functionality for {@code int} and for {@link BigInteger} can be found in * {@link IntMath} and {@link BigIntegerMath} respectively. For other common operations on * {@code long} values, see {@link com.google.common.primitives.Longs}. * * @author Louis Wasserman * @since 11.0 */ </comment> <class> <annotation>@ <name>GwtCompatible</name> <argument_list>(emulated = true)</argument_list> </annotation> <specifier>public</specifier> <specifier>final</specifier> class <name>LongMath</name> <block>{ <comment type="line">// NOTE: Whenever both tests are cheap and functional, it's faster to use &amp;, | instead of &amp;&amp;, || </comment> <comment type="javadoc">/** * Returns {@code true} if {@code x} represents a power of two. * * &lt;p&gt;This differs from {@code Long.bitCount(x) == 1}, because * {@code Long.bitCount(Long.MIN_VALUE) == 1}, but {@link Long#MIN_VALUE} is not a power of two. */ </comment> <function> <type> <specifier>public</specifier> <specifier>static</specifier> <name>boolean</name> </type> <name>isPowerOfTwo</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> ) </parameter_list> <block>{ <return>return <expr> <name>x</name> &gt; 0 &amp; (<name>x</name> &amp; (<name>x</name> - 1)) == 0 </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns 1 if {@code x &lt; y} as unsigned longs, and 0 otherwise. Assumes that x - y fits into a * signed long. The implementation is branch-free, and benchmarks suggest it is measurably * faster than the straightforward ternary expression. */ </comment> <function> <type> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <name>int</name> </type> <name>lessThanBranchFree</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>y</name> </decl> </param> ) </parameter_list> <block>{ <comment type="line">// Returns the sign bit of x - y.</comment> <return>return <expr> <call>(<name>int</name>) <argument_list>( <argument> <expr>~~(<name>x</name> - <name>y</name>) &gt;&gt;&gt; ( <name><name>Long</name>. <name>SIZE</name> </name> - 1) </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the base-2 logarithm of {@code x}, rounded according to the specified rounding mode. * * @throws IllegalArgumentException if {@code x &lt;= 0} * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x} * is not a power of two */ </comment> <function> <type> <annotation>@ <name>SuppressWarnings</name> <argument_list>("fallthrough")</argument_list> </annotation> <comment type="line">// TODO(kevinb): remove after this warning is disabled globally</comment> <specifier>public</specifier> <specifier>static</specifier> <name>int</name> </type> <name>log2</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>RoundingMode</name> </type> <name>mode</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkPositive</name> <argument_list>( <argument> <expr>"x"</expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <switch>switch <condition>( <expr> <name>mode</name> </expr> ) </condition> <block>{ <case>case <expr> <name>UNNECESSARY</name> </expr> : <expr_stmt> <expr> <call> <name>checkRoundingUnnecessary</name> <argument_list>( <argument> <expr> <call> <name>isPowerOfTwo</name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <comment type="line">// fall through</comment> </case> <case>case <expr> <name>DOWN</name> </expr> : </case> <case>case <expr> <name>FLOOR</name> </expr> : <return>return <expr>( <name><name>Long</name>. <name>SIZE</name> </name> - 1) - <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <case>case <expr> <name>UP</name> </expr> : </case> <case>case <expr> <name>CEILING</name> </expr> : <return>return <expr> <name><name>Long</name>. <name>SIZE</name> </name> - <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>x</name> - 1 </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <case>case <expr> <name>HALF_DOWN</name> </expr> : </case> <case>case <expr> <name>HALF_UP</name> </expr> : </case> <case>case <expr> <name>HALF_EVEN</name> </expr> : <comment type="line">// Since sqrt(2) is irrational, log2(x) - logFloor cannot be exactly 0.5 </comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>leadingZeros</name> = <init> <expr> <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>cmp</name> = <init> <expr> <name>MAX_POWER_OF_SQRT2_UNSIGNED</name> &gt;&gt;&gt; <name>leadingZeros</name> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// floor(2^(logFloor + 0.5))</comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>logFloor</name> = <init> <expr>( <name><name>Long</name>. <name>SIZE</name> </name> - 1) - <name>leadingZeros</name> </expr> </init> </decl> ; </decl_stmt> <return>return <expr> <name>logFloor</name> + <call> <name>lessThanBranchFree</name> <argument_list>( <argument> <expr> <name>cmp</name> </expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <default>default: <throw>throw <expr>new <call> <name>AssertionError</name> <argument_list>( <argument> <expr>"impossible"</expr> </argument> ) </argument_list> </call> </expr> ; </throw> </default> } </block> </switch> } </block> </function> <comment type="javadoc">/** The biggest half power of two that fits into an unsigned long */</comment> <decl_stmt> <decl> <type> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <specifier>final</specifier> <name>long</name> </type> <name>MAX_POWER_OF_SQRT2_UNSIGNED</name> = <init> <expr>0xB504F333F9DE6484L</expr> </init> </decl> ; </decl_stmt> <comment type="javadoc">/** * Returns the base-10 logarithm of {@code x}, rounded according to the specified rounding mode. * * @throws IllegalArgumentException if {@code x &lt;= 0} * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x} * is not a power of ten */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <annotation>@ <name>SuppressWarnings</name> <argument_list>("fallthrough")</argument_list> </annotation> <comment type="line">// TODO(kevinb): remove after this warning is disabled globally</comment> <specifier>public</specifier> <specifier>static</specifier> <name>int</name> </type> <name>log10</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>RoundingMode</name> </type> <name>mode</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkPositive</name> <argument_list>( <argument> <expr>"x"</expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <decl_stmt> <decl> <type> <name>int</name> </type> <name>logFloor</name> = <init> <expr> <call> <name>log10Floor</name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>floorPow</name> = <init> <expr> <name> <name>powersOf10</name> <index>[ <expr> <name>logFloor</name> </expr> ] </index> </name> </expr> </init> </decl> ; </decl_stmt> <switch>switch <condition>( <expr> <name>mode</name> </expr> ) </condition> <block>{ <case>case <expr> <name>UNNECESSARY</name> </expr> : <expr_stmt> <expr> <call> <name>checkRoundingUnnecessary</name> <argument_list>( <argument> <expr> <name>x</name> == <name>floorPow</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <comment type="line">// fall through</comment> </case> <case>case <expr> <name>FLOOR</name> </expr> : </case> <case>case <expr> <name>DOWN</name> </expr> : <return>return <expr> <name>logFloor</name> </expr> ; </return> </case> <case>case <expr> <name>CEILING</name> </expr> : </case> <case>case <expr> <name>UP</name> </expr> : <return>return <expr> <name>logFloor</name> + <call> <name>lessThanBranchFree</name> <argument_list>( <argument> <expr> <name>floorPow</name> </expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <case>case <expr> <name>HALF_DOWN</name> </expr> : </case> <case>case <expr> <name>HALF_UP</name> </expr> : </case> <case>case <expr> <name>HALF_EVEN</name> </expr> : <comment type="line">// sqrt(10) is irrational, so log10(x)-logFloor is never exactly 0.5 </comment> <return>return <expr> <name>logFloor</name> + <call> <name>lessThanBranchFree</name> <argument_list>( <argument> <expr> <name> <name>halfPowersOf10</name> <index>[ <expr> <name>logFloor</name> </expr> ] </index> </name> </expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <default>default: <throw>throw <expr>new <call> <name>AssertionError</name> <argument_list>()</argument_list> </call> </expr> ; </throw> </default> } </block> </switch> } </block> </function> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>static</specifier> <name>int</name> </type> <name>log10Floor</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> ) </parameter_list> <block>{ <comment type="block">/* * Based on Hacker's Delight Fig. 11-5, the two-table-lookup, branch-free implementation. * * The key idea is that based on the number of leading zeros (equivalently, floor(log2(x))), * we can narrow the possible floor(log10(x)) values to two. For example, if floor(log2(x)) * is 6, then 64 &lt;= x &lt; 128, so floor(log10(x)) is either 1 or 2. */ </comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>y</name> = <init> <expr> <name> <name>maxLog10ForLeadingZeros</name> <index>[ <expr> <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ] </index> </name> </expr> </init> </decl> ; </decl_stmt> <comment type="block">/* * y is the higher of the two possible values of floor(log10(x)). If x &lt; 10^y, then we want the * lower of the two possible values, or y - 1, otherwise, we want y. */ </comment> <return>return <expr> <name>y</name> - <call> <name>lessThanBranchFree</name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> , <argument> <expr> <name> <name>powersOf10</name> <index>[ <expr> <name>y</name> </expr> ] </index> </name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> <comment type="line">// maxLog10ForLeadingZeros[i] == floor(log10(2^(Long.SIZE - i)))</comment> <decl_stmt> <decl> <type> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <specifier>final</specifier> <name>byte</name> <index>[]</index> </type> <name>maxLog10ForLeadingZeros</name> = <init> <expr> <block>{ <expr>19</expr>, <expr>18</expr>, <expr>18</expr>, <expr>18</expr>, <expr> 18</expr>, <expr>17</expr>, <expr>17</expr>, <expr>17</expr>, <expr> 16</expr>, <expr>16</expr>, <expr>16</expr>, <expr>15</expr>, <expr> 15</expr>, <expr>15</expr>, <expr>15</expr>, <expr>14</expr>, <expr> 14</expr>, <expr>14</expr>, <expr>13</expr>, <expr>13</expr>, <expr> 13</expr>, <expr>12</expr>, <expr>12</expr>, <expr>12</expr>, <expr>12</expr>, <expr>11</expr>, <expr>11</expr>, <expr> 11</expr>, <expr>10</expr>, <expr>10</expr>, <expr>10</expr>, <expr>9</expr>, <expr> 9</expr>, <expr>9</expr>, <expr>9</expr>, <expr>8</expr>, <expr>8</expr>, <expr> 8</expr>, <expr>7</expr>, <expr>7</expr>, <expr>7</expr>, <expr>6</expr>, <expr> 6</expr>, <expr>6</expr>, <expr>6</expr>, <expr>5</expr>, <expr>5</expr>, <expr> 5</expr>, <expr>4</expr>, <expr>4</expr>, <expr>4</expr>, <expr>3</expr>, <expr>3</expr>, <expr>3</expr>, <expr>3</expr>, <expr>2</expr>, <expr> 2</expr>, <expr>2</expr>, <expr>1</expr>, <expr>1</expr>, <expr>1</expr>, <expr> 0</expr>, <expr>0</expr>, <expr>0</expr> } </block> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <specifier>final</specifier> <name>long</name> <index>[]</index> </type> <name>powersOf10</name> = <init> <expr> <block>{ <expr>1L</expr>, <expr>10L</expr>, <expr>100L</expr>, <expr>1000L</expr>, <expr>10000L</expr>, <expr>100000L</expr>, <expr>1000000L</expr>, <expr>10000000L</expr>, <expr>100000000L</expr>, <expr>1000000000L</expr>, <expr>10000000000L</expr>, <expr>100000000000L</expr>, <expr>1000000000000L</expr>, <expr>10000000000000L</expr>, <expr>100000000000000L</expr>, <expr>1000000000000000L</expr>, <expr>10000000000000000L</expr>, <expr>100000000000000000L</expr>, <expr>1000000000000000000L</expr> } </block> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// halfPowersOf10[i] = largest long less than 10^(i + 0.5)</comment> <decl_stmt> <decl> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <specifier>final</specifier> <name>long</name> <index>[]</index> </type> <name>halfPowersOf10</name> = <init> <expr> <block>{ <expr>3L</expr>, <expr>31L</expr>, <expr>316L</expr>, <expr>3162L</expr>, <expr>31622L</expr>, <expr>316227L</expr>, <expr>3162277L</expr>, <expr>31622776L</expr>, <expr>316227766L</expr>, <expr>3162277660L</expr>, <expr>31622776601L</expr>, <expr>316227766016L</expr>, <expr>3162277660168L</expr>, <expr>31622776601683L</expr>, <expr>316227766016837L</expr>, <expr>3162277660168379L</expr>, <expr>31622776601683793L</expr>, <expr>316227766016837933L</expr>, <expr>3162277660168379331L</expr> } </block> </expr> </init> </decl> ; </decl_stmt> <comment type="javadoc">/** * Returns {@code b} to the {@code k}th power. Even if the result overflows, it will be equal to * {@code BigInteger.valueOf(b).pow(k).longValue()}. This implementation runs in {@code O(log k)} * time. * * @throws IllegalArgumentException if {@code k &lt; 0} */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>pow</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> , <param> <decl> <type> <name>int</name> </type> <name>k</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"exponent"</expr> </argument> , <argument> <expr> <name>k</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <if>if <condition>( <expr>-2 &lt;= <name>b</name> &amp;&amp; <name>b</name> &lt;= 2 </expr> ) </condition> <then> <block>{ <switch>switch <condition>( <expr>(<name>int</name>) <name>b</name> </expr> ) </condition> <block>{ <case>case <expr>0</expr>: <return>return <expr>(<name>k</name> == 0) ? 1 : 0 </expr> ; </return> </case> <case>case <expr>1</expr>: <return>return <expr>1</expr>; </return> </case> <case>case <expr>(-1)</expr>: <return>return <expr>((<name>k</name> &amp; 1) == 0) ? 1 : -1 </expr> ; </return> </case> <case>case <expr>2</expr>: <return>return <expr>(<name>k</name> &lt; <name><name>Long</name>. <name>SIZE</name> </name> ) ? 1L &lt;&lt; <name>k</name> : 0 </expr> ; </return> </case> <case>case <expr>(-2)</expr>: <if>if <condition>( <expr> <name>k</name> &lt; <name><name>Long</name>. <name>SIZE</name> </name> </expr> ) </condition> <then> <block>{ <return>return <expr>((<name>k</name> &amp; 1) == 0) ? 1L &lt;&lt; <name> k </name> : -(1L &lt;&lt; <name>k</name>) </expr> ; </return> } </block> </then> <else>else <block>{ <return>return <expr>0</expr>; </return> } </block> </else> </if> </case> <default>default: <throw>throw <expr>new <call> <name>AssertionError</name> <argument_list>()</argument_list> </call> </expr> ; </throw> </default> } </block> </switch> } </block> </then> </if> <for>for ( <init> <decl> <type> <name>long</name> </type> <name>accum</name> = <init> <expr>1</expr> </init> </decl> ; </init> <condition>;</condition> <incr> <expr> <name>k</name> &gt;&gt;= 1 </expr> </incr> ) <block>{ <switch>switch <condition>( <expr> <name>k</name> </expr> ) </condition> <block>{ <case>case <expr>0</expr>: <return>return <expr> <name>accum</name> </expr> ; </return> </case> <case>case <expr>1</expr>: <return>return <expr> <name>accum</name> * <name>b</name> </expr> ; </return> </case> <default>default: <expr_stmt> <expr> <name>accum</name> *= ((<name>k</name> &amp; 1) == 0) ? 1 : <name>b</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>b</name> *= <name>b</name> </expr> ; </expr_stmt> </default> } </block> </switch> } </block> </for> } </block> </function> <comment type="javadoc">/** * Returns the square root of {@code x}, rounded with the specified rounding mode. * * @throws IllegalArgumentException if {@code x &lt; 0} * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and * {@code sqrt(x)} is not an integer */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <annotation>@ <name>SuppressWarnings</name> <argument_list>("fallthrough")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>sqrt</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>RoundingMode</name> </type> <name>mode</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"x"</expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <if>if <condition>( <expr> <call> <name>fitsInInt</name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ) </condition> <then> <block>{ <return>return <expr> <call> <name><name>IntMath</name>. <name>sqrt</name> </name> <argument_list>( <argument> <expr>(<name>int</name>) <name>x</name> </expr> </argument> , <argument> <expr> <name>mode</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </then> </if> <comment type="block">/* * Let k be the true value of floor(sqrt(x)), so that * * k * k &lt;= x &lt; (k + 1) * (k + 1) * (double) (k * k) &lt;= (double) x &lt;= (double) ((k + 1) * (k + 1)) * since casting to double is nondecreasing. * Note that the right-hand inequality is no longer strict. * Math.sqrt(k * k) &lt;= Math.sqrt(x) &lt;= Math.sqrt((k + 1) * (k + 1)) * since Math.sqrt is monotonic. * (long) Math.sqrt(k * k) &lt;= (long) Math.sqrt(x) &lt;= (long) Math.sqrt((k + 1) * (k + 1)) * since casting to long is monotonic * k &lt;= (long) Math.sqrt(x) &lt;= k + 1 * since (long) Math.sqrt(k * k) == k, as checked exhaustively in * {@link LongMathTest#testSqrtOfPerfectSquareAsDoubleIsPerfect} */ </comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>guess</name> = <init> <expr>(<name>long</name>) <call> <name><name>Math</name>. <name>sqrt</name> </name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// Note: guess is always &lt;= FLOOR_SQRT_MAX_LONG.</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>guessSquared</name> = <init> <expr> <name>guess</name> * <name>guess</name> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// Note (2013-2-26): benchmarks indicate that, inscrutably enough, using if statements is </comment> <comment type="line">// faster here than using lessThanBranchFree.</comment> <switch>switch <condition>( <expr> <name>mode</name> </expr> ) </condition> <block>{ <case>case <expr> <name>UNNECESSARY</name> </expr> : <expr_stmt> <expr> <call> <name>checkRoundingUnnecessary</name> <argument_list>( <argument> <expr> <name>guessSquared</name> == <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr> <name>guess</name> </expr> ; </return> </case> <case>case <expr> <name>FLOOR</name> </expr> : </case> <case>case <expr> <name>DOWN</name> </expr> : <if>if <condition>( <expr> <name>x</name> &lt; <name>guessSquared</name> </expr> ) </condition> <then> <block>{ <return>return <expr> <name>guess</name> - 1 </expr> ; </return> } </block> </then> </if> <return>return <expr> <name>guess</name> </expr> ; </return> </case> <case>case <expr> <name>CEILING</name> </expr> : </case> <case>case <expr> <name>UP</name> </expr> : <if>if <condition>( <expr> <name>x</name> &gt; <name>guessSquared</name> </expr> ) </condition> <then> <block>{ <return>return <expr> <name>guess</name> + 1 </expr> ; </return> } </block> </then> </if> <return>return <expr> <name>guess</name> </expr> ; </return> </case> <case>case <expr> <name>HALF_DOWN</name> </expr> : </case> <case>case <expr> <name>HALF_UP</name> </expr> : </case> <case>case <expr> <name>HALF_EVEN</name> </expr> : <decl_stmt> <decl> <type> <name>long</name> </type> <name>sqrtFloor</name> = <init> <expr> <name>guess</name> - ((<name>x</name> &lt; <name>guessSquared</name>) ? 1 : 0) </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>halfSquare</name> = <init> <expr> <name>sqrtFloor</name> * <name>sqrtFloor</name> + <name>sqrtFloor</name> </expr> </init> </decl> ; </decl_stmt> <comment type="block">/* * We wish to test whether or not x &lt;= (sqrtFloor + 0.5)^2 = halfSquare + 0.25. Since both * x and halfSquare are integers, this is equivalent to testing whether or not x &lt;= * halfSquare. (We have to deal with overflow, though.) * * If we treat halfSquare as an unsigned long, we know that * sqrtFloor^2 &lt;= x &lt; (sqrtFloor + 1)^2 * halfSquare - sqrtFloor &lt;= x &lt; halfSquare + sqrtFloor + 1 * so |x - halfSquare| &lt;= sqrtFloor. Therefore, it's safe to treat x - halfSquare as a * signed long, so lessThanBranchFree is safe for use. */ </comment> <return>return <expr> <name>sqrtFloor</name> + <call> <name>lessThanBranchFree</name> <argument_list>( <argument> <expr> <name>halfSquare</name> </expr> </argument> , <argument> <expr> <name>x</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <default>default: <throw>throw <expr>new <call> <name>AssertionError</name> <argument_list>()</argument_list> </call> </expr> ; </throw> </default> } </block> </switch> } </block> </function> <comment type="javadoc">/** * Returns the result of dividing {@code p} by {@code q}, rounding using the specified * {@code RoundingMode}. * * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a} * is not an integer multiple of {@code b} */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <annotation>@ <name>SuppressWarnings</name> <argument_list>("fallthrough")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>divide</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>p</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>q</name> </decl> </param> , <param> <decl> <type> <name>RoundingMode</name> </type> <name>mode</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkNotNull</name> <argument_list>( <argument> <expr> <name>mode</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>div</name> = <init> <expr> <name>p</name> / <name>q</name> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// throws if q == 0</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>rem</name> = <init> <expr> <name>p</name> - <name>q</name> * <name>div</name> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// equals p % q</comment> <if>if <condition>( <expr> <name>rem</name> == 0 </expr> ) </condition> <then> <block>{ <return>return <expr> <name>div</name> </expr> ; </return> } </block> </then> </if> <comment type="block">/* * Normal Java division rounds towards 0, consistently with RoundingMode.DOWN. We just have to * deal with the cases where rounding towards 0 is wrong, which typically depends on the sign of * p / q. * * signum is 1 if p and q are both nonnegative or both negative, and -1 otherwise. */ </comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>signum</name> = <init> <expr>1 | <call>(<name>int</name>) <argument_list>( <argument> <expr>(<name>p</name> ^ <name>q</name>) &gt;&gt; ( <name><name>Long</name>. <name>SIZE</name> </name> - 1) </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>boolean</name> </type> <name>increment</name> </decl> ; </decl_stmt> <switch>switch <condition>( <expr> <name>mode</name> </expr> ) </condition> <block>{ <case>case <expr> <name>UNNECESSARY</name> </expr> : <expr_stmt> <expr> <call> <name>checkRoundingUnnecessary</name> <argument_list>( <argument> <expr> <name>rem</name> == 0 </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <comment type="line">// fall through</comment> </case> <case>case <expr> <name>DOWN</name> </expr> : <expr_stmt> <expr> <name>increment</name> = false </expr> ; </expr_stmt> <break>break;</break> </case> <case>case <expr> <name>UP</name> </expr> : <expr_stmt> <expr> <name>increment</name> = true </expr> ; </expr_stmt> <break>break;</break> </case> <case>case <expr> <name>CEILING</name> </expr> : <expr_stmt> <expr> <name>increment</name> = <name>signum</name> &gt; 0 </expr> ; </expr_stmt> <break>break;</break> </case> <case>case <expr> <name>FLOOR</name> </expr> : <expr_stmt> <expr> <name>increment</name> = <name>signum</name> &lt; 0 </expr> ; </expr_stmt> <break>break;</break> </case> <case>case <expr> <name>HALF_EVEN</name> </expr> : </case> <case>case <expr> <name>HALF_DOWN</name> </expr> : </case> <case>case <expr> <name>HALF_UP</name> </expr> : <decl_stmt> <decl> <type> <name>long</name> </type> <name>absRem</name> = <init> <expr> <call> <name>abs</name> <argument_list>( <argument> <expr> <name>rem</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>cmpRemToHalfDivisor</name> = <init> <expr> <name>absRem</name> - ( <call> <name>abs</name> <argument_list>( <argument> <expr> <name>q</name> </expr> </argument> ) </argument_list> </call> - <name>absRem</name>) </expr> </init> </decl> ; </decl_stmt> <comment type="line">// subtracting two nonnegative longs can't overflow</comment> <comment type="line">// cmpRemToHalfDivisor has the same sign as compare(abs(rem), abs(q) / 2). </comment> <if>if <condition>( <expr> <name>cmpRemToHalfDivisor</name> == 0 </expr> ) </condition> <then> <block>{ <comment type="line">// exactly on the half mark</comment> <expr_stmt> <expr> <name>increment</name> = (<name>mode</name> == <name>HALF_UP</name> | (<name>mode</name> == <name> HALF_EVEN </name> &amp; (<name>div</name> &amp; 1) != 0)) </expr> ; </expr_stmt> } </block> </then> <else>else <block>{ <expr_stmt> <expr> <name>increment</name> = <name>cmpRemToHalfDivisor</name> &gt; 0 </expr> ; </expr_stmt> <comment type="line">// closer to the UP value</comment> } </block> </else> </if> <break>break;</break> </case> <default>default: <throw>throw <expr>new <call> <name>AssertionError</name> <argument_list>()</argument_list> </call> </expr> ; </throw> </default> } </block> </switch> <return>return <expr> <name>increment</name> ? <name>div</name> + <name>signum</name> : <name>div</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns {@code x mod m}, a non-negative value less than {@code m}. * This differs from {@code x % m}, which might be negative. * * &lt;p&gt;For example: * * &lt;pre&gt; {@code * * mod(7, 4) == 3 * mod(-7, 4) == 1 * mod(-1, 4) == 3 * mod(-8, 4) == 0 * mod(8, 4) == 0}&lt;/pre&gt; * * @throws ArithmeticException if {@code m &lt;= 0} * @see &lt;a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.17.3"&gt; * Remainder Operator&lt;/a&gt; */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>int</name> </type> <name>mod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>int</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <comment type="line">// Cast is safe because the result is guaranteed in the range [0, m)</comment> <return>return <expr>(<name>int</name>) <call> <name>mod</name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> , <argument> <expr>(<name>long</name>) <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns {@code x mod m}, a non-negative value less than {@code m}. * This differs from {@code x % m}, which might be negative. * * &lt;p&gt;For example: * * &lt;pre&gt; {@code * * mod(7, 4) == 3 * mod(-7, 4) == 1 * mod(-1, 4) == 3 * mod(-8, 4) == 0 * mod(8, 4) == 0}&lt;/pre&gt; * * @throws ArithmeticException if {@code m &lt;= 0} * @see &lt;a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.17.3"&gt; * Remainder Operator&lt;/a&gt; */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>mod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <if>if <condition>( <expr> <name>m</name> &lt;= 0 </expr> ) </condition> <then> <block>{ <throw>throw <expr>new <call> <name>ArithmeticException</name> <argument_list>( <argument> <expr>"Modulus must be positive"</expr> </argument> ) </argument_list> </call> </expr> ; </throw> } </block> </then> </if> <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr> <name>x</name> % <name>m</name> </expr> </init> </decl> ; </decl_stmt> <return>return <expr>(<name>result</name> &gt;= 0) ? <name>result</name> : <name>result</name> + <name>m</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the greatest common divisor of {@code a, b}. Returns {@code 0} if * {@code a == 0 &amp;&amp; b == 0}. * * @throws IllegalArgumentException if {@code a &lt; 0} or {@code b &lt; 0} */ </comment> <function> <type> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>gcd</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> ) </parameter_list> <block>{ <comment type="block">/* * The reason we require both arguments to be &gt;= 0 is because otherwise, what do you return on * gcd(0, Long.MIN_VALUE)? BigInteger.gcd would return positive 2^63, but positive 2^63 isn't * an int. */ </comment> <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"a"</expr> </argument> , <argument> <expr> <name>a</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"b"</expr> </argument> , <argument> <expr> <name>b</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <if>if <condition>( <expr> <name>a</name> == 0 </expr> ) </condition> <then> <block>{ <comment type="line">// 0 % b == 0, so b divides a, but the converse doesn't hold. </comment> <comment type="line">// BigInteger.gcd is consistent with this decision.</comment> <return>return <expr> <name>b</name> </expr> ; </return> } </block> </then> <else>else <if>if <condition>( <expr> <name>b</name> == 0 </expr> ) </condition> <then> <block>{ <return>return <expr> <name>a</name> </expr> ; </return> <comment type="line">// similar logic</comment> } </block> </then> </if> </else> </if> <comment type="block">/* * Uses the binary GCD algorithm; see http://en.wikipedia.org/wiki/Binary_GCD_algorithm. * This is &gt;60% faster than the Euclidean algorithm in benchmarks. */ </comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>aTwos</name> = <init> <expr> <call> <name><name>Long</name>. <name>numberOfTrailingZeros</name> </name> <argument_list>( <argument> <expr> <name>a</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <name>a</name> &gt;&gt;= <name>aTwos</name> </expr> ; </expr_stmt> <comment type="line">// divide out all 2s</comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>bTwos</name> = <init> <expr> <call> <name><name>Long</name>. <name>numberOfTrailingZeros</name> </name> <argument_list>( <argument> <expr> <name>b</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <name>b</name> &gt;&gt;= <name>bTwos</name> </expr> ; </expr_stmt> <comment type="line">// divide out all 2s</comment> <while>while <condition>( <expr> <name>a</name> != <name>b</name> </expr> ) </condition> <block>{ <comment type="line">// both a, b are odd</comment> <comment type="line">// The key to the binary GCD algorithm is as follows:</comment> <comment type="line">// Both a and b are odd. Assume a &gt; b; then gcd(a - b, b) = gcd(a, b). </comment> <comment type="line">// But in gcd(a - b, b), a - b is even and b is odd, so we can divide out powers of two. </comment> <comment type="line">// We bend over backwards to avoid branching, adapting a technique from </comment> <comment type="line">// http://graphics.stanford.edu/~seander/bithacks.html#IntegerMinOrMax </comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>delta</name> = <init> <expr> <name>a</name> - <name>b</name> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// can't overflow, since a and b are nonnegative</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>minDeltaOrZero</name> = <init> <expr> <name>delta</name> &amp; (<name>delta</name> &gt;&gt; ( <name><name>Long</name>. <name>SIZE</name> </name> - 1)) </expr> </init> </decl> ; </decl_stmt> <comment type="line">// equivalent to Math.min(delta, 0)</comment> <expr_stmt> <expr> <name>a</name> = <name>delta</name> - <name>minDeltaOrZero</name> - <name>minDeltaOrZero</name> </expr> ; </expr_stmt> <comment type="line">// sets a to Math.abs(a - b)</comment> <comment type="line">// a is now nonnegative and even</comment> <expr_stmt> <expr> <name>b</name> += <name>minDeltaOrZero</name> </expr> ; </expr_stmt> <comment type="line">// sets b to min(old a, b)</comment> <expr_stmt> <expr> <name>a</name> &gt;&gt;= <call> <name><name>Long</name>. <name>numberOfTrailingZeros</name> </name> <argument_list>( <argument> <expr> <name>a</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <comment type="line">// divide out all 2s, since 2 doesn't divide b</comment> } </block> </while> <return>return <expr> <name>a</name> &lt;&lt; <call> <name>min</name> <argument_list>( <argument> <expr> <name>aTwos</name> </expr> </argument> , <argument> <expr> <name>bTwos</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the sum of {@code a} and {@code b}, provided it does not overflow. * * @throws ArithmeticException if {@code a + b} overflows in signed {@code long} arithmetic */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>checkedAdd</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr> <name>a</name> + <name>b</name> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr>(<name>a</name> ^ <name>b</name>) &lt; 0 | (<name>a</name> ^ <name> result</name>) &gt;= 0 </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr> <name>result</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the difference of {@code a} and {@code b}, provided it does not overflow. * * @throws ArithmeticException if {@code a - b} overflows in signed {@code long} arithmetic */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>checkedSubtract</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr> <name>a</name> - <name>b</name> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr>(<name>a</name> ^ <name>b</name>) &gt;= 0 | (<name>a</name> ^ <name> result</name>) &gt;= 0 </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr> <name>result</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the product of {@code a} and {@code b}, provided it does not overflow. * * @throws ArithmeticException if {@code a * b} overflows in signed {@code long} arithmetic */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>checkedMultiply</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> ) </parameter_list> <block>{ <comment type="line">// Hacker's Delight, Section 2-12</comment> <decl_stmt> <decl> <type> <name>int</name> </type> <name>leadingZeros</name> = <init> <expr> <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>a</name> </expr> </argument> ) </argument_list> </call> + <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr>~ <name>a</name> </expr> </argument> ) </argument_list> </call> + <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>b</name> </expr> </argument> ) </argument_list> </call> + <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr>~ <name>b</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <comment type="block">/* * If leadingZeros &gt; Long.SIZE + 1 it's definitely fine, if it's &lt; Long.SIZE it's definitely * bad. We do the leadingZeros check to avoid the division below if at all possible. * * Otherwise, if b == Long.MIN_VALUE, then the only allowed values of a are 0 and 1. We take * care of all a &lt; 0 with their own check, because in particular, the case a == -1 will * incorrectly pass the division check below. * * In all other cases, we check that either a is 0 or the result is consistent with division. */ </comment> <if>if <condition>( <expr> <name>leadingZeros</name> &gt; <name><name>Long</name>. <name>SIZE</name> </name> + 1 </expr> ) </condition> <then> <block>{ <return>return <expr> <name>a</name> * <name>b</name> </expr> ; </return> } </block> </then> </if> <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr> <name>leadingZeros</name> &gt;= <name><name>Long</name>. <name>SIZE</name> </name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr> <name>a</name> &gt;= 0 | <name>b</name> != <name><name>Long</name>. <name>MIN_VALUE</name> </name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr> <name>a</name> * <name>b</name> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr> <name>a</name> == 0 || <name>result</name> / <name>a</name> == <name>b</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr> <name>result</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the {@code b} to the {@code k}th power, provided it does not overflow. * * @throws ArithmeticException if {@code b} to the {@code k}th power overflows in signed * {@code long} arithmetic */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>checkedPow</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> , <param> <decl> <type> <name>int</name> </type> <name>k</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"exponent"</expr> </argument> , <argument> <expr> <name>k</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <if>if <condition>( <expr> <name>b</name> &gt;= -2 &amp; <name>b</name> &lt;= 2 </expr> ) </condition> <then> <block>{ <switch>switch <condition>( <expr>(<name>int</name>) <name>b</name> </expr> ) </condition> <block>{ <case>case <expr>0</expr>: <return>return <expr>(<name>k</name> == 0) ? 1 : 0 </expr> ; </return> </case> <case>case <expr>1</expr>: <return>return <expr>1</expr>; </return> </case> <case>case <expr>(-1)</expr>: <return>return <expr>((<name>k</name> &amp; 1) == 0) ? 1 : -1 </expr> ; </return> </case> <case>case <expr>2</expr>: <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr> <name>k</name> &lt; <name><name>Long</name>. <name>SIZE</name> </name> - 1 </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr>1L &lt;&lt; <name>k</name> </expr> ; </return> </case> <case>case <expr>(-2)</expr>: <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr> <name>k</name> &lt; <name><name>Long</name>. <name>SIZE</name> </name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr>((<name>k</name> &amp; 1) == 0) ? (1L &lt;&lt; <name>k</name>) : (-1L &lt;&lt; <name>k</name>) </expr> ; </return> </case> <default>default: <throw>throw <expr>new <call> <name>AssertionError</name> <argument_list>()</argument_list> </call> </expr> ; </throw> </default> } </block> </switch> } </block> </then> </if> <decl_stmt> <decl> <type> <name>long</name> </type> <name>accum</name> = <init> <expr>1</expr> </init> </decl> ; </decl_stmt> <while>while <condition>(<expr>true</expr>) </condition> <block>{ <switch>switch <condition>( <expr> <name>k</name> </expr> ) </condition> <block>{ <case>case <expr>0</expr>: <return>return <expr> <name>accum</name> </expr> ; </return> </case> <case>case <expr>1</expr>: <return>return <expr> <call> <name>checkedMultiply</name> <argument_list>( <argument> <expr> <name>accum</name> </expr> </argument> , <argument> <expr> <name>b</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> </case> <default>default: <if>if <condition>( <expr>(<name>k</name> &amp; 1) != 0 </expr> ) </condition> <then> <block>{ <expr_stmt> <expr> <name>accum</name> = <call> <name>checkedMultiply</name> <argument_list>( <argument> <expr> <name>accum</name> </expr> </argument> , <argument> <expr> <name>b</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> } </block> </then> </if> <expr_stmt> <expr> <name>k</name> &gt;&gt;= 1 </expr> ; </expr_stmt> <if>if <condition>( <expr> <name>k</name> &gt; 0 </expr> ) </condition> <then> <block>{ <expr_stmt> <expr> <call> <name>checkNoOverflow</name> <argument_list>( <argument> <expr>-<name>FLOOR_SQRT_MAX_LONG</name> &lt;= <name> b </name> &amp;&amp; <name>b</name> &lt;= <name>FLOOR_SQRT_MAX_LONG</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>b</name> *= <name>b</name> </expr> ; </expr_stmt> } </block> </then> </if> </default> } </block> </switch> } </block> </while> } </block> </function> <decl_stmt> <decl> <type> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <specifier>final</specifier> <name>long</name> </type> <name>FLOOR_SQRT_MAX_LONG</name> = <init> <expr>3037000499L</expr> </init> </decl> ; </decl_stmt> <comment type="javadoc">/** * Returns {@code n!}, that is, the product of the first {@code n} positive * integers, {@code 1} if {@code n == 0}, or {@link Long#MAX_VALUE} if the * result does not fit in a {@code long}. * * @throws IllegalArgumentException if {@code n &lt; 0} */ </comment> <function> <type> <annotation>@ <name>GwtIncompatible</name> <argument_list>("TODO")</argument_list> </annotation> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>factorial</name> <parameter_list>( <param> <decl> <type> <name>int</name> </type> <name>n</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"n"</expr> </argument> , <argument> <expr> <name>n</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <return>return <expr>(<name>n</name> &lt; <name><name>factorials</name>. <name>length</name> </name> ) ? <name> <name>factorials</name> <index>[ <expr> <name>n</name> </expr> ] </index> </name> : <name><name>Long</name>. <name>MAX_VALUE</name> </name> </expr> ; </return> } </block> </function> <decl_stmt> <decl> <type> <specifier>static</specifier> <specifier>final</specifier> <name>long</name> <index>[]</index> </type> <name>factorials</name> = <init> <expr> <block>{ <expr>1L</expr>, <expr>1L</expr>, <expr>1L * 2</expr>, <expr>1L * 2 * 3</expr>, <expr>1L * 2 * 3 * 4</expr>, <expr>1L * 2 * 3 * 4 * 5</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15 * 16</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15 * 16 * 17</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15 * 16 * 17 * 18</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15 * 16 * 17 * 18 * 19</expr>, <expr>1L * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15 * 16 * 17 * 18 * 19 * 20 </expr> } </block> </expr> </init> </decl> ; </decl_stmt> <comment type="javadoc">/** * Returns {@code n} choose {@code k}, also known as the binomial coefficient of {@code n} and * {@code k}, or {@link Long#MAX_VALUE} if the result does not fit in a {@code long}. * * @throws IllegalArgumentException if {@code n &lt; 0}, {@code k &lt; 0}, or {@code k &gt; n} */ </comment> <function> <type> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>binomial</name> <parameter_list>( <param> <decl> <type> <name>int</name> </type> <name>n</name> </decl> </param> , <param> <decl> <type> <name>int</name> </type> <name>k</name> </decl> </param> ) </parameter_list> <block>{ <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"n"</expr> </argument> , <argument> <expr> <name>n</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <call> <name>checkNonNegative</name> <argument_list>( <argument> <expr>"k"</expr> </argument> , <argument> <expr> <name>k</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <call> <name>checkArgument</name> <argument_list>( <argument> <expr> <name>k</name> &lt;= <name>n</name> </expr> </argument> , <argument> <expr>"k (%s) &gt; n (%s)"</expr> </argument> , <argument> <expr> <name>k</name> </expr> </argument> , <argument> <expr> <name>n</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <if>if <condition>( <expr> <name>k</name> &gt; (<name>n</name> &gt;&gt; 1) </expr> ) </condition> <then> <block>{ <expr_stmt> <expr> <name>k</name> = <name>n</name> - <name>k</name> </expr> ; </expr_stmt> } </block> </then> </if> <switch>switch <condition>( <expr> <name>k</name> </expr> ) </condition> <block>{ <case>case <expr>0</expr>: <return>return <expr>1</expr>; </return> </case> <case>case <expr>1</expr>: <return>return <expr> <name>n</name> </expr> ; </return> </case> <default>default: <if>if <condition>( <expr> <name>n</name> &lt; <name><name>factorials</name>. <name>length</name> </name> </expr> ) </condition> <then> <block>{ <return>return <expr> <name> <name>factorials</name> <index>[ <expr> <name>n</name> </expr> ] </index> </name> / ( <name> <name>factorials</name> <index>[ <expr> <name>k</name> </expr> ] </index> </name> * <name> <name>factorials</name> <index>[ <expr> <name>n</name> - <name>k</name> </expr> ] </index> </name> ) </expr> ; </return> } </block> </then> <else>else <if>if <condition>( <expr> <name>k</name> &gt;= <name><name>biggestBinomials</name>. <name>length</name> </name> || <name>n</name> &gt; <name> <name>biggestBinomials</name> <index>[ <expr> <name>k</name> </expr> ] </index> </name> </expr> ) </condition> <then> <block>{ <return>return <expr> <name><name>Long</name>. <name>MAX_VALUE</name> </name> </expr> ; </return> } </block> </then> <else>else <if>if <condition>( <expr> <name>k</name> &lt; <name><name>biggestSimpleBinomials</name>. <name>length</name> </name> &amp;&amp; <name>n</name> &lt;= <name> <name>biggestSimpleBinomials</name> <index>[ <expr> <name>k</name> </expr> ] </index> </name> </expr> ) </condition> <then> <block>{ <comment type="line">// guaranteed not to overflow</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr><name>n</name>-- </expr> </init> </decl> ; </decl_stmt> <for>for ( <init> <decl> <type> <name>int</name> </type> <name>i</name> = <init> <expr>2</expr> </init> </decl> ; </init> <condition> <expr> <name>i</name> &lt;= <name>k</name> </expr> ; </condition> <incr> <expr><name>n</name>-- </expr> , <expr><name>i</name>++ </expr> </incr> ) <block>{ <expr_stmt> <expr> <name>result</name> *= <name>n</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>result</name> /= <name>i</name> </expr> ; </expr_stmt> } </block> </for> <return>return <expr> <name>result</name> </expr> ; </return> } </block> </then> <else>else <block>{ <decl_stmt> <decl> <type> <name>int</name> </type> <name>nBits</name> = <init> <expr> <call> <name><name>LongMath</name>. <name>log2</name> </name> <argument_list>( <argument> <expr> <name>n</name> </expr> </argument> , <argument> <expr> <name><name> RoundingMode</name>. <name>CEILING</name> </name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr>1</expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>numerator</name> = <init> <expr><name>n</name>-- </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>denominator</name> = <init> <expr>1</expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>int</name> </type> <name>numeratorBits</name> = <init> <expr> <name>nBits</name> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// This is an upper bound on log2(numerator, ceiling). </comment> <comment type="block">/* * We want to do this in long math for speed, but want to avoid overflow. We adapt the * technique previously used by BigIntegerMath: maintain separate numerator and * denominator accumulators, multiplying the fraction into result when near overflow. */ </comment> <for>for ( <init> <decl> <type> <name>int</name> </type> <name>i</name> = <init> <expr>2</expr> </init> </decl> ; </init> <condition> <expr> <name>i</name> &lt;= <name>k</name> </expr> ; </condition> <incr> <expr><name>i</name>++ </expr> , <expr><name>n</name>-- </expr> </incr> ) <block>{ <if>if <condition>( <expr> <name>numeratorBits</name> + <name>nBits</name> &lt; <name><name>Long</name>. <name>SIZE</name> </name> - 1 </expr> ) </condition> <then> <block>{ <comment type="line">// It's definitely safe to multiply into numerator and denominator. </comment> <expr_stmt> <expr> <name>numerator</name> *= <name>n</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>denominator</name> *= <name>i</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>numeratorBits</name> += <name>nBits</name> </expr> ; </expr_stmt> } </block> </then> <else>else <block>{ <comment type="line">// It might not be safe to multiply into numerator and denominator, </comment> <comment type="line">// so multiply (numerator / denominator) into result. </comment> <expr_stmt> <expr> <name>result</name> = <call> <name>multiplyFraction </name> <argument_list>( <argument> <expr> <name>result </name> </expr> </argument> , <argument> <expr> <name> numerator </name> </expr> </argument> , <argument> <expr> <name> denominator </name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>numerator</name> = <name>n</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>denominator</name> = <name>i</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>numeratorBits</name> = <name>nBits</name> </expr> ; </expr_stmt> } </block> </else> </if> } </block> </for> <return>return <expr> <call> <name>multiplyFraction</name> <argument_list>( <argument> <expr> <name>result</name> </expr> </argument> , <argument> <expr> <name>numerator</name> </expr> </argument> , <argument> <expr> <name>denominator</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </else> </if> </else> </if> </else> </if> </default> } </block> </switch> } </block> </function> <comment type="javadoc">/** * Returns (x * numerator / denominator), which is assumed to come out to an integral value. */ </comment> <function> <type> <specifier>static</specifier> <name>long</name> </type> <name>multiplyFraction</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>numerator</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>denominator</name> </decl> </param> ) </parameter_list> <block>{ <if>if <condition>( <expr> <name>x</name> == 1 </expr> ) </condition> <then> <block>{ <return>return <expr> <name>numerator</name> / <name>denominator</name> </expr> ; </return> } </block> </then> </if> <decl_stmt> <decl> <type> <name>long</name> </type> <name>commonDivisor</name> = <init> <expr> <call> <name>gcd</name> <argument_list>( <argument> <expr> <name>x</name> </expr> </argument> , <argument> <expr> <name>denominator</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <name>x</name> /= <name>commonDivisor</name> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>denominator</name> /= <name>commonDivisor</name> </expr> ; </expr_stmt> <comment type="line">// We know gcd(x, denominator) = 1, and x * numerator / denominator is exact, </comment> <comment type="line">// so denominator must be a divisor of numerator.</comment> <return>return <expr> <name>x</name> * (<name>numerator</name> / <name>denominator</name>) </expr> ; </return> } </block> </function> <comment type="block">/* * binomial(biggestBinomials[k], k) fits in a long, but not * binomial(biggestBinomials[k] + 1, k). */ </comment> <decl_stmt> <decl> <type> <specifier>static</specifier> <specifier>final</specifier> <name>int</name> <index>[]</index> </type> <name>biggestBinomials</name> = <init> <expr> <block>{ <expr> <name><name>Integer</name>. <name>MAX_VALUE</name> </name> </expr> , <expr> <name><name>Integer</name>. <name>MAX_VALUE</name> </name> </expr> , <expr> <name><name>Integer</name>. <name>MAX_VALUE</name> </name> </expr> , <expr>3810779</expr>, <expr>121977</expr>, <expr>16175</expr>, <expr> 4337</expr>, <expr>1733</expr>, <expr>887</expr>, <expr>534</expr>, <expr>361</expr>, <expr>265</expr>, <expr>206</expr>, <expr> 169</expr>, <expr>143</expr>, <expr>125</expr>, <expr>111</expr>, <expr>101</expr>, <expr> 94</expr>, <expr>88</expr>, <expr>83</expr>, <expr>79</expr>, <expr> 76</expr>, <expr>74</expr>, <expr>72</expr>, <expr>70</expr>, <expr> 69</expr>, <expr>68</expr>, <expr>67</expr>, <expr>67</expr>, <expr>66</expr>, <expr>66</expr>, <expr> 66</expr>, <expr>66</expr>} </block> </expr> </init> </decl> ; </decl_stmt> <comment type="block">/* * binomial(biggestSimpleBinomials[k], k) doesn't need to use the slower GCD-based impl, * but binomial(biggestSimpleBinomials[k] + 1, k) does. */ </comment> <decl_stmt> <decl> <type> <annotation>@ <name>VisibleForTesting</name> </annotation> <specifier>static</specifier> <specifier>final</specifier> <name>int</name> <index>[]</index> </type> <name>biggestSimpleBinomials</name> = <init> <expr> <block>{ <expr> <name><name>Integer</name>. <name>MAX_VALUE</name> </name> </expr> , <expr> <name><name>Integer</name>. <name>MAX_VALUE</name> </name> </expr> , <expr> <name><name>Integer</name>. <name>MAX_VALUE</name> </name> </expr> , <expr>2642246</expr>, <expr>86251</expr>, <expr>11724</expr>, <expr> 3218</expr>, <expr>1313</expr>, <expr>684</expr>, <expr>419</expr>, <expr>287</expr>, <expr>214</expr>, <expr>169</expr>, <expr> 139</expr>, <expr>119</expr>, <expr>105</expr>, <expr>95</expr>, <expr> 87</expr>, <expr>81</expr>, <expr>76</expr>, <expr>73</expr>, <expr> 70</expr>, <expr>68</expr>, <expr>66</expr>, <expr>64</expr>, <expr> 63</expr>, <expr>62</expr>, <expr>62</expr>, <expr>61</expr>, <expr>61</expr>, <expr>61</expr>} </block> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// These values were generated by using checkedMultiply to see when the simple multiply/divide </comment> <comment type="line">// algorithm would lead to an overflow.</comment> <function> <type> <specifier>static</specifier> <name>boolean</name> </type> <name>fitsInInt</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> ) </parameter_list> <block>{ <return>return <expr>(<name>int</name>) <name>x</name> == <name>x</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns the arithmetic mean of {@code x} and {@code y}, rounded toward * negative infinity. This method is resilient to overflow. * * @since 14.0 */ </comment> <function> <type> <specifier>public</specifier> <specifier>static</specifier> <name>long</name> </type> <name>mean</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>x</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>y</name> </decl> </param> ) </parameter_list> <block>{ <comment type="line">// Efficient method for computing the arithmetic mean.</comment> <comment type="line">// The alternative (x + y) / 2 fails for large values.</comment> <comment type="line">// The alternative (x + y) &gt;&gt;&gt; 1 fails for negative values.</comment> <return>return <expr>(<name>x</name> &amp; <name>y</name>) + ((<name>x</name> ^ <name>y</name>) &gt;&gt; 1) </expr> ; </return> } </block> </function> <comment type="block">/* * If n &lt;= millerRabinBases[i][0], then testing n against bases millerRabinBases[i][1..] * suffices to prove its primality. Values from miller-rabin.appspot.com. * * NOTE: We could get slightly better bases that would be treated as unsigned, but benchmarks * showed negligible performance improvements. */ </comment> <decl_stmt> <decl> <type> <specifier>private</specifier> <specifier>static</specifier> <specifier>final</specifier> <name>long</name> <index>[]</index> <index>[]</index> </type> <name>millerRabinBaseSets</name> = <init> <expr> <block>{ <expr> <block>{<expr>291830</expr>, <expr>126401071349994536L</expr>} </block> </expr> , <expr> <block>{<expr>885594168</expr>, <expr>725270293939359937L</expr>, <expr> 3569819667048198375L</expr>} </block> </expr> , <expr> <block>{<expr>273919523040L</expr>, <expr>15</expr>, <expr> 7363882082L</expr>, <expr>992620450144556L</expr>} </block> </expr> , <expr> <block>{<expr>47636622961200L</expr>, <expr>2</expr>, <expr>2570940</expr>, <expr> 211991001</expr>, <expr>3749873356L</expr>} </block> </expr> , <expr> <block>{<expr>7999252175582850L</expr>, <expr>2</expr>, <expr>4130806001517L</expr>, <expr> 149795463772692060L</expr>, <expr>186635894390467037L</expr>, <expr> 3967304179347715805L</expr>} </block> </expr> , <expr> <block>{<expr>585226005592931976L</expr>, <expr>2</expr>, <expr>123635709730000L</expr>, <expr> 9233062284813009L</expr>, <expr>43835965440333360L</expr>, <expr> 761179012939631437L</expr>, <expr>1263739024124850375L</expr>} </block> </expr> , <expr> <block>{ <expr> <name><name>Long</name>. <name>MAX_VALUE</name> </name> </expr> , <expr>2</expr>, <expr>325</expr>, <expr>9375</expr>, <expr>28178</expr>, <expr> 450775</expr>, <expr>9780504</expr>, <expr>1795265022</expr>} </block> </expr> } </block> </expr> </init> </decl> ; </decl_stmt> <enum> <specifier>private</specifier> enum <name>MillerRabinTester</name> <block>{ <comment type="javadoc">/** * Works for inputs &lt;= FLOOR_SQRT_MAX_LONG. */ </comment> <expr_stmt> <expr> <name>SMALL</name> <block>{ @ <expr> <name>Override</name> <name>long</name> <call> <name>mulMod</name> <argument_list>( <argument> <expr> <name>long</name> <name>a</name> </expr> </argument> , <argument> <expr> <name>long</name> <name>b</name> </expr> </argument> , <argument> <expr> <name>long</name> <name>m</name> </expr> </argument> ) </argument_list> </call> <block>{ <comment type="block">/* * NOTE(lowasser, 2015-Feb-12): Benchmarks suggest that changing this to * UnsignedLongs.remainder and increasing the threshold to 2^32 doesn't pay for itself, * and adding another enum constant hurts performance further -- I suspect because * bimorphic implementation is a sweet spot for the JVM. */ </comment> <return>return <expr>(<name>a</name> * <name>b</name>) % <name>m</name> </expr> ; </return> </block> </expr> </block> </expr> </expr_stmt> } </block> </enum> <function> <type> <annotation>@ <name>Override</name> </annotation> <name>long</name> </type> <name>squareMod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <return>return <expr>(<name>a</name> * <name>a</name>) % <name>m</name> </expr> ; </return> } </block> </function> } </block> </class> , <comment type="javadoc">/** * Works for all nonnegative signed longs. */ </comment> <expr_stmt> <expr> <name>LARGE</name> <block>{ <comment type="javadoc">/** * Returns (a + b) mod m. Precondition: 0 &lt;= a, b &lt; m &lt; 2^63. */ </comment> private <expr> <name>long</name> <call> <name>plusMod</name> <argument_list>( <argument> <expr> <name>long</name> <name>a</name> </expr> </argument> , <argument> <expr> <name>long</name> <name>b</name> </expr> </argument> , <argument> <expr> <name>long</name> <name>m</name> </expr> </argument> ) </argument_list> </call> <block>{ <return>return <expr>(<name>a</name> &gt;= <name>m</name> - <name>b</name>) ? (<name>a</name> + <name>b </name> - <name>m</name>) : (<name>a</name> + <name>b</name>) </expr> ; </return> </block> </expr> </block> </expr> </expr_stmt> } <comment type="javadoc">/** * Returns (a * 2^32) mod m. a may be any unsigned long. */ </comment> <function> <type> <specifier>private</specifier> <name>long</name> </type> <name>times2ToThe32Mod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>int</name> </type> <name>remainingPowersOf2</name> = <init> <expr>32</expr> </init> </decl> ; </decl_stmt> <do>do <block>{ <decl_stmt> <decl> <type> <name>int</name> </type> <name>shift</name> = <init> <expr> <call> <name><name>Math</name>. <name>min</name> </name> <argument_list>( <argument> <expr> <name>remainingPowersOf2</name> </expr> </argument> , <argument> <expr> <call> <name><name>Long</name>. <name>numberOfLeadingZeros</name> </name> <argument_list>( <argument> <expr> <name>a</name> </expr> </argument> ) </argument_list> </call> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// shift is either the number of powers of 2 left to multiply a by, or the biggest shift </comment> <comment type="line">// possible while keeping a in an unsigned long.</comment> <expr_stmt> <expr> <name>a</name> = <call> <name><name>UnsignedLongs</name>. <name>remainder</name> </name> <argument_list>( <argument> <expr> <name>a</name> &lt;&lt; <name>shift</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <expr_stmt> <expr> <name>remainingPowersOf2</name> -= <name>shift</name> </expr> ; </expr_stmt> } </block> while <condition>( <expr> <name>remainingPowersOf2</name> &gt; 0 </expr> ) </condition> ; </do> <return>return <expr> <name>a</name> </expr> ; </return> } </block> </function> <function> <type> <annotation>@ <name>Override</name> </annotation> <name>long</name> </type> <name>mulMod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>long</name> </type> <name>aHi</name> = <init> <expr> <name>a</name> &gt;&gt;&gt; 32 </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; 2^31</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>bHi</name> = <init> <expr> <name>b</name> &gt;&gt;&gt; 32 </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; 2^31</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>aLo</name> = <init> <expr> <name>a</name> &amp; 0xFFFFFFFFL </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; 2^32</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>bLo</name> = <init> <expr> <name>b</name> &amp; 0xFFFFFFFFL </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; 2^32</comment> <comment type="block">/* * a * b == aHi * bHi * 2^64 + (aHi * bLo + aLo * bHi) * 2^63 + aLo * bLo. * == (aHi * bHi * 2^32 + aHi * bLo + aLo * bHi) * 2^32 + aLo * bLo * * We carry out this computation in modular arithmetic. Since times2ToThe32Mod accepts * any unsigned long, we don't have to do a mod on every operation, only when intermediate * results can exceed 2^63. */ </comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr> <call> <name>times2ToThe32Mod</name> <argument_list>( <argument> <expr> <name>aHi</name> * <name>bHi</name> </expr> </argument> <comment type="block">/* &lt; 2^62 */</comment>, <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; m &lt; 2^63</comment> <expr_stmt> <expr> <name>result</name> += <name>aHi</name> * <name>bLo</name> </expr> ; </expr_stmt> <comment type="line">// aHi * bLo &lt; 2^63, result &lt; 2^64</comment> <if>if <condition>( <expr> <name>result</name> &lt; 0 </expr> ) </condition> <then> <block>{ <expr_stmt> <expr> <name>result</name> = <call> <name><name>UnsignedLongs</name>. <name>remainder</name> </name> <argument_list>( <argument> <expr> <name>result</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> } </block> </then> </if> <comment type="line">// result &lt; 2^63 again</comment> <expr_stmt> <expr> <name>result</name> += <name>aLo</name> * <name>bHi</name> </expr> ; </expr_stmt> <comment type="line">// aLo * bHi &lt; 2^63, result &lt; 2^64</comment> <expr_stmt> <expr> <name>result</name> = <call> <name>times2ToThe32Mod</name> <argument_list>( <argument> <expr> <name>result</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <comment type="line">// result &lt; m &lt; 2^63</comment> <return>return <expr> <call> <name>plusMod</name> <argument_list>( <argument> <expr> <name>result</name> </expr> </argument> , <argument> <expr> <call> <name><name>UnsignedLongs</name>. <name>remainder</name> </name> <argument_list>( <argument> <expr> <name>aLo</name> * <name>bLo</name> </expr> </argument> <comment type="block">/* &lt; 2^64 */</comment>, <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> <function> <type> <annotation>@ <name>Override</name> </annotation> <name>long</name> </type> <name>squareMod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>long</name> </type> <name>aHi</name> = <init> <expr> <name>a</name> &gt;&gt;&gt; 32 </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; 2^31</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>aLo</name> = <init> <expr> <name>a</name> &amp; 0xFFFFFFFFL </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; 2^32</comment> <comment type="block">/* * a^2 == aHi^2 * 2^64 + aHi * aLo * 2^33 + aLo^2 * == (aHi^2 * 2^32 + aHi * aLo * 2) * 2^32 + aLo^2 * We carry out this computation in modular arithmetic. Since times2ToThe32Mod accepts * any unsigned long, we don't have to do a mod on every operation, only when intermediate * results can exceed 2^63. */ </comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>result</name> = <init> <expr> <call> <name>times2ToThe32Mod</name> <argument_list>( <argument> <expr> <name>aHi</name> * <name>aHi</name> </expr> </argument> <comment type="block">/* &lt; 2^62 */</comment>, <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// &lt; m &lt; 2^63</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>hiLo</name> = <init> <expr> <name>aHi</name> * <name>aLo</name> * 2 </expr> </init> </decl> ; </decl_stmt> <if>if <condition>( <expr> <name>hiLo</name> &lt; 0 </expr> ) </condition> <then> <block>{ <expr_stmt> <expr> <name>hiLo</name> = <call> <name><name>UnsignedLongs</name>. <name>remainder</name> </name> <argument_list>( <argument> <expr> <name>hiLo</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> } </block> </then> </if> <comment type="line">// hiLo &lt; 2^63</comment> <expr_stmt> <expr> <name>result</name> += <name>hiLo</name> </expr> ; </expr_stmt> <comment type="line">// result &lt; 2^64</comment> <expr_stmt> <expr> <name>result</name> = <call> <name>times2ToThe32Mod</name> <argument_list>( <argument> <expr> <name>result</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> <comment type="line">// result &lt; m &lt; 2^63</comment> <return>return <expr> <call> <name>plusMod</name> <argument_list>( <argument> <expr> <name>result</name> </expr> </argument> , <argument> <expr> <call> <name><name>UnsignedLongs</name>. <name>remainder</name> </name> <argument_list>( <argument> <expr> <name>aLo</name> * <name>aLo</name> </expr> </argument> <comment type="block">/* &lt; 2^64 */</comment>, <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> }; <function> <type> <specifier>static</specifier> <name>boolean</name> </type> <name>test</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>base</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>n</name> </decl> </param> ) </parameter_list> <block>{ <comment type="line">// Since base will be considered % n, it's okay if base &gt; FLOOR_SQRT_MAX_LONG, </comment> <comment type="line">// so long as n &lt;= FLOOR_SQRT_MAX_LONG.</comment> <return>return <expr>((<name>n</name> &lt;= <name>FLOOR_SQRT_MAX_LONG</name>) ? <name>SMALL</name> : <name>LARGE</name>). <call> <name>testWitness</name> <argument_list>( <argument> <expr> <name>base</name> </expr> </argument> , <argument> <expr> <name>n</name> </expr> </argument> ) </argument_list> </call> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns a * b mod m. */ </comment> <function_decl> <type> <specifier>abstract</specifier> <name>long</name> </type> <name>mulMod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>b</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> ; </function_decl> <comment type="javadoc">/** * Returns a^2 mod m. */ </comment> <function_decl> <type> <specifier>abstract</specifier> <name>long</name> </type> <name>squareMod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> ; </function_decl> <comment type="javadoc">/** * Returns a^p mod m. */ </comment> <function> <type> <specifier>private</specifier> <name>long</name> </type> <name>powMod</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>a</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>p</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>m</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>long</name> </type> <name>res</name> = <init> <expr>1</expr> </init> </decl> ; </decl_stmt> <for>for (<init>;</init> <condition> <expr> <name>p</name> != 0 </expr> ; </condition> <incr> <expr> <name>p</name> &gt;&gt;= 1 </expr> </incr> ) <block>{ <if>if <condition>( <expr>(<name>p</name> &amp; 1) != 0 </expr> ) </condition> <then> <block>{ <expr_stmt> <expr> <name>res</name> = <call> <name>mulMod</name> <argument_list>( <argument> <expr> <name>res</name> </expr> </argument> , <argument> <expr> <name>a</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> } </block> </then> </if> <expr_stmt> <expr> <name>a</name> = <call> <name>squareMod</name> <argument_list>( <argument> <expr> <name>a</name> </expr> </argument> , <argument> <expr> <name>m</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> } </block> </for> <return>return <expr> <name>res</name> </expr> ; </return> } </block> </function> <comment type="javadoc">/** * Returns true if n is a strong probable prime relative to the specified base. */ </comment> <function> <type> <specifier>private</specifier> <name>boolean</name> </type> <name>testWitness</name> <parameter_list>( <param> <decl> <type> <name>long</name> </type> <name>base</name> </decl> </param> , <param> <decl> <type> <name>long</name> </type> <name>n</name> </decl> </param> ) </parameter_list> <block>{ <decl_stmt> <decl> <type> <name>int</name> </type> <name>r</name> = <init> <expr> <call> <name><name>Long</name>. <name>numberOfTrailingZeros</name> </name> <argument_list>( <argument> <expr> <name>n</name> - 1 </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <decl_stmt> <decl> <type> <name>long</name> </type> <name>d</name> = <init> <expr>(<name>n</name> - 1) &gt;&gt; <name>r</name> </expr> </init> </decl> ; </decl_stmt> <expr_stmt> <expr> <name>base</name> %= <name>n</name> </expr> ; </expr_stmt> <if>if <condition>( <expr> <name>base</name> == 0 </expr> ) </condition> <then> <block>{ <return>return <expr>true</expr>; </return> } </block> </then> </if> <comment type="line">// Calculate a := base^d mod n.</comment> <decl_stmt> <decl> <type> <name>long</name> </type> <name>a</name> = <init> <expr> <call> <name>powMod</name> <argument_list>( <argument> <expr> <name>base</name> </expr> </argument> , <argument> <expr> <name>d</name> </expr> </argument> , <argument> <expr> <name>n</name> </expr> </argument> ) </argument_list> </call> </expr> </init> </decl> ; </decl_stmt> <comment type="line">// n passes this test if</comment> <comment type="line">// base^d = 1 (mod n)</comment> <comment type="line">// or base^(2^j * d) = -1 (mod n) for some 0 &lt;= j &lt; r.</comment> <if>if <condition>( <expr> <name>a</name> == 1 </expr> ) </condition> <then> <block>{ <return>return <expr>true</expr>; </return> } </block> </then> </if> <decl_stmt> <decl> <type> <name>int</name> </type> <name>j</name> = <init> <expr>0</expr> </init> </decl> ; </decl_stmt> <while>while <condition>( <expr> <name>a</name> != <name>n</name> - 1 </expr> ) </condition> <block>{ <if>if <condition>( <expr>++<name>j</name> == <name>r</name> </expr> ) </condition> <then> <block>{ <return>return <expr>false</expr>; </return> } </block> </then> </if> <expr_stmt> <expr> <name>a</name> = <call> <name>squareMod</name> <argument_list>( <argument> <expr> <name>a</name> </expr> </argument> , <argument> <expr> <name>n</name> </expr> </argument> ) </argument_list> </call> </expr> ; </expr_stmt> } </block> </while> <return>return <expr>true</expr>; </return> } </block> </function> } private <expr_stmt> <expr> <call> <name>LongMath</name> <argument_list>()</argument_list> </call> <block>{}</block> </expr> </expr_stmt> } </unit>
46.74923
128
0.200603
60614f9e0e67450f42e395b839d9efb8e50bdf8e
7,570
csproj
XML
DeepCloner.Tests/DeepCloner.Tests.csproj
alexniver/DeepCloner
158e128faa5a966b3930c98cb22065b47671e2dc
[ "MIT" ]
329
2016-03-21T16:17:31.000Z
2022-03-31T02:58:35.000Z
DeepCloner.Tests/DeepCloner.Tests.csproj
alexniver/DeepCloner
158e128faa5a966b3930c98cb22065b47671e2dc
[ "MIT" ]
26
2017-03-14T09:23:43.000Z
2022-02-25T07:04:05.000Z
DeepCloner.Tests/DeepCloner.Tests.csproj
alexniver/DeepCloner
158e128faa5a966b3930c98cb22065b47671e2dc
[ "MIT" ]
53
2016-09-22T22:53:27.000Z
2022-03-25T09:28:21.000Z
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{3453CB0A-BE66-4770-B92E-7A5917AD56A1}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Force.DeepCloner.Tests</RootNamespace> <AssemblyName>DeepCloner.Tests</AssemblyName> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <PlatformTarget>AnyCPU</PlatformTarget> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="CloneBehave"> <HintPath>..\packages\Clone.Behave.1.0.1\lib\CloneBehave.dll</HintPath> </Reference> <Reference Include="DesertOctopus"> <HintPath>..\packages\DesertOctopus.0.1.1\lib\net452\DesertOctopus.dll</HintPath> </Reference> <Reference Include="CloneExtensions"> <HintPath>..\packages\CloneExtensions.1.2\lib\portable-net40+sl50+win+wp80\CloneExtensions.dll</HintPath> </Reference> <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="FastDeepCloner, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\FastDeepCloner.1.0.9\lib\portable-net45+sl4+wp8+win8\FastDeepCloner.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="Fasterflect"> <HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath> </Reference> <Reference Include="GeorgeCloney"> <HintPath>..\packages\GeorgeCloney.1.1.1.17\lib\net40\GeorgeCloney.dll</HintPath> </Reference> <Reference Include="NClone, Version=1.1.0.0, Culture=neutral, PublicKeyToken=81c60607627cc572, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\NClone.1.1.1\lib\net45\NClone.dll</HintPath> </Reference> <Reference Include="Nuclex.Cloning"> <HintPath>..\packages\Nuclex.Cloning.1.0.0.0\lib\net40\Nuclex.Cloning.dll</HintPath> </Reference> <Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll</HintPath> </Reference> <Reference Include="ServiceStack, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> <HintPath>..\packages\ServiceStack.5.0.0\lib\net45\ServiceStack.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="ServiceStack.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> <HintPath>..\packages\ServiceStack.Client.5.0.0\lib\net45\ServiceStack.Client.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> <HintPath>..\packages\ServiceStack.Common.5.0.0\lib\net45\ServiceStack.Common.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> <HintPath>..\packages\ServiceStack.Interfaces.5.0.0\lib\net45\ServiceStack.Interfaces.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="ServiceStack.Text, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> <HintPath>..\packages\ServiceStack.Text.5.0.0\lib\net45\ServiceStack.Text.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="ArraysSpec.cs" /> <Compile Include="BaseTest.cs" /> <Compile Include="CloneExtensionsSpec.cs" /> <Compile Include="ClrExceptionSpec.cs" /> <Compile Include="ConstructorsSpec.cs" /> <Compile Include="CopyToObjectSpec.cs" /> <Compile Include="GenericsSpec.cs" /> <Compile Include="Imported\FastDeepCloner.cs" /> <Compile Include="InheritanceSpec.cs" /> <Compile Include="LoopCheckSpec.cs" /> <Compile Include="Objects\DoableStruct1.cs" /> <Compile Include="Objects\IDoable.cs" /> <Compile Include="Objects\TestObject1.cs" /> <Compile Include="PerformanceSpec.cs" /> <Compile Include="PermissionSpec.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="ShallowClonerSpec.cs" /> <Compile Include="SimpleObjectSpec.cs" /> <Compile Include="SpecificScenariosTest.cs" /> <Compile Include="SystemTypesSpec.cs" /> </ItemGroup> <ItemGroup> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DeepCloner\DeepCloner.csproj"> <Project>{6BB0A0AB-67F9-45E4-B60C-4CEED098D463}</Project> <Name>DeepCloner</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
51.496599
186
0.723514
14021696927cf8d4c3b7fa7e75fd2ccbf024c45a
1,070
xml
XML
Languages/ChineseSimplified/DefInjected/RecipeDef/Recipe_Regrowth.xml
Evyatar108/TMagic
f0895d1d296bf54184d5153ddbb307ac42b776dd
[ "BSD-3-Clause" ]
13
2019-07-11T12:45:24.000Z
2022-01-02T20:40:58.000Z
Languages/ChineseSimplified/DefInjected/RecipeDef/Recipe_Regrowth.xml
Evyatar108/TMagic
f0895d1d296bf54184d5153ddbb307ac42b776dd
[ "BSD-3-Clause" ]
18
2018-09-17T04:47:04.000Z
2021-11-17T13:23:51.000Z
Languages/ChineseSimplified/DefInjected/RecipeDef/Recipe_Regrowth.xml
Evyatar108/TMagic
f0895d1d296bf54184d5153ddbb307ac42b776dd
[ "BSD-3-Clause" ]
18
2018-03-10T01:36:50.000Z
2021-08-11T07:51:40.000Z
<?xml version="1.0" encoding="utf-8"?> <LanguageData> <!-- base --> <Regrowth.label>再生肢体 (限定德鲁伊, 需要消耗90%法力)</Regrowth.label> <Regrowth.description>使用德鲁伊的神力再生肢体.</Regrowth.description> <Regrowth.jobString>再生肢体.</Regrowth.jobString> <!--<RegrowArm.label>再生臂(德鲁伊限定,需要90%的法力值)</RegrowArm.label>--> <!--<RegrowArm.description>通过使用德鲁伊的力量再生一只胳膊。</RegrowArm.description>--> <!--<RegrowArm.jobString>再生臂。</RegrowArm.jobString>--> <!--<RegrowHand.label>再生手(德鲁伊限定,需要90%的法力值)</RegrowHand.label>--> <!--<RegrowHand.description>通过德鲁伊的力量再生一只手。</RegrowHand.description>--> <!--<RegrowHand.jobString>再生手。</RegrowHand.jobString>--> <!--<RegrowLeg.label>再生腿(德鲁伊限定,需要90%的法力值)</RegrowLeg.label>--> <!--<RegrowLeg.description>通过德鲁伊的力量再生一条腿。</RegrowLeg.description>--> <!--<RegrowLeg.jobString>再生腿。</RegrowLeg.jobString>--> <!--<RegrowFoot.label>再生足(德鲁伊限定,需要90%的法力值)</RegrowFoot.label>--> <!--<RegrowFoot.description>通过德鲁伊的力量再生一只脚。</RegrowFoot.description>--> <!--<RegrowFoot.jobString>再生足。</RegrowFoot.jobString>--> </LanguageData>
44.583333
74
0.693458
e3291bd5f111ab1d195061440bc8ef63da2cb14c
296
xml
XML
phpunit.xml
MrCrankHank/Betterprotect-Policy-Service
20dc78c82d177c462c722e337105dc4bfeb961bd
[ "MIT" ]
null
null
null
phpunit.xml
MrCrankHank/Betterprotect-Policy-Service
20dc78c82d177c462c722e337105dc4bfeb961bd
[ "MIT" ]
null
null
null
phpunit.xml
MrCrankHank/Betterprotect-Policy-Service
20dc78c82d177c462c722e337105dc4bfeb961bd
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors = "true" verbase="true" stopOnFailute="false"> <testsuites> <testsuite name="Application Test Suite"> <directory>tests/Unit</directory> </testsuite> </testsuites> </phpunit>
37
94
0.648649
ebd70ea6726530ba13423d1a61b0264ea56fe1dc
7,346
xml
XML
UnannotatedTestCorpus/BUPHENYL.xml
Xiaoyao-Bao/UoM-Y3-ADR_Extractor
3afe206abe85c7524e502fe5a347d97e43a9ad94
[ "Apache-2.0" ]
1
2020-03-02T13:36:29.000Z
2020-03-02T13:36:29.000Z
UnannotatedTestCorpus/BUPHENYL.xml
Xiaoyao-Bao/UoM-Y3-ADR_Extractor
3afe206abe85c7524e502fe5a347d97e43a9ad94
[ "Apache-2.0" ]
null
null
null
UnannotatedTestCorpus/BUPHENYL.xml
Xiaoyao-Bao/UoM-Y3-ADR_Extractor
3afe206abe85c7524e502fe5a347d97e43a9ad94
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <SubmissionLabel drug="BUPHENYL"> <Text> <Section id="S1" name="adverse reactions"> ADVERSE REACTIONS The assessment of clinical adverse events came from 206 patients treated with sodium phenylbutyrate. Adverse events (both clinical and laboratory) were not collected systematically in these patients, but were obtained from patient-visit reports by the 65 co-investigators. Causality of adverse effects is sometimes difficult to determine in this patient population because they may result from either the underlying disease, the patient's restricted diet, intercurrent illness, or BUPHENYL. Furthermore, the rates may be under-estimated because they were reported primarily by parent or guardian and not the patient. Clinical Adverse Events In female patients, the most common clinical adverse event reported was amenorrhea/menstrual dysfunction (irregular menstrual cycles), which occurred in 23% of the menstruating patients. Decreased appetite occurred in 4% of all patients. Body odor (probably caused by the metabolite, phenylacetate) and bad taste or taste aversion were each reported in 3% of patients. Other adverse events reported in 2% or fewer patients were: Gastrointestinal : abdominal pain, gastritis, nausea and vomiting; constipation, rectal bleeding, peptic ulcer disease, and pancreatitis each occurred in one patient. Hematologic : aplastic anemia and ecchymoses each occurred in one patient. Cardiovascular : arrhythmia and edema each occurred in one patient. Renal : renal tubular acidosis Psychiatric : depression Skin : rash Miscellaneous : headache, syncope, and weight gain Neurotoxicity was reported in cancer patients receiving intravenous phenylacetate, 250-300 mg/kg/day for 14 days, repeated at 4-week intervals. Manifestations were predominately somnolence, fatigue, and lightheadedness; with less frequent -headache, dysgeusia, hypoacusis, disorientation, impaired memory, and exacerbation of a pre-existing neuropathy. These adverse events were mainly mild in severity. The acute onset and reversibility when the phenylacetate infusion was discontinued suggest a drug effect. Laboratory Adverse Events In patients with urea cycle disorders, the frequency of laboratory adverse events by body system were: Metabolic : acidosis (14%), alkalosis and hyperchloremia (each 7%), hypophosphatemia (6%), hyperuricemia and hyperphosphatemia (each 2%), and hypernatremia and hypokalemia (each 1%). Nutritional : hypoalbuminemia (11%) and decreased total protein (3%). Hepatic : increased alkaline phosphatase (6%), increased liver transaminases (4%), and hyperbilirubinemia (1%). Hematologic : anemia (9%), leukopenia and leukocytosis (each 4%), thrombocytopenia (3%), and thrombocytosis (1%). The clinician is advised to routinely perform urinalysis, blood chemistry profiles, and hematologic tests. </Section> <Section id="S2" name="precautions"> PRECAUTIONS General BUPHENYL should not be administered to patients with known hypersensitivity to sodium phenylbutyrate or any component of this preparation. There have been published reports of hyperammonemia being induced by haloperidol and by valproic acid. Neurotoxicity of phenylacetate in animals When given subcutaneously to rat pups, 190-474 mg/kg phenylacetate caused decreased proliferation and increased loss of neurons, and it reduced CNS myelin. Cerebral synapse maturation was retarded, and the number of functioning nerve terminals in the cerebrum was reduced, which resulted in impaired brain growth. Prenatal exposure of rat pups to phenylacetate produced lesions in layer 5 of the cortical pyramidal cells; dendritic spines were longer and thinner than normal and reduced in number. Information for Patients The full text of the separate insert of information for patients is reprinted at the end of the labeling. Laboratory Tests Plasma levels of ammonia, arginine, branched-chain amino acids, and serum proteins should be maintained within normal limits, and plasma glutamine should be maintained at levels less than 1,000 umol/L. Serum drug levels of phenylbutyrate and its metabolites, phenylacetate and phenylacetylglutamine, should be monitored periodically. Carcinogenesis, Mutagenesis, Impairment of Fertility Carcinogenicity, mutagenicity, and fertility studies of sodium phenylbutyrate have not been conducted. Pregnancy Animal reproduction studies have not been conducted with BUPHENYL. It is also not known whether BUPHENYL can cause fetal harm when administered to a pregnant woman or can affect reproduction capacity. BUPHENYL should be given to a pregnant woman only if clearly needed. Nursing Mothers It is not known whether this drug is excreted in human milk. Because many drugs are excreted in human milk, caution should be exercised when BUPHENYL is administered to a nursing woman. Pediatric Use The use of tablets for neonates, infants and children to the weight of 20 kg is not recommended. (See Dosage and Administration .) </Section> <Section id="S3" name="warnings"> WARNINGS Each BUPHENYL Tablet contains 62 mg of sodium (9.2% w/w) (corresponding to 124 mg of sodium per gram of sodium phenylbutyrate [12.4% w/w]) and BUPHENYL Powder contains 11.7 grams of sodium per 100 grams of powder, corresponding to 125 mg of sodium per gram of sodium phenylbutyrate (12.4% w/w). BUPHENYL should be used with great care, if at all, in patients with congestive heart failure or severe renal insufficiency, and in clinical states in which there is sodium retention with edema. Because BUPHENYL is metabolized in the liver and kidney, and phenylacetylglutamine is primarily excreted by the kidney, use caution when administering the drug to patients with hepatic or renal insufficiency or inborn errors of beta oxidation. Probenecid is known to inhibit the renal transport of many organic compounds, including hippuric acid, and may affect renal excretion of the conjugated product of BUPHENYL as well as its metabolite. Use of corticosteroids may cause the breakdown of body protein and increase plasma ammonia levels. </Section> </Text> <IgnoredRegions> <IgnoredRegion len="17" name="heading" section="S1" start="4" /> <IgnoredRegion len="11" name="heading" section="S2" start="4" /> <IgnoredRegion len="8" name="heading" section="S3" start="4" /> <IgnoredRegion len="7" name="heading" section="S2" start="22" /> <IgnoredRegion len="41" name="heading" section="S2" start="288" /> <IgnoredRegion len="23" name="heading" section="S1" start="648" /> <IgnoredRegion len="24" name="heading" section="S2" start="840" /> <IgnoredRegion len="16" name="heading" section="S2" start="983" /> <IgnoredRegion len="52" name="heading" section="S2" start="1346" /> <IgnoredRegion len="9" name="heading" section="S2" start="1514" /> <IgnoredRegion len="15" name="heading" section="S2" start="1810" /> <IgnoredRegion len="13" name="heading" section="S2" start="2024" /> <IgnoredRegion len="25" name="heading" section="S1" start="2110" /> </IgnoredRegions> <Mentions> </Mentions> </SubmissionLabel>
39.494624
618
0.765451
434b242019178aed2fb4e7be9a1912f12857e9b5
5,471
xml
XML
data/1865/02/24/DDD_ddd_010139653_mpeg21/DDD_010139653_0018_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1865/02/24/DDD_ddd_010139653_mpeg21/DDD_010139653_0018_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1865/02/24/DDD_ddd_010139653_mpeg21/DDD_010139653_0018_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title></title> <p>FRANSCHE TAAL. Ter verkrijging van eene VLUGGE UITSPRAAK en SCHRIFT wenscht men lEMAND te vinden, die dat op eene spoedige en zakelijke wijze kan onderwijzen en tevens in staat is goed te kunnen stellen. Adres met franco Brieven onder het Motto UITSPRAAK N°. 50 , Bureau Handelsblad. (4128) Een JONG MENSCH gevraagd, R. C, fatsoenlijk, van vlug oordeel, ijverig en met Fransch bekend, op een Kantoor en Magazijn van Manufacturen, om als REIZIGER te worden opgeleid. Briefjes franco aan C. J» met opgave van ouderdom en betrekking, bij den Boekh. J. NOORDENDjjßPjpijpenmarkt, E 513. (4123) P. L. POSTHUMUS, C. 11. GIJSELMAN, J. A. EDAUW Dz.. F. THEOD GÖRLITZ en J. P. A. KILSDONK, Makelaars, zullen op DINGSDAG 28 FEBRUARIJ) 1865 en volgende dagen, vóór het Huis op de Prinsengracht bij de Spiegelstraat, BB 431, ten overstaan van de Notarissen VAN DER MOOLEN en KLINKHAMER Verkoopen: den INBOEDEL, nagelaten door wijlen den Wel-Edelen Heer 11. STORK9 waarbij : Kostbare JUWEELEN, antiek GOUD- en ZILVERWERK, gekleurd oud Japansch groot KABINETSTEL en TAFELSERVIES, SAKSISCH BEELDWERK, antieke PENDULES en Ornementen, onderscheidene soliede MEUBELEN, enz. De Catalogus is to verkrijgen bij de Makelaars en aan het Locaal voor Publieke Verkoopingen : Het Oudezijds Heeren-Logement, en do Inboedel HEDEN Vrijdag 24 Februarij particulier en MORGEN Zaturdag en Maandag, 25 en 27 Februarij 1865, van 10 tot 3 ure, voor een ieder te zien. (4145) H. I. RIETVELD, H. R. LINN, P. L. POSTHUMUS, B. J P ZEEMAN en J. P. A. KILSDONK, Makelaars, zullen op DINGSDAG 7 MAART 1865 en volgende dagen, des Voormiddags ten 10 Ure, vóór het huis op de Heerengracht, tussehen do Leliegracht en Heerenstraat, RR 263, ten overstaan van den Notaris Mr. J. P. VAN ETTEN, Verkoopen de INBOEDELS, nagelaten door wijlen Vrouwe E. A. E. HAGEN, Weduwe den Wel- Edelen Heer J. MIJNSSEN, en wijlen Vrouwe E. A. S. ZEEMAN, Weduwe den Wei-Edel. Hr. H. J. MIJNSSEN, waarbij: ZILVERWERK, Zilveren KINDERSPEELGOED, Japansch LAKWERK, Engelsch Aarden TAFELSERVIES, kostbaar zeer oud Saksisch Porseleinen Dejeuner Servies met fijn geschilderd Beeldwerk, Deventer Tapijten, een in modernen stijl bewerkt SALON-AMEUBLEMENT, cene Partij BORDEAUX-WIJN, enz. De Catalogus is te verkrijgen bij de Makelaars en aan het Locaal voor Publieke Verkoopingon: Het Oudezijds-Heeren-Logement. (4146) Dc Goederen zijn Vrijdag 3 Maart 1865 particulier, en Zaturdag en Maandag daarop volgende, van 10 tot 3 Ure, voor een ieder te zien. P. L. POSTHUMUS, Makelaar, zal op DINGSDAG 14 MAART 1865 en volgende dagsn, in het Locaal voor Publieke Verkoopingen door Notarissen, genaamd : HET OEDE ZIJDS HEEREN-LOGEMENT, ten overstaan van de Notarissen VAN DER MOOLEN en KLINKHAMER, verkoopon: Juweelen, Goud- en Zilverwerk, Japansche en Fransche Porceleinen, Lijnwaden, Tapijten, soliede MEUBELEN en verderen net onderhouden INBOEDEL. (4147) VAN VLIJMEN en HEUKENSFELDT en verdere Makelaars» zullen op Dingsdag den 28stcn Februarij 1865 eu volgende dagen, in het Lokaal DE ZWAAN, te Amsterdam, ten overstaan van den Notaris J. VAN DER SPRANG VAN LEE, verkoopen: Oorsieraden, Collierslniting, Spelden en Ringen met zeer heldere en groote DIAMANTEN bezet; Heeren en Dames Horologien, diverse Gouden Sieraden en verder GOUD en ZIL* I VERWERK. Platedwerken, Galanterien en Instrumenten, oude blaauwe O. I. en Fransche Porseleinen, Aarde-, Beeld-, Gelakt en Glaswerk, Lijnwaden en Kleederen, Bedden, Matrassen, Dekens, Sieraaden Ophaalgordijnen; Smirnsche, Velvet en Schotsche Tapijten en Karpetten , Zaal- en Kamerspiegels , Lampen, Schilderijen en gemonteerde Prenten. Excellent FLUIT-ORGELWERK., SERAPHINEORGELS en Pianoforte, exquise Pendules, Kroonen, Candelabres en Ornementen. Soliede modern bewerkte MEUBELEN, Garnituren van Canapés en Stoelen. Gladmangels, Persen, Zolder- en Waschbenoodigdheden en divers geschilderd Hout- en Mandewerk, Kantoorlessenaars Vuurhaarden, Kagchels, Rookmachines, Koper en Tin, eenige Boeken en verderen goed onderhouden INBOEDEL; waarbij die van wijlen Mejufvrouw J. C. DONK, Wed. den Heer P. BOUKAMP. Voorts eene partij van 450 Koopen Nieuwe FRANSCHE PORSELEINEN. De Opstal van een GAREN- en BAND WINKEL en verdere Winkel- en Pakhnisgoederen, een Schoenmakers NAAI- of RMMACSIiïSr,-rCen _f2s£L Wijn&apos; en eindelijk eene partij van 650 Koopen GAREN en BAND , Wol, Saaijet, enz. volgens afzonderlijke Notitie. &quot; De Catalogus en Notitie zijn a 10 Cents voor de Armen ten Kantore van VAN VLIJMEN en HEUKENSFELDT, Lokaal de ZivaTn tl bekomen. De Goederen zijn daags te voren aan het Lokaal te bezigtigen en de Winkel-Opstal op de Nieuwmarkt in het Huis O 373 (4101) Maandag en Dingsdag, 27 en 28 Februarij, des Avonds ten Zes Ure, zullen, onder Directie van A. G. DE VISSER Boeken Kunsthandelaar, Papestraat, 23, te&apos;s Gravenhage, worden Verkocht: KAARTEN en HISTORIEPRENTEN , ETSEN van Oude Meesters, PRENTEN van Rembrandt en zijne School, ETSEN van eestexs &gt; Gegraveerde PRENTEN, PORTRETTEN, TEEKENINGEN en PRENTWERKEN. (4113) Dc CATALOGUS wordt op Franco aanvraag, Franco toegezonden. HERVORMDE GEMEENTE HAARLO EN WATERHOEK. Den 30steu Januarij 1865 is van de GELDLEENING, groot f 30,000 UITGELOOT N°. 34. De HOUDERS der ™ derdeden er van worden verzocht zich bekend te maken bij den Notaris H. F. TJEENK WILLINK, te Borculo. Vroeger werden uitgeloot de Nus&apos; 1, 11, 25, 29, 37, 54 en 58. (4098) &apos;</p> </text>
911.833333
5,395
0.791994
43dbaa74f4aed620ea756997d533e92ac725b09f
2,268
xml
XML
public/tags/civil-engineering/index.xml
Denvernoell/Denvernoell
a6269d7c20706eaee3d0401a9ea96930ada136b6
[ "CC-BY-3.0" ]
null
null
null
public/tags/civil-engineering/index.xml
Denvernoell/Denvernoell
a6269d7c20706eaee3d0401a9ea96930ada136b6
[ "CC-BY-3.0" ]
null
null
null
public/tags/civil-engineering/index.xml
Denvernoell/Denvernoell
a6269d7c20706eaee3d0401a9ea96930ada136b6
[ "CC-BY-3.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Civil Engineering on Denver Noell</title> <link>//denvernoell.netlify.app/tags/civil-engineering/</link> <description>Recent content in Civil Engineering on Denver Noell</description> <generator>Hugo -- gohugo.io</generator> <language>en</language> <lastBuildDate>Tue, 09 Mar 2021 00:00:00 +0000</lastBuildDate> <atom:link href="//denvernoell.netlify.app/tags/civil-engineering/index.xml" rel="self" type="application/rss+xml" /> <item> <title>Moment of Inertia Calculator</title> <link>//denvernoell.netlify.app/blog/moment-of-inertia-calculator/</link> <pubDate>Tue, 09 Mar 2021 00:00:00 +0000</pubDate> <guid>//denvernoell.netlify.app/blog/moment-of-inertia-calculator/</guid> <description>In my Design of Steel Structures course, in order to calculate needed values for beams. The Moment of Inertia, Centroid, and related properties need to be calculated. Shapes included in the AISC Steel Manual have these values calculated but if there is a member not included in the manual or if it is a built up member, then it needs to be calculated by hand. This led me to find a simple example on YouTube in order to break the problem down into variables that could make it work for any situation.</description> </item> <item> <title>Steel Helper</title> <link>//denvernoell.netlify.app/blog/steel-helper/</link> <pubDate>Tue, 09 Mar 2021 00:00:00 +0000</pubDate> <guid>//denvernoell.netlify.app/blog/steel-helper/</guid> <description>Starting my Steel class, I could tell immediately that the problems in this class had lots of opportunity to be programmed due to the reliance on code. This means that any cutting back on referring to the code book can be very beneficial. While solving problems I found that although there were many different starting conditions, most of the problems were to determine the same outputs. Because of this I created an ending function that took all of the outputs from previous functions to output the required strengths.</description> </item> </channel> </rss>
64.8
378
0.728836
5e3449c65fe136e10c410d26103cffa09ffedaa4
85
xml
XML
code/.idea/dictionaries/mtshen.xml
mtshen/py_selenium
8f89837ada2507eb280bb71ca46df938f7c2f628
[ "MIT" ]
null
null
null
code/.idea/dictionaries/mtshen.xml
mtshen/py_selenium
8f89837ada2507eb280bb71ca46df938f7c2f628
[ "MIT" ]
null
null
null
code/.idea/dictionaries/mtshen.xml
mtshen/py_selenium
8f89837ada2507eb280bb71ca46df938f7c2f628
[ "MIT" ]
null
null
null
<component name="ProjectDictionaryState"> <dictionary name="mtshen" /> </component>
28.333333
41
0.752941
b384e0a5c4e8ac5094e6e1d5ff0d54cf046928e6
156
xml
XML
depictions/web/com.appknox.open/changelog.xml
appknox/cydia
f020e60975de11d62b3131099b79ee8f01713d10
[ "MIT" ]
1
2019-06-12T10:08:14.000Z
2019-06-12T10:08:14.000Z
depictions/web/com.appknox.open/changelog.xml
appknox/cydia
f020e60975de11d62b3131099b79ee8f01713d10
[ "MIT" ]
2
2018-12-24T23:57:39.000Z
2021-08-01T22:41:10.000Z
depictions/web/com.appknox.open/changelog.xml
appknox/cydia
f020e60975de11d62b3131099b79ee8f01713d10
[ "MIT" ]
null
null
null
<changelog> <changes> <version>1.2.1</version> <change>Appknox modded open command with signing for iOS 11 and above</change> </changes> </changelog>
22.285714
80
0.717949
a7b3864ed9cfb22d961f10e5f2c1935bb2b00b42
3,951
xml
XML
lava-crms-nacc/WEB-INF/hibernate/crms/assessment/UdsFtldImagingAvail.hbm.xml
UCSFMemoryAndAging/lava-uds
2090802f619ce048d602f4781d6bab2816968723
[ "BSD-2-Clause" ]
2
2016-06-29T22:15:47.000Z
2022-02-01T18:50:24.000Z
lava-crms-nacc/WEB-INF/hibernate/crms/assessment/UdsFtldImagingAvail.hbm.xml
UCSFMemoryAndAging/lava-uds
2090802f619ce048d602f4781d6bab2816968723
[ "BSD-2-Clause" ]
null
null
null
lava-crms-nacc/WEB-INF/hibernate/crms/assessment/UdsFtldImagingAvail.hbm.xml
UCSFMemoryAndAging/lava-uds
2090802f619ce048d602f4781d6bab2816968723
[ "BSD-2-Clause" ]
null
null
null
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" [<!ENTITY instrInclude SYSTEM "classpath://../hibernate/crms/assessment/instrInclude.xml" > <!ENTITY instrInclude2 SYSTEM "classpath://../hibernate/crms/assessment/instrInclude2.xml" > <!ENTITY udsInstrInclude SYSTEM "classpath://../hibernate/crms/assessment/udsInstrInclude.xml" >]> <hibernate-mapping> <class name="edu.ucsf.lava.crms.assessment.model.UdsFtldImagingAvail" table="instrumenttracking" select-before-update="true"> &instrInclude; &udsInstrInclude; <join table="udsftldimagingavail"> <key column="InstrID"/> <property name="ftdsmri" column="FTDSMRI" type="short"/> <property name="ftdsmmo" column="FTDSMMO" type="short"/> <property name="ftdsmdy" column="FTDSMDY" type="short"/> <property name="ftdsmyr" column="FTDSMYR" type="short"/> <property name="ftdsmdic" column="FTDSMDIC" type="short"/> <property name="ftdsmdis" column="FTDSMDIS" type="string" length="60"/> <property name="ftdsmadn" column="FTDSMADN" type="short"/> <property name="ftdsmadv" column="FTDSMADV" type="string" length="60"/> <property name="ftdsmman" column="FTDSMMAN" type="short"/> <property name="ftdsmmao" column="FTDSMMAO" type="string" length="60"/> <property name="ftdsmmam" column="FTDSMMAM" type="string" length="60"/> <property name="ftdsmfs" column="FTDSMFS" type="short"/> <property name="ftdsmfso" column="FTDSMFSO" type="string" length="60"/> <property name="ftdsmqu" column="FTDSMQU" type="short"/> <property name="ftdfdgpt" column="FTDFDGPT" type="short"/> <property name="ftdfpmo" column="FTDFPMO" type="short"/> <property name="ftdfpdy" column="FTDFPDY" type="short"/> <property name="ftdfpyr" column="FTDFPYR" type="short"/> <property name="ftdfddic" column="FTDFDDIC" type="short"/> <property name="ftdfddid" column="FTDFDDID" type="string" length="60"/> <property name="ftdfdadn" column="FTDFDADN" type="short"/> <property name="ftdfdadv" column="FTDFDADV" type="string" length="60"/> <property name="ftdfdman" column="FTDFDMAN" type="short"/> <property name="ftdfdmao" column="FTDFDMAO" type="string" length="60"/> <property name="ftdfdmam" column="FTDFDMAM" type="string" length="60"/> <property name="ftdfdqu" column="FTDFDQU" type="short"/> <property name="ftdamypt" column="FTDAMYPT" type="short"/> <property name="ftdammo" column="FTDAMMO" type="short"/> <property name="ftdamdy" column="FTDAMDY" type="short"/> <property name="ftdamyr" column="FTDAMYR" type="short"/> <property name="ftdamdic" column="FTDAMDIC" type="short"/> <property name="ftdamdid" column="FTDAMDID" type="string" length="60"/> <property name="ftdamlig" column="FTDAMLIG" type="short"/> <property name="ftdamlio" column="FTDAMLIO" type="string" length="60"/> <property name="ftdamadn" column="FTDAMADN" type="short"/> <property name="ftdamadv" column="FTDAMADV" type="string" length="60"/> <property name="ftdamman" column="FTDAMMAN" type="short"/> <property name="ftdammao" column="FTDAMMAO" type="string" length="60"/> <property name="ftdammam" column="FTDAMMAM" type="string" length="60"/> <property name="ftdamqu" column="FTDAMQU" type="short"/> <property name="ftdother" column="FTDOTHER" type="short"/> <property name="ftdotdop" column="FTDOTDOP" type="short"/> <property name="ftdotser" column="FTDOTSER" type="short"/> <property name="ftdotcho" column="FTDOTCHO" type="short"/> <property name="ftdotano" column="FTDOTANO" type="short"/> <property name="ftdotans" column="FTDOTANS" type="string" length="60"/> </join> &instrInclude2; </class> </hibernate-mapping>
44.393258
127
0.671982
4d0465a12abc9f8b9c18be64986c0bda904b55b8
1,146
xml
XML
GEP-Components/manager/internal-alertsmanager/src/main/resources/OSGI-INF/blueprint/config.xml
tmatinde/route-monitor-for-geoevent
ea9483760e2782d86ea14d3f54ad9c50128bbb21
[ "Apache-2.0" ]
null
null
null
GEP-Components/manager/internal-alertsmanager/src/main/resources/OSGI-INF/blueprint/config.xml
tmatinde/route-monitor-for-geoevent
ea9483760e2782d86ea14d3f54ad9c50128bbb21
[ "Apache-2.0" ]
null
null
null
GEP-Components/manager/internal-alertsmanager/src/main/resources/OSGI-INF/blueprint/config.xml
tmatinde/route-monitor-for-geoevent
ea9483760e2782d86ea14d3f54ad9c50128bbb21
[ "Apache-2.0" ]
null
null
null
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"> <reference id="arcGISServerConnectionManagerService" interface="com.esri.ges.manager.datastore.agsconnection.ArcGISServerConnectionManager"/> <cm:property-placeholder persistent-id="com.esri.ges.manager.vehicles"> <cm:default-properties> <cm:property name="com.esri.ges.manager.vehicles.outboundstream" value="VehiclesFeatureService" /> <cm:property name="com.esri.ges.manager.vehicles.geoeventdefinitionname" value="Route-Vehicle" /> <cm:property name="com.esri.ges.manager.vehicles.geoeventdefinitionowner" value="arcgis" /> </cm:default-properties> </cm:property-placeholder> <bean id="alertsManagerBean" class="com.esri.ges.manager.alerts.internal.AlertsManagerImpl"> <property name="arcGISServerConnectionManager" ref="arcGISServerConnectionManagerService" /> </bean> <service id="alertsManagerService" ref="alertsManagerBean" interface="com.esri.ges.manager.alerts.AlertsManager"/> </blueprint>
60.315789
142
0.728621
d5b900598eb02a8a99bbbf012f15a4380a1dfd2f
2,571
xml
XML
irkit-android-sdk/src/main/res/layout/fragment_turn_on_irkit.xml
pipoop/hobby-android-app
0c7ee5488d2ec6e9b1a0598a6084d0c675538bfd
[ "Apache-2.0" ]
13
2015-04-02T05:03:18.000Z
2020-08-21T06:14:38.000Z
irkit-android-sdk/src/main/res/layout/fragment_turn_on_irkit.xml
pipoop/hobby-android-app
0c7ee5488d2ec6e9b1a0598a6084d0c675538bfd
[ "Apache-2.0" ]
1
2015-06-23T19:56:09.000Z
2015-07-01T13:54:02.000Z
irkit-android-sdk/src/main/res/layout/fragment_turn_on_irkit.xml
pipoop/hobby-android-app
0c7ee5488d2ec6e9b1a0598a6084d0c675538bfd
[ "Apache-2.0" ]
8
2015-04-12T16:05:47.000Z
2020-03-17T14:29:27.000Z
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:orientation="vertical" android:paddingBottom="@dimen/irkit_activity_vertical_margin" android:paddingTop="@dimen/irkit_activity_vertical_margin"> <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/turn_on_irkit__turn_on_text" android:textSize="30sp" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="@string/turn_on_irkit__connect_usb" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/img_powerup3_bg" android:orientation="vertical" android:tileMode="repeat"> <ImageView android:id="@+id/imageView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginBottom="10dp" android:layout_marginTop="0dp" android:contentDescription="@string/turn_on_irkit__turn_on_text" android:src="@drawable/img_powerup3" /> </LinearLayout> <Button android:id="@+id/turnonirkit__next_button" android:layout_width="200dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginBottom="20dp" android:text="@string/turn_on_irkit__next" /> <TextView android:id="@+id/turnonirkit__purchase" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:text="@string/turn_on_irkit__buy_irkit" android:textIsSelectable="true" /> </LinearLayout> </ScrollView>
38.954545
80
0.634384
5c5f78e5afe24de0b2cee13e45a221bae1a6600b
69,992
xml
XML
atom.xml
Tokiota/blogNewDesign
c06c5e39c916973ea84b9b1f3527343f481447a4
[ "MIT" ]
null
null
null
atom.xml
Tokiota/blogNewDesign
c06c5e39c916973ea84b9b1f3527343f481447a4
[ "MIT" ]
null
null
null
atom.xml
Tokiota/blogNewDesign
c06c5e39c916973ea84b9b1f3527343f481447a4
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Blog de Tokiotas</title> <link href="./atom.xml" rel="self"/> <link href="./"/> <updated>2021-05-20T18:49:34+00:00</updated> <id>http://0.0.0.0:4000</id> <author> <name></name> <email></email> </author> <entry> <title>Hybrid File Server</title> <link href="./2021/06/21/Hybrid_file_server/"/> <updated>2021-06-21T03:00:00+00:00</updated> <id>./2021/06/21/Hybrid_file_server</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/06/21-hybrid-fil-server/diff_hybrid_file_server.jpg&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/06/21-hybrid-fil-server/diff_hybrid_file_server.jpg&quot; style=&quot;&quot; alt=&quot;Hybrid file Server&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;La acumulación de archivos y documentos en nuestros servidores de ficheros puede ser preocupante, pues implica la necesidad de eliminar o archivar documentos para liberar espacio y/o ampliar cabina/discos. Esto se suele traducir en malestar por parte del usuario y/o en un desembolso económico. Todo ello sin contar con la infraestructura a montar en el caso de tener diferentes sedes en diferentes lugares geográficos ni tampoco en las soluciones de &lt;em&gt;backup&lt;/em&gt; a implementar.&lt;/p&gt; &lt;p&gt;Es cierto que existen diferentes tipos de infraestructuras para solucionar estos problemas. Desde Tokiota presentamos una solución para solventarlos y, además, tener una recuperación ante un desastre de nuestros servidores de ficheros rápido y sencillo. Nosotros la hemos llamado &lt;em&gt;Hybrid File Server&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;Utilizamos el concepto de &lt;em&gt;Hybrid File&lt;/em&gt; Server al hecho de centralizar los datos de un servidor de ficheros en un servicio de almacenaje en Azure y tener en nuestra infraestructura &lt;em&gt;On Premise&lt;/em&gt; uno o varios servidores de ficheros con el objetivo de utilizarlo/s como cache de archivos.&lt;/p&gt; &lt;p&gt;Este sistema consiste en guardar la totalidad de nuestros archivos en una cuenta de almacenamiento de Azure y tener un subconjunto de los documentos vivos, los más utilizados, en el servidor o servidores de ficheros estableciendo una sincronización activa y bidireccional. Esta sincronización puede realizarse con un total de 30 servidores de ficheros distintos.&lt;/p&gt; &lt;p&gt;Al utilizar la política de nube por niveles (&lt;em&gt;cloud tiering policy&lt;/em&gt;), el espacio ocupado en nuestra infraestructura On Premise por el servidor de ficheros podrá verse reducido en un 50%, un 60% o incluso un 90%. El funcionamiento de esta política consiste en generar punteros de los documentos menos usados de nuestro servidor de ficheros. Estos punteros contendrán los metadatos del fichero y un enlace a nuestro fichero en Azure. En el momento de abrir el puntero, el fichero se descargará automáticamente en nuestro servidor de ficheros ocupando así la totalidad del tamaño del fichero y pudiendo ser utilizado por el usuario.&lt;/p&gt; &lt;p&gt;La arquitectura descrita es completamente transparente al usuario a nivel operacional, aunque sí que el usuario podrá detectar si un archivo está vivo o es un puntero.&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/06/21-hybrid-fil-server/diff_hybrid_file_server.jpg&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/06/21-hybrid-fil-server/diff_hybrid_file_server.jpg&quot; style=&quot;&quot; alt=&quot;Carpeta con/sin Hybrid File Server configurado&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Los usuarios experimentaran un pequeño retraso en el primer acceso al puntero, esta acción descargará la totalidad del fichero. A partir de este momento, el fichero pasará a ser un documento vivo, si no se vuelve a acceder al documento, se volverá a transformar en puntero.&lt;/p&gt; &lt;p&gt;En Azure Storage se mantendrá la totalidad de los ficheros, pudiendo así delegar la copia de seguridad del servidor de ficheros a Azure. Esta copia de seguridad puede ser programada y gestionada desde el portal de Azure, sin la necesidad de ninguna herramienta de terceros ni preocuparse por el tiempo de copia. Las opciones de recuperación permiten la recuperación granular, llegando a nivel de ficheros.&lt;/p&gt; &lt;p&gt;La recuperación ante desastres es uno de los puntos más fuertes de esta arquitectura. En el supuesto que el servidor de ficheros quedase inoperativo, independientemente del problema, la recuperación de este servicio es rápida y sencilla. Únicamente se tendrá que desplegar un nuevo servidor de ficheros, habilitar la sincronización con Azure y el servicio estará reestablecido. Con esta solución no es necesario la recuperación del servidor de ficheros de una copia de seguridad, lo que implica un gran ahorro de tiempo y esfuerzo.&lt;/p&gt; &lt;p&gt;Así de eficiente puede llegar a ser la solución de &lt;em&gt;Hybrid File Server&lt;/em&gt;, ofreciendo grandes mejoras y facilitando la gestión de nuestro servidor de ficheros.&lt;/p&gt; </content> </entry> <entry> <title>Agiliza la escritura de tests con AutoFixture</title> <link href="./2021/05/30/Autofixture/"/> <updated>2021-05-30T03:00:00+00:00</updated> <id>./2021/05/30/Autofixture</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/30-Autofixture/autofixture.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/30-Autofixture/autofixture.png&quot; style=&quot;&quot; alt=&quot;Agiliza la escritura de tests con AutoFixture&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Al escribir tests generalmente creamos objetos que representan el estado inicial y &lt;strong&gt;en algunas ocasiones crear estos objetos y sus dependencias se puede convertir en una tarea compleja&lt;/strong&gt; y terminamos escribiendo código que no es relevante para el test, &lt;strong&gt;para optimizar esta tarea podemos apoyarnos en la librería &lt;a href=&quot;https://github.com/AutoFixture/AutoFixture&quot;&gt;AutoFixture&lt;/a&gt;&lt;/strong&gt; cuyo principal beneficio es la creación de valores aleatorios e instancias con un mínimo esfuerzo.&lt;/p&gt; &lt;h3 id=&quot;instalación&quot;&gt;Instalación&lt;/h3&gt; &lt;p&gt;Añadimos el paquete AutoFixture.Xunit2 a nuestro proyecto de pruebas.&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/30-Autofixture/install_nuget_package.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/30-Autofixture/install_nuget_package.png&quot; style=&quot;&quot; alt=&quot;Instalar el paquete nuget AutoFixture.Xunit2&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;h3 id=&quot;ejemplo&quot;&gt;Ejemplo&lt;/h3&gt; &lt;p&gt;Teniendo el siguiente test:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; [Theory] [MemberData(nameof(Data))] public void GivenNewDelivery_WhenDeliver_ThenAllProductsWereDelivered(List&amp;lt; AmazonProduct&amp;gt; products) { //Arrange var sut = new AmazonDelivery(products); //Act sut.Deliver(); //Assert Assert.NotEmpty(sut.Products); Assert.Equal(sut.Products.Count, sut.DeliveredProducts); } public static IEnumerable&amp;lt;object[]&amp;gt; Data() { return new List&amp;lt;object[]&amp;gt; { new object[] { new List&amp;lt; AmazonProduct&amp;gt;() { new AmazonProduct(123, &quot;How to Cook the Perfect Paella&quot;, &quot;Books&quot;, (decimal)34.00), new AmazonProduct(456, &quot;Best Cities to Live in Spain&quot;, &quot;Books&quot;, (decimal)48.00), new AmazonProduct(789, &quot;Learn Catalan in 21 days&quot;, &quot;Audio CDs&quot;, (decimal)26.00) } } }; } &lt;/pre&gt; &lt;p&gt;Podemos simplificarlo utilizando el atributo AutoData de AutoFixture para crear el SUT:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; [Theory, AutoData] public void GivenNewDelivery_WhenDeliver__ThenAllProductsWereDelivered(AmazonDelivery sut) { //Act sut.Deliver(); //Assert Assert.NotEmpty(sut.Products); Assert.Equal(sut.Products.Count, sut.DeliveredProducts); } &lt;/pre&gt; &lt;p&gt;Hemos reducido drásticamente el código necesario ya que el método Data no es necesario porque AutoFixture se encarga de llenar las propiedades con valores aleatorios.&lt;/p&gt; &lt;p&gt;Una ventaja adicional es que &lt;strong&gt;nuestros tests son más tolerantes a los cambios en nuestro código&lt;/strong&gt; ya que AutoFixture se encarga de resolver las dependencias de nuestras clases, de esta forma aunque modifiquemos el constructor de la clase, el código del test seguirá funcionando sin necesidad de modificarlo.&lt;/p&gt; &lt;h3 id=&quot;más-información&quot;&gt;Más Información&lt;/h3&gt; &lt;p&gt;También se integra con NUnit y tiene soporte para generar mocks a través de Moq y otras librerías. Puedes obtener más información revisando la &lt;a href=&quot;https://autofixture.github.io/docs/quick-start/&quot;&gt;documentación&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Espero que este pequeño artículo te sea de utilidad y que puedas agilizar la escritura de tus tests. 😉👍👍&lt;/p&gt; </content> </entry> <entry> <title>Sacando provecho de Swagger - parte 3</title> <link href="./2021/05/25/MejorasSwaggerParte3/"/> <updated>2021-05-25T03:00:00+00:00</updated> <id>./2021/05/25/MejorasSwaggerParte3</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/25-Mejoras-Swagger-Parte3/swagger-banner.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/25-Mejoras-Swagger-Parte3/swagger-banner.png&quot; style=&quot;&quot; alt=&quot;Mejoras Swagger parte 1&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Ya tenemos el tercer post de la serie, ya hemos visto comentarios XML y los ISchemaFilter. Hoy veremos content-type y headers.&lt;/p&gt; &lt;p&gt;Recordamos que tenemos una API en asp.net core 3.1 y con la versión de Swashbuckle.AspNetCore 5.0.0.&lt;/p&gt; &lt;h3 id=&quot;fijar-content-type-applicationjson&quot;&gt;&lt;strong&gt;Fijar content type application/json&lt;/strong&gt;&lt;/h3&gt; &lt;p&gt;Si nuestra API solo va a aceptar y devolver contenido de tipo json, es recomendar fijar estos parámetros. Para ello utilizamos los atributos ‘Consumes’ y ‘Produces’ de Microsoft.AspNetCore.Mvc.&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; /// &lt;summary&gt; /// Get example info. /// &lt;/summary&gt; /// &lt;param name=&quot;id&quot; /&gt;Example id.&amp;lt;/param&amp;gt; /// &lt;param name=&quot;request&quot; /&gt;Request example&amp;lt;/param&amp;gt; /// &lt;returns&gt;&lt;/returns&gt; [HttpPatch(&quot;/example/{id}&quot;)] [Consumes(&quot;application/json&quot;)] [Produces(&quot;application/json&quot;)] public ActionResult&amp;lt; ExampleResponse &amp;gt; GetExample(int id, [FromBody] ExampleRequest request) =&amp;gt; Ok(new ExampleResponse()); &lt;/pre&gt; &lt;p&gt;En este caso se han aplicado a nivel de método como caso de prueba, sería más habitual aplicarlos a toda la API.&lt;/p&gt; &lt;h3 id=&quot;añadir-headers-personalizados&quot;&gt;&lt;strong&gt;Añadir Headers personalizados&lt;/strong&gt;&lt;/h3&gt; &lt;p&gt;En ocasiones tenemos que construir una API que tiene que contar con un header propio, en este caso hemos utilizado un IOperationFilter y lo aplicamos a todos los endpoints.&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; public class CustomHeaderFilter : IOperationFilter { public void Apply(OpenApiOperation operation, OperationFilterContext context) { if (operation.Parameters == null) operation.Parameters = new List&amp;lt; OpenApiParameter &amp;gt;(); operation.Parameters.Add(new OpenApiParameter { Name = &quot;x-header&quot;, In = ParameterLocation.Header, Description = &quot;Custom header for our application.&quot;, Required = true, Schema = new OpenApiSchema { Type = &quot;string&quot;, Example = new OpenApiString(CustomHeader.Xyz.ToString()), Enum = Enum .GetValues(typeof(CustomHeader)) .Cast&amp;lt; CustomHeader &amp;gt;() .Select(x =&amp;gt; OpenApiAnyFactory.CreateFor(new OpenApiSchema() { Type = &quot;string&quot; }, x.ToString())) .ToList() } }); } } &lt;/pre&gt; &lt;p&gt;Para guardar los valores del CustomHeader se ha utilizado un enum:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; public enum CustomHeader { Xyz, Abc } &lt;/pre&gt; &lt;p&gt;Y ya que tenemos un Enum, podemos ajustar NewtonsoftJson para serializar los enums como string. Para ello desde el Startup, en el método ConfigureServices podemos añadir:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; services .AddControllers() .AddNewtonsoftJson(options =&amp;gt; { options.SerializerSettings.Converters.Add(new StringEnumConverter()); }); &lt;/pre&gt; &lt;p&gt;Una vez creado el IOperationFilter, igual que el resto de filtros de swagger, es necesario registraro como hemos hecho con el filtro anterior:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; services.AddSwaggerGen(c =&amp;gt; { //[...] c.OperationFilter&amp;lt; CustomHeaderFilter &amp;gt;(); //[...] }); &lt;/pre&gt; &lt;p&gt;De esta forma, cuando swagger se encuentre el enum de CustomHeader nos facilitará un desplegable con los distintos valores:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/25-Mejoras-Swagger-Parte3/despValores1.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/25-Mejoras-Swagger-Parte3/despValores1.png&quot; style=&quot;&quot; alt=&quot;imagen despValores1&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/25-Mejoras-Swagger-Parte3/despValores2.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/25-Mejoras-Swagger-Parte3/despValores2.png&quot; style=&quot;&quot; alt=&quot;imagen despValores2&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Muchas gracias. Nos leemos en más artículos.&lt;/p&gt; </content> </entry> <entry> <title>Azure CLI, documenta todo lo que no pudiste</title> <link href="./2021/05/10/Azure-CLI/"/> <updated>2021-05-10T03:00:00+00:00</updated> <id>./2021/05/10/Azure-CLI</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/10-Azure-CLI/logo.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/10-Azure-CLI/logo.png&quot; style=&quot;&quot; alt=&quot;Azure CLI&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;El entorno gráfico del portal de Azure, cambia constantemente.&lt;/p&gt; &lt;p&gt;Documentar pequeños cambios que no has podido implementar en la IaC y se realiza de forma manual, suele ser algo que se olvida documentar en los proyectos y provoca más de un quebradero de cabeza.&lt;/p&gt; &lt;p&gt;Supongamos que en nuestra organización se hacen las cosas bien y usamos la wiki del proyecto, pero nos dedicamos a poner capturas de imagen de lo que tenemos que hacer y en dos meses debemos volver a esta documentación. Tras esos dos meses el entorno gráfico de Azure habrá cambiado, la opción que buscabas no las encuentras donde ponía la captura, suele ocurrir que la cambian de nombre o reorganizan los menús; el caso es que la documentación gráfica &lt;strong&gt;no&lt;/strong&gt; nos ayuda, es obsoleta y solo se han puesto capturas con muy poco texto, en muchos casos ninguno, ¿qué queríamos hacer?, ¿qué es lo que pretendía decirme la imagen?, …&lt;/p&gt; &lt;p&gt;Para que esto no suceda y &lt;strong&gt;para que siempre tengamos todo documentado de la mejor forma, es recomendable usar un comando de CLI&lt;/strong&gt;.&lt;/p&gt; &lt;div class=&quot;note note&quot;&gt; &lt;span class=&quot;notetitle&quot;&gt; Nota: &lt;/span&gt; Si ni siquiera estas usando capturas de pantalla para documentar. Es un consejo, comienza a documentar esos pequeños cambios, y ya que comienzas a hacerlo, comienza bien: usa comandos CLI. &lt;/div&gt; &lt;p&gt;Tienes 3 opciones para realizar acciones con comandos en Azure:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Azure Cloud Shell.&lt;/li&gt; &lt;li&gt;Módulo de Powershell.&lt;/li&gt; &lt;li&gt;Azure CLI.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;¿Cuál de ellos es recomendable usar? depende. Lo recomendable es usar siempre el recomendado en tu organización y como consultores, en unos sitios será el modulo de Powershell y en otras me permitirán usar el portal de Azure, por tanto Azure Cloud Shell. Y si tubiera que usar siempre uno, naturalmente (Azure CLI)[https://docs.microsoft.com/es-es/cli/azure/install-azure-cli].&lt;/p&gt; &lt;p&gt;Por ejemplo para ver los datos de una cuenta en Powershell y Azure CLI:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;Powerhsell&quot;&gt; //Example with Powershell Get-AzSubscription //Example with Azure CLI az account show &lt;/pre&gt; &lt;p&gt;Sea cual sea tu situación, evita capturar imágenes en nuestra documentación. Un simple comando nos permitirá ser conciso.&lt;/p&gt; &lt;p&gt;Por ejemplo, imaginemos que debemos activar en una Azure Function la configuración &lt;em&gt;Allways on&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;Una captura cuidad para documentación sería:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/10-Azure-CLI/Img01.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/10-Azure-CLI/Img01.png&quot; style=&quot;&quot; alt=&quot;Captura con una herramienta más profesional&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Y si eres buen documentador habrás puesto el nombre de la función, como acceder al menú, capturar la imagen de lo que debes cambiar y por supuesto habrás usado una buena resolución de la captura para que se vea bien. Aunque esta imagen ya es capad de documentar por sí misma.&lt;/p&gt; &lt;p&gt;Pero lo habitual es esto:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/05/10-Azure-CLI/Img02.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/05/10-Azure-CLI/Img02.png&quot; style=&quot;&quot; alt=&quot;Captura con una herramienta como MS Paint&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;La primera captura, supone tener una herramienta de pago que permite hacer buenas capturas de documentación y no es habitual disponer de ella.&lt;/p&gt; &lt;p&gt;En la primera relativamente he tardado poco en hacerlo en la segunda mucho más tiempo, he usado MS Paint. En ambas he tenido que hacer muchas cosas, frente a una línea de comando:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;Powerhsell&quot;&gt; az functionapp config set --always-on true --name MyFunctionApp --resource-group MyResourceGroup &lt;/pre&gt; &lt;p&gt;Como puedes observar, no tiene comparación. Máxime cuando los comandos no cambian, se amplían con funcionalidades, pero no cambian.&lt;/p&gt; &lt;p&gt;Espero que esta pequeña reflexión te ayude a mejorar la documentación de tu proyecto de Azure y por qué no en aquellas acciones que puedas usar este paradigma.&lt;/p&gt; </content> </entry> <entry> <title>Sacando provecho de Swagger - parte 2</title> <link href="./2021/04/26/MejorasSwaggerParte2/"/> <updated>2021-04-26T03:00:00+00:00</updated> <id>./2021/04/26/MejorasSwaggerParte2</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/26-Mejoras-Swagger-Parte2/swagger-banner.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/26-Mejoras-Swagger-Parte2/swagger-banner.png&quot; style=&quot;&quot; alt=&quot;Mejoras Swagger parte 1&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Continuamos con el segundo post de la serie enfocada a sacar más provecho a Swagger y darle más valor a nuestra API.&lt;/p&gt; &lt;p&gt;En el primer post vimos como añadir comentarios XML y hoy veremos como añadir ejemplos a los esquemas.&lt;/p&gt; &lt;p&gt;Recordamos que tenemos una API en asp.net core 3.1 y con la versión de Swashbuckle.AspNetCore 5.0.0.&lt;/p&gt; &lt;h3 id=&quot;añadir-ejemplos-para-los-esquemas&quot;&gt;&lt;strong&gt;¿Añadir ejemplos para los esquemas?&lt;/strong&gt;&lt;/h3&gt; &lt;p&gt;Si añadimos ejemplos a los esquemas que tenemos mejoraremos mucho la usabilidad de los endpoints y ayudaremos a la interpretación de las respuestas.&lt;/p&gt; &lt;p&gt;Para ello hay varias formas, yo me he decantado por utilizar ISchemaFilter de forma que para cada esquema le añadimos un ejemplo predefinido:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; public class ExampleSchemaFilter : ISchemaFilter { public void Apply(OpenApiSchema schema, SchemaFilterContext context) =&amp;gt; schema.Example = GetExampleOrNullFor(context.Type); private IOpenApiAny GetExampleOrNullFor(Type type) { switch (type.Name) { case nameof(ExampleRequest): return new OpenApiObject { [ExampleRequest.ElementJsonProperty] = new OpenApiString(&quot;Some element request.&quot;) }; case nameof(ExampleResponse): return new OpenApiObject { [ExampleResponse.ResponseJsonProperty] = new OpenApiString(&quot;Any response.&quot;), [ExampleResponse.ErrorsJsonProperty] = new OpenApiNull() }; default: return null; } } } &lt;/pre&gt; &lt;p&gt;Para acabar de entender el ejemplo muestro las clases de Request y Response utilizadas:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; public class ExampleRequest { public const string ElementJsonProperty = &quot;element_json_custom_name&quot;; [JsonProperty(PropertyName = ElementJsonProperty, Required = Required.Always)] [StringLength(200, MinimumLength = 5)] public string Element { get; set; } } public class ExampleResponse { public const string ResponseJsonProperty = &quot;response_json_custom_name&quot;; public const string ErrorsJsonProperty = &quot;errors_json_custom_name&quot;; [JsonProperty(PropertyName = ResponseJsonProperty, Required = Required.DisallowNull)] [StringLength(300)] public string Response { get; set; } [JsonProperty(PropertyName = ErrorsJsonProperty, Required = Required.AllowNull)] public string Errors { get; set; } } &lt;/pre&gt; &lt;p&gt;En este caso, además de montar los ejemplos para peticiones y respuestas, he aprovechado para añadir ciertos atributos a los campos como el JsonProperty o el StringLenght, estos atributos al igual que otros atributos de Newtonsoft.Json o de System.ComponentModel.DataAnnotations son perfectamente reconocidos por swagger y añadirá las restricciones oportunas.&lt;/p&gt; &lt;p&gt;En este caso en hemos utilizado el JsonProperty por que nos puede interesar que el nombre del parámetro del Json sea uno concreto o para indicar si un campo es obligatorio, o si tiene que estar presente en el json pero puede ser nulo entre otros. De la misma forma también hemos especificado unos StringLength.&lt;/p&gt; &lt;p&gt;Centrándonos en el ISchemaFilter, el paquete de Swashbuckle ya se encarga de descubrir los endpoints y leer los parámetros de entrada y salida, en el ejemplo para cada esquema le asignamos un ejemplo.&lt;/p&gt; &lt;p&gt;Para que se aplique el scheme tenemos que registrarlo en la configuración del swagger:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; services.AddSwaggerGen(c =&amp;gt; { //[...] c.SchemaFilter &amp;lt; ExamplesSchemaFilter &amp;gt;(); //[...] }); &lt;/pre&gt; &lt;p&gt;Ahora al abrir swagger nos aparecerán estos ejemplos añadidos:&lt;/p&gt; &lt;p&gt;Creamos el siguiente endpoint de ejemplo:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; /// &lt;summary&gt; /// Get example info. /// &lt;/summary&gt; /// &lt;param name=&quot;id&quot; /&gt;Example id.&amp;lt;/param&amp;gt; /// &lt;param name=&quot;request&quot; /&gt;Request example&amp;lt;/param&amp;gt; /// &lt;returns&gt;&lt;/returns&gt; [HttpPatch(&quot;/example/{id}&quot;)] [ProducesResponseType(typeof(ExampleResponse), (int)HttpStatusCode.NoContent)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.BadRequest)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.Unauthorized)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.Forbidden)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.NotFound)] public ActionResult&amp;lt; ExampleResponse &amp;gt; GetExample(int id, [FromBody] ExampleRequest request) =&amp;gt; Ok(new ExampleResponse()); &lt;/pre&gt; &lt;p&gt;Y desde swagger veremos los esquemas asociados a Example Request y Response&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/26-Mejoras-Swagger-Parte2/Esquemas.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/26-Mejoras-Swagger-Parte2/Esquemas.png&quot; style=&quot;&quot; alt=&quot;imagen Esquemas&quot; /&gt; &lt;/a&gt; &lt;/div&gt; </content> </entry> <entry> <title>Introducción a Azure Bicep</title> <link href="./2021/04/12/IntroduccionAzureBicep/"/> <updated>2021-04-12T03:00:00+00:00</updated> <id>./2021/04/12/IntroduccionAzureBicep</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/logo.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/logo.png&quot; style=&quot;&quot; alt=&quot;Azure Bicep&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;En el momento de la publicación de este artículo el desarrollo del producto esta en una fase inicial, pero con soporte por parte de Azure.&lt;/p&gt; &lt;p&gt;Desde la versión 0.3.1, los puntos destacables son:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Integración con Az CLI y Az PS.&lt;/li&gt; &lt;li&gt;Deja de ser una herramienta experimental.&lt;/li&gt; &lt;li&gt;Compatible con los planes de soporte de Microsoft&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;El propósito de Azure Bicep el siguiente:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Usar un lenguaje más amigable para un desarrollador que los JSON de ARM.&lt;/li&gt; &lt;li&gt;Producir una sola plantilla de ARM para evitar el uso de una cuenta de almacenamiento o cualquier otro sistema para almacenar plantillas vinculadas.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;A diferencia de &lt;a href=&quot;https://www.terraform.io/&quot;&gt;Terraform&lt;/a&gt; o &lt;a href=&quot;https://www.pulumi.com/&quot;&gt;Pulumi&lt;/a&gt;, Bicep es específico de Azure. Podríamos pensar que Microsoft están creando una nueva generación de ARM.&lt;/p&gt; &lt;p&gt;Si ya tienes experiencia con Terraform o con Pulumi, podrás observar que el propósito de Bicep es similar a las ventajas que tenemos con Terraform o Pulumi:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Menor número de líneas de código necesarias para crear un recurso en Azure que usando ARM.&lt;/li&gt; &lt;li&gt;Usan lenguajes o bien propios como Terraform (HCL) o bien el casi más te guste con Pulumi (puedes usar C#, JS, TS, Go …).&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Parece que el propósito de Bicep es darnos a los desarrolladores una alternativa similar a Terraform o Pulumi nativa de Microsoft.&lt;/p&gt; &lt;p&gt;El proyecto Biceps está en: &lt;a href=&quot;https://github.com/Azure/bicesp&quot; target=&quot;_blank&quot;&gt;https://github.com/Azure/bicesp&lt;/a&gt;, suscríbete para estar al día.&lt;/p&gt; &lt;p&gt;Supongo que alguna vez has visto un ARM para generar un recurso de Azure y si no, aquí tienes un extracto:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img01.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img01.png&quot; style=&quot;&quot; alt=&quot;Ejemplo de ARM&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;¿Qué necesitamos para poder hacer un ejemplo práctico?:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Instalar la herramienta CLI de Bicep (seguir las instrucciones: &lt;a href=&quot;https://github.com/Azure/bicep/blob/main/docs/installing.md&quot;&gt;https://github.com/Azure/bicep/blob/main/docs/installing.md&lt;/a&gt;).&lt;/li&gt; &lt;li&gt;Instalar la extensión de Visual Studio Code para Bicep. Es un paso opcional, pero mejora mucho nuestro trabajo con Bicep.&lt;/li&gt; &lt;li&gt;Abrir el fichero bicep disponible en el repot de GitHub.&lt;/li&gt; &lt;/ol&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img02.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img02.png&quot; style=&quot;&quot; alt=&quot;Ejemplo de Bicep&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;En el ejemplo anterior, donde creamos una Web App, para ARM usamos 68 líneas mientras que para Bicep solamente estamos en 31 líneas Es &lt;strong&gt;más conciso&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Podrás observar que la Web App no necesita que se declare explícitamente la dependencia con el Service Plan, basta con usar plan.id para inferir la dependencia. &lt;strong&gt;Es más legible&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Por desgracia, aun no existe una integración oficial de Bicep con Azure DevOps (solo algunas cosas experimentales). Pero todo hace pensar que seguirá la logica que se está aplicando con Terraform o Pulumi, ya que los comandos son muy parecidos a lo que ejecutan ambos sistemas:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img03.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img03.png&quot; style=&quot;&quot; alt=&quot;Ejemplo de Terraform&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Por tanto vamos a usar de momento Bicep para crear un fichero &lt;em&gt;.json&lt;/em&gt; de ARM a partir de un fichero &lt;em&gt;.bicep&lt;/em&gt;:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img04.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img04.png&quot; style=&quot;&quot; alt=&quot;De Bicep a ARM&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Tras la ejecución de la build ya tendremos una plantilla de ARM:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img05.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img05.png&quot; style=&quot;&quot; alt=&quot;Salida de la build de Bicep en ARM&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Con esta plantilla podemos probar nuestro ejemplo usando &lt;strong&gt;Azure CLI&lt;/strong&gt; desde el terminal de VS Code:&lt;/p&gt; &lt;div class=&quot;note note&quot;&gt; &lt;span class=&quot;notetitle&quot;&gt; Nota: &lt;/span&gt; Usar --confirm-with-what-if exige tener la última versión de Azure CLI, puedes optar a probar el ARM desde DevOps, por ejemplo. &lt;/div&gt; &lt;pre data-enlighter-language=&quot;Powerhsell&quot;&gt; az deployment group create --resource-group 'tokiotajmfztest' --template-file main.json --confirm-with-what-if &lt;/pre&gt; &lt;p&gt;Generando como resultado:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img06.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/04/12-Introduccion-Azure-Bicep/img06.png&quot; style=&quot;&quot; alt=&quot;Salida de la build de Bicep en ARM&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Solo te faltaría escribir &lt;em&gt;y&lt;/em&gt; para desplegar la infraestructura.&lt;/p&gt; &lt;p&gt;Como podrá haber visto es más sencillo, fácil de leer y es nativo para Azure. Podría decirse que Bicep es el sucesor nativo de ARM. No pierdas de vista esta herramienta.&lt;/p&gt; </content> </entry> <entry> <title>Sacando provecho de Swagger - parte 1</title> <link href="./2021/03/29/MejorasSwaggerParte1/"/> <updated>2021-03-29T03:00:00+00:00</updated> <id>./2021/03/29/MejorasSwaggerParte1</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/swagger-banner.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/swagger-banner.png&quot; style=&quot;&quot; alt=&quot;Mejoras Swagger parte 1&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Vamos a empezar una serie de posts dedicados a sacar más provecho a Swagger y darle más valor a nuestra API.&lt;/p&gt; &lt;p&gt;Una vez hemos creado nuestra API y ya tenemos swagger instalado y funcionando, es buen momento para añadir más información y hacerlo más útil y usable. En concreto, el ejemplo se ha realizado con Visual Studio 2019, con una API en asp.net core 3.1 y con la versión de Swashbuckle.AspNetCore 5.0.0.&lt;/p&gt; &lt;h3 id=&quot;comentarios-xml&quot;&gt;&lt;strong&gt;Comentarios XML&lt;/strong&gt;&lt;/h3&gt; &lt;p&gt;El primer paso sería habilitar los comentarios XML. Esto nos servirá para añadir a cada endpoint información adicional:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; /// &lt;summary&gt; /// Get example info. /// &lt;/summary&gt; /// &lt;param name=&quot;id&quot; /&gt;Example id.&amp;lt;/param&amp;gt; /// &lt;returns&gt;&lt;/returns&gt; [HttpGet(&quot;/example/{id}&quot;)] public IActionResult GetExample(int id) =&amp;gt; Ok(id); &lt;/pre&gt; &lt;p&gt;Para que se lean y muestren los summaries en swagger primero tenemos que agregar unas líneas en el csproj del projecto de la API:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;xml&quot;&gt; &lt;PropertyGroup&gt; &lt;GenerateDocumentationFile&gt;true&lt;/GenerateDocumentationFile&gt; &lt;/PropertyGroup&gt; &lt;/pre&gt; &lt;p&gt;No obstante, esto nos provocará un incómodo warning en cada método que no tenga summary:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/warning.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/warning.png&quot; style=&quot;&quot; alt=&quot;Imagen warning&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Para que no aparezcan estos warngins los podemos deshabilitar añadiendo una línea más al anterior código del PropertyGroup:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;xml&quot;&gt; &lt;PropertyGroup&gt; &lt;GenerateDocumentationFile&gt;true&lt;/GenerateDocumentationFile&gt; &lt;NoWarn&gt;$(NoWarn);1591&lt;/NoWarn&gt; &lt;/PropertyGroup&gt; &lt;/pre&gt; &lt;p&gt;Ahora que hemos configurado la generación de los xml, tenemos que añadirlos en la configuración del swagger.&lt;/p&gt; &lt;p&gt;Para ello, en el Startup al configurar AddSwaggerGen añadiremos las siguientes líneas:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; services.AddSwaggerGen(c =&amp;gt; { //[...] var xmlFile = $&quot;{Assembly.GetExecutingAssembly().GetName().Name}.xml&quot;; var xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile); c.IncludeXmlComments(xmlPath); //[...] }); &lt;/pre&gt; &lt;p&gt;De esta forma, nos aparecerá está información cuando vayamos a llamar al endpoint en cuestión:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/InfoEndpoint.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/InfoEndpoint.png&quot; style=&quot;&quot; alt=&quot;Imagen InfoEndpoint&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;En este punto, es interesante aprovechar para especificar las respuestas de dicho endpoint. Para ello podemos utilizar el atributo ProducesResponseTypeAttribute especificando los HttpStatusCodes que devolvemos. Adicionalmente, también se puede especificar un mensaje concreto para cada código de respuesta añadiendo tags ‘response’ en el summary:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; /// &lt;summary&gt; /// Get example info. /// &lt;/summary&gt; /// &lt;param name=&quot;id&quot; /&gt;Example id.&amp;lt;/param&amp;gt; /// &lt;returns&gt;&lt;/returns&gt; /// &lt;response code=&quot;200&quot;&gt;Ok response.&lt;/response&gt; /// &lt;response code=&quot;403&quot;&gt;Custom response for 403.&lt;/response&gt; [HttpGet(&quot;/example/{id}&quot;)] [ProducesResponseType(typeof(int), (int)HttpStatusCode.OK)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.BadRequest)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.Unauthorized)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.Forbidden)] [ProducesResponseType(typeof(ErrorResponse), (int)HttpStatusCode.NotFound)] public IActionResult GetExample(int id) =&amp;gt; Ok(id); &lt;/pre&gt; &lt;p&gt;Con esto, ahora swagger nos mostrará, además de la response (200 - Success) que hemos visto antes, un ErrorResponse para los códigos 400, 401, 403 y 403. Y en concreto, un mensaje personalizado para el código 200 y para el 403. .&lt;/p&gt; &lt;p&gt;A las respuestas de error, le hemos añadido un tipo de respuesta propio (ErrorResponse) no es obligatorio, pero es recomendable.&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/responses.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/29-Mejoras-Swagger-Parte1/responses.png&quot; style=&quot;&quot; alt=&quot;Imagen responses&quot; /&gt; &lt;/a&gt; &lt;/div&gt; </content> </entry> <entry> <title>Arrancando SQL Server en docker linux</title> <link href="./2021/03/15/arrancando-sql-server-docker/"/> <updated>2021-03-15T03:00:00+00:00</updated> <id>./2021/03/15/arrancando-sql-server-docker</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/15-arrancando-sql-server-docker/sqlserver_docker_min.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/15-arrancando-sql-server-docker/sqlserver_docker_min.png&quot; style=&quot;&quot; alt=&quot;SQL Server + Docker&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Si quieres arrancar rápidamente un SQL Server lo mejor es usar docker. Y con más razón si ya tienes WSL2 instalado 😀, y si todavía no lo tienes échale un vistazo a la &lt;a href=&quot;https://docs.microsoft.com/es-es/windows/wsl/install-win10&quot;&gt;guía de instalación&lt;/a&gt;. Esto puede resultar muy útil para no tener que instalar un entorno completo localmente. En la &lt;a href=&quot;https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver15&amp;amp;pivots=cs1-bash&quot;&gt;documentación oficial&lt;/a&gt; tienes toda la info. Yo lo he resumido con algunos cambios aquí:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;bash&quot;&gt; docker run --name sql1 -h sql1 -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MiPa$$w0rd' -e 'MSSQL_PID=Enterprise' -p 11433:1433 -d mcr.microsoft.com/mssql/server:2019-latest &lt;/pre&gt; &lt;p&gt;Yo ya tenía el puerto 1433 ocupado en mi máquina por lo que he mapeado la imagen al puerto 11433.&lt;/p&gt; &lt;p&gt;Para conectarte usando el Management Studio:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Server: 127.0.0.1,11433 (el puerto se indica separando con una coma)&lt;/li&gt; &lt;li&gt;User: SA&lt;/li&gt; &lt;li&gt;Password: la que hayáis indicado al arrancar el contenedor.&lt;/li&gt; &lt;li&gt;Vamos a Options y en la &lt;em&gt;Additional Connection Parameters&lt;/em&gt; debemos añadir &lt;code class=&quot;highlighter-rouge&quot;&gt;TrustServerCertificate=True&lt;/code&gt;.&lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/15-arrancando-sql-server-docker/mmssqlserver_connections.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/15-arrancando-sql-server-docker/mmssqlserver_connections.png&quot; style=&quot;&quot; alt=&quot;Instrucciones para conectar Management Studio&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Todo funcionando.&lt;/p&gt; &lt;p&gt;Ahora cuando no lo necesites puedes detener el contenedor con &lt;code class=&quot;highlighter-rouge&quot;&gt;docker stop sql1&lt;/code&gt; de esta manera no te consume recursos de la máquina. &lt;br /&gt;Y lo arrancas con &lt;code class=&quot;highlighter-rouge&quot;&gt;docker start sql1&lt;/code&gt;.&lt;/p&gt; &lt;p&gt;Fácil y sencillo.&lt;/p&gt; &lt;p&gt;Happy codding!&lt;/p&gt; </content> </entry> <entry> <title>Qué es Swagger y cómo añadirlo a tu Api de NetCore</title> <link href="./2021/03/01/Add-Swagger-To-Net-Core-Api/"/> <updated>2021-03-01T03:01:00+00:00</updated> <id>./2021/03/01/Add Swagger To Net Core Api</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/swaggerandcore.jpg&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/swaggerandcore.jpg&quot; style=&quot;&quot; alt=&quot;Add Swagger to Net Core Api&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;h3 id=&quot;qué-es-swagger&quot;&gt;¿Qué es swagger?&lt;/h3&gt; &lt;p&gt;Swagger es una serie de reglas, especificaciones y herramientas que nos ayudan a documentar nuestras APIs. En otras palabras, al instalarlo, y ejecutar la API se nos generará una interfaz de usuario que nos permite navegar sobre los diferentes endpoints que tenga nuestra API de manera fácil e intuitiva. Es una herramienta muy útil a la hora de testear nuestras aplicaciones.&lt;/p&gt; &lt;h3 id=&quot;cómo-lo-usamos&quot;&gt;¿Cómo lo usamos?&lt;/h3&gt; &lt;p&gt;Para utilizar swagger lo primero que debemos hacer es instalarlo, obviamente.&lt;/p&gt; &lt;p&gt;Vamos al gestor de Nuget de nuestra API (Manage Nuget Packages) y buscamos el nuget Swashbuckle.AspNetCore:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/nuget.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/nuget.png&quot; style=&quot;&quot; alt=&quot;Imagen nuget&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Lo siguiente que debemos hacer es registrar el servicio de swagger en nuestra ServiceCollection (clase Startup.cs, método ConfigureServices) añadiendo éstas líneas.&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/registerService.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/registerService.png&quot; style=&quot;&quot; alt=&quot;Imagen register service&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;También tendremos que añadir una breve configuración (clase Startup, método Configure) para indicar la ruta donde se ejecutará el swagger, así como también un nombre para la documentación que se nos va a generar.&lt;/p&gt; &lt;p&gt;En mi caso quiero que se ejecute en el directorio raíz de la aplicación y por lo tanto configuraré la propiedad RoutePrefix como cadena vacía.&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/configure.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/configure.png&quot; style=&quot;&quot; alt=&quot;Imagen configure&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Llegados a este punto ya podemos ejecutar nuestra API y comprobar lo de lo que es capaz nuestro asistente para documentación y testing.&lt;/p&gt; &lt;p&gt;En las siguientes imágenes podemos ver un ejemplo paso a paso:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Vista preliminar:&lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/ej1.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/ej1.png&quot; style=&quot;&quot; alt=&quot;Imagen ejemplo1&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;ul&gt; &lt;li&gt;Método Get Simple:&lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/ej2.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/ej2.png&quot; style=&quot;&quot; alt=&quot;Imagen ejemplo2&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;ul&gt; &lt;li&gt;Método Post con asistente de creación del objeto:&lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/ej3.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Add-Swagger-To-Net-Core-Api/ej3.png&quot; style=&quot;&quot; alt=&quot;Imagen ejemplo3&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Fácil y sencillo. &lt;br /&gt;Hasta la próxima.&lt;/p&gt; </content> </entry> <entry> <title>Hello world!</title> <link href="./2021/03/01/Hello-World/"/> <updated>2021-03-01T03:00:00+00:00</updated> <id>./2021/03/01/Hello-World</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/2021/03/01-Hello-World/hello-toris.jpg&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/2021/03/01-Hello-World/hello-toris.jpg&quot; style=&quot;&quot; alt=&quot;Hello World!&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;p&gt;Hello World!&lt;/p&gt; &lt;p&gt;Con estas palabras, y su significado desde los inicios del mundo de la programación, comenzamos este nuevo rincón en donde compartir nuestras inquietudes tecnológicas, englobado al mundo del desarrollo de software, infraestructura, cloud, web, móvil, innovación…&lt;/p&gt; &lt;p&gt;Un rincón creado con la pasión de todos nuestros tokiotas por compartir el conocimiento.&lt;/p&gt; &lt;p&gt;Gracias. &lt;br /&gt;ありがとう。&lt;/p&gt; </content> </entry> <entry> <title>Creando plantillas ARM</title> <link href="./2020/12/27/2021-mm-dd-creando-plantillas-arm/"/> <updated>2020-12-27T23:00:00+00:00</updated> <id>./2020/12/27/2021-mm-dd-creando-plantillas-arm</id> <content type="html"> &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/draft/creando-plantillas-arm/portada-arm-min.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/draft/creando-plantillas-arm/portada-arm-min.png&quot; style=&quot;&quot; alt=&quot;Imagen portada del articulo logo de fichero json y plantilla ARM.&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;h1 id=&quot;urls-de-referencia&quot;&gt;Urls de referencia&lt;/h1&gt; &lt;p&gt;Puedes aprender más sobre plantillas ARM en el path de Microsoft Learn:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;https://docs.microsoft.com/es-es/learn/paths/deploy-manage-resource-manager-templates/&quot;&gt;https://docs.microsoft.com/es-es/learn/paths/deploy-manage-resource-manager-templates/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;https://techcommunity.microsoft.com/t5/apps-on-azure/learn-arm-templates-4-tutorials-from-the-beginning/ba-p/1803802&lt;/li&gt; &lt;/ul&gt; </content> </entry> <entry> <title>Guía de estilos para los artículos</title> <link href="./2020/10/19/00_Guia-estilo-articulos/"/> <updated>2020-10-19T23:00:00+00:00</updated> <id>./2020/10/19/00_Guia-estilo-articulos</id> <content type="html"> &lt;p&gt;Esta entrada de blog sirve a modo de guía de estilos y recursos a usar para hacer que los artículos brillen correctamente. Para ver como se escribe cada sección, accede al código de este fichero &lt;b&gt;00_Guía-estilo.artículos.md&lt;/b&gt;. Este mismo fichero no deja de ser un artículo en sí mismo para usar de modelo.&lt;/p&gt; &lt;p&gt;Aquí tienes un índice de la guía: &lt;!-- TOC --&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;#antes-de-empezar&quot;&gt;Antes de empezar&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-empiezo&quot;&gt;Cómo empiezo&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#metadatos-del-artículo&quot;&gt;Metadatos del artículo&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#qué-foto-pongo-para-el-autor&quot;&gt;Qué foto pongo para el autor&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;#cómo-obtengo-la-foto&quot;&gt;Cómo obtengo la foto&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-se-ponen-los-títulos&quot;&gt;Cómo se ponen los títulos&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-añadir-un-enlace&quot;&gt;Cómo añadir un enlace&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-añadir-una-imágen&quot;&gt;Cómo añadir una imágen&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;#donde-subir-las-imágenes&quot;&gt;Donde subir las imágenes&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-añadir-notas&quot;&gt;Cómo añadir notas&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-añadir-fragmentos-de-código&quot;&gt;Cómo añadir fragmentos de código&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#cómo-escribir-una-tabla-de-datos&quot;&gt;Cómo escribir una tabla de datos&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;!-- /TOC --&gt; &lt;h1 id=&quot;antes-de-empezar&quot;&gt;Antes de empezar&lt;/h1&gt; &lt;p&gt;&lt;b&gt;Escribe el artículo&lt;/b&gt; Olvídate de esta guía y de la maquetación en &lt;em&gt;Markdown&lt;/em&gt;. Escribe el artículo en un Word, sin faltas de ortografía, envíaselo a tu TeamLead o responsable (porque dos ojos siempre ayudan). Cuando lo tengas listo, vuelve aquí y lo maquetamos.&lt;/p&gt; &lt;h1 id=&quot;cómo-empiezo&quot;&gt;Cómo empiezo&lt;/h1&gt; &lt;p&gt;Bien, si has llegado hasta aquí, es que ya tienes tu artículo escrito y revisado.&lt;/p&gt; &lt;p&gt;Crea un fichero en blanco sobre la carpeta _post con la siguiente nomenclatura: &lt;br /&gt;&lt;b&gt;yyyy-MM-dd-mi-titulo-del-articulo.md&lt;/b&gt;.&lt;/p&gt; &lt;h1 id=&quot;metadatos-del-artículo&quot;&gt;Metadatos del artículo&lt;/h1&gt; &lt;p&gt;Todo artículo necesita especificar unos datos que se sitúan al inicio del fichero y se delimitan entre dos líneas con tres guiones.&lt;/p&gt; &lt;pre data-enlighter-language=&quot;raw&quot;&gt; --- published: false date: 2100-12-12 00:00:00 +0100 layout: post title: &quot;Guía de estilos para los artículos&quot; summary: &quot;Este es un resumen largo del artículo que se usará de entradilla en la pantalla Home. aquí tambien se admiten tags html para palabras en &lt;b&gt;negrita&lt;/b&gt;, en &lt;i&gt;cursiva&lt;/i&gt;, enlaces a alguna &lt;a href=&quot;https://tokiota.com&quot;&gt;página web&lt;/a&gt; y mismo emojis ⛩😃⛩.&lt;p&gt; Si no sabes como ponerlos es tan fácil como pulsar dos teclas [WIN]+[.] y de saldrá un menú donde elegir (al menos en Windows10).&lt;/p&gt;&quot; excerpt: &quot;Una guía para hacer que nuestros artículos del blog brillen como es debido.&quot; categories: [Tokiota] # Desarrollo, Infraestructura, Bizpro, Management, Tokiotas, Eventos tags: [blog] # siempre en minúsculas featured_image: /public/uploads/2020/10/20-guia-de-estilos-para-articulos/blog.jpg pathToPublicFolder: &quot;public/uploads/2020/10/20-guia-de-estilos-para-articulos&quot; author: name: &quot;Tokiota&quot; image: tokiota.jpg signText: &quot;Tokiota Team&quot; --- {% assign pathPublicFolder = site.baseurl | append: page.pathToPublicFolder %} &lt;/pre&gt; &lt;p&gt;A continuación explico cada uno:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;published&lt;/b&gt;: Acepta los valores &lt;i&gt;true&lt;/i&gt; o &lt;i&gt;false&lt;/i&gt;. S &lt;ul&gt; &lt;li&gt;true: será procesado y publicado el artículo.&lt;/li&gt; &lt;li&gt;false: si quieres que sea ignorado y no publicado.&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;b&gt;date&lt;/b&gt;: La fecha que se establezca será la de publicación. Es decir si pones una futura el artículo se procesará para publicarse ese día. &lt;b&gt;Poner el formato fecha como en el ejemplo.&lt;/b&gt;&lt;/li&gt; &lt;li&gt;&lt;b&gt;layout&lt;/b&gt;: su valor es siempre &lt;b&gt;post&lt;/b&gt;&lt;/li&gt; &lt;li&gt;&lt;b&gt;title&lt;/b&gt;: aquí escribe tu título del articulo&lt;/li&gt; &lt;li&gt;&lt;b&gt;excerpt&lt;/b&gt;: una descripción breve. este texto será usado cuando se comparta tu artículo en redes sociales.&lt;/li&gt; &lt;li&gt;&lt;b&gt;categories&lt;/b&gt;: están delimitadas en 4 categorías que son las siguientes &lt;b&gt;respetar el texto exacto&lt;/b&gt;: &lt;ul&gt; &lt;li&gt;Desarrollo&lt;/li&gt; &lt;li&gt;Infraestructura&lt;/li&gt; &lt;li&gt;Business Productivity&lt;/li&gt; &lt;li&gt;Tokiota&lt;/li&gt; &lt;li&gt;Eventos&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;b&gt;tags&lt;/b&gt;: array de las tecnologías que quieran detallarse. &lt;b&gt;Se escriben en minúsculas&lt;/b&gt;.&lt;/li&gt; &lt;li&gt;&lt;b&gt;featured_image&lt;/b&gt;: es la ruta a la imágen que se visualizará en la entradilla de inicio y en las tarjetas de visualización al compartir en redes sociales. Crea la carpeta siguiendo la misma regla y nomenclatura. Más detalle en la sección &lt;a href=&quot;#donde-subir-las-imágenes&quot;&gt;Donde subir las imágenes&lt;/a&gt;].&lt;/li&gt; &lt;li&gt; &lt;p&gt;&lt;b&gt;pathToImages&lt;/b&gt;: “es la ruta a la carpeta donde se alojarán las imágenes de este blog.”&lt;/p&gt; &lt;/li&gt; &lt;li&gt;&lt;b&gt;summary&lt;/b&gt;: Este es un resumen largo del artículo que se usará de entradilla en la pantalla Home. aquí tambien se admiten tags html para palabras en &lt;b&gt;negrita&lt;/b&gt;, en &lt;i&gt;cursiva&lt;/i&gt;, enlaces a alguna &lt;a href=&quot;https://tokiota.com&quot;&gt;página web&lt;/a&gt; y mismo emojis ⛩😃⛩. Si no sabes como ponerlos es tan fácil como pulsar dos teclas [WIN]+[.] y de saldrá un menú donde elegir (al menos en Windows10).&lt;/li&gt; &lt;li&gt;&lt;b&gt;author name&lt;/b&gt;: Nombre de la persona autora del artículo.&lt;/li&gt; &lt;li&gt;&lt;b&gt;author image&lt;/b&gt;: Foto del autor/a. Debe alojarse en la carpeta &lt;b&gt;public/img/authors&lt;/b&gt;. &lt;a href=&quot;#¿qué-foto-pongo-para-el-autor?&quot;&gt;Ver aquí más detalle.&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;b&gt;author signText&lt;/b&gt;: texto que&lt;/li&gt; &lt;/ul&gt; &lt;h2 id=&quot;variables-de-página&quot;&gt;Variables de página&lt;/h2&gt; &lt;p&gt;Tras los &lt;code class=&quot;highlighter-rouge&quot;&gt;---&lt;/code&gt; tenemos definido una variable de página:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;pathPublicFolder&lt;/b&gt;: será usada para incluir una imágen o cualquier enlace a fichero ya que es una url a la carpeta donde se alojar imágenes o ficheros adjuntos usados en artículo.&lt;/li&gt; &lt;/ul&gt; &lt;h1 id=&quot;qué-foto-pongo-para-el-autor&quot;&gt;Qué foto pongo para el autor&lt;/h1&gt; &lt;p&gt;Primero busca la imagen en &lt;b&gt;public/img/authors&lt;/b&gt;, puede que ya exista.&lt;/p&gt; &lt;p&gt;Si hay que añadir una nueva, mi consejo es descargar la imagen que sale con tu usuario en Teams.&lt;/p&gt; &lt;h2 id=&quot;cómo-obtengo-la-foto&quot;&gt;Cómo obtengo la foto&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Entra con tu cuenta de Tokiota en &lt;a href=&quot;https://outlook.office.com/people/&quot;&gt;https://outlook.office.com/people/&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Buscas a la persona y la seleccionas.&lt;/li&gt; &lt;li&gt;Botón derecho en la imagen&lt;/li&gt; &lt;li&gt;Guardar como, a la carpeta &lt;b&gt;public/img/authors&lt;/b&gt;. Nombramos al fichero con &lt;strong&gt;nombre_apellido1_apellido2.jpg&lt;/strong&gt;.&lt;/li&gt; &lt;/ul&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/draft/guia-de-estilos-para-articulos/obtener_imagen_autor.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/draft/guia-de-estilos-para-articulos/obtener_imagen_autor.png&quot; style=&quot;&quot; alt=&quot;Como descargar la imagen desde outlook web&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;h1 id=&quot;cómo-se-ponen-los-títulos&quot;&gt;Cómo se ponen los títulos&lt;/h1&gt; &lt;p&gt;Así se escriben los títulos&lt;/p&gt; &lt;pre data-enlighter-language=&quot;markdown&quot;&gt; # Esto es un Título 1 ## Esto es un Título 2 ### Esto es un Título 3 #### Esto es un Título 4 ##### Esto es un Título 5 ###### Esto es un Título 6 &lt;/pre&gt; &lt;p&gt;y así salen:&lt;/p&gt; &lt;h1 id=&quot;esto-es-un-título-1&quot;&gt;Esto es un Título 1&lt;/h1&gt; &lt;h2 id=&quot;esto-es-un-título-2&quot;&gt;Esto es un Título 2&lt;/h2&gt; &lt;h3 id=&quot;esto-es-un-título-3&quot;&gt;Esto es un Título 3&lt;/h3&gt; &lt;h4 id=&quot;esto-es-un-título-4&quot;&gt;Esto es un Título 4&lt;/h4&gt; &lt;h5 id=&quot;esto-es-un-título-5&quot;&gt;Esto es un Título 5&lt;/h5&gt; &lt;h6 id=&quot;esto-es-un-título-6&quot;&gt;Esto es un Título 6&lt;/h6&gt; &lt;h1 id=&quot;estilos-de-letras&quot;&gt;Estilos de letras:&lt;/h1&gt; &lt;p&gt;Hay dos maneras&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Formato Markdown&lt;/li&gt; &lt;/ul&gt; &lt;pre data-enlighter-language=&quot;markdown&quot;&gt; *Cursiva* **Negrita** &lt;/pre&gt; &lt;ul&gt; &lt;li&gt;Formato HTML:&lt;/li&gt; &lt;/ul&gt; &lt;pre data-enlighter-language=&quot;html&quot;&gt; &lt;i&gt;Cursiva&lt;/i&gt; &lt;b&gt;Negrita&lt;/b&gt; &lt;/pre&gt; &lt;h1 id=&quot;cómo-añadir-un-enlace&quot;&gt;Cómo añadir un enlace&lt;/h1&gt; &lt;p&gt;Esto lo haremos por nomenclatura Markdown. Pero intentaremos seguir lo siguiente:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;markdown&quot;&gt; [Nuestro texto aquí](https://nuestroenlace.com/aquui){:target=&quot;_blank&quot;}. &lt;/pre&gt; &lt;h1 id=&quot;cómo-añadir-una-imágen&quot;&gt;Cómo añadir una imágen&lt;/h1&gt; &lt;p&gt;La forma más facil de insertar una imágen es haciendo uso del siguietne fragmento de código indicando el fichero de la imagen y el texto alternativo:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;markdown&quot;&gt; {% include code_image.html path=pathPublicFolder image='tokiota_foto.jpg' title='Texto alternativo a la imagen' style='' %} &lt;/pre&gt; &lt;p&gt;Y se verá esto:&lt;/p&gt; &lt;div class=&quot;containerImgs&quot;&gt; &lt;a href=&quot;./public/uploads/draft/guia-de-estilos-para-articulos/tokiota_foto.jpg&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;./public/uploads/draft/guia-de-estilos-para-articulos/tokiota_foto.jpg&quot; style=&quot;&quot; alt=&quot;Texto alternativo a la imagen&quot; /&gt; &lt;/a&gt; &lt;/div&gt; &lt;h2 id=&quot;donde-subir-las-imágenes&quot;&gt;Donde subir las imágenes&lt;/h2&gt; &lt;p&gt;Las imágenes deberán ser alojadas en la carpeta indicada en la sección de configuración &lt;b&gt;pathToPublicFolder&lt;/b&gt;. Tendremos que crear la carpeta siguiendo la regla y la nomenclatura: &lt;br /&gt;&lt;b&gt;public/uploads/yyyy/MM/dd-mi-titulo-del-articulo&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;Es importante que el nombre de la carpeta sea en &lt;b&gt;minúsculas&lt;/b&gt; y &lt;b&gt;sin espacios en en blanco&lt;/b&gt;, usando guiones.&lt;/p&gt; &lt;div class=&quot;note note&quot;&gt; &lt;span class=&quot;notetitle&quot;&gt; Nota: &lt;/span&gt; Siempre puedes hacer uso de código html para incluir imágenes de urls externas pero evitaremos esta práctica en la medida de lo posible porque si la url externa cambia o desaparece el artículo pierde valor. Sería mejor hacer una copia a nuestra carpeta y citar fuente/autor. &lt;/div&gt; &lt;h1 id=&quot;cómo-añadir-notas&quot;&gt;Cómo añadir notas&lt;/h1&gt; &lt;p&gt;Para insertar una nota como esta:&lt;/p&gt; &lt;div class=&quot;note note&quot;&gt; &lt;span class=&quot;notetitle&quot;&gt; Nota: &lt;/span&gt; En el texto a incluir puedes poner palabras en &lt;b&gt;negrita&lt;/b&gt;, en &lt;i&gt;cursiva&lt;/i&gt;, emojis😉, etc.. lo que sea pero haciendo uso de tags HTML. &lt;p style=&quot;text-decoration: underline;&quot;&gt;En este texto no se puede usar la nomenclatura Markdown, por ejemplo para poner esto en **negrita**.&lt;/p&gt; &lt;/div&gt; &lt;pre data-enlighter-language=&quot;markdown&quot;&gt; {% include code_note.html content='Aquí escribe el texto.' %} &lt;/pre&gt; &lt;h1 id=&quot;cómo-añadir-fragmentos-de-código&quot;&gt;Cómo añadir fragmentos de código&lt;/h1&gt; &lt;p&gt;Para visualizar un fragmento de código así:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; using static System.Console; class Program { static void Main(string[] args) { string s = null; WriteLine($&quot;The first letter of {s} is {s[0]}&quot;); //Se produce un error porque s es null ---&amp;gt; NullReferenceException } } &lt;/pre&gt; &lt;p&gt;pondremos lo siguiente:&lt;/p&gt; &lt;pre data-enlighter-language=&quot;raw&quot;&gt; &lt;pre data-enlighter-language=&quot;csharp&quot;&gt; /* aquí el código */ &lt;/pre&gt; &lt;/pre&gt; &lt;p&gt;En el atributo &lt;em&gt;data-enlighter-language&lt;/em&gt; pondremos uno de los valores disponibles en la siguiente tabla:&lt;/p&gt; &lt;table class=&quot;simpleTable&quot;&gt; &lt;thead&gt; &lt;th&gt;Lenguaje&lt;/th&gt; &lt;th&gt;valores (solo uno)&lt;/th&gt; &lt;th&gt;detalle&lt;/th&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt;&lt;td&gt;AVR Assembly &lt;/td&gt;&lt;td&gt;avrassembly, avrasm &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;C/C++ &lt;/td&gt;&lt;td&gt;c,cpp, c++ &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;C# &lt;/td&gt;&lt;td&gt;csharp &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;CSS &lt;/td&gt;&lt;td&gt;css &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Cython &lt;/td&gt;&lt;td&gt;cython &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;CordPro &lt;/td&gt;&lt;td&gt;cordpro &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;diff &lt;/td&gt;&lt;td&gt;diff &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Dockerfile &lt;/td&gt;&lt;td&gt;docker, dockerfile &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Generic &lt;/td&gt;&lt;td&gt;generic, standard &lt;/td&gt;&lt;td&gt;default highlighting scheme&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Groovy &lt;/td&gt;&lt;td&gt;groovy &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Go &lt;/td&gt;&lt;td&gt;go, golang &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;HTML &lt;/td&gt;&lt;td&gt;html &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Ini &lt;/td&gt;&lt;td&gt;ini, conf &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Java &lt;/td&gt;&lt;td&gt;java &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Javascript &lt;/td&gt;&lt;td&gt;js, javascript, jquery, mootools, ext.js&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;JSON &lt;/td&gt;&lt;td&gt;json &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Kotlin &lt;/td&gt;&lt;td&gt;kotlin &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;LESS &lt;/td&gt;&lt;td&gt;less &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;LUA &lt;/td&gt;&lt;td&gt;lua &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Markdown &lt;/td&gt;&lt;td&gt;gfm, md, markdown &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Matlab/Octave &lt;/td&gt;&lt;td&gt;octave, matlab &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;NSIS &lt;/td&gt;&lt;td&gt;nsis &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;PHP &lt;/td&gt;&lt;td&gt;php &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Powerhsell &lt;/td&gt;&lt;td&gt;powershell &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Prolog &lt;/td&gt;&lt;td&gt;prolog &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Python &lt;/td&gt;&lt;td&gt;py, python &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;PureBasic &lt;/td&gt;&lt;td&gt;purebasic, pb &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;RAW &lt;/td&gt;&lt;td&gt;raw &lt;/td&gt;&lt;td&gt;raw code without highlighting with EnlighterJS container styles!&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Ruby &lt;/td&gt;&lt;td&gt;ruby &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Rust &lt;/td&gt;&lt;td&gt;rust &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;SCSS &lt;/td&gt;&lt;td&gt;scss, sass &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Shellscript &lt;/td&gt;&lt;td&gt;shell, bash &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;SQL &lt;/td&gt;&lt;td&gt;sql &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Squirrel &lt;/td&gt;&lt;td&gt;squirrel &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Swift &lt;/td&gt;&lt;td&gt;swift &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Typescript &lt;/td&gt;&lt;td&gt;typescript &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;VHDL &lt;/td&gt;&lt;td&gt;vhdl &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;VisualBasic &lt;/td&gt;&lt;td&gt;visualbasic, vb &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Verilog &lt;/td&gt;&lt;td&gt;verilog &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;XML &lt;/td&gt;&lt;td&gt;xml &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;YAML &lt;/td&gt;&lt;td&gt;yaml &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;Esta info está sacada de la version v3 del proyecto &lt;a href=&quot;https://github.com/EnlighterJS/EnlighterJS&quot; target=&quot;_blank&quot;&gt;EnlighterJS en Github&lt;/a&gt;.&lt;/p&gt; &lt;div class=&quot;note note&quot;&gt; &lt;span class=&quot;notetitle&quot;&gt; Nota: &lt;/span&gt; Existe otra manera de indicar código con Markdown pero no se hará uso en este blog porque EnlighterJS es más potente. &lt;/div&gt; &lt;p&gt;Es recomendable no usar &lt;a href=&quot;https://gist.github.com/&quot; target=&quot;_blank&quot;&gt;Gist&lt;/a&gt; para fragmentos de código porque la información del artículo queda dependiente de otra plataforma y puede perderse. Es por ello que él código que se quiera explicar &lt;b&gt;debe incluirse en el artículo.&lt;/b&gt; Si queremos dejar un ejemplo completo de un proyecto es recomendable abrir uno en GitHub sobre la cuenta de organización de Tokiota.&lt;/p&gt; &lt;h1 id=&quot;cómo-escribir-una-tabla-de-datos&quot;&gt;Cómo escribir una tabla de datos&lt;/h1&gt; &lt;p&gt;La recomendación es hacerlo en formato html porque el markdown a veces no renderiza por culpa de algun carácter.&lt;/p&gt; &lt;pre data-enlighter-language=&quot;html&quot;&gt; &lt;table class=&quot;simpleTable&quot;&gt; &lt;thead&gt; &lt;th&gt;Cabecera 1&lt;/th&gt; &lt;th&gt;Cabecera 2&lt;/th&gt; &lt;th&gt;Cabecera 3&lt;/th&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt;&lt;td&gt;texto&lt;/td&gt;&lt;td&gt;texto&lt;/td&gt;&lt;td&gt;texto&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;texto&lt;/td&gt;&lt;td&gt;texto&lt;/td&gt;&lt;td&gt;texto&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;texto&lt;/td&gt;&lt;td&gt;texto&lt;/td&gt;&lt;td&gt;texto&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/pre&gt; &lt;hr /&gt; &lt;p&gt;Si crees que puedes mejorar la guía bienvenido sea. Toda mejora será bienvenida.&lt;/p&gt; &lt;p&gt;Saludos!&lt;/p&gt; </content> </entry> </feed>
57.229763
671
0.706024
d7561606a81aef9bf8ad35172ba6f2cd49ad052f
8,674
xml
XML
data/dump/blogs/4214781.male.26.indUnk.Gemini.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/4214781.male.26.indUnk.Gemini.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/4214781.male.26.indUnk.Gemini.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
<Blog> <date>16,August,2004</date> <post> Warthogs sweep doubleheader at Frederick Four game series Wilmington begins Monday Frederick, MD – The Winston Salem Warthogs (30-19, 59-60) swept a doubleheader at Frederick Sunday afternoon. The Warthogs won game one, 11-7, and game two, 5-1. Kenny Ray earned his ninth win in game two. Ray tossed six innings and gave up just one earned run on four hits. Dwayne Pollok saved game two for his league leading 30th save. Hayden Penn suffered the loss for Frederick in game two. Penn gave up five earned runs on seven hits in 6 1/3 innings. The Keys took a 1-0 in the bottom of the first on an RBI double by Branden Florence. The Warthogs came back with two runs in the top of the third. Cippy Garcia walked and scored on an RBI double by Gustavo Molina. Molina scored on an RBI single by Pedro Lopez. The Warthogs led 2-1 in the top of the seventh and scored three more runs. Brian Becker homered, his 17th, leading off the seventh. Josh Shaffer also had an RBI single in the seventh. Pedro Lopez led the Warthogs nine hit attack with two hits and an RBI. Branden Florence had two hits for Frederick. Winston-Salem will open a four game home series with Wilmington Monday night 7pm. LHP Wes Whisler will make his Warthogs' debut. Whisler was 4-1 in seven starts at low A Kannapolis. LHP Dusty Hughes (4-4, 2.51) will start for the Blue Rocks. All the play by play will be heard on 600/1200am WSJS and on the internet at urlLink www.warthogs.com . urlLink ">Link </post> <date>13,August,2004</date> <post> Warthogs sweep doubleheader at Frederick Four game series Wilmington begins Monday Frederick, MD – The Winston Salem Warthogs (30-19, 59-60) swept a doubleheader at Frederick Sunday afternoon. The Warthogs won game one, 11-7, and game two, 5-1. Kenny Ray earned his ninth win in game two. Ray tossed six innings and gave up just one earned run on four hits. Dwayne Pollok saved game two for his league leading 30th save. Hayden Penn suffered the loss for Frederick in game two. Penn gave up five earned runs on seven hits in 6 1/3 innings. The Keys took a 1-0 in the bottom of the first on an RBI double by Branden Florence. The Warthogs came back with two runs in the top of the third. Cippy Garcia walked and scored on an RBI double by Gustavo Molina. Molina scored on an RBI single by Pedro Lopez. The Warthogs led 2-1 in the top of the seventh and scored three more runs. Brian Becker homered, his 17th, leading off the seventh. Josh Shaffer also had an RBI single in the seventh. Pedro Lopez led the Warthogs nine hit attack with two hits and an RBI. Branden Florence had two hits for Frederick. Winston-Salem will open a four game home series with Wilmington Monday night 7pm. LHP Wes Whisler will make his Warthogs' debut. Whisler was 4-1 in seven starts at low A Kannapolis. LHP Dusty Hughes (4-4, 2.51) will start for the Blue Rocks. All the play by play will be heard on 600/1200am WSJS and on the internet at urlLink www.warthogs.com . urlLink ">Link </post> <date>13,August,2004</date> <post> Warthogs sweep doubleheader at Frederick Four game series Wilmington begins Monday Frederick, MD – The Winston Salem Warthogs (30-19, 59-60) swept a doubleheader at Frederick Sunday afternoon. The Warthogs won game one, 11-7, and game two, 5-1. Kenny Ray earned his ninth win in game two. Ray tossed six innings and gave up just one earned run on four hits. Dwayne Pollok saved game two for his league leading 30th save. Hayden Penn suffered the loss for Frederick in game two. Penn gave up five earned runs on seven hits in 6 1/3 innings. The Keys took a 1-0 in the bottom of the first on an RBI double by Branden Florence. The Warthogs came back with two runs in the top of the third. Cippy Garcia walked and scored on an RBI double by Gustavo Molina. Molina scored on an RBI single by Pedro Lopez. The Warthogs led 2-1 in the top of the seventh and scored three more runs. Brian Becker homered, his 17th, leading off the seventh. Josh Shaffer also had an RBI single in the seventh. Pedro Lopez led the Warthogs nine hit attack with two hits and an RBI. Branden Florence had two hits for Frederick. Winston-Salem will open a four game home series with Wilmington Monday night 7pm. LHP Wes Whisler will make his Warthogs' debut. Whisler was 4-1 in seven starts at low A Kannapolis. LHP Dusty Hughes (4-4, 2.51) will start for the Blue Rocks. All the play by play will be heard on 600/1200am WSJS and on the internet at urlLink www.warthogs.com . urlLink ">Link </post> <date>13,August,2004</date> <post> urlLink Carolina League &nbsp; urlLink </post> <date>12,August,2004</date> <post> Hey y'all, Check out urlLink this link for up to date Carolina League standings info and stats urlLink ">Link </post> <date>12,August,2004</date> <post> Warthogs drop game at Wilmington Blue Rocks score three runs in 9th to win 5-4 Wilmington, DE – The Winston Salem Warthogs (28-18, 57-59) last at Wilmington, 5-4, Thursday night. The Blue Rocks took three of the four game in the series over Winston-Salem. Dwayne Pollok suffered the loss in relief. Pollok gave up three earned runs on five hits in 2/3 innings. Sean Tracey starter and gave up no runs on five hits in seven innings. Eric Ackerman earned the win in relief for Wilmington. The Warthogs led 4-2 with two outs in the bottom of the ninth. Wilmington got four consecutive hits and scored three runs to win, including RBI singles by Bernard Stephens, Mel Stocker, and Donnie Murphy. The Warthogs went up 4-0 in the seventh. Brian Becker had an RBI single and Darren Blakely hit a two-run home run. Another run scored on an error. Brian Becker had four hits on the night for Winston-Salem. Mel Stocker and Donnie Murphy each had three hits for Wilmington. Winston-Salem will travel to Frederick, MD for three games. The first game is Friday night at 7:05pm. LHP Paulino Reynoso will pitch for the Warthogs. All the play by play will be heard on 600/1200am WSJS and on the internet at urlLink http://www.warthogs.com/ . urlLink ">Link </post> <date>12,August,2004</date> <post> urlLink Be sure visit Ernie Shore Field on Saturday, September 11th, 2004, for the ALS Walk to D'feet Lou Gerhig's Disease...Walk begins at 10 am&nbsp; urlLink </post> <date>12,August,2004</date> <post> urlLink ALS patient Keith Wood and family enjoy their time at Historic Ernie Shore Field&nbsp; urlLink </post> <date>12,August,2004</date> <post> Warthogs win Wednesday matinee at Wilmington Brandon McCarthy sparkles again; Wins sixth straight decision Wilmington, DE – The Winston Salem Warthogs (28-17, 57-58) won at Wilmington, 7-0, Wednesday afternoon. Brandon McCarthy (6-0) retired the first 21 Blue Rocks' hitters in winning his sixth straight decision. McCarthy tossed eight innings, a season high for a Warthogs' starter, while yielding just four hits and eight strike outs. Blue Rocks' starter, Dusty Hughes, suffered his fourth loss. Hughes gave up three earned runs on seven hits in five innings. The Warthogs touched Hughes for three runs in the top of the fifth. Josh Fields hit a two-out, three-run triple down the right field line to give the Warthogs a 3-0 lead. The Warthogs added to their lead with a run in the sixth. Brian Becker reached on a single and scored on Peanut Williams' first RBI as a Warthog, a sacrifice fly to right field. The Blue Rocks got their first base runner on and first hit when Adam Keim reached on an infield single behind the mound with one out in the bottom of the sixth. Winston-Salem added three more runs in the top of the ninth. Pedro Lopez singled and Chris Amador doubled. Both would score on Casey Rogowski's first triple of the season. Rogowski scored on a sacrifice fly to right field by Josh Fields. The Warthogs had 13 hits on the day. Chris Amador led the attack with four hits and two runs scored. Josh Fields had two hits and four RBIs. Winston-Salem and Wilmington wrap up their four game series in Delaware on Thursday night at 7:05pm. RHP Sean Tracey (7-8, 3.27) will toss for Winston-Salem. RHP Jonah Bayliss (5-5, 4.98) will pitch for Winston-Salem. All the play by play will be heard on 600/1200am WSJS and on the internet at urlLink www.warthogs.com . </post> </Blog>
92.276596
1,807
0.73876
24c3d669be025366fe922ca782e332c7dce7f91b
478
xml
XML
asm_lifecycle_repo/cn/asm_lefecycle/plugin/asm_lifecycle_plugin/maven-metadata.xml
shishoufengwise1234/AndroidSimpleCodes
bb7b82443515e04a72b7c005bd3a4e1fea1b8cd9
[ "Apache-2.0" ]
null
null
null
asm_lifecycle_repo/cn/asm_lefecycle/plugin/asm_lifecycle_plugin/maven-metadata.xml
shishoufengwise1234/AndroidSimpleCodes
bb7b82443515e04a72b7c005bd3a4e1fea1b8cd9
[ "Apache-2.0" ]
null
null
null
asm_lifecycle_repo/cn/asm_lefecycle/plugin/asm_lifecycle_plugin/maven-metadata.xml
shishoufengwise1234/AndroidSimpleCodes
bb7b82443515e04a72b7c005bd3a4e1fea1b8cd9
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <metadata> <groupId>cn.asm_lefecycle.plugin</groupId> <artifactId>asm_lifecycle_plugin</artifactId> <versioning> <release>1.0.6</release> <versions> <version>1.0.0</version> <version>1.0.1</version> <version>1.0.2</version> <version>1.0.3</version> <version>1.0.5</version> <version>1.0.6</version> </versions> <lastUpdated>20200514075608</lastUpdated> </versioning> </metadata>
26.555556
47
0.640167
cef7967ed1bc392e93808dabdd507d35d0e2a557
423
xml
XML
api/toc/Methods_T_NRules_Aggregators_IAggregator.xml
aTiKhan/NRules.website
07d4b68a16add61481c1b1ff299feb1fe35cbbbe
[ "MIT" ]
2
2017-03-14T16:46:34.000Z
2017-05-29T08:08:34.000Z
api/toc/Methods_T_NRules_Aggregators_IAggregator.xml
aTiKhan/NRules.website
07d4b68a16add61481c1b1ff299feb1fe35cbbbe
[ "MIT" ]
null
null
null
api/toc/Methods_T_NRules_Aggregators_IAggregator.xml
aTiKhan/NRules.website
07d4b68a16add61481c1b1ff299feb1fe35cbbbe
[ "MIT" ]
3
2018-02-08T21:55:23.000Z
2019-07-31T14:58:35.000Z
<?xml version="1.0" encoding="utf-8"?><HelpTOCNode Title="IAggregator Methods" Url="html/Methods_T_NRules_Aggregators_IAggregator.htm"><HelpTOCNode Title="Add Method " Url="html/M_NRules_Aggregators_IAggregator_Add.htm" /><HelpTOCNode Title="Modify Method " Url="html/M_NRules_Aggregators_IAggregator_Modify.htm" /><HelpTOCNode Title="Remove Method " Url="html/M_NRules_Aggregators_IAggregator_Remove.htm" /></HelpTOCNode>
423
423
0.813239
fa0c860943d0fa50464f778cb4b4b3b560665b4b
2,676
xml
XML
coco/custom.xml
galisteogames/ARTFLIX-Cobalto
b40086557cb33d924a86bdc31049def46962e371
[ "CC-BY-4.0" ]
null
null
null
coco/custom.xml
galisteogames/ARTFLIX-Cobalto
b40086557cb33d924a86bdc31049def46962e371
[ "CC-BY-4.0" ]
null
null
null
coco/custom.xml
galisteogames/ARTFLIX-Cobalto
b40086557cb33d924a86bdc31049def46962e371
[ "CC-BY-4.0" ]
null
null
null
<theme> <formatVersion>4</formatVersion> <view name="system"> <text name="info1" extra="true"> <text>RadioShack's TRS-80 Color Computer was a home computer, launched in 1980. The initial objective of this project, called "Green Thumb", was to produce a low-cost videotext terminal for be used by people connected to the field.</text> </text> <text name="info1" extra="true" lang="PT"> <text>Também chamado Tandy Color Computer (ou tão somente CoCo) foi um computador doméstico, lançado em 1980. O objetivo inicial deste projeto, denominado "Green Thumb", era produzir um terminal de videotexto de baixo custo para ser usado por pessoas ligadas ao campo.</text> </text> <text name="info1" extra="true" lang="EN"> <text>RadioShack's TRS-80 Color Computer was a home computer, launched in 1980. The initial objective of this project, called "Green Thumb", was to produce a low-cost videotext terminal for be used by people connected to the field.</text> </text> <text name="info1" extra="true" lang="ES"> <text>La computadora a color TRS-80 de RadioShack fue una computadora doméstica, lanzada en 1980. El objetivo inicial de este proyecto, llamado "Green Thumb", era producir un terminal de videotexto de bajo costo para ser utilizado por personas vinculadas al campo.</text> </text> <text name="info1" extra="true" lang="FR"> <text>L'ordinateur couleur TRS-80 de RadioShack était un ordinateur domestique, lancé en 1980. L'objectif initial de ce projet, appelé "Green Thumb", était de produire un terminal vidéotexte à faible coût à utiliser par des personnes liées au terrain.</text> </text> <text name="info1" extra="true" lang="DE"> <text>Der TRS-80-Farbcomputer von RadioShack war ein Heimcomputer, der 1980 auf den Markt kam. Das ursprüngliche Ziel dieses Projekts mit dem Namen "Green Thumb" war die Herstellung eines kostengünstigen Videotext-Terminals zur Verwendung von Leuten, die mit dem Feld verbunden sind.</text> </text> <text name="info2" extra="true"> <text>TRS-80</text> </text> <text name="info3" extra="true"> <text>1980</text> </text> <text name="info4" extra="true"> <text>Tandy Corporation</text> </text> </view> <customView name="HCoinSpin"> <image name="art3" extra="true"> <path>./../assets/coinops/default.png</path> <zIndex>7</zIndex> </image> </customView> <customView name="CoinOps Details"> <image name="art3" extra="true"> <path>./../assets/coinops/default.png</path> <zIndex>7</zIndex> </image> </customView> </theme>
46.137931
294
0.688341
c5a0d1883d1058bdb7cbf9df642148b459008083
4,333
xml
XML
app/src/main/res/xml/settings.xml
jansvanda/Vyjezdy
5b957d9642071bc55550e0118dbcef9e3dc47bfe
[ "MIT" ]
1
2018-12-28T23:33:48.000Z
2018-12-28T23:33:48.000Z
app/src/main/res/xml/settings.xml
jansvanda/Vyjezdy
5b957d9642071bc55550e0118dbcef9e3dc47bfe
[ "MIT" ]
null
null
null
app/src/main/res/xml/settings.xml
jansvanda/Vyjezdy
5b957d9642071bc55550e0118dbcef9e3dc47bfe
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceCategory android:title="Oznámení"> <ListPreference android:entries="@array/notification_districts_entries" android:entryValues="@array/notification_districts_values" android:summary="Zvolte si kraj, od kterého chcete dostávat upozornění na nové výjezdy\n\nPOZOR! Změna se projeví po restartu aplikace!" android:title="Volba kraje" android:key="@string/notifications_district"/> </PreferenceCategory> <PreferenceCategory android:title="@string/perf_ui"> <ListPreference android:defaultValue="@string/perf_small" android:entries="@array/perf_feeds_font_size_entries" android:entryValues="@array/perf_feeds_font_size_entry_values" android:key="@string/perf_feeds_font_size_key" android:summary="@string/perf_feeds_font_size_desc" android:title="@string/perf_feeds_font_size" /> <ListPreference android:defaultValue="@string/perf_medium" android:entries="@array/perf_article_font_size_entries" android:entryValues="@array/perf_article_font_size_entry_values" android:key="@string/perf_article_font_size_key" android:summary="@string/perf_article_font_size_desc" android:title="@string/perf_article_font_size" /> <SwitchPreference android:defaultValue="true" android:key="@string/perf_feeds_anim_key" android:summaryOff="@string/perf_feeds_anim_desc_disabled" android:summaryOn="@string/perf_feeds_anim_desc_enabled" android:title="@string/perf_feeds_anim" /> <SwitchPreference android:defaultValue="true" android:key="@string/perf_sources_anim_key" android:summaryOff="@string/perf_sources_anim_desc_disabled" android:summaryOn="@string/perf_sources_anim_desc_enabled" android:title="@string/perf_sources_anim" /> <SwitchPreference android:defaultValue="true" android:key="@string/perf_circular_reveal_key" android:summaryOff="@string/perf_circular_reveal_desc_disabled" android:summaryOn="@string/perf_circular_reveal_desc_enabled" android:title="@string/perf_circular_reveal" /> </PreferenceCategory> <PreferenceCategory android:title="@string/perf_system"> <com.hans.svandasek.fire.vyjezdy.ui.views.CustomListPreferenceDialog android:defaultValue="@string/perf_theme_default_value" android:entries="@array/perf_theme_entries" android:entryValues="@array/perf_theme_values" android:key="@string/perf_theme_key" android:summary="@string/perf_theme_desc" android:title="@string/perf_theme" /> <SwitchPreference android:defaultValue="true" android:key="@string/perf_cache_key" android:summaryOff="@string/perf_cache_desc_disabled" android:summaryOn="@string/perf_cache_desc_enabled" android:title="@string/perf_cache" /> <SwitchPreference android:defaultValue="true" android:key="@string/perf_in_app_browser_key" android:summaryOff="@string/perf_in_app_browser_desc_disabled" android:summaryOn="@string/perf_in_app_browser_desc_enabled" android:title="@string/perf_in_app_browser" /> <com.hans.svandasek.fire.vyjezdy.ui.views.CustomPreferenceDialog android:dialogMessage="@string/perf_reset_db_message" android:dialogTitle="@string/perf_reset_db" android:summary="@string/perf_reset_db_desc" android:title="@string/perf_reset_db" /> </PreferenceCategory> <PreferenceCategory android:title="@string/perf_misc"> <Preference android:key="@string/perf_feeds_not_working_key" android:summary="@string/perf_feeds_not_working_desc" android:title="@string/perf_feeds_not_working" /> </PreferenceCategory> </PreferenceScreen>
45.135417
149
0.666974
f517780ef4c5c86fcacd044e948cd17cc772f4a2
1,969
xml
XML
sample-content/jcr_root/content/wcm-io-samples/en/wiki/mm/mmh/.content.xml
deveth0/solr-aem
d5fe3752ce7664799c381f2decd94d6bbc8b2507
[ "Apache-2.0" ]
1
2017-06-30T11:30:08.000Z
2017-06-30T11:30:08.000Z
sample-content/jcr_root/content/wcm-io-samples/en/wiki/mm/mmh/.content.xml
deveth0/solr-aem
d5fe3752ce7664799c381f2decd94d6bbc8b2507
[ "Apache-2.0" ]
null
null
null
sample-content/jcr_root/content/wcm-io-samples/en/wiki/mm/mmh/.content.xml
deveth0/solr-aem
d5fe3752ce7664799c381f2decd94d6bbc8b2507
[ "Apache-2.0" ]
3
2017-07-24T12:01:38.000Z
2019-07-16T22:58:01.000Z
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" jcr:primaryType="cq:Page"> <jcr:content cq:template="/apps/wcm-io-samples/sample-app/templates/content/content" jcr:primaryType="cq:PageContent" jcr:title="MMH" sling:resourceType="/apps/wcm-io-samples/sample-app/components/content/page/content"> <content jcr:primaryType="nt:unstructured" sling:resourceType="wcm-io/wcm/parsys/components/parsys"> <contentheadline jcr:primaryType="nt:unstructured" sling:resourceType="wcm-io-samples/sample-app/components/content/common/contentHeadline" headline="MMH" /> <contentrichtext jcr:primaryType="nt:unstructured" sling:resourceType="wcm-io-samples/sample-app/components/content/common/contentRichText" text="&lt;p&gt;&amp;apos;&amp;apos;&amp;apos;MMH&amp;apos;&amp;apos;&amp;apos; may refer to: * [[Monomethylhydrazine]], a chemical with the formula CH&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;. * The IATA location identifier for [[Mammoth Yosemite Airport]]. * The private hospital in Taipei, Taiwan, [[Mackay Memorial Hospital]]. * The NYSE ticker symbol for Meristar Hotels and Resorts, now Interstate Hotels and Resorts. * Abbreviation of a very popular Spanish word in systems engineering which means: &amp;quot;Movimiento Molecular Hypersonic&amp;quot;{{citation needed|date=July 2012}} * [[MMH-Badger MAC#MMH (Multilinear Modular Hashing)|Multilinear Modular Hashing]], a hash function computer algorithm * [[Miguel de la Madrid|Miguel de la Madrid Hurtado]], 52nd [[President of Mexico]]. {{disambiguation}}&lt;/p&gt;" /> </content> </jcr:content> </jcr:root>
61.53125
225
0.715592
a2975b3f98d30d41ea57f45a396611c898a4de8d
1,055
xml
XML
src/Resources/config/doctrine-core/User.orm.xml
damianociarla/DCSUserPersistenceORMBundle
9b1c38eb44c8fd4afe14126aef854d5048c3a2e3
[ "MIT" ]
null
null
null
src/Resources/config/doctrine-core/User.orm.xml
damianociarla/DCSUserPersistenceORMBundle
9b1c38eb44c8fd4afe14126aef854d5048c3a2e3
[ "MIT" ]
1
2016-11-06T09:24:55.000Z
2016-11-06T09:24:55.000Z
src/Resources/config/doctrine-core/User.orm.xml
damianociarla/DCSUserPersistenceORMBundle
9b1c38eb44c8fd4afe14126aef854d5048c3a2e3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> <mapped-superclass name="DCS\User\CoreBundle\Model\User" repository-class="DCS\User\Persistence\ORMBundle\Repository\UserRepository"> <field name="username" column="username" type="string" length="255" /> <field name="salt" column="salt" type="string" length="255" /> <field name="password" column="password" type="string" length="255" /> <field name="enabled" column="enabled" type="boolean" /> <field name="locked" column="locked" type="boolean" /> <field name="expired" column="expired" type="boolean" /> <field name="credentialsExpired" column="credentials_expired" type="boolean" /> </mapped-superclass> </doctrine-mapping>
42.2
157
0.674882
7cc84f9674ffd92421f18bce2407e00cb94218a9
35,702
xml
XML
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_9e2596ce-fdd8-4094-bfe3-2baff3da0df3.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_9e2596ce-fdd8-4094-bfe3-2baff3da0df3.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_9e2596ce-fdd8-4094-bfe3-2baff3da0df3.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><Файл ИдФайл="VO_OTKRDAN3_9965_9965_20190730_9e2596ce-fdd8-4094-bfe3-2baff3da0df3" ВерсФорм="4.01" ВерсПрог="1.0" ТипИнф="ОТКРДАННЫЕ3" КолДок="149"><ИдОтпр><ФИООтв Фамилия="_" Имя="_"/></ИдОтпр><Документ ИдДок="14dee5a9-5d1c-4f0c-9695-94a40e8c73b4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОИЗВОДСТВЕННОЕ ПРЕДПРИЯТИЕ &quot;АРГУС&quot;" ИННЮЛ="1831116775"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="c5ac6cd7-f177-45fc-aa42-1344a4090a83" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОРОГА-СЕРВИС&quot;" ИННЮЛ="6453019681"/><СведССЧР КолРаб="24"/></Документ><Документ ИдДок="aed320b6-93da-42f4-8030-b9f7b9018b54" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДЕЛЬТА-ФИНАНС&quot;" ИННЮЛ="1831116790"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b8635d56-9513-4628-82b9-6b78f97d98bc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СРЕДНЕВОЛЖСКАЯ СТРОИТЕЛЬНАЯ КОМПАНИЯ СОЮЗ-СТРОЙ&quot;" ИННЮЛ="7325071790"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="0c1d6cec-1fad-4fba-92e3-4ebaf56af60b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРЕСТИЖ - ТУР&quot;" ИННЮЛ="7106051583"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ca843336-036f-48c9-ac67-f780f2cdb64f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САЛЮТ ПОВОЛЖЬЯ&quot;" ИННЮЛ="6453067893"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="1061300d-d81e-4c01-9d45-81e927fe9750" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПЕРВЫЙ ЭЛЕМЕНТ&quot;" ИННЮЛ="6453067935"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="80cb02da-b798-457e-844f-38c5651fbe2a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;У КРАСНЫХ ВОРОТ&quot;" ИННЮЛ="7106051671"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="86b90834-3b65-482f-b510-85c30b4de22b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БЭСТПРАЙС-УЛЬЯНОВСК&quot;" ИННЮЛ="7325071857"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="ca73c0d1-34f2-4773-bf1c-32ca3c38daf1" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ИЗДАТЕЛЬСТВО &quot;НЕОГРАФИЯ&quot;" ИННЮЛ="7106051706"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="552edb22-4147-4744-9d06-a1501e13cfff" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СФ САМСОН&quot;" ИННЮЛ="6453048717"/><СведССЧР КолРаб="99"/></Документ><Документ ИдДок="7954de9f-af50-4063-ad0a-04bf94b88df7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СКАТ&quot;" ИННЮЛ="7325071906"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="c2f4775a-d09c-4709-a37a-1fa402a60f18" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВИНТЕКС&quot;" ИННЮЛ="7325071913"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b46cfc01-9451-44a6-9f25-e1d83c01afbd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИТИЛЬ ЛТД&quot;" ИННЮЛ="6453005061"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="2c24643a-cd32-42ad-a93a-34e8aafce60e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДИОНИС&quot;" ИННЮЛ="1831116976"/><СведССЧР КолРаб="89"/></Документ><Документ ИдДок="15f7df46-6cdd-4ee8-81e4-59e15f7bbbd4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПЛЕКС И К&quot;" ИННЮЛ="1831116969"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="34985fec-1752-44ab-8e7a-70a82baaa383" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГИДРОСТРОЙПРОЕКТ&quot;" ИННЮЛ="6453067967"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="5f59ebac-a050-4906-a1e4-ae6ae7d71656" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ИЗДАТЕЛЬСТВО &quot;БЛАНКОИЗДАТ&quot;" ИННЮЛ="6453005696"/><СведССЧР КолРаб="6"/></Документ><Документ ИдДок="68a92eba-9ce0-4623-8e6b-c4d6e6d46287" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КЛИНИКА ДОКТОРА КОРЕНЧЕНКО В УЛЬЯНОВСКЕ&quot;" ИННЮЛ="7325071991"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="a1efeb9d-6872-4052-8f4e-45bb897eeb43" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕТАЛЛ-ИНСТРУМЕНТ&quot;" ИННЮЛ="1831117024"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="e67a94a0-5b78-4114-a760-a502bfda36f0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФРАН-СИМБИРСК&quot;" ИННЮЛ="7325072025"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="182b95ac-0f2b-4e3d-acf0-2d9356119e14" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ОПТОВЫЙ РЫНОК &quot;САРАТОВ-97&quot;" ИННЮЛ="6453045995"/><СведССЧР КолРаб="27"/></Документ><Документ ИдДок="5a486cdb-77f2-4c88-8135-8008c83c2dac" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕРВИСНОЕ ОБСЛУЖИВАНИЕ ПРЕДПРИЯТИЙ ОПТОВОЙ ТОРГОВЛИ&quot;" ИННЮЛ="6453051477"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="d9251739-cb5c-48bf-9959-746704c1c93e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭНЕРГОСТРОЙСЕРВИС&quot;" ИННЮЛ="1835073089"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="0bb8cfe8-c34e-4085-90ff-d1d103eada4f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;СТАЛЬКОНСТРУКЦИЯ&quot;" ИННЮЛ="6453003032"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="bfc00c5a-fc04-455b-a7c0-ce1a502d6059" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭВЕНТУС&quot;" ИННЮЛ="1835073106"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="12e8b790-081f-48d1-b958-3759e08ed7ca" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙЭКСПРЕСС&quot;" ИННЮЛ="7325072040"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="cae3eaf9-4471-4809-8c1e-f7b3bdd63e47" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НАУЧНО-ПРОИЗВОДСТВЕННЫЙ ЗЕМЛЕУСТРОИТЕЛЬНЫЙ ЦЕНТР&quot;" ИННЮЛ="6453068008"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="5aa54282-fdcb-432e-8457-ca3c97d202cc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КЛИН&quot;" ИННЮЛ="7106051992"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="94f7dcc8-3207-4971-a3ad-1155d7c62dcc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХНОЗНАК&quot;" ИННЮЛ="7325072057"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="88eb6d8e-366b-4dca-acd7-fb9419b086fe" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМЫВКА И КОНСЕРВАЦИЯ ТЕПЛОМЕХАНИЧЕСКОГО ОБОРУДОВАНИЯ&quot;" ИННЮЛ="1835073160"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="9a9270c0-3edb-40b6-8450-7ff5f648e00a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МОДУС&quot;" ИННЮЛ="1835073113"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="2c0d8028-b63c-4cb3-8e6d-2b8a84826408" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НАРАТ-К&quot;" ИННЮЛ="6453050917"/><СведССЧР КолРаб="36"/></Документ><Документ ИдДок="b23ea209-1a39-4065-bf18-7fb68010fc23" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТУЛАРХПРОЕКТ&quot;" ИННЮЛ="7107067473"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="ed72b354-35ba-467c-81ed-9bb989d4fecd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛЬФА&quot;" ИННЮЛ="7107075650"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="12a30916-cc0c-4556-80eb-7230a2b44b9b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕДЭКСПОФОРУМ&quot;" ИННЮЛ="1835073177"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="53c72678-106b-4d06-a8be-1f76e662487b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФИНАНСОВАЯ КОМПАНИЯ БРОКЕРГАЗ&quot;" ИННЮЛ="6453066353"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="06fd3e77-04ab-44f5-a197-2f3bef0a94df" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АРЕАЛ&quot;" ИННЮЛ="7325072191"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="9baf3041-3de4-42f9-9157-917136d5846c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАКСИМУМ&quot;" ИННЮЛ="1835073226"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="b9add3e1-627d-4e94-8fee-45384e61155f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР-АКТИВ&quot;" ИННЮЛ="1835073219"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="af73d0b1-bed3-479f-99a5-fcce08916d2a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОРТОПЕДИЧЕСКОЕ ОТДЕЛЕНИЕ ПОЛИКЛИНИКИ &quot;КАЗМАСКА&quot;" ИННЮЛ="1835073339"/><СведССЧР КолРаб="22"/></Документ><Документ ИдДок="48c63185-4071-440d-a81a-ca96e12ce0b0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗОЛОТОЙ ОРЕЛ&quot;" ИННЮЛ="7107075749"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6c5e66df-4ff7-40ec-b391-c1ba36e72db2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САНИТАРНАЯ УБОРКА&quot;" ИННЮЛ="7107075756"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="91fa6c3a-82a4-4c55-b7d2-458d722af793" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;СОБОС-ТЕХ&quot;" ИННЮЛ="6453068128"/><СведССЧР КолРаб="16"/></Документ><Документ ИдДок="af98b00d-f373-41ce-a009-1ab5943c7475" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НОВЫЕ ТЕХНОЛОГИИ&quot;" ИННЮЛ="7107075770"/><СведССЧР КолРаб="15"/></Документ><Документ ИдДок="b52b536c-2564-4176-8017-dd15bcd658da" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БРИК&quot;" ИННЮЛ="1808206646"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="cf0d4798-957d-454a-8e38-b9adf0039123" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЛАВСТРОЙ&quot;" ИННЮЛ="6453056725"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d809472a-e7f9-46ec-8fda-7367342be528" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭНЕРГЕТИЧЕСКАЯ СТРОИТЕЛЬНАЯ КОМПАНИЯ&quot;" ИННЮЛ="1835073402"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="02cfa283-7648-4a1f-831d-2c5539f23c45" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МИР ТОРГОВЛИ&quot;" ИННЮЛ="6453066716"/><СведССЧР КолРаб="30"/></Документ><Документ ИдДок="9d4c50e9-c62a-4f4a-b65e-c50c0067e1c0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМСЕРВИС&quot;" ИННЮЛ="7107076005"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="f76eb512-719e-4a80-a627-f036318a2517" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УЛЬЯНОВСКГРАЖДАНПРОЕКТ - 1&quot;" ИННЮЛ="7325072410"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="77cc3c8a-bf15-4972-8fc3-6f66b4b31bb6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;АСГА&quot;" ИННЮЛ="7107014418"/><СведССЧР КолРаб="14"/></Документ><Документ ИдДок="5af19ed2-f4fe-42da-802a-4409a7d60d53" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ФИРМА &quot;ФЕНИКС-95 Н.М.&quot;" ИННЮЛ="6453039053"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="df796ef5-9e6f-4535-bcc0-e0385d74dd85" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМ-ЦЕНТР&quot;" ИННЮЛ="7107076012"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b3e06f6d-a925-4ac6-9746-e50d14b58d63" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТИН&quot;" ИННЮЛ="7325072434"/><СведССЧР КолРаб="14"/></Документ><Документ ИдДок="35c5525e-fada-48c6-9362-0e699b4aba31" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДИАРХ&quot;" ИННЮЛ="6453059740"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="e4c0c4db-4599-401e-a173-1f33d1395ab5" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕФТЕСЕРВИС&quot;" ИННЮЛ="7107076037"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="bb8e6b70-f1b9-4b27-a015-e5e60d56883f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕЦИАЛИЗИРОВАННЫЙ ЗАСТРОЙЩИК &quot;ТАЛАН-ТВЕРЬ&quot;" ИННЮЛ="1835073466"/><СведССЧР КолРаб="11"/></Документ><Документ ИдДок="24addb6e-7861-4c7d-8831-9c1571636eaa" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭЛЕКТРОТЕХСЕРВИС&quot;" ИННЮЛ="1808206685"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="aaa91d97-04ce-440d-b3b4-a4bde10ebd80" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АТАЛАНТА&quot;" ИННЮЛ="7107076051"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="f39f85f4-17b2-4ad8-a142-09ddd20ab2a1" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ МАГАЗИН №19 &quot;ОРБИТА&quot;" ИННЮЛ="6453006146"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="f2eddffb-0251-4f9a-b9d1-a5be432b82bf" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ФИРМА АТТО&quot;" ИННЮЛ="6453005030"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="fa618f46-f28e-4187-af35-7fd79a69629a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛОГИКА&quot;" ИННЮЛ="7325072508"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6438a0c6-141e-4fb4-8a49-942dec5fa811" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САРДОНИКС-С&quot;" ИННЮЛ="6453048241"/><СведССЧР КолРаб="19"/></Документ><Документ ИдДок="500c5b42-cf1e-4ffa-89e3-9228b9e8cc8a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПРОИЗВОДСТВЕННО-КОММЕРЧЕСКОЕ ПРЕДПРИЯТИЕ &quot;ЭНЕРГОСТРОЙТЕХНИКА&quot;" ИННЮЛ="6453033830"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="34964c92-e178-4b4f-abd7-4cad0f765710" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПРОИЗВОДСТВЕННО-КОММЕРЧЕСКАЯ ФИРМА &quot;ШЕВРО-СЕРВИС&quot;" ИННЮЛ="6453032876"/><СведССЧР КолРаб="23"/></Документ><Документ ИдДок="a2d51d51-33a2-41fd-935f-912be532ba99" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗАКУСОЧНАЯ &quot;ЗВЕЗДОПАД&quot;" ИННЮЛ="7325072699"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="497f8e05-3244-42e2-b4a6-5bcdce5e4348" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗИТА&quot;" ИННЮЛ="6453010706"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="2a403925-2456-4cde-9c09-25123e303ef4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПЯТЕРКА&quot;" ИННЮЛ="6453000507"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="2a585d11-c36d-45b9-93f3-96cb39f5b9f8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЕВРО-ЭСТЕЙТ&quot;" ИННЮЛ="6658283905"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="8599a6b9-c33c-4bef-a3f7-4e987ba25409" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕС-ИНВЕСТ&quot;" ИННЮЛ="1835073610"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="5a60948b-a244-4cd2-8805-cfee84640e9e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОЛЬФСТРИМ СЕРВИС М&quot;" ИННЮЛ="6453063095"/><СведССЧР КолРаб="26"/></Документ><Документ ИдДок="6d082fc6-461f-4142-a2d7-90cb19850bec" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕГИОНАЛЬНАЯ ОХРАННАЯ КОМПАНИЯ&quot;" ИННЮЛ="1835073628"/><СведССЧР КолРаб="12"/></Документ><Документ ИдДок="d721f8f7-d1e2-4619-b507-47426a1fa340" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОТЕХГАЗ&quot;" ИННЮЛ="7107076397"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="bc589a6a-33da-449d-bfa5-55b6ba276faf" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНТЕЛЛЕКТ ТЕХНОЛОГИИ&quot;" ИННЮЛ="7107076439"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="f132760d-383f-4b94-bdce-ec29227c8180" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОНЕТ-С&quot;" ИННЮЛ="6453051406"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="3eab9351-5beb-43b0-94f2-e8f2bc7c9d9b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;ЦЕНТР ОХРАНЫ&quot;" ИННЮЛ="7107076446"/><СведССЧР КолРаб="16"/></Документ><Документ ИдДок="38279638-fa3b-4456-975c-dd0da898481e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ МАГАЗИН №39 &quot;ПЕРСПЕКТИВНОЕ&quot;" ИННЮЛ="6453004188"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="32b1f1d1-8d1c-4459-8be4-fb739475e234" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;СОБОС - СТРАЖ&quot;" ИННЮЛ="6453047784"/><СведССЧР КолРаб="71"/></Документ><Документ ИдДок="0218bed5-7ede-46f3-9800-864c53cedd9c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙЛЮКС&quot;" ИННЮЛ="7107076510"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="4d93ff50-ca71-484e-aef5-9499d1fcae7a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАРЕ&quot;" ИННЮЛ="6453051621"/><СведССЧР КолРаб="17"/></Документ><Документ ИдДок="59290781-261c-45c0-bd86-a73d0570e1da" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КДК&quot;" ИННЮЛ="1835073723"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="bc980790-6f99-4dd5-89f6-7f19e5050632" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХГАЗТРАНС&quot;" ИННЮЛ="1808206702"/><СведССЧР КолРаб="27"/></Документ><Документ ИдДок="9650a217-ff33-4887-b4b5-120ffa59dd0d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОНГРЕСС ЛТД&quot;" ИННЮЛ="6453022483"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="e82b962f-0559-4048-a3fa-36d2f1bbb7b9" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РИЛАЙЗ&quot;" ИННЮЛ="7107076580"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="b5f2782e-f1be-411c-b647-2cab54aa51ed" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕОН&quot;" ИННЮЛ="7107076598"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="9098244b-0283-4279-b733-fd868dad5fb2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭТЮД-2&quot;" ИННЮЛ="6453064116"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="6984b295-ab37-4a70-aebc-1d9e31a83e09" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АГРОТЕХСНАБ&quot;" ИННЮЛ="7107076630"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="49b836c9-0e12-4e6c-b2d2-f65b752b8778" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОЗВЕЗДИЕ&quot;" ИННЮЛ="7107076710"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="2a6a1cf9-273c-4520-8cdc-57b8e4694102" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПОЛИНЕКС Н&quot;" ИННЮЛ="7107076703"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="3422ea17-607b-4719-823d-933a76df5ace" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОЛОРИТ-У&quot;" ИННЮЛ="6453006442"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="8efd0acd-fa2f-4ded-a3ee-843309ca8659" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НАТАША И К&quot;" ИННЮЛ="7107076728"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="50108438-e136-4c1a-aa19-63ad23643c1b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕРВИСУРАЛ&quot;" ИННЮЛ="6658284151"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="ec2ae51e-e655-4560-94c2-5d11312d49d0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЕЛА&quot;" ИННЮЛ="7107076767"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="7d16fbb9-612a-490a-baa0-2b4c8dd5cd07" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРИО&quot;" ИННЮЛ="7107076742"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="31e1c33f-2ca9-47d4-aa89-d51c404fe9ac" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САТУРН&quot;" ИННЮЛ="1808206727"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="2452b833-9432-484b-9be5-186ea1d66b0d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙ-ИНВЕСТ&quot;" ИННЮЛ="1835073787"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="5b8f03fc-1bb3-45b5-9efd-a05264428096" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОБЪЕДИНЕНИЕ МАРС&quot;" ИННЮЛ="6453011996"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="c0ebade0-e0a3-4ee4-b929-91b21842516d" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕКСТОН&quot;" ИННЮЛ="1835073875"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="323821fa-724e-4e3d-b866-772de7ecb9da" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕХКО&quot;" ИННЮЛ="6658284296"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="6dda4395-0c63-4f57-bfec-47afbfc0f85c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СФЕРА&quot;" ИННЮЛ="7107076816"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="7d977159-6079-4ae4-98f6-00be2cbcbe0a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКТАЙМ&quot;" ИННЮЛ="6658284289"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="a788cf0b-4c76-48e6-b04f-f9fa001f9699" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКЦЕНТ&quot;" ИННЮЛ="6658284271"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="86bb0f19-938d-4037-a542-240b1cc246b6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОЕКТНО-СМЕТНОЕ БЮРО &quot;ТУЛЬСКОЕ&quot;" ИННЮЛ="7107076862"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="a022af6c-5bcf-4977-9d04-1ae9e5b940e0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРЕГРАДА ЛЮКС&quot;" ИННЮЛ="6658284264"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="e8de0140-1595-4f74-b811-23cbf2793ff4" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРАНСПОРТНАЯ КОМПАНИЯ &quot;ЭНЕРГИЯ&quot;" ИННЮЛ="6658284240"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="22ee5892-4cc6-4a02-bbee-b15b32c365cc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АПЕЛЬСИН ТУР&quot;" ИННЮЛ="1835073890"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="15a4c717-9176-4c4e-ac38-396f297e495c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХГАЗ&quot;" ИННЮЛ="7107076887"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="08ac4bb4-6d82-4bf1-b29d-45e046552907" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛЕАР&quot;" ИННЮЛ="6658284225"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="63b3edd9-49b0-40a1-a51c-52ac2e3d1aee" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕВЛАН&quot;" ИННЮЛ="6453001638"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d71f6b0a-fca5-47fb-8946-b5f5d47ee16a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ТОВАРИЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ФИРМА &quot;ГЕММА&quot;" ИННЮЛ="7107015813"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="cbc46001-3902-407f-9dcd-1d1a34f6c50c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПЛАНЕТА НАДЕЖД&quot;" ИННЮЛ="6453055009"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="bdb41623-2ca2-4c60-8f69-b8132bcbdcee" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕКТР-КОМПАНИ&quot;" ИННЮЛ="7107076982"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="dda5fc41-44d4-4b10-a26e-4d90a68f8928" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕСТИ&quot;" ИННЮЛ="1835074011"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="b699611e-edb9-45f4-87d9-22a3cda3a3d8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВАЛЕРИ&quot;" ИННЮЛ="1835073995"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="3f19997f-a60c-4e47-ba22-9321cb418657" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКСАР&quot;" ИННЮЛ="6453054284"/><СведССЧР КолРаб="9"/></Документ><Документ ИдДок="25aaecba-bd74-471f-a0e9-fc44957f7fcd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АККОРД И К&quot;" ИННЮЛ="6453015447"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6362d69f-ef34-4f85-a98c-453d44ad0d71" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЗИК&quot;" ИННЮЛ="6453004759"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="45296a31-5bf2-4087-8565-38f6fb621522" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БРАС&quot;" ИННЮЛ="7107077048"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="23ce3aa2-7610-4728-81f9-10cc6d2c4562" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕЗА-ПЛЮС&quot;" ИННЮЛ="6453053876"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="236ef240-3575-4c07-b06a-90d9a3c2f245" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ НАУЧНО-ПРОИЗВОДСТВЕННОЕ ОБЪЕДИНЕНИЕ &quot;ЛЭПСТРОЙДЕТАЛЬ&quot;" ИННЮЛ="7107077200"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="15914699-f490-4667-bb59-b03ad44b4065" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРАЙМ-ТУР&quot;" ИННЮЛ="7107077224"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="498bf6fd-31cc-4f58-afba-dd20a260e836" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТОМАТОЛОГИЯ У ЦИРКА&quot;" ИННЮЛ="1835074082"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="7779b0d8-c8f7-4223-adfa-fbd7edc2f29f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРАНССЕРВИС&quot;" ИННЮЛ="6453034030"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="c833c157-19f7-44c9-bb9b-61d3fcdfda93" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКЦЕНТ-С&quot;" ИННЮЛ="6453006749"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="a53c2287-6997-4e2e-9b6e-08d983f38d31" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕКССТРОЙ&quot;" ИННЮЛ="6453055591"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="bb6ebc78-cb25-43f0-81bb-798fbcc627c8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАНСВЯЗЬ&quot;" ИННЮЛ="6453060231"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="3604131d-790e-44db-b9f7-fa5e2a02721f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РОСБИ&quot;" ИННЮЛ="6453060760"/><СведССЧР КолРаб="37"/></Документ><Документ ИдДок="3f368ae5-8a3c-4a1c-845e-6f03262b4688" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНРОС&quot;" ИННЮЛ="1835074188"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="4854ea93-49f0-4375-835a-4d3ff637e0db" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНВЕСТ-К&quot;" ИННЮЛ="6453058000"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="34af7450-f632-4314-be1d-3cc16e206440" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОММУНАЛ-СЕРВИС&quot;" ИННЮЛ="6453065631"/><СведССЧР КолРаб="9"/></Документ><Документ ИдДок="48c955a5-120c-498a-918a-739458e271b3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮРИДИЧЕСКО-КОНСАЛТИНГОВЫЙ ЦЕНТР &quot;СОДЕЙСТВИЕ&quot;" ИННЮЛ="1835074212"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="64e50380-a5bb-4d5d-9505-4db6f5514cfc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОФИЛЬ ТАНТРОНИКС&quot;" ИННЮЛ="6453054904"/><СведССЧР КолРаб="10"/></Документ><Документ ИдДок="fd9b4064-5f00-44c9-ae19-474ea20037d1" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРАНСФОРМАТОР&quot;" ИННЮЛ="7107077432"/><СведССЧР КолРаб="21"/></Документ><Документ ИдДок="037988df-c9cd-4397-bb84-e62de2edf1f6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАНМЕД&quot;" ИННЮЛ="6453050508"/><СведССЧР КолРаб="81"/></Документ><Документ ИдДок="303568e4-26f7-4df5-92bf-007f6ef583ab" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕМДОР&quot;" ИННЮЛ="6453063899"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="0e97ab40-98a6-4d0e-a9ea-e8471f1fc9c0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГОРОД&quot;" ИННЮЛ="1835074332"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="f40447b6-2d3a-4955-8d51-30bc994021a8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОДВИЖЕНИЕ&quot;" ИННЮЛ="1835074290"/><СведССЧР КолРаб="48"/></Документ><Документ ИдДок="8bb9cfed-4c16-4098-bf12-9c46ea622f30" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИМИДЖ-СТУДИЯ &quot;САВАННА&quot;" ИННЮЛ="7107077506"/><СведССЧР КолРаб="11"/></Документ><Документ ИдДок="76c59e84-cd14-4d88-baae-fe664125f959" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАТРИЦА-ПРОДАКШИН ПЛЮС&quot;" ИННЮЛ="6453059733"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="391d1d85-6777-4a62-8c96-e7fc9d592f73" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАСТЕР КАСС&quot;" ИННЮЛ="7107077560"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="9b92d0b6-3924-47bd-820e-d54a14dec82f" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;САРАТОВСТРОЙСТЕКЛО&quot;" ИННЮЛ="6453054397"/><СведССЧР КолРаб="473"/></Документ><Документ ИдДок="2a50d74b-f5ce-4329-975c-234fac862210" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕГА&quot;" ИННЮЛ="1835074396"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="f9ecd9af-8ebb-419e-a7c3-2d4de893c572" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОРВТОРМЕТ&quot;" ИННЮЛ="6453062133"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="5fb7b505-d1e3-45ca-9ddb-61d13a11d5f9" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙМЕХАНИЗАЦИЯ-МА&quot;" ИННЮЛ="7107077633"/><СведССЧР КолРаб="28"/></Документ><Документ ИдДок="00fa4150-b970-4419-b661-b07dc584dfa3" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАЗСТРОЙПРОЕКТ&quot;" ИННЮЛ="7107077760"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="e9ad7146-b382-41d7-909d-32b8f045b787" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЮНИОР&quot;" ИННЮЛ="6453029908"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="d093a3bb-484b-460c-a2ec-d6a0496aa253" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЫШКОМОНТАЖНОЕ УПРАВЛЕНИЕ&quot;" ИННЮЛ="6453040250"/><СведССЧР КолРаб="10"/></Документ><Документ ИдДок="53263f67-d0c9-495f-8b46-868f6370989a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАЗМЕТ-ЦЕНТР&quot;" ИННЮЛ="6453064420"/><СведССЧР КолРаб="3"/></Документ></Файл>
17,851
35,701
0.780881
c8e070f752a521d6ef091e1e61277b3b4041b464
8,794
xml
XML
dotnet/xml/Microsoft.Skype.Bots.Media/VideoSocket.xml
40371231H/bot-framework-docs.zh-tw
7d7bd4fbbf667f1d459de23c0095df78bd7068e8
[ "CC-BY-4.0", "MIT" ]
null
null
null
dotnet/xml/Microsoft.Skype.Bots.Media/VideoSocket.xml
40371231H/bot-framework-docs.zh-tw
7d7bd4fbbf667f1d459de23c0095df78bd7068e8
[ "CC-BY-4.0", "MIT" ]
null
null
null
dotnet/xml/Microsoft.Skype.Bots.Media/VideoSocket.xml
40371231H/bot-framework-docs.zh-tw
7d7bd4fbbf667f1d459de23c0095df78bd7068e8
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="VideoSocket" FullName="Microsoft.Skype.Bots.Media.VideoSocket"> <TypeSignature Language="C#" Value="public sealed class VideoSocket : IDisposable, Microsoft.Skype.Bots.Media.IVideoSocket" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit VideoSocket extends System.Object implements class Microsoft.Skype.Bots.Media.IVideoSocket, class System.IDisposable" /> <TypeSignature Language="DocId" Value="T:Microsoft.Skype.Bots.Media.VideoSocket" /> <AssemblyInfo> <AssemblyName>Microsoft.Skype.Bots.Media</AssemblyName> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>Microsoft.Skype.Bots.Media.IVideoSocket</InterfaceName> </Interface> <Interface> <InterfaceName>System.IDisposable</InterfaceName> </Interface> </Interfaces> <Docs> <summary> Provides Send and Receive I/O access to a video stream. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public VideoSocket (Microsoft.Skype.Bots.Media.VideoSocketSettings settings);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Skype.Bots.Media.VideoSocketSettings settings) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Skype.Bots.Media.VideoSocket.#ctor(Microsoft.Skype.Bots.Media.VideoSocketSettings)" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="settings" Type="Microsoft.Skype.Bots.Media.VideoSocketSettings" /> </Parameters> <Docs> <param name="settings">Settings for VideoSocket like Direction, ReceiveColorFormat, etc.</param> <summary> Initializes a new instance of VideoSocket with VideoSocketSettings. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Dispose"> <MemberSignature Language="C#" Value="public void Dispose ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Dispose() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Skype.Bots.Media.VideoSocket.Dispose" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Disposes the object. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Send"> <MemberSignature Language="C#" Value="public void Send (Microsoft.Skype.Bots.Media.VideoMediaBuffer buffer);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Send(class Microsoft.Skype.Bots.Media.VideoMediaBuffer buffer) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Skype.Bots.Media.VideoSocket.Send(Microsoft.Skype.Bots.Media.VideoMediaBuffer)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="buffer" Type="Microsoft.Skype.Bots.Media.VideoMediaBuffer" /> </Parameters> <Docs> <param name="buffer">VideoMediaBuffer to send.</param> <summary> Allows the application to send a packet of video media if the application has configured the VideoSocket to send media. The application should be sending about 30 video frame buffers/second. The application must create a concrete class which derives from the VideoMediaBuffer abstract class. The buffer object passed to the Send method is still potentially in-use after the method returns to the caller. The application must not free the buffer's data until the the buffer object's Dispose() method is invoked by the Media Platform. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SocketId"> <MemberSignature Language="C#" Value="public int SocketId { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 SocketId" /> <MemberSignature Language="DocId" Value="P:Microsoft.Skype.Bots.Media.VideoSocket.SocketId" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary> The 0-based ID of the socket. This socket ID is useful to identify a socket in a multiview (ie. more than 1 video socket) call. The same ID is used in the event args of the VideoMediaReceived and VideoSendStatusChanged events that this class may raise. The socket ID property will be present in both single view and multiview cases. The ID maps to the order in which the video sockets are provided to the CreateMediaConfiguration API. Eg., if the collection of IVideoSocket objects in the CreateMediaConfiguration API contains {socketA, socketB, socketC}, the sockets will have the ID mapping of: 0 for socketA, 1 for socketB and 2 for socketC. Before the call to CreateMediaConfiguration, the SocketId has a value of -1. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="VideoMediaReceived"> <MemberSignature Language="C#" Value="public event EventHandler&lt;Microsoft.Skype.Bots.Media.VideoMediaReceivedEventArgs&gt; VideoMediaReceived;" /> <MemberSignature Language="ILAsm" Value=".event class System.EventHandler`1&lt;class Microsoft.Skype.Bots.Media.VideoMediaReceivedEventArgs&gt; VideoMediaReceived" /> <MemberSignature Language="DocId" Value="E:Microsoft.Skype.Bots.Media.VideoSocket.VideoMediaReceived" /> <MemberType>Event</MemberType> <AssemblyInfo> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.EventHandler&lt;Microsoft.Skype.Bots.Media.VideoMediaReceivedEventArgs&gt;</ReturnType> </ReturnValue> <Docs> <summary> If the application has configured the VideoSocket to receive media, this event is raised each time a packet of video media is received. Once the application has consumed the buffer, it must call the buffer's Dispose() method. The application should be prepared to handle approximately 30 incoming video buffers per second. Events are serialized, so only one event at a time is raised to the app. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="VideoSendStatusChanged"> <MemberSignature Language="C#" Value="public event EventHandler&lt;Microsoft.Skype.Bots.Media.VideoSendStatusChangedEventArgs&gt; VideoSendStatusChanged;" /> <MemberSignature Language="ILAsm" Value=".event class System.EventHandler`1&lt;class Microsoft.Skype.Bots.Media.VideoSendStatusChangedEventArgs&gt; VideoSendStatusChanged" /> <MemberSignature Language="DocId" Value="E:Microsoft.Skype.Bots.Media.VideoSocket.VideoSendStatusChanged" /> <MemberType>Event</MemberType> <AssemblyInfo> <AssemblyVersion>1.5.0.1177</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.EventHandler&lt;Microsoft.Skype.Bots.Media.VideoSendStatusChangedEventArgs&gt;</ReturnType> </ReturnValue> <Docs> <summary> If the application has configured the VideoSocket to send media, this event is raised to inform the application when it may begin sending media and when it should stop. The application cannot send media before receiving a VideoMediaSendStatusChanged event indicating the SendStatus is Active, such media will be discarded. </summary> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>
51.729412
208
0.686491
38280b8d96def3348f443ec85305821aa5a2daf3
3,843
xml
XML
viral2019/PMC7566875/sections/1_body/3_numerical_results/4_p.xml
petermr/openvirusdev
a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9
[ "Apache-2.0" ]
null
null
null
viral2019/PMC7566875/sections/1_body/3_numerical_results/4_p.xml
petermr/openvirusdev
a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9
[ "Apache-2.0" ]
1
2020-11-14T03:41:20.000Z
2021-03-22T10:04:35.000Z
viral2019/PMC7566875/sections/1_body/3_numerical_results/4_p.xml
petermr/openvirusdev
a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9
[ "Apache-2.0" ]
1
2020-11-22T16:24:37.000Z
2020-11-22T16:24:37.000Z
<?xml version="1.0" encoding="UTF-8"?> <p id="d1e8311">The main purpose of this section is to characterize the solution of Eq.  <xref rid="fd16" ref-type="disp-formula">(16)</xref> as a function of <inline-formula> <math id="d1e8319" display="inline" altimg="si199.svg"> <msub> <mrow> <mi mathvariant="bold-fraktur">u</mi> </mrow> <mrow> <mi mathvariant="bold-fraktur">m</mi> <mi mathvariant="bold-fraktur">a</mi> <mi mathvariant="bold-fraktur">x</mi> </mrow> </msub> </math> </inline-formula>, where <disp-formula id="fd19"> <label>(19)</label> <math id="d1e8339" display="block" altimg="si228.svg"> <mrow> <mn>0</mn> <mo linebreak="goodbreak">≤</mo> <mi mathvariant="bold-fraktur">u</mi> <mrow> <mo>(</mo> <mi mathvariant="bold-fraktur">t</mi> <mo>)</mo> </mrow> <mo linebreak="goodbreak">≤</mo> <msub> <mrow> <mi mathvariant="bold-fraktur">u</mi> </mrow> <mrow> <mi mathvariant="bold-fraktur">m</mi> <mi mathvariant="bold-fraktur">a</mi> <mi mathvariant="bold-fraktur">x</mi> </mrow> </msub> <mo>,</mo> <mspace width="2em"/> <msub> <mrow> <mi mathvariant="bold-fraktur">u</mi> </mrow> <mrow> <mi mathvariant="bold-fraktur">m</mi> <mi mathvariant="bold-fraktur">a</mi> <mi mathvariant="bold-fraktur">x</mi> </mrow> </msub> <mo linebreak="goodbreak">≤</mo> <mn>1</mn> <mo>.</mo> </mrow> </math> </disp-formula>That is, we look at the structure of the solution of the problem  <xref rid="fd16" ref-type="disp-formula">(16)</xref> for various values of <inline-formula> <math id="d1e8395" display="inline" altimg="si199.svg"> <msub> <mrow> <mi mathvariant="bold-fraktur">u</mi> </mrow> <mrow> <mi mathvariant="bold-fraktur">m</mi> <mi mathvariant="bold-fraktur">a</mi> <mi mathvariant="bold-fraktur">x</mi> </mrow> </msub> </math> </inline-formula>. We deliberately restrict ourselves to <inline-formula> <math id="d1e8409" display="inline" altimg="si230.svg"> <mrow> <msub> <mrow> <mi mathvariant="bold-fraktur">u</mi> </mrow> <mrow> <mi mathvariant="bold-fraktur">m</mi> <mi mathvariant="bold-fraktur">a</mi> <mi mathvariant="bold-fraktur">x</mi> </mrow> </msub> <mo linebreak="goodbreak" linebreakstyle="after">≤</mo> <mn>0</mn> <mo>.</mo> <mn>8</mn> </mrow> </math> </inline-formula>. When the model  <xref rid="fd1j" ref-type="disp-formula">(1j)</xref> was fitted to the data for Ireland, <inline-formula> <math id="d1e8437" display="inline" altimg="si231.svg"> <mrow> <msub> <mrow> <mi mathvariant="bold-fraktur">u</mi> </mrow> <mrow> <mi mathvariant="bold-fraktur">m</mi> <mi mathvariant="bold-fraktur">a</mi> <mi mathvariant="bold-fraktur">x</mi> </mrow> </msub> <mo linebreak="goodbreak" linebreakstyle="after">≈</mo> <mn>0</mn> <mo>.</mo> <mn>8</mn> </mrow> </math> </inline-formula> was the maximum reduction in <inline-formula> <math id="d1e8460" display="inline" altimg="si50.svg"> <mi>β</mi> </math> </inline-formula> achieved, under a severe set of interventions designed to curb the spread of COVID-19 (all non-essential services and industries closed down, travel restricted to within <inline-formula> <math id="d1e8465" display="inline" altimg="si80.svg"> <mrow> <mn>2</mn> <mspace width="0.16667em"/> <mi mathvariant="normal">km</mi> </mrow> </math> </inline-formula> of a person’s house, with certain exceptions). </p>
29.561538
190
0.575852
a3d74d2f70ec9c425707a4a8a6de9606af29cd74
138,558
xml
XML
17-05-2017/Winning Chromosomes/6G X 10 COMB/10/ENTM +TL - TD/10+tl2-td6gx10c/chromosome/chromosome1533176.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/6G X 10 COMB/10/ENTM +TL - TD/10+tl2-td6gx10c/chromosome/chromosome1533176.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/6G X 10 COMB/10/ENTM +TL - TD/10+tl2-td6gx10c/chromosome/chromosome1533176.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
<chromosome id="1533176" primary-parent-id="1448295"><neuron id="7365" type="in" activation="linear"/> <neuron id="7366" type="in" activation="linear"/> <neuron id="7367" type="in" activation="linear"/> <neuron id="7368" type="in" activation="linear"/> <neuron id="7369" type="in" activation="linear"/> <neuron id="7370" type="in" activation="linear"/> <neuron id="7371" type="in" activation="linear"/> <neuron id="7372" type="in" activation="linear"/> <neuron id="7373" type="in" activation="linear"/> <neuron id="7374" type="in" activation="linear"/> <neuron id="7375" type="in" activation="linear"/> <neuron id="7376" type="in" activation="linear"/> <neuron id="7377" type="in" activation="linear"/> <neuron id="7378" type="in" activation="linear"/> <neuron id="7379" type="in" activation="linear"/> <neuron id="7380" type="in" activation="linear"/> <neuron id="7381" type="in" activation="linear"/> <neuron id="7382" type="in" activation="linear"/> <neuron id="7383" type="in" activation="linear"/> <neuron id="7384" type="in" activation="linear"/> <neuron id="7385" type="in" activation="linear"/> <neuron id="7386" type="in" activation="linear"/> <neuron id="7387" type="in" activation="linear"/> <neuron id="7388" type="in" activation="linear"/> <neuron id="7389" type="in" activation="linear"/> <neuron id="7390" type="in" activation="linear"/> <neuron id="7391" type="in" activation="linear"/> <neuron id="7392" type="in" activation="linear"/> <neuron id="7393" type="in" activation="linear"/> <neuron id="7394" type="in" activation="linear"/> <neuron id="7395" type="in" activation="linear"/> <neuron id="7396" type="in" activation="linear"/> <neuron id="7397" type="in" activation="linear"/> <neuron id="7398" type="in" activation="linear"/> <neuron id="7399" type="in" activation="linear"/> <neuron id="7400" type="in" activation="linear"/> <neuron id="7401" type="in" activation="linear"/> <neuron id="7402" type="in" activation="linear"/> <neuron id="7403" type="in" activation="linear"/> <neuron id="7404" type="in" activation="linear"/> <neuron id="7405" type="in" activation="linear"/> <neuron id="7406" type="in" activation="linear"/> <neuron id="7407" type="in" activation="linear"/> <neuron id="7408" type="in" activation="linear"/> <neuron id="7409" type="in" activation="linear"/> <neuron id="7410" type="in" activation="linear"/> <neuron id="7411" type="in" activation="linear"/> <neuron id="7412" type="in" activation="linear"/> <neuron id="7413" type="in" activation="linear"/> <neuron id="7414" type="in" activation="linear"/> <neuron id="7415" type="in" activation="linear"/> <neuron id="7416" type="in" activation="linear"/> <neuron id="7417" type="in" activation="linear"/> <neuron id="7418" type="in" activation="linear"/> <neuron id="7419" type="in" activation="linear"/> <neuron id="7420" type="in" activation="linear"/> <neuron id="7421" type="in" activation="linear"/> <neuron id="7422" type="in" activation="linear"/> <neuron id="7423" type="in" activation="linear"/> <neuron id="7424" type="in" activation="linear"/> <neuron id="7425" type="in" activation="linear"/> <neuron id="7426" type="in" activation="linear"/> <neuron id="7427" type="in" activation="linear"/> <neuron id="7428" type="in" activation="linear"/> <neuron id="7429" type="in" activation="linear"/> <neuron id="7430" type="in" activation="linear"/> <neuron id="7431" type="in" activation="linear"/> <neuron id="7432" type="in" activation="linear"/> <neuron id="7433" type="in" activation="linear"/> <neuron id="7434" type="in" activation="linear"/> <neuron id="7435" type="in" activation="linear"/> <neuron id="7436" type="in" activation="linear"/> <neuron id="7437" type="in" activation="linear"/> <neuron id="7438" type="in" activation="linear"/> <neuron id="7439" type="in" activation="linear"/> <neuron id="7440" type="in" activation="linear"/> <neuron id="7441" type="in" activation="linear"/> <neuron id="7442" type="in" activation="linear"/> <neuron id="7443" type="in" activation="linear"/> <neuron id="7444" type="in" activation="linear"/> <neuron id="7445" type="in" activation="linear"/> <neuron id="7446" type="in" activation="linear"/> <neuron id="7447" type="in" activation="linear"/> <neuron id="7448" type="in" activation="linear"/> <neuron id="7449" type="in" activation="linear"/> <neuron id="7450" type="in" activation="linear"/> <neuron id="7451" type="out" activation="sigmoid"/> <connection id="7454" src-id="7367" dest-id="7451" weight="4.101219764537701"/> <connection id="7455" src-id="7368" dest-id="7451" weight="10.0"/> <connection id="7456" src-id="7369" dest-id="7451" weight="9.41128854483696"/> <connection id="7457" src-id="7370" dest-id="7451" weight="1.7895975989630148"/> <connection id="7458" src-id="7371" dest-id="7451" weight="5.080715501503708"/> <connection id="7459" src-id="7372" dest-id="7451" weight="-6.374557776975709"/> <connection id="7461" src-id="7374" dest-id="7451" weight="0.9602917267886987"/> <connection id="7462" src-id="7375" dest-id="7451" weight="-5.87899116918731"/> <connection id="7464" src-id="7377" dest-id="7451" weight="2.75310335079318"/> <connection id="7465" src-id="7378" dest-id="7451" weight="3.133946556926149"/> <connection id="7466" src-id="7379" dest-id="7451" weight="-10.0"/> <connection id="7468" src-id="7381" dest-id="7451" weight="-7.875831101324935"/> <connection id="7469" src-id="7382" dest-id="7451" weight="-9.19145538707893"/> <connection id="7471" src-id="7384" dest-id="7451" weight="-4.183079838931838"/> <connection id="7472" src-id="7385" dest-id="7451" weight="-1.3351661726129596"/> <connection id="7473" src-id="7386" dest-id="7451" weight="-0.34558779704736253"/> <connection id="7474" src-id="7387" dest-id="7451" weight="4.145114266238872"/> <connection id="7475" src-id="7388" dest-id="7451" weight="3.0309095737011083"/> <connection id="7478" src-id="7391" dest-id="7451" weight="1.897050884701203"/> <connection id="7479" src-id="7392" dest-id="7451" weight="3.780058330331459"/> <connection id="7480" src-id="7393" dest-id="7451" weight="3.278397696751176"/> <connection id="7481" src-id="7394" dest-id="7451" weight="-3.546120594625669"/> <connection id="7482" src-id="7395" dest-id="7451" weight="0.30349623389138936"/> <connection id="7483" src-id="7396" dest-id="7451" weight="-1.3164339864376244"/> <connection id="7484" src-id="7397" dest-id="7451" weight="2.9388668973219767"/> <connection id="7485" src-id="7398" dest-id="7451" weight="7.214481743864617"/> <connection id="7487" src-id="7400" dest-id="7451" weight="8.478203464111349"/> <connection id="7488" src-id="7401" dest-id="7451" weight="-2.8155815894930827"/> <connection id="7489" src-id="7402" dest-id="7451" weight="-0.6767773170286577"/> <connection id="7490" src-id="7403" dest-id="7451" weight="-6.130886845610446"/> <connection id="7491" src-id="7404" dest-id="7451" weight="-5.3592585261874355"/> <connection id="7493" src-id="7406" dest-id="7451" weight="-1.9890412415270764"/> <connection id="7494" src-id="7407" dest-id="7451" weight="0.5082942611723793"/> <connection id="7496" src-id="7409" dest-id="7451" weight="1.422901072140261"/> <connection id="7498" src-id="7411" dest-id="7451" weight="8.63439460217843"/> <connection id="7501" src-id="7414" dest-id="7451" weight="-0.6266609152871747"/> <connection id="7504" src-id="7417" dest-id="7451" weight="3.5377913384632915"/> <connection id="7505" src-id="7418" dest-id="7451" weight="-5.853854583757203"/> <connection id="7506" src-id="7419" dest-id="7451" weight="7.821848597804261"/> <connection id="7507" src-id="7420" dest-id="7451" weight="-10.0"/> <connection id="7509" src-id="7422" dest-id="7451" weight="8.448248087734127"/> <connection id="7510" src-id="7423" dest-id="7451" weight="1.6366616286200588"/> <connection id="7511" src-id="7424" dest-id="7451" weight="-6.547491465250835"/> <connection id="7513" src-id="7426" dest-id="7451" weight="-8.94086365034816"/> <connection id="7514" src-id="7427" dest-id="7451" weight="0.45988028708526874"/> <connection id="7515" src-id="7428" dest-id="7451" weight="5.787457877505574"/> <connection id="7516" src-id="7429" dest-id="7451" weight="-0.6076114005314087"/> <connection id="7517" src-id="7430" dest-id="7451" weight="-1.2517657999510436"/> <connection id="7518" src-id="7431" dest-id="7451" weight="-3.189145859424699"/> <connection id="7519" src-id="7432" dest-id="7451" weight="-3.300222112223765"/> <connection id="7520" src-id="7433" dest-id="7451" weight="0.4774636451046168"/> <connection id="7521" src-id="7434" dest-id="7451" weight="2.971883103291425"/> <connection id="7522" src-id="7435" dest-id="7451" weight="-3.756110812683337"/> <connection id="7523" src-id="7436" dest-id="7451" weight="1.5504032520060589"/> <connection id="7524" src-id="7437" dest-id="7451" weight="3.051328038217862"/> <connection id="7525" src-id="7438" dest-id="7451" weight="0.36670261594717385"/> <connection id="7526" src-id="7439" dest-id="7451" weight="3.616593837753551"/> <connection id="7528" src-id="7441" dest-id="7451" weight="-2.3483623997539977"/> <connection id="7529" src-id="7442" dest-id="7451" weight="-10.0"/> <connection id="7530" src-id="7443" dest-id="7451" weight="-7.460464152212565"/> <connection id="7531" src-id="7444" dest-id="7451" weight="-1.7728273630701916"/> <connection id="7532" src-id="7445" dest-id="7451" weight="-3.53018108759133"/> <connection id="7533" src-id="7446" dest-id="7451" weight="-0.5204724545149904"/> <connection id="7534" src-id="7447" dest-id="7451" weight="-2.9678625244880514"/> <connection id="7535" src-id="7448" dest-id="7451" weight="-8.504075634229672"/> <connection id="7536" src-id="7449" dest-id="7451" weight="1.642464763835427"/> <connection id="7537" src-id="7450" dest-id="7451" weight="-6.889572044232564"/> <neuron id="7538" type="out" activation="sigmoid"/> <connection id="7539" src-id="7365" dest-id="7538" weight="-6.269167075584023"/> <connection id="7540" src-id="7366" dest-id="7538" weight="1.6973279313021075"/> <connection id="7542" src-id="7368" dest-id="7538" weight="-6.106377266003681"/> <connection id="7543" src-id="7369" dest-id="7538" weight="-7.759342411934351"/> <connection id="7544" src-id="7370" dest-id="7538" weight="-1.8324952323662789"/> <connection id="7545" src-id="7371" dest-id="7538" weight="2.5275133548483835"/> <connection id="7546" src-id="7372" dest-id="7538" weight="0.8155277494246573"/> <connection id="7547" src-id="7373" dest-id="7538" weight="-0.8777433141989555"/> <connection id="7549" src-id="7375" dest-id="7538" weight="-6.316859868044021"/> <connection id="7550" src-id="7376" dest-id="7538" weight="1.4659992611669512"/> <connection id="7553" src-id="7379" dest-id="7538" weight="-4.970885492545708"/> <connection id="7555" src-id="7381" dest-id="7538" weight="7.915843619905708"/> <connection id="7556" src-id="7382" dest-id="7538" weight="6.3502886663515365"/> <connection id="7557" src-id="7383" dest-id="7538" weight="-2.8566866635483823"/> <connection id="7558" src-id="7384" dest-id="7538" weight="3.1332112203457565"/> <connection id="7559" src-id="7385" dest-id="7538" weight="-2.1998911056463335"/> <connection id="7560" src-id="7386" dest-id="7538" weight="3.8704995757255105"/> <connection id="7561" src-id="7387" dest-id="7538" weight="2.0044271317734"/> <connection id="7562" src-id="7388" dest-id="7538" weight="2.5750633339206974"/> <connection id="7563" src-id="7389" dest-id="7538" weight="2.780828596018953"/> <connection id="7564" src-id="7390" dest-id="7538" weight="-7.264434051664793"/> <connection id="7565" src-id="7391" dest-id="7538" weight="-2.4251122858473373"/> <connection id="7568" src-id="7394" dest-id="7538" weight="5.606817074182395"/> <connection id="7569" src-id="7395" dest-id="7538" weight="-8.315848511237103"/> <connection id="7570" src-id="7396" dest-id="7538" weight="-2.9906993869047485"/> <connection id="7571" src-id="7397" dest-id="7538" weight="2.717884093633121"/> <connection id="7573" src-id="7399" dest-id="7538" weight="0.18255183232774974"/> <connection id="7574" src-id="7400" dest-id="7538" weight="-1.064584507165787"/> <connection id="7575" src-id="7401" dest-id="7538" weight="-6.734425899783374"/> <connection id="7576" src-id="7402" dest-id="7538" weight="0.1505069950232436"/> <connection id="7578" src-id="7404" dest-id="7538" weight="-9.996813714029072"/> <connection id="7579" src-id="7405" dest-id="7538" weight="7.552635334297665"/> <connection id="7581" src-id="7407" dest-id="7538" weight="1.550492937820302"/> <connection id="7582" src-id="7408" dest-id="7538" weight="1.7766766086763919"/> <connection id="7583" src-id="7409" dest-id="7538" weight="1.260476426696998"/> <connection id="7584" src-id="7410" dest-id="7538" weight="6.226322897414064"/> <connection id="7585" src-id="7411" dest-id="7538" weight="4.739311255917329"/> <connection id="7586" src-id="7412" dest-id="7538" weight="-1.721531238671322"/> <connection id="7587" src-id="7413" dest-id="7538" weight="4.75271499317795"/> <connection id="7588" src-id="7414" dest-id="7538" weight="-1.0741884099700325"/> <connection id="7589" src-id="7415" dest-id="7538" weight="-4.7835038713666895"/> <connection id="7590" src-id="7416" dest-id="7538" weight="2.6023262952821984"/> <connection id="7591" src-id="7417" dest-id="7538" weight="-0.27397577130344297"/> <connection id="7592" src-id="7418" dest-id="7538" weight="-2.484922139743134"/> <connection id="7593" src-id="7419" dest-id="7538" weight="-9.968574401896499"/> <connection id="7595" src-id="7421" dest-id="7538" weight="5.296294582702115"/> <connection id="7596" src-id="7422" dest-id="7538" weight="-7.9618155859289725"/> <connection id="7598" src-id="7424" dest-id="7538" weight="10.0"/> <connection id="7599" src-id="7425" dest-id="7538" weight="-6.696407234688806"/> <connection id="7600" src-id="7426" dest-id="7538" weight="-9.376947675396357"/> <connection id="7601" src-id="7427" dest-id="7538" weight="7.50975207366276"/> <connection id="7602" src-id="7428" dest-id="7538" weight="-2.8253184264721103"/> <connection id="7603" src-id="7429" dest-id="7538" weight="5.424121548809419"/> <connection id="7604" src-id="7430" dest-id="7538" weight="10.0"/> <connection id="7605" src-id="7431" dest-id="7538" weight="1.637686431335844"/> <connection id="7606" src-id="7432" dest-id="7538" weight="3.6333848977880545"/> <connection id="7607" src-id="7433" dest-id="7538" weight="6.763025102871474"/> <connection id="7608" src-id="7434" dest-id="7538" weight="-7.374751368403704"/> <connection id="7611" src-id="7437" dest-id="7538" weight="-4.74645517776101"/> <connection id="7612" src-id="7438" dest-id="7538" weight="6.465305528382791"/> <connection id="7613" src-id="7439" dest-id="7538" weight="-5.001095289548738"/> <connection id="7614" src-id="7440" dest-id="7538" weight="-3.9643952026926996"/> <connection id="7615" src-id="7441" dest-id="7538" weight="10.0"/> <connection id="7616" src-id="7442" dest-id="7538" weight="-2.4934950803770857"/> <connection id="7617" src-id="7443" dest-id="7538" weight="-3.316690922167031"/> <connection id="7621" src-id="7447" dest-id="7538" weight="-5.672046974723481"/> <connection id="7622" src-id="7448" dest-id="7538" weight="-5.9682100061792855"/> <connection id="7624" src-id="7450" dest-id="7538" weight="-9.976223125872437"/> <neuron id="7625" type="out" activation="sigmoid"/> <connection id="7626" src-id="7365" dest-id="7625" weight="-4.192862061331445"/> <connection id="7628" src-id="7367" dest-id="7625" weight="0.14932293991511902"/> <connection id="7629" src-id="7368" dest-id="7625" weight="2.552330291043564"/> <connection id="7630" src-id="7369" dest-id="7625" weight="2.7596381715355216"/> <connection id="7633" src-id="7372" dest-id="7625" weight="-1.2982255607639606"/> <connection id="7635" src-id="7374" dest-id="7625" weight="3.793871408196194"/> <connection id="7636" src-id="7375" dest-id="7625" weight="-5.599600758263491"/> <connection id="7637" src-id="7376" dest-id="7625" weight="4.163207727123073"/> <connection id="7639" src-id="7378" dest-id="7625" weight="0.7269361957229932"/> <connection id="7640" src-id="7379" dest-id="7625" weight="3.224792075097031"/> <connection id="7641" src-id="7380" dest-id="7625" weight="-2.4149354995730015"/> <connection id="7642" src-id="7381" dest-id="7625" weight="-6.790403206569696"/> <connection id="7643" src-id="7382" dest-id="7625" weight="-5.6577635123890975"/> <connection id="7645" src-id="7384" dest-id="7625" weight="-1.668868362572013"/> <connection id="7646" src-id="7385" dest-id="7625" weight="6.88119754214886"/> <connection id="7649" src-id="7388" dest-id="7625" weight="-2.152677769200469"/> <connection id="7650" src-id="7389" dest-id="7625" weight="5.74610512732399"/> <connection id="7651" src-id="7390" dest-id="7625" weight="-5.574570373263649"/> <connection id="7652" src-id="7391" dest-id="7625" weight="1.198649816153365"/> <connection id="7653" src-id="7392" dest-id="7625" weight="-10.0"/> <connection id="7654" src-id="7393" dest-id="7625" weight="2.2888715865678577"/> <connection id="7656" src-id="7395" dest-id="7625" weight="-7.990852118186381"/> <connection id="7657" src-id="7396" dest-id="7625" weight="0.7236272001953261"/> <connection id="7658" src-id="7397" dest-id="7625" weight="6.258853287884035"/> <connection id="7660" src-id="7399" dest-id="7625" weight="4.2687328401428495"/> <connection id="7661" src-id="7400" dest-id="7625" weight="7.473947594868125"/> <connection id="7662" src-id="7401" dest-id="7625" weight="-3.4373931767565367"/> <connection id="7664" src-id="7403" dest-id="7625" weight="-5.480067573045537"/> <connection id="7665" src-id="7404" dest-id="7625" weight="-3.654378721408899"/> <connection id="7667" src-id="7406" dest-id="7625" weight="-8.670197148231274"/> <connection id="7668" src-id="7407" dest-id="7625" weight="-0.05913239731398756"/> <connection id="7669" src-id="7408" dest-id="7625" weight="-3.9270457532198324"/> <connection id="7670" src-id="7409" dest-id="7625" weight="-4.365284230358925"/> <connection id="7672" src-id="7411" dest-id="7625" weight="-0.748830796710746"/> <connection id="7673" src-id="7412" dest-id="7625" weight="-3.2035884092542313"/> <connection id="7674" src-id="7413" dest-id="7625" weight="-0.36500802193280224"/> <connection id="7675" src-id="7414" dest-id="7625" weight="4.970751105416556"/> <connection id="7676" src-id="7415" dest-id="7625" weight="6.216998323733014"/> <connection id="7677" src-id="7416" dest-id="7625" weight="-8.156503906593722"/> <connection id="7679" src-id="7418" dest-id="7625" weight="2.9421860038879792"/> <connection id="7680" src-id="7419" dest-id="7625" weight="0.5703939242962172"/> <connection id="7681" src-id="7420" dest-id="7625" weight="-2.3649774604402722"/> <connection id="7682" src-id="7421" dest-id="7625" weight="-4.683140275815065"/> <connection id="7683" src-id="7422" dest-id="7625" weight="-0.7435157228120713"/> <connection id="7684" src-id="7423" dest-id="7625" weight="-6.557188687880134"/> <connection id="7685" src-id="7424" dest-id="7625" weight="5.969830479806229"/> <connection id="7686" src-id="7425" dest-id="7625" weight="9.448300692781594"/> <connection id="7687" src-id="7426" dest-id="7625" weight="9.878309246061537"/> <connection id="7689" src-id="7428" dest-id="7625" weight="4.503135543026532"/> <connection id="7690" src-id="7429" dest-id="7625" weight="3.221575824280097"/> <connection id="7691" src-id="7430" dest-id="7625" weight="5.429236883899561"/> <connection id="7692" src-id="7431" dest-id="7625" weight="4.02248942695007"/> <connection id="7693" src-id="7432" dest-id="7625" weight="0.8275989052637519"/> <connection id="7694" src-id="7433" dest-id="7625" weight="-2.612176985712203"/> <connection id="7695" src-id="7434" dest-id="7625" weight="-0.7650761548328692"/> <connection id="7696" src-id="7435" dest-id="7625" weight="1.5863129267285774"/> <connection id="7698" src-id="7437" dest-id="7625" weight="1.185970285696363"/> <connection id="7699" src-id="7438" dest-id="7625" weight="-4.0127762227518815"/> <connection id="7700" src-id="7439" dest-id="7625" weight="-6.147083700895651"/> <connection id="7701" src-id="7440" dest-id="7625" weight="2.5923944912502774"/> <connection id="7702" src-id="7441" dest-id="7625" weight="5.903757394483299"/> <connection id="7705" src-id="7444" dest-id="7625" weight="0.1491588509439502"/> <connection id="7706" src-id="7445" dest-id="7625" weight="-7.45664749304979"/> <connection id="7707" src-id="7446" dest-id="7625" weight="4.27789738250018"/> <connection id="7708" src-id="7447" dest-id="7625" weight="-2.990532706962443"/> <connection id="7709" src-id="7448" dest-id="7625" weight="-5.896959385422559"/> <connection id="7710" src-id="7449" dest-id="7625" weight="7.109052165017559"/> <neuron id="7712" type="out" activation="sigmoid"/> <connection id="7713" src-id="7365" dest-id="7712" weight="-6.2440322587331085"/> <connection id="7714" src-id="7366" dest-id="7712" weight="0.5589149633143272"/> <connection id="7715" src-id="7367" dest-id="7712" weight="-7.7354522216678685"/> <connection id="7716" src-id="7368" dest-id="7712" weight="9.862524949933574"/> <connection id="7717" src-id="7369" dest-id="7712" weight="3.7913649462217838"/> <connection id="7718" src-id="7370" dest-id="7712" weight="-4.713267936139248"/> <connection id="7719" src-id="7371" dest-id="7712" weight="10.0"/> <connection id="7720" src-id="7372" dest-id="7712" weight="-4.7091796874257055"/> <connection id="7721" src-id="7373" dest-id="7712" weight="2.7408600879532257"/> <connection id="7722" src-id="7374" dest-id="7712" weight="-10.0"/> <connection id="7723" src-id="7375" dest-id="7712" weight="0.14297255176124524"/> <connection id="7725" src-id="7377" dest-id="7712" weight="-0.11676412775142087"/> <connection id="7726" src-id="7378" dest-id="7712" weight="-3.7170995170472727"/> <connection id="7727" src-id="7379" dest-id="7712" weight="10.0"/> <connection id="7728" src-id="7380" dest-id="7712" weight="-3.0582990231343707"/> <connection id="7729" src-id="7381" dest-id="7712" weight="-2.5771305666667583"/> <connection id="7731" src-id="7383" dest-id="7712" weight="8.453677012884244"/> <connection id="7732" src-id="7384" dest-id="7712" weight="-1.731605249572168"/> <connection id="7733" src-id="7385" dest-id="7712" weight="6.2635825943299785"/> <connection id="7734" src-id="7386" dest-id="7712" weight="5.407323957688147"/> <connection id="7735" src-id="7387" dest-id="7712" weight="8.72549418673928"/> <connection id="7736" src-id="7388" dest-id="7712" weight="-9.879758477060534"/> <connection id="7737" src-id="7389" dest-id="7712" weight="8.666726098664117"/> <connection id="7738" src-id="7390" dest-id="7712" weight="7.968574525018278"/> <connection id="7739" src-id="7391" dest-id="7712" weight="1.8775978639046023"/> <connection id="7741" src-id="7393" dest-id="7712" weight="7.109000445502888"/> <connection id="7742" src-id="7394" dest-id="7712" weight="6.0634230250736865"/> <connection id="7743" src-id="7395" dest-id="7712" weight="-3.4829531406107286"/> <connection id="7744" src-id="7396" dest-id="7712" weight="2.4011809865854943"/> <connection id="7745" src-id="7397" dest-id="7712" weight="-9.505742623284783"/> <connection id="7746" src-id="7398" dest-id="7712" weight="3.0619232712820867"/> <connection id="7747" src-id="7399" dest-id="7712" weight="-9.458050975706582"/> <connection id="7750" src-id="7402" dest-id="7712" weight="-2.1939604380293427"/> <connection id="7751" src-id="7403" dest-id="7712" weight="-5.594447058234887"/> <connection id="7752" src-id="7404" dest-id="7712" weight="5.45576039939177"/> <connection id="7754" src-id="7406" dest-id="7712" weight="-6.2935279986433"/> <connection id="7755" src-id="7407" dest-id="7712" weight="-1.1005296112286946"/> <connection id="7756" src-id="7408" dest-id="7712" weight="-8.121104785911559"/> <connection id="7757" src-id="7409" dest-id="7712" weight="-3.6264064465307624"/> <connection id="7758" src-id="7410" dest-id="7712" weight="8.938481718248434"/> <connection id="7759" src-id="7411" dest-id="7712" weight="-5.183088928414915"/> <connection id="7760" src-id="7412" dest-id="7712" weight="-2.8761212145957726"/> <connection id="7761" src-id="7413" dest-id="7712" weight="4.623791655458293"/> <connection id="7762" src-id="7414" dest-id="7712" weight="-0.014996159313185764"/> <connection id="7763" src-id="7415" dest-id="7712" weight="-5.373133184856285"/> <connection id="7765" src-id="7417" dest-id="7712" weight="0.017127894813928624"/> <connection id="7766" src-id="7418" dest-id="7712" weight="7.1785554536916445"/> <connection id="7767" src-id="7419" dest-id="7712" weight="-1.6540044311824527"/> <connection id="7768" src-id="7420" dest-id="7712" weight="-2.2144523544846404"/> <connection id="7769" src-id="7421" dest-id="7712" weight="3.041215728204924"/> <connection id="7770" src-id="7422" dest-id="7712" weight="-8.92237957080565"/> <connection id="7771" src-id="7423" dest-id="7712" weight="6.000038846616285"/> <connection id="7772" src-id="7424" dest-id="7712" weight="-6.5206413691468885"/> <connection id="7775" src-id="7427" dest-id="7712" weight="-5.9518000673639575"/> <connection id="7776" src-id="7428" dest-id="7712" weight="-6.864926058387818"/> <connection id="7777" src-id="7429" dest-id="7712" weight="4.285159338282234"/> <connection id="7778" src-id="7430" dest-id="7712" weight="-1.3468498554440127"/> <connection id="7779" src-id="7431" dest-id="7712" weight="6.208340141250383"/> <connection id="7780" src-id="7432" dest-id="7712" weight="-3.942159604489003"/> <connection id="7781" src-id="7433" dest-id="7712" weight="-5.118049047303975"/> <connection id="7782" src-id="7434" dest-id="7712" weight="6.1482130372597705"/> <connection id="7783" src-id="7435" dest-id="7712" weight="1.2102589211603256"/> <connection id="7784" src-id="7436" dest-id="7712" weight="6.625259033824014"/> <connection id="7785" src-id="7437" dest-id="7712" weight="-9.943403845764621"/> <connection id="7786" src-id="7438" dest-id="7712" weight="-2.2571661005987202"/> <connection id="7787" src-id="7439" dest-id="7712" weight="-2.517710400671392"/> <connection id="7788" src-id="7440" dest-id="7712" weight="2.1239860256196597"/> <connection id="7789" src-id="7441" dest-id="7712" weight="-4.93692511271431"/> <connection id="7790" src-id="7442" dest-id="7712" weight="-5.905842341104958"/> <connection id="7791" src-id="7443" dest-id="7712" weight="-7.376259755771472"/> <connection id="7792" src-id="7444" dest-id="7712" weight="1.9358926077843275"/> <connection id="7794" src-id="7446" dest-id="7712" weight="9.005879249703204"/> <connection id="7795" src-id="7447" dest-id="7712" weight="-1.101347920096186"/> <connection id="7798" src-id="7450" dest-id="7712" weight="-4.173496092059806"/> <neuron id="7799" type="out" activation="sigmoid"/> <connection id="7801" src-id="7366" dest-id="7799" weight="-1.8735548343390147"/> <connection id="7802" src-id="7367" dest-id="7799" weight="-4.269859094511131"/> <connection id="7803" src-id="7368" dest-id="7799" weight="-3.1919542222124235"/> <connection id="7804" src-id="7369" dest-id="7799" weight="-8.299618608580689"/> <connection id="7805" src-id="7370" dest-id="7799" weight="5.5001721154617265"/> <connection id="7807" src-id="7372" dest-id="7799" weight="3.7350718322998957"/> <connection id="7808" src-id="7373" dest-id="7799" weight="-6.012544843335375"/> <connection id="7810" src-id="7375" dest-id="7799" weight="-5.309223110468199"/> <connection id="7811" src-id="7376" dest-id="7799" weight="0.5904355223621032"/> <connection id="7814" src-id="7379" dest-id="7799" weight="9.675375370042799"/> <connection id="7816" src-id="7381" dest-id="7799" weight="7.0480105591063165"/> <connection id="7817" src-id="7382" dest-id="7799" weight="-0.9997599381594954"/> <connection id="7819" src-id="7384" dest-id="7799" weight="9.562969173767458"/> <connection id="7820" src-id="7385" dest-id="7799" weight="-8.907545460830026"/> <connection id="7821" src-id="7386" dest-id="7799" weight="8.49132045962014"/> <connection id="7822" src-id="7387" dest-id="7799" weight="-3.9845049643111876"/> <connection id="7823" src-id="7388" dest-id="7799" weight="2.5473249450595468"/> <connection id="7824" src-id="7389" dest-id="7799" weight="6.027506289662325"/> <connection id="7825" src-id="7390" dest-id="7799" weight="2.3832480495746604"/> <connection id="7826" src-id="7391" dest-id="7799" weight="8.212201723633733"/> <connection id="7828" src-id="7393" dest-id="7799" weight="3.7915138235713544"/> <connection id="7829" src-id="7394" dest-id="7799" weight="-2.318564470639177"/> <connection id="7831" src-id="7396" dest-id="7799" weight="5.125340213141638"/> <connection id="7832" src-id="7397" dest-id="7799" weight="10.0"/> <connection id="7833" src-id="7398" dest-id="7799" weight="-5.045139383637104"/> <connection id="7834" src-id="7399" dest-id="7799" weight="2.1624918143196554"/> <connection id="7835" src-id="7400" dest-id="7799" weight="2.8877440723401393"/> <connection id="7836" src-id="7401" dest-id="7799" weight="-3.0163509529216985"/> <connection id="7837" src-id="7402" dest-id="7799" weight="8.633402330918637"/> <connection id="7838" src-id="7403" dest-id="7799" weight="1.0986671785011108"/> <connection id="7839" src-id="7404" dest-id="7799" weight="-10.0"/> <connection id="7840" src-id="7405" dest-id="7799" weight="5.570923236243612"/> <connection id="7841" src-id="7406" dest-id="7799" weight="-4.2894365128585585"/> <connection id="7843" src-id="7408" dest-id="7799" weight="-0.22288439888642175"/> <connection id="7844" src-id="7409" dest-id="7799" weight="-0.6849639999029159"/> <connection id="7845" src-id="7410" dest-id="7799" weight="10.0"/> <connection id="7847" src-id="7412" dest-id="7799" weight="-0.34975401806992235"/> <connection id="7848" src-id="7413" dest-id="7799" weight="9.162335727303871"/> <connection id="7849" src-id="7414" dest-id="7799" weight="4.404581761081702"/> <connection id="7850" src-id="7415" dest-id="7799" weight="1.8664251428943195"/> <connection id="7851" src-id="7416" dest-id="7799" weight="-5.578188445262516"/> <connection id="7852" src-id="7417" dest-id="7799" weight="3.3553002479851175"/> <connection id="7853" src-id="7418" dest-id="7799" weight="-4.0110894222342655"/> <connection id="7854" src-id="7419" dest-id="7799" weight="0.0502151961256575"/> <connection id="7855" src-id="7420" dest-id="7799" weight="1.2409698812400232"/> <connection id="7856" src-id="7421" dest-id="7799" weight="-0.4584077529570454"/> <connection id="7857" src-id="7422" dest-id="7799" weight="9.71962180329753"/> <connection id="7858" src-id="7423" dest-id="7799" weight="-1.0292276685508888"/> <connection id="7861" src-id="7426" dest-id="7799" weight="9.425365359885506"/> <connection id="7862" src-id="7427" dest-id="7799" weight="-1.8465085941662323"/> <connection id="7863" src-id="7428" dest-id="7799" weight="3.9159177079264147"/> <connection id="7864" src-id="7429" dest-id="7799" weight="3.5436517771876592"/> <connection id="7865" src-id="7430" dest-id="7799" weight="1.9163146692729467"/> <connection id="7866" src-id="7431" dest-id="7799" weight="0.312559166192409"/> <connection id="7868" src-id="7433" dest-id="7799" weight="-8.458703633267433"/> <connection id="7869" src-id="7434" dest-id="7799" weight="7.454288806959993"/> <connection id="7870" src-id="7435" dest-id="7799" weight="2.315874181737005"/> <connection id="7871" src-id="7436" dest-id="7799" weight="0.9037446782628702"/> <connection id="7872" src-id="7437" dest-id="7799" weight="10.0"/> <connection id="7875" src-id="7440" dest-id="7799" weight="8.675375121065962"/> <connection id="7876" src-id="7441" dest-id="7799" weight="5.933056003382771"/> <connection id="7877" src-id="7442" dest-id="7799" weight="-1.2865338814127782"/> <connection id="7878" src-id="7443" dest-id="7799" weight="7.251437883195515"/> <connection id="7879" src-id="7444" dest-id="7799" weight="-2.02511584942639"/> <connection id="7880" src-id="7445" dest-id="7799" weight="4.917396043312878"/> <connection id="7881" src-id="7446" dest-id="7799" weight="-3.6216109806992174"/> <connection id="7882" src-id="7447" dest-id="7799" weight="-1.876556546456453"/> <connection id="7883" src-id="7448" dest-id="7799" weight="-1.943917839224846"/> <connection id="7884" src-id="7449" dest-id="7799" weight="1.2190953428319142"/> <connection id="7885" src-id="7450" dest-id="7799" weight="-9.221256158681328"/> <neuron id="7886" type="out" activation="sigmoid"/> <connection id="7887" src-id="7365" dest-id="7886" weight="10.0"/> <connection id="7889" src-id="7367" dest-id="7886" weight="4.183596455461879"/> <connection id="7890" src-id="7368" dest-id="7886" weight="-3.0684014897044265"/> <connection id="7891" src-id="7369" dest-id="7886" weight="1.8850158161663173"/> <connection id="7892" src-id="7370" dest-id="7886" weight="-1.1722886620183763"/> <connection id="7893" src-id="7371" dest-id="7886" weight="-4.336103690595865"/> <connection id="7894" src-id="7372" dest-id="7886" weight="6.7833613677086815"/> <connection id="7895" src-id="7373" dest-id="7886" weight="-8.923771210883833"/> <connection id="7896" src-id="7374" dest-id="7886" weight="-1.0381826673939147"/> <connection id="7897" src-id="7375" dest-id="7886" weight="-2.826871506245011"/> <connection id="7898" src-id="7376" dest-id="7886" weight="2.567841641992037"/> <connection id="7899" src-id="7377" dest-id="7886" weight="-4.101064466031294"/> <connection id="7900" src-id="7378" dest-id="7886" weight="0.4183471913811947"/> <connection id="7901" src-id="7379" dest-id="7886" weight="-2.1747011119777815"/> <connection id="7902" src-id="7380" dest-id="7886" weight="-1.324726927554785"/> <connection id="7904" src-id="7382" dest-id="7886" weight="-8.701168972848421"/> <connection id="7905" src-id="7383" dest-id="7886" weight="1.7107095308499929"/> <connection id="7907" src-id="7385" dest-id="7886" weight="2.9554843868506224"/> <connection id="7908" src-id="7386" dest-id="7886" weight="8.533006015987079"/> <connection id="7909" src-id="7387" dest-id="7886" weight="1.1121350657089453"/> <connection id="7910" src-id="7388" dest-id="7886" weight="-5.571747135366039"/> <connection id="7911" src-id="7389" dest-id="7886" weight="-1.1418337921410817"/> <connection id="7912" src-id="7390" dest-id="7886" weight="4.875717434955965"/> <connection id="7913" src-id="7391" dest-id="7886" weight="1.871498227226133"/> <connection id="7914" src-id="7392" dest-id="7886" weight="1.2879104089607631"/> <connection id="7915" src-id="7393" dest-id="7886" weight="3.914648322867406"/> <connection id="7916" src-id="7394" dest-id="7886" weight="-7.2219150688864815"/> <connection id="7917" src-id="7395" dest-id="7886" weight="-4.026253408338789"/> <connection id="7918" src-id="7396" dest-id="7886" weight="4.034267613813512"/> <connection id="7919" src-id="7397" dest-id="7886" weight="8.45312291008475"/> <connection id="7920" src-id="7398" dest-id="7886" weight="-4.367676907668605"/> <connection id="7921" src-id="7399" dest-id="7886" weight="-6.169539445563567"/> <connection id="7922" src-id="7400" dest-id="7886" weight="-0.9661324764168921"/> <connection id="7923" src-id="7401" dest-id="7886" weight="6.591957437970138"/> <connection id="7926" src-id="7404" dest-id="7886" weight="-2.6070995293600068"/> <connection id="7927" src-id="7405" dest-id="7886" weight="-1.8332933670969913"/> <connection id="7929" src-id="7407" dest-id="7886" weight="-6.552438265275066"/> <connection id="7930" src-id="7408" dest-id="7886" weight="4.979849473428972"/> <connection id="7931" src-id="7409" dest-id="7886" weight="5.757918499895587"/> <connection id="7932" src-id="7410" dest-id="7886" weight="4.369234826197515"/> <connection id="7933" src-id="7411" dest-id="7886" weight="3.5642790990948896"/> <connection id="7935" src-id="7413" dest-id="7886" weight="-10.0"/> <connection id="7936" src-id="7414" dest-id="7886" weight="2.4878377458775702"/> <connection id="7937" src-id="7415" dest-id="7886" weight="-4.251832985303388"/> <connection id="7938" src-id="7416" dest-id="7886" weight="-2.5032929871217755"/> <connection id="7939" src-id="7417" dest-id="7886" weight="-2.926506511349057"/> <connection id="7941" src-id="7419" dest-id="7886" weight="-0.9529433558896271"/> <connection id="7942" src-id="7420" dest-id="7886" weight="-7.3747561527043795"/> <connection id="7943" src-id="7421" dest-id="7886" weight="-3.605294468333649"/> <connection id="7944" src-id="7422" dest-id="7886" weight="3.4069241552781926"/> <connection id="7945" src-id="7423" dest-id="7886" weight="-5.60697530685244"/> <connection id="7946" src-id="7424" dest-id="7886" weight="4.597124034909519"/> <connection id="7947" src-id="7425" dest-id="7886" weight="-2.522005418938112"/> <connection id="7949" src-id="7427" dest-id="7886" weight="0.9271541782144219"/> <connection id="7951" src-id="7429" dest-id="7886" weight="7.153918744157803"/> <connection id="7952" src-id="7430" dest-id="7886" weight="2.0096662597911292"/> <connection id="7953" src-id="7431" dest-id="7886" weight="-10.0"/> <connection id="7954" src-id="7432" dest-id="7886" weight="7.751362530988973"/> <connection id="7955" src-id="7433" dest-id="7886" weight="-6.16708399694083"/> <connection id="7956" src-id="7434" dest-id="7886" weight="-7.751831500693874"/> <connection id="7958" src-id="7436" dest-id="7886" weight="-3.477839838876886"/> <connection id="7959" src-id="7437" dest-id="7886" weight="1.6102011775975198"/> <connection id="7960" src-id="7438" dest-id="7886" weight="-0.378970106268656"/> <connection id="7961" src-id="7439" dest-id="7886" weight="3.0484011163273936"/> <connection id="7962" src-id="7440" dest-id="7886" weight="8.692052866420957"/> <connection id="7963" src-id="7441" dest-id="7886" weight="-6.432766071277323"/> <connection id="7964" src-id="7442" dest-id="7886" weight="-0.2413216889226355"/> <connection id="7965" src-id="7443" dest-id="7886" weight="-10.0"/> <connection id="7966" src-id="7444" dest-id="7886" weight="8.155705489489296"/> <connection id="7968" src-id="7446" dest-id="7886" weight="-5.2586921042418515"/> <connection id="7969" src-id="7447" dest-id="7886" weight="10.0"/> <connection id="7970" src-id="7448" dest-id="7886" weight="-3.247039837340544"/> <connection id="7972" src-id="7450" dest-id="7886" weight="4.425899775989773"/> <neuron id="7973" type="out" activation="sigmoid"/> <connection id="7976" src-id="7367" dest-id="7973" weight="0.8722793877158631"/> <connection id="7977" src-id="7368" dest-id="7973" weight="8.251325931067685"/> <connection id="7978" src-id="7369" dest-id="7973" weight="6.644996969937976"/> <connection id="7979" src-id="7370" dest-id="7973" weight="6.589050056667009"/> <connection id="7980" src-id="7371" dest-id="7973" weight="3.0781255031381183"/> <connection id="7981" src-id="7372" dest-id="7973" weight="1.4229540504705374"/> <connection id="7982" src-id="7373" dest-id="7973" weight="-8.242445799325147"/> <connection id="7983" src-id="7374" dest-id="7973" weight="7.276489918073031"/> <connection id="7985" src-id="7376" dest-id="7973" weight="-9.950698364348797"/> <connection id="7987" src-id="7378" dest-id="7973" weight="-1.2762983301176467"/> <connection id="7988" src-id="7379" dest-id="7973" weight="3.1217327260295136"/> <connection id="7989" src-id="7380" dest-id="7973" weight="-0.054450842242824704"/> <connection id="7991" src-id="7382" dest-id="7973" weight="3.4416269048935533"/> <connection id="7993" src-id="7384" dest-id="7973" weight="0.9004831103226951"/> <connection id="7994" src-id="7385" dest-id="7973" weight="-8.35082147159281"/> <connection id="7995" src-id="7386" dest-id="7973" weight="-6.819187182090669"/> <connection id="7996" src-id="7387" dest-id="7973" weight="1.2735803470805966"/> <connection id="7997" src-id="7388" dest-id="7973" weight="1.1058680625178585"/> <connection id="7998" src-id="7389" dest-id="7973" weight="10.0"/> <connection id="7999" src-id="7390" dest-id="7973" weight="10.0"/> <connection id="8000" src-id="7391" dest-id="7973" weight="-7.057306669291739"/> <connection id="8001" src-id="7392" dest-id="7973" weight="-0.9898214303215646"/> <connection id="8002" src-id="7393" dest-id="7973" weight="1.1149736352305955"/> <connection id="8004" src-id="7395" dest-id="7973" weight="2.43399787607693"/> <connection id="8005" src-id="7396" dest-id="7973" weight="0.9776864198056044"/> <connection id="8006" src-id="7397" dest-id="7973" weight="8.40391350622"/> <connection id="8008" src-id="7399" dest-id="7973" weight="-1.5065008628758965"/> <connection id="8009" src-id="7400" dest-id="7973" weight="-7.324620817487703"/> <connection id="8010" src-id="7401" dest-id="7973" weight="-2.9816845587247394"/> <connection id="8011" src-id="7402" dest-id="7973" weight="-2.2325681746237516"/> <connection id="8012" src-id="7403" dest-id="7973" weight="8.488603910538508"/> <connection id="8013" src-id="7404" dest-id="7973" weight="-6.451072230092393"/> <connection id="8014" src-id="7405" dest-id="7973" weight="3.7365968555363236"/> <connection id="8015" src-id="7406" dest-id="7973" weight="-6.043700453661106"/> <connection id="8016" src-id="7407" dest-id="7973" weight="6.372977771629776"/> <connection id="8017" src-id="7408" dest-id="7973" weight="9.315883196032129"/> <connection id="8018" src-id="7409" dest-id="7973" weight="8.516161628868652"/> <connection id="8019" src-id="7410" dest-id="7973" weight="6.16816019980199"/> <connection id="8020" src-id="7411" dest-id="7973" weight="3.352185229156577"/> <connection id="8021" src-id="7412" dest-id="7973" weight="8.713107693266485"/> <connection id="8022" src-id="7413" dest-id="7973" weight="-0.7621953002348042"/> <connection id="8024" src-id="7415" dest-id="7973" weight="4.4838381809728265"/> <connection id="8025" src-id="7416" dest-id="7973" weight="-4.272751462246855"/> <connection id="8026" src-id="7417" dest-id="7973" weight="-0.43969992043041095"/> <connection id="8027" src-id="7418" dest-id="7973" weight="-3.6604422716053207"/> <connection id="8028" src-id="7419" dest-id="7973" weight="5.4649239196595305"/> <connection id="8029" src-id="7420" dest-id="7973" weight="4.855774460450363"/> <connection id="8030" src-id="7421" dest-id="7973" weight="0.8945059443819794"/> <connection id="8031" src-id="7422" dest-id="7973" weight="-2.7244661606990044"/> <connection id="8032" src-id="7423" dest-id="7973" weight="6.310343325296737"/> <connection id="8034" src-id="7425" dest-id="7973" weight="-3.05102080252267"/> <connection id="8035" src-id="7426" dest-id="7973" weight="4.287292698894425"/> <connection id="8036" src-id="7427" dest-id="7973" weight="2.4511680876847746"/> <connection id="8037" src-id="7428" dest-id="7973" weight="-1.720579339072449"/> <connection id="8039" src-id="7430" dest-id="7973" weight="1.4511671934948258"/> <connection id="8041" src-id="7432" dest-id="7973" weight="4.634411598774733"/> <connection id="8043" src-id="7434" dest-id="7973" weight="-9.719807935214812"/> <connection id="8044" src-id="7435" dest-id="7973" weight="-5.923873151887401"/> <connection id="8045" src-id="7436" dest-id="7973" weight="8.764077095517345"/> <connection id="8048" src-id="7439" dest-id="7973" weight="-7.578695763721049"/> <connection id="8049" src-id="7440" dest-id="7973" weight="8.27361513900528"/> <connection id="8050" src-id="7441" dest-id="7973" weight="-7.045614509275834"/> <connection id="8051" src-id="7442" dest-id="7973" weight="6.8823055133408495"/> <connection id="8052" src-id="7443" dest-id="7973" weight="3.4053981922828713"/> <connection id="8053" src-id="7444" dest-id="7973" weight="1.765670955741978"/> <connection id="8054" src-id="7445" dest-id="7973" weight="8.001114812360408"/> <connection id="8055" src-id="7446" dest-id="7973" weight="2.4591780913908567"/> <connection id="8056" src-id="7447" dest-id="7973" weight="4.750441504238916"/> <connection id="8057" src-id="7448" dest-id="7973" weight="-6.62260565855291"/> <connection id="8058" src-id="7449" dest-id="7973" weight="6.527366213211329"/> <connection id="8059" src-id="7450" dest-id="7973" weight="4.045113031743929"/> <neuron id="8060" type="out" activation="sigmoid"/> <connection id="8061" src-id="7365" dest-id="8060" weight="-7.206002708626644"/> <connection id="8062" src-id="7366" dest-id="8060" weight="0.09781385075054372"/> <connection id="8064" src-id="7368" dest-id="8060" weight="9.07619815788437"/> <connection id="8065" src-id="7369" dest-id="8060" weight="0.47205212736283075"/> <connection id="8066" src-id="7370" dest-id="8060" weight="0.7132130371922468"/> <connection id="8067" src-id="7371" dest-id="8060" weight="2.6225472317367364"/> <connection id="8068" src-id="7372" dest-id="8060" weight="7.610470071357908"/> <connection id="8069" src-id="7373" dest-id="8060" weight="-10.0"/> <connection id="8071" src-id="7375" dest-id="8060" weight="1.8095012288409904"/> <connection id="8072" src-id="7376" dest-id="8060" weight="2.8508954840783476"/> <connection id="8073" src-id="7377" dest-id="8060" weight="0.906505203263777"/> <connection id="8074" src-id="7378" dest-id="8060" weight="-1.5887789921748932"/> <connection id="8075" src-id="7379" dest-id="8060" weight="9.331519044587012"/> <connection id="8076" src-id="7380" dest-id="8060" weight="4.169294883180109"/> <connection id="8077" src-id="7381" dest-id="8060" weight="-2.3938485993625567"/> <connection id="8078" src-id="7382" dest-id="8060" weight="-2.425656330841427"/> <connection id="8079" src-id="7383" dest-id="8060" weight="-1.6484076478792653"/> <connection id="8081" src-id="7385" dest-id="8060" weight="6.780956117422823"/> <connection id="8082" src-id="7386" dest-id="8060" weight="5.19126462127849"/> <connection id="8083" src-id="7387" dest-id="8060" weight="-4.003370533304077"/> <connection id="8084" src-id="7388" dest-id="8060" weight="-5.16861350185004"/> <connection id="8085" src-id="7389" dest-id="8060" weight="3.20204053923512"/> <connection id="8087" src-id="7391" dest-id="8060" weight="-5.210244171446059"/> <connection id="8089" src-id="7393" dest-id="8060" weight="6.14167412576775"/> <connection id="8090" src-id="7394" dest-id="8060" weight="9.512231953515254"/> <connection id="8091" src-id="7395" dest-id="8060" weight="9.093404081036587"/> <connection id="8092" src-id="7396" dest-id="8060" weight="1.5280684574945436"/> <connection id="8093" src-id="7397" dest-id="8060" weight="-5.165893600527252"/> <connection id="8094" src-id="7398" dest-id="8060" weight="3.478306599776125"/> <connection id="8095" src-id="7399" dest-id="8060" weight="10.0"/> <connection id="8096" src-id="7400" dest-id="8060" weight="-2.9496263591564644"/> <connection id="8097" src-id="7401" dest-id="8060" weight="-10.0"/> <connection id="8098" src-id="7402" dest-id="8060" weight="-3.2245295476147753"/> <connection id="8099" src-id="7403" dest-id="8060" weight="3.7988710918417086"/> <connection id="8100" src-id="7404" dest-id="8060" weight="-8.653597037846346"/> <connection id="8101" src-id="7405" dest-id="8060" weight="-7.617287572281296"/> <connection id="8102" src-id="7406" dest-id="8060" weight="-8.567713333421331"/> <connection id="8103" src-id="7407" dest-id="8060" weight="10.0"/> <connection id="8104" src-id="7408" dest-id="8060" weight="0.3168376404987843"/> <connection id="8105" src-id="7409" dest-id="8060" weight="9.202306228082861"/> <connection id="8106" src-id="7410" dest-id="8060" weight="-2.7584920960347716"/> <connection id="8107" src-id="7411" dest-id="8060" weight="8.476959454935068"/> <connection id="8108" src-id="7412" dest-id="8060" weight="4.004210612987132"/> <connection id="8109" src-id="7413" dest-id="8060" weight="-6.149250199961345"/> <connection id="8110" src-id="7414" dest-id="8060" weight="-8.652727985746685"/> <connection id="8111" src-id="7415" dest-id="8060" weight="2.9699220873242673"/> <connection id="8112" src-id="7416" dest-id="8060" weight="2.9354262091288255"/> <connection id="8113" src-id="7417" dest-id="8060" weight="-0.5652359715965549"/> <connection id="8114" src-id="7418" dest-id="8060" weight="-5.486970701467241"/> <connection id="8115" src-id="7419" dest-id="8060" weight="-7.591615699929847"/> <connection id="8116" src-id="7420" dest-id="8060" weight="-4.769894607695187"/> <connection id="8117" src-id="7421" dest-id="8060" weight="3.1173050090210923"/> <connection id="8118" src-id="7422" dest-id="8060" weight="2.656017239775159"/> <connection id="8119" src-id="7423" dest-id="8060" weight="-3.947047265516595"/> <connection id="8120" src-id="7424" dest-id="8060" weight="1.32654283731846"/> <connection id="8121" src-id="7425" dest-id="8060" weight="-1.3474270887827366"/> <connection id="8122" src-id="7426" dest-id="8060" weight="-2.591956980315322"/> <connection id="8123" src-id="7427" dest-id="8060" weight="-0.17664853376006573"/> <connection id="8124" src-id="7428" dest-id="8060" weight="-4.684368437872867"/> <connection id="8125" src-id="7429" dest-id="8060" weight="10.0"/> <connection id="8126" src-id="7430" dest-id="8060" weight="2.238488456059256"/> <connection id="8127" src-id="7431" dest-id="8060" weight="6.154265569247785"/> <connection id="8128" src-id="7432" dest-id="8060" weight="3.942619748507592"/> <connection id="8129" src-id="7433" dest-id="8060" weight="-1.1884325167953507"/> <connection id="8130" src-id="7434" dest-id="8060" weight="-6.368336311773433"/> <connection id="8131" src-id="7435" dest-id="8060" weight="-0.09909017621073968"/> <connection id="8132" src-id="7436" dest-id="8060" weight="-5.4102110418307605"/> <connection id="8133" src-id="7437" dest-id="8060" weight="9.684618158347059"/> <connection id="8134" src-id="7438" dest-id="8060" weight="-0.9640723317690723"/> <connection id="8135" src-id="7439" dest-id="8060" weight="-7.610863418855429"/> <connection id="8136" src-id="7440" dest-id="8060" weight="-8.39708467841569"/> <connection id="8137" src-id="7441" dest-id="8060" weight="7.535601888699301"/> <connection id="8138" src-id="7442" dest-id="8060" weight="1.0894824742797071"/> <connection id="8139" src-id="7443" dest-id="8060" weight="2.0900323557779226"/> <connection id="8140" src-id="7444" dest-id="8060" weight="-0.32818086727485135"/> <connection id="8141" src-id="7445" dest-id="8060" weight="7.908891946220604"/> <connection id="8142" src-id="7446" dest-id="8060" weight="3.184153563925469"/> <connection id="8143" src-id="7447" dest-id="8060" weight="5.106957704417511"/> <connection id="8144" src-id="7448" dest-id="8060" weight="5.226294117872921"/> <connection id="8145" src-id="7449" dest-id="8060" weight="4.526680315123144"/> <connection id="8146" src-id="7450" dest-id="8060" weight="-2.112342070130509"/> <neuron id="8147" type="out" activation="sigmoid"/> <connection id="8148" src-id="7365" dest-id="8147" weight="3.456674832653452"/> <connection id="8149" src-id="7366" dest-id="8147" weight="1.33528904639499"/> <connection id="8150" src-id="7367" dest-id="8147" weight="1.2506406479562975"/> <connection id="8152" src-id="7369" dest-id="8147" weight="-6.064766787822169"/> <connection id="8153" src-id="7370" dest-id="8147" weight="-4.597942322168764"/> <connection id="8154" src-id="7371" dest-id="8147" weight="-3.376688848552652"/> <connection id="8155" src-id="7372" dest-id="8147" weight="0.2762039607975666"/> <connection id="8156" src-id="7373" dest-id="8147" weight="-8.441367566742"/> <connection id="8157" src-id="7374" dest-id="8147" weight="-5.66435878469185"/> <connection id="8158" src-id="7375" dest-id="8147" weight="-8.560795344068254"/> <connection id="8159" src-id="7376" dest-id="8147" weight="-2.1481198840813613"/> <connection id="8160" src-id="7377" dest-id="8147" weight="4.90627049640089"/> <connection id="8161" src-id="7378" dest-id="8147" weight="-1.1492903707271074"/> <connection id="8163" src-id="7380" dest-id="8147" weight="2.8330834628683013"/> <connection id="8164" src-id="7381" dest-id="8147" weight="-2.705931785340521"/> <connection id="8165" src-id="7382" dest-id="8147" weight="-4.910888777478755"/> <connection id="8166" src-id="7383" dest-id="8147" weight="-5.580599713869484"/> <connection id="8167" src-id="7384" dest-id="8147" weight="3.8066075986895256"/> <connection id="8168" src-id="7385" dest-id="8147" weight="3.9599980832915307"/> <connection id="8169" src-id="7386" dest-id="8147" weight="-4.878159309350668"/> <connection id="8170" src-id="7387" dest-id="8147" weight="4.169365512719017"/> <connection id="8171" src-id="7388" dest-id="8147" weight="-3.517625294461732"/> <connection id="8172" src-id="7389" dest-id="8147" weight="-1.0920593018534257"/> <connection id="8173" src-id="7390" dest-id="8147" weight="5.115404977507708"/> <connection id="8174" src-id="7391" dest-id="8147" weight="6.797901010639963"/> <connection id="8175" src-id="7392" dest-id="8147" weight="0.1988761039816992"/> <connection id="8176" src-id="7393" dest-id="8147" weight="10.0"/> <connection id="8177" src-id="7394" dest-id="8147" weight="-3.7916316615808103"/> <connection id="8178" src-id="7395" dest-id="8147" weight="-5.301420658448048"/> <connection id="8179" src-id="7396" dest-id="8147" weight="2.0194855543687593"/> <connection id="8180" src-id="7397" dest-id="8147" weight="-10.0"/> <connection id="8181" src-id="7398" dest-id="8147" weight="4.126007444343693"/> <connection id="8182" src-id="7399" dest-id="8147" weight="-0.7926001756587827"/> <connection id="8183" src-id="7400" dest-id="8147" weight="1.1201444737056312"/> <connection id="8184" src-id="7401" dest-id="8147" weight="-2.828588926101123"/> <connection id="8185" src-id="7402" dest-id="8147" weight="-2.5991969807661723"/> <connection id="8186" src-id="7403" dest-id="8147" weight="-7.7754813706246475"/> <connection id="8187" src-id="7404" dest-id="8147" weight="0.5326801586963237"/> <connection id="8188" src-id="7405" dest-id="8147" weight="-5.384296966983124"/> <connection id="8189" src-id="7406" dest-id="8147" weight="-8.170274589786656"/> <connection id="8191" src-id="7408" dest-id="8147" weight="-6.154494313082687"/> <connection id="8192" src-id="7409" dest-id="8147" weight="-4.034696006972441"/> <connection id="8193" src-id="7410" dest-id="8147" weight="-2.4223526686093724"/> <connection id="8194" src-id="7411" dest-id="8147" weight="-0.42248039200234877"/> <connection id="8195" src-id="7412" dest-id="8147" weight="-4.060397767469878"/> <connection id="8196" src-id="7413" dest-id="8147" weight="-1.3417362532519368"/> <connection id="8197" src-id="7414" dest-id="8147" weight="-3.3419087515337624"/> <connection id="8198" src-id="7415" dest-id="8147" weight="8.311684448234852"/> <connection id="8199" src-id="7416" dest-id="8147" weight="3.5942311384629955"/> <connection id="8200" src-id="7417" dest-id="8147" weight="-0.9173459829408921"/> <connection id="8201" src-id="7418" dest-id="8147" weight="-6.768289967281485"/> <connection id="8202" src-id="7419" dest-id="8147" weight="-5.738080666384149"/> <connection id="8203" src-id="7420" dest-id="8147" weight="-7.3321922328051565"/> <connection id="8204" src-id="7421" dest-id="8147" weight="-7.554350713938559"/> <connection id="8205" src-id="7422" dest-id="8147" weight="0.9371425110183652"/> <connection id="8206" src-id="7423" dest-id="8147" weight="-0.8237479152969285"/> <connection id="8208" src-id="7425" dest-id="8147" weight="0.5961519680101346"/> <connection id="8210" src-id="7427" dest-id="8147" weight="0.8895662887437771"/> <connection id="8211" src-id="7428" dest-id="8147" weight="-0.6625506981029334"/> <connection id="8212" src-id="7429" dest-id="8147" weight="6.439665017919615"/> <connection id="8213" src-id="7430" dest-id="8147" weight="-10.0"/> <connection id="8214" src-id="7431" dest-id="8147" weight="6.855616913736486"/> <connection id="8215" src-id="7432" dest-id="8147" weight="8.997748536959802"/> <connection id="8216" src-id="7433" dest-id="8147" weight="-4.1034757386260665"/> <connection id="8217" src-id="7434" dest-id="8147" weight="-5.641290053857731"/> <connection id="8218" src-id="7435" dest-id="8147" weight="-4.243010011709444"/> <connection id="8219" src-id="7436" dest-id="8147" weight="-6.614194808338351"/> <connection id="8221" src-id="7438" dest-id="8147" weight="1.218598465442975"/> <connection id="8222" src-id="7439" dest-id="8147" weight="-5.826569173112647"/> <connection id="8223" src-id="7440" dest-id="8147" weight="-2.541814848577854"/> <connection id="8224" src-id="7441" dest-id="8147" weight="-0.5166208834426058"/> <connection id="8225" src-id="7442" dest-id="8147" weight="3.5732349703020976"/> <connection id="8226" src-id="7443" dest-id="8147" weight="-3.246272555425133"/> <connection id="8227" src-id="7444" dest-id="8147" weight="10.0"/> <connection id="8228" src-id="7445" dest-id="8147" weight="-6.087962763378842"/> <connection id="8231" src-id="7448" dest-id="8147" weight="-9.893744721121335"/> <connection id="8232" src-id="7449" dest-id="8147" weight="-10.0"/> <connection id="8233" src-id="7450" dest-id="8147" weight="5.328199996276244"/> <neuron id="8234" type="out" activation="sigmoid"/> <connection id="8235" src-id="7365" dest-id="8234" weight="-3.842130436635792"/> <connection id="8236" src-id="7366" dest-id="8234" weight="7.925146387323991"/> <connection id="8237" src-id="7367" dest-id="8234" weight="9.078533386376442"/> <connection id="8238" src-id="7368" dest-id="8234" weight="-4.484066938795948"/> <connection id="8239" src-id="7369" dest-id="8234" weight="9.12389820169405"/> <connection id="8240" src-id="7370" dest-id="8234" weight="2.3585268941753688"/> <connection id="8241" src-id="7371" dest-id="8234" weight="7.3694843798888225"/> <connection id="8243" src-id="7373" dest-id="8234" weight="9.864099245433554"/> <connection id="8244" src-id="7374" dest-id="8234" weight="-1.0221710742823376"/> <connection id="8245" src-id="7375" dest-id="8234" weight="-10.0"/> <connection id="8246" src-id="7376" dest-id="8234" weight="3.5490630215102934"/> <connection id="8247" src-id="7377" dest-id="8234" weight="0.05579056897980572"/> <connection id="8248" src-id="7378" dest-id="8234" weight="8.706062079543361"/> <connection id="8249" src-id="7379" dest-id="8234" weight="-6.6824596003829875"/> <connection id="8252" src-id="7382" dest-id="8234" weight="-0.2102358331160772"/> <connection id="8253" src-id="7383" dest-id="8234" weight="-6.11277918580251"/> <connection id="8254" src-id="7384" dest-id="8234" weight="-9.793310756463155"/> <connection id="8256" src-id="7386" dest-id="8234" weight="-4.9073882527475075"/> <connection id="8257" src-id="7387" dest-id="8234" weight="-4.450836357894662"/> <connection id="8259" src-id="7389" dest-id="8234" weight="10.0"/> <connection id="8260" src-id="7390" dest-id="8234" weight="5.211814613018632"/> <connection id="8261" src-id="7391" dest-id="8234" weight="-1.4329409271204594"/> <connection id="8262" src-id="7392" dest-id="8234" weight="1.0292592190169738"/> <connection id="8264" src-id="7394" dest-id="8234" weight="5.69397004064667"/> <connection id="8265" src-id="7395" dest-id="8234" weight="-4.522833077042006"/> <connection id="8267" src-id="7397" dest-id="8234" weight="-4.967107545167767"/> <connection id="8268" src-id="7398" dest-id="8234" weight="7.056247244795377"/> <connection id="8269" src-id="7399" dest-id="8234" weight="6.554731108218176"/> <connection id="8270" src-id="7400" dest-id="8234" weight="-3.9444167727291397"/> <connection id="8271" src-id="7401" dest-id="8234" weight="-5.3929194277096375"/> <connection id="8272" src-id="7402" dest-id="8234" weight="6.022199872696808"/> <connection id="8273" src-id="7403" dest-id="8234" weight="-4.265080469684664"/> <connection id="8274" src-id="7404" dest-id="8234" weight="0.060232909566133586"/> <connection id="8276" src-id="7406" dest-id="8234" weight="0.5240994351842911"/> <connection id="8278" src-id="7408" dest-id="8234" weight="-3.919065846939334"/> <connection id="8279" src-id="7409" dest-id="8234" weight="-5.693644192990506"/> <connection id="8280" src-id="7410" dest-id="8234" weight="7.633294965147577"/> <connection id="8281" src-id="7411" dest-id="8234" weight="6.582330972010472"/> <connection id="8282" src-id="7412" dest-id="8234" weight="2.0268943891013707"/> <connection id="8283" src-id="7413" dest-id="8234" weight="8.443921727511567"/> <connection id="8284" src-id="7414" dest-id="8234" weight="-2.1350555345504207"/> <connection id="8285" src-id="7415" dest-id="8234" weight="-0.6542957029240555"/> <connection id="8286" src-id="7416" dest-id="8234" weight="10.0"/> <connection id="8287" src-id="7417" dest-id="8234" weight="0.03711900545148611"/> <connection id="8288" src-id="7418" dest-id="8234" weight="2.4791175439258053"/> <connection id="8289" src-id="7419" dest-id="8234" weight="3.165304171428337"/> <connection id="8290" src-id="7420" dest-id="8234" weight="2.177962457863477"/> <connection id="8291" src-id="7421" dest-id="8234" weight="9.67364813430815"/> <connection id="8293" src-id="7423" dest-id="8234" weight="-1.1969088121433262"/> <connection id="8294" src-id="7424" dest-id="8234" weight="7.360019392607638"/> <connection id="8295" src-id="7425" dest-id="8234" weight="1.3129617094523685"/> <connection id="8296" src-id="7426" dest-id="8234" weight="1.400506170381472"/> <connection id="8297" src-id="7427" dest-id="8234" weight="9.18866686848833"/> <connection id="8298" src-id="7428" dest-id="8234" weight="-5.483065946269708"/> <connection id="8300" src-id="7430" dest-id="8234" weight="-5.557983430783642"/> <connection id="8301" src-id="7431" dest-id="8234" weight="2.1029720658310276"/> <connection id="8302" src-id="7432" dest-id="8234" weight="-1.9765927086278878"/> <connection id="8303" src-id="7433" dest-id="8234" weight="-7.594654449469985"/> <connection id="8304" src-id="7434" dest-id="8234" weight="3.7193284662528265"/> <connection id="8305" src-id="7435" dest-id="8234" weight="5.367255154610364"/> <connection id="8307" src-id="7437" dest-id="8234" weight="-8.434281395222687"/> <connection id="8308" src-id="7438" dest-id="8234" weight="-1.3464229396607115"/> <connection id="8309" src-id="7439" dest-id="8234" weight="1.4931703592434107"/> <connection id="8310" src-id="7440" dest-id="8234" weight="-3.679585818137449"/> <connection id="8311" src-id="7441" dest-id="8234" weight="-10.0"/> <connection id="8312" src-id="7442" dest-id="8234" weight="6.49995435446214"/> <connection id="8313" src-id="7443" dest-id="8234" weight="-0.7256603857180792"/> <connection id="8314" src-id="7444" dest-id="8234" weight="-3.083369871807841"/> <connection id="8315" src-id="7445" dest-id="8234" weight="4.372983894695901"/> <connection id="8316" src-id="7446" dest-id="8234" weight="10.0"/> <connection id="8317" src-id="7447" dest-id="8234" weight="-1.3817170044264788"/> <connection id="8318" src-id="7448" dest-id="8234" weight="-1.9997310295569681"/> <connection id="8319" src-id="7449" dest-id="8234" weight="4.575248327212992"/> <connection id="8320" src-id="7450" dest-id="8234" weight="-2.3960844691670733"/> <neuron id="8321" type="out" activation="sigmoid"/> <connection id="8322" src-id="7365" dest-id="8321" weight="1.586124452852088"/> <connection id="8323" src-id="7366" dest-id="8321" weight="6.554989526699867"/> <connection id="8324" src-id="7367" dest-id="8321" weight="-4.612540410569789"/> <connection id="8325" src-id="7368" dest-id="8321" weight="2.407414051620549"/> <connection id="8326" src-id="7369" dest-id="8321" weight="-0.4063947589221941"/> <connection id="8327" src-id="7370" dest-id="8321" weight="0.1674856316483182"/> <connection id="8328" src-id="7371" dest-id="8321" weight="-9.12044417605288"/> <connection id="8329" src-id="7372" dest-id="8321" weight="7.792281927677474"/> <connection id="8330" src-id="7373" dest-id="8321" weight="3.8032958036728037"/> <connection id="8331" src-id="7374" dest-id="8321" weight="0.3038347113313854"/> <connection id="8332" src-id="7375" dest-id="8321" weight="2.5120912033479055"/> <connection id="8333" src-id="7376" dest-id="8321" weight="6.213526759574603"/> <connection id="8334" src-id="7377" dest-id="8321" weight="6.327238499736729"/> <connection id="8335" src-id="7378" dest-id="8321" weight="2.2432926754581026"/> <connection id="8336" src-id="7379" dest-id="8321" weight="1.5349479488011228"/> <connection id="8338" src-id="7381" dest-id="8321" weight="8.015423557865354"/> <connection id="8339" src-id="7382" dest-id="8321" weight="6.7499089380039194"/> <connection id="8340" src-id="7383" dest-id="8321" weight="4.2295616015990944"/> <connection id="8341" src-id="7384" dest-id="8321" weight="-9.498644100970981"/> <connection id="8342" src-id="7385" dest-id="8321" weight="7.723378881125248"/> <connection id="8343" src-id="7386" dest-id="8321" weight="-1.1298603886155685"/> <connection id="8344" src-id="7387" dest-id="8321" weight="-10.0"/> <connection id="8346" src-id="7389" dest-id="8321" weight="5.970553247820713"/> <connection id="8347" src-id="7390" dest-id="8321" weight="4.009998029609134"/> <connection id="8348" src-id="7391" dest-id="8321" weight="-7.217530651486912"/> <connection id="8349" src-id="7392" dest-id="8321" weight="3.0235859302113908"/> <connection id="8350" src-id="7393" dest-id="8321" weight="0.0454380087181121"/> <connection id="8351" src-id="7394" dest-id="8321" weight="4.81734382674111"/> <connection id="8352" src-id="7395" dest-id="8321" weight="1.5916388792022564"/> <connection id="8353" src-id="7396" dest-id="8321" weight="-6.859926966434861"/> <connection id="8354" src-id="7397" dest-id="8321" weight="7.5033459553842885"/> <connection id="8355" src-id="7398" dest-id="8321" weight="0.02167292692796602"/> <connection id="8356" src-id="7399" dest-id="8321" weight="7.3238705818713035"/> <connection id="8357" src-id="7400" dest-id="8321" weight="0.12047011169741445"/> <connection id="8358" src-id="7401" dest-id="8321" weight="4.081252165959666"/> <connection id="8359" src-id="7402" dest-id="8321" weight="-2.434626814052269"/> <connection id="8360" src-id="7403" dest-id="8321" weight="5.753704796952238"/> <connection id="8361" src-id="7404" dest-id="8321" weight="-8.231107627655941"/> <connection id="8362" src-id="7405" dest-id="8321" weight="-0.1785825147364577"/> <connection id="8363" src-id="7406" dest-id="8321" weight="9.146091514136401"/> <connection id="8365" src-id="7408" dest-id="8321" weight="2.449546554066359"/> <connection id="8366" src-id="7409" dest-id="8321" weight="-0.7082183083850639"/> <connection id="8367" src-id="7410" dest-id="8321" weight="-1.980226725296201"/> <connection id="8368" src-id="7411" dest-id="8321" weight="2.010164176111086"/> <connection id="8370" src-id="7413" dest-id="8321" weight="-10.0"/> <connection id="8372" src-id="7415" dest-id="8321" weight="1.017331742349417"/> <connection id="8373" src-id="7416" dest-id="8321" weight="-4.850905163219349"/> <connection id="8374" src-id="7417" dest-id="8321" weight="7.556517891822741"/> <connection id="8375" src-id="7418" dest-id="8321" weight="2.638776170845397"/> <connection id="8376" src-id="7419" dest-id="8321" weight="-10.0"/> <connection id="8377" src-id="7420" dest-id="8321" weight="-2.600070190339759"/> <connection id="8378" src-id="7421" dest-id="8321" weight="-0.8802300571070045"/> <connection id="8380" src-id="7423" dest-id="8321" weight="-5.949045878014682"/> <connection id="8382" src-id="7425" dest-id="8321" weight="-1.519396105438325"/> <connection id="8383" src-id="7426" dest-id="8321" weight="-1.0252972807983696"/> <connection id="8384" src-id="7427" dest-id="8321" weight="-9.289347478117115"/> <connection id="8385" src-id="7428" dest-id="8321" weight="-8.922689098409538"/> <connection id="8386" src-id="7429" dest-id="8321" weight="-3.896268255866638"/> <connection id="8387" src-id="7430" dest-id="8321" weight="1.0298004672981573"/> <connection id="8388" src-id="7431" dest-id="8321" weight="5.551383006093353"/> <connection id="8389" src-id="7432" dest-id="8321" weight="6.418664511466671"/> <connection id="8390" src-id="7433" dest-id="8321" weight="-2.3386254440332386"/> <connection id="8391" src-id="7434" dest-id="8321" weight="5.768106386524141"/> <connection id="8393" src-id="7436" dest-id="8321" weight="1.2612915261937823"/> <connection id="8394" src-id="7437" dest-id="8321" weight="-0.42428724700846804"/> <connection id="8395" src-id="7438" dest-id="8321" weight="-5.768967407218708"/> <connection id="8396" src-id="7439" dest-id="8321" weight="8.714330578927898"/> <connection id="8397" src-id="7440" dest-id="8321" weight="10.0"/> <connection id="8398" src-id="7441" dest-id="8321" weight="6.1854640756099055"/> <connection id="8401" src-id="7444" dest-id="8321" weight="-1.4632009813773128"/> <connection id="8402" src-id="7445" dest-id="8321" weight="10.0"/> <connection id="8403" src-id="7446" dest-id="8321" weight="-2.984100398457382"/> <connection id="8404" src-id="7447" dest-id="8321" weight="-1.6478166433213355"/> <connection id="8405" src-id="7448" dest-id="8321" weight="4.099862462537315"/> <neuron id="8408" type="out" activation="sigmoid"/> <connection id="8410" src-id="7366" dest-id="8408" weight="-4.538205837059164"/> <connection id="8412" src-id="7368" dest-id="8408" weight="-1.4855025863688842"/> <connection id="8413" src-id="7369" dest-id="8408" weight="5.201319753761689"/> <connection id="8414" src-id="7370" dest-id="8408" weight="0.23787599904170342"/> <connection id="8415" src-id="7371" dest-id="8408" weight="-2.1414528747666557"/> <connection id="8416" src-id="7372" dest-id="8408" weight="-8.115811774881116"/> <connection id="8417" src-id="7373" dest-id="8408" weight="5.403888391688434"/> <connection id="8418" src-id="7374" dest-id="8408" weight="-5.431522874962032"/> <connection id="8419" src-id="7375" dest-id="8408" weight="3.7401005636347153"/> <connection id="8420" src-id="7376" dest-id="8408" weight="-6.95114977971134"/> <connection id="8421" src-id="7377" dest-id="8408" weight="-2.197178638802974"/> <connection id="8422" src-id="7378" dest-id="8408" weight="2.372506905338147"/> <connection id="8423" src-id="7379" dest-id="8408" weight="3.9253891514882646"/> <connection id="8424" src-id="7380" dest-id="8408" weight="-10.0"/> <connection id="8426" src-id="7382" dest-id="8408" weight="2.009296770487102"/> <connection id="8427" src-id="7383" dest-id="8408" weight="-4.029586864307479"/> <connection id="8428" src-id="7384" dest-id="8408" weight="-2.177345410802625"/> <connection id="8429" src-id="7385" dest-id="8408" weight="-0.8472672598857189"/> <connection id="8430" src-id="7386" dest-id="8408" weight="2.009927410766646"/> <connection id="8431" src-id="7387" dest-id="8408" weight="-9.07765022470476"/> <connection id="8432" src-id="7388" dest-id="8408" weight="-6.101206976956374"/> <connection id="8433" src-id="7389" dest-id="8408" weight="4.876973814133045"/> <connection id="8434" src-id="7390" dest-id="8408" weight="-3.967616295042836"/> <connection id="8435" src-id="7391" dest-id="8408" weight="-7.707364649939255"/> <connection id="8436" src-id="7392" dest-id="8408" weight="8.303169179680731"/> <connection id="8437" src-id="7393" dest-id="8408" weight="-2.0547750321013654"/> <connection id="8438" src-id="7394" dest-id="8408" weight="-6.998871304023081"/> <connection id="8439" src-id="7395" dest-id="8408" weight="4.320848611556264"/> <connection id="8440" src-id="7396" dest-id="8408" weight="6.6835642131193715"/> <connection id="8442" src-id="7398" dest-id="8408" weight="2.939389782710668"/> <connection id="8443" src-id="7399" dest-id="8408" weight="1.5638280708987429"/> <connection id="8444" src-id="7400" dest-id="8408" weight="-5.38409851849109"/> <connection id="8446" src-id="7402" dest-id="8408" weight="-1.255430204557682"/> <connection id="8448" src-id="7404" dest-id="8408" weight="-8.319202761968878"/> <connection id="8449" src-id="7405" dest-id="8408" weight="6.581649678760352"/> <connection id="8450" src-id="7406" dest-id="8408" weight="5.377095734986154"/> <connection id="8454" src-id="7410" dest-id="8408" weight="3.7306295350283145"/> <connection id="8456" src-id="7412" dest-id="8408" weight="-9.478967799755951"/> <connection id="8457" src-id="7413" dest-id="8408" weight="1.7459384610822422"/> <connection id="8459" src-id="7415" dest-id="8408" weight="-8.055905405850547"/> <connection id="8460" src-id="7416" dest-id="8408" weight="-6.412725080989555"/> <connection id="8461" src-id="7417" dest-id="8408" weight="2.2079951029716467"/> <connection id="8462" src-id="7418" dest-id="8408" weight="-3.9203283783437035"/> <connection id="8463" src-id="7419" dest-id="8408" weight="0.033773869727795613"/> <connection id="8464" src-id="7420" dest-id="8408" weight="-8.56355183515521"/> <connection id="8466" src-id="7422" dest-id="8408" weight="-7.488144717910656"/> <connection id="8467" src-id="7423" dest-id="8408" weight="-3.9166448310393456"/> <connection id="8468" src-id="7424" dest-id="8408" weight="-2.8069015231348953"/> <connection id="8469" src-id="7425" dest-id="8408" weight="-1.150422067626768"/> <connection id="8471" src-id="7427" dest-id="8408" weight="-0.5013308411014219"/> <connection id="8472" src-id="7428" dest-id="8408" weight="1.0785819064801165"/> <connection id="8473" src-id="7429" dest-id="8408" weight="-0.02931551409251032"/> <connection id="8474" src-id="7430" dest-id="8408" weight="3.5113621626974094"/> <connection id="8475" src-id="7431" dest-id="8408" weight="-8.062449406682187"/> <connection id="8476" src-id="7432" dest-id="8408" weight="-3.2904779567853497"/> <connection id="8477" src-id="7433" dest-id="8408" weight="8.619058590119408"/> <connection id="8478" src-id="7434" dest-id="8408" weight="6.938567942698406"/> <connection id="8479" src-id="7435" dest-id="8408" weight="1.3440344916654907"/> <connection id="8480" src-id="7436" dest-id="8408" weight="7.577426768316165"/> <connection id="8481" src-id="7437" dest-id="8408" weight="1.4828095155837429"/> <connection id="8482" src-id="7438" dest-id="8408" weight="10.0"/> <connection id="8483" src-id="7439" dest-id="8408" weight="-1.645369465205994"/> <connection id="8484" src-id="7440" dest-id="8408" weight="1.764631373951337"/> <connection id="8485" src-id="7441" dest-id="8408" weight="-8.735371533803102"/> <connection id="8487" src-id="7443" dest-id="8408" weight="-6.344685254438806"/> <connection id="8488" src-id="7444" dest-id="8408" weight="-10.0"/> <connection id="8489" src-id="7445" dest-id="8408" weight="-2.8024756166640783"/> <connection id="8490" src-id="7446" dest-id="8408" weight="0.5879756515436201"/> <connection id="8491" src-id="7447" dest-id="8408" weight="3.690412246440925"/> <neuron id="8495" type="out" activation="sigmoid"/> <connection id="8496" src-id="7365" dest-id="8495" weight="8.90607699208435"/> <connection id="8498" src-id="7367" dest-id="8495" weight="-10.0"/> <connection id="8499" src-id="7368" dest-id="8495" weight="-7.180354518791757"/> <connection id="8500" src-id="7369" dest-id="8495" weight="9.255559124738227"/> <connection id="8501" src-id="7370" dest-id="8495" weight="-6.811869274866492"/> <connection id="8502" src-id="7371" dest-id="8495" weight="6.7638165232382566"/> <connection id="8503" src-id="7372" dest-id="8495" weight="0.09754357555163584"/> <connection id="8504" src-id="7373" dest-id="8495" weight="-0.13959104915921555"/> <connection id="8505" src-id="7374" dest-id="8495" weight="-1.7429039749859556"/> <connection id="8506" src-id="7375" dest-id="8495" weight="10.0"/> <connection id="8507" src-id="7376" dest-id="8495" weight="-3.5795710546315656"/> <connection id="8508" src-id="7377" dest-id="8495" weight="-0.5357649148122701"/> <connection id="8509" src-id="7378" dest-id="8495" weight="4.33165885848292"/> <connection id="8510" src-id="7379" dest-id="8495" weight="-6.032662982411489"/> <connection id="8511" src-id="7380" dest-id="8495" weight="0.6357668154324312"/> <connection id="8512" src-id="7381" dest-id="8495" weight="-1.3890694172246247"/> <connection id="8513" src-id="7382" dest-id="8495" weight="7.715886154058208"/> <connection id="8514" src-id="7383" dest-id="8495" weight="-0.9679376051063064"/> <connection id="8515" src-id="7384" dest-id="8495" weight="7.7296466837366475"/> <connection id="8516" src-id="7385" dest-id="8495" weight="3.9384453301112234"/> <connection id="8517" src-id="7386" dest-id="8495" weight="-1.140528231984538"/> <connection id="8518" src-id="7387" dest-id="8495" weight="6.401339081351463"/> <connection id="8519" src-id="7388" dest-id="8495" weight="-8.539411135006032"/> <connection id="8520" src-id="7389" dest-id="8495" weight="-6.0174896144723355"/> <connection id="8521" src-id="7390" dest-id="8495" weight="4.983070222792013"/> <connection id="8522" src-id="7391" dest-id="8495" weight="-6.615411309645747"/> <connection id="8523" src-id="7392" dest-id="8495" weight="2.807724912625794"/> <connection id="8525" src-id="7394" dest-id="8495" weight="5.7296866107379785"/> <connection id="8527" src-id="7396" dest-id="8495" weight="10.0"/> <connection id="8531" src-id="7400" dest-id="8495" weight="-3.8619710325252017"/> <connection id="8532" src-id="7401" dest-id="8495" weight="10.0"/> <connection id="8533" src-id="7402" dest-id="8495" weight="5.265469911999551"/> <connection id="8534" src-id="7403" dest-id="8495" weight="-4.709228986135365"/> <connection id="8535" src-id="7404" dest-id="8495" weight="3.726318219333958"/> <connection id="8536" src-id="7405" dest-id="8495" weight="5.72537072075524"/> <connection id="8537" src-id="7406" dest-id="8495" weight="-3.1527863418733544"/> <connection id="8538" src-id="7407" dest-id="8495" weight="7.758573888087623"/> <connection id="8539" src-id="7408" dest-id="8495" weight="7.476519219461492"/> <connection id="8540" src-id="7409" dest-id="8495" weight="-0.4427375279006678"/> <connection id="8541" src-id="7410" dest-id="8495" weight="-3.982808612978415"/> <connection id="8542" src-id="7411" dest-id="8495" weight="4.692775335554801"/> <connection id="8543" src-id="7412" dest-id="8495" weight="5.249055881159972"/> <connection id="8545" src-id="7414" dest-id="8495" weight="-0.31719114023732287"/> <connection id="8547" src-id="7416" dest-id="8495" weight="4.6038418526734155"/> <connection id="8549" src-id="7418" dest-id="8495" weight="5.627191804525814"/> <connection id="8550" src-id="7419" dest-id="8495" weight="0.4760753180491095"/> <connection id="8551" src-id="7420" dest-id="8495" weight="-9.399671948506265"/> <connection id="8552" src-id="7421" dest-id="8495" weight="-1.6183452676214953"/> <connection id="8553" src-id="7422" dest-id="8495" weight="5.536813310940236"/> <connection id="8555" src-id="7424" dest-id="8495" weight="1.0216346003804673"/> <connection id="8556" src-id="7425" dest-id="8495" weight="-9.981099896940384"/> <connection id="8559" src-id="7428" dest-id="8495" weight="-10.0"/> <connection id="8560" src-id="7429" dest-id="8495" weight="9.916170956017885"/> <connection id="8561" src-id="7430" dest-id="8495" weight="-0.8550714779909199"/> <connection id="8562" src-id="7431" dest-id="8495" weight="3.510554902386027"/> <connection id="8563" src-id="7432" dest-id="8495" weight="5.102251758502921"/> <connection id="8564" src-id="7433" dest-id="8495" weight="-5.3595061907466786"/> <connection id="8566" src-id="7435" dest-id="8495" weight="10.0"/> <connection id="8567" src-id="7436" dest-id="8495" weight="6.788763942828275"/> <connection id="8568" src-id="7437" dest-id="8495" weight="4.584070186035232"/> <connection id="8569" src-id="7438" dest-id="8495" weight="-2.7223203243865086"/> <connection id="8570" src-id="7439" dest-id="8495" weight="-2.455766012532247"/> <connection id="8571" src-id="7440" dest-id="8495" weight="-1.8540267514491362"/> <connection id="8572" src-id="7441" dest-id="8495" weight="-4.3605668833230276"/> <connection id="8573" src-id="7442" dest-id="8495" weight="10.0"/> <connection id="8574" src-id="7443" dest-id="8495" weight="0.1684421719687923"/> <connection id="8575" src-id="7444" dest-id="8495" weight="-8.860920055421749"/> <connection id="8576" src-id="7445" dest-id="8495" weight="1.7834870738832924"/> <connection id="8577" src-id="7446" dest-id="8495" weight="-3.9640481526534175"/> <connection id="8579" src-id="7448" dest-id="8495" weight="0.005476076611035774"/> <connection id="8580" src-id="7449" dest-id="8495" weight="1.241179753860531"/> <neuron id="8582" type="out" activation="sigmoid"/> <connection id="8583" src-id="7365" dest-id="8582" weight="-2.9683457250269427"/> <connection id="8584" src-id="7366" dest-id="8582" weight="1.5296307843491215"/> <connection id="8586" src-id="7368" dest-id="8582" weight="-6.265116919414787"/> <connection id="8589" src-id="7371" dest-id="8582" weight="-5.59741109980591"/> <connection id="8590" src-id="7372" dest-id="8582" weight="2.958008260260426"/> <connection id="8591" src-id="7373" dest-id="8582" weight="-7.405270915047538"/> <connection id="8592" src-id="7374" dest-id="8582" weight="-4.913004447757063"/> <connection id="8593" src-id="7375" dest-id="8582" weight="0.23174668238070018"/> <connection id="8595" src-id="7377" dest-id="8582" weight="0.6516215835537753"/> <connection id="8596" src-id="7378" dest-id="8582" weight="2.505747520144964"/> <connection id="8597" src-id="7379" dest-id="8582" weight="-7.071758939418325"/> <connection id="8598" src-id="7380" dest-id="8582" weight="1.5917010002933294"/> <connection id="8599" src-id="7381" dest-id="8582" weight="-1.8307305812532508"/> <connection id="8600" src-id="7382" dest-id="8582" weight="-7.75249613155666"/> <connection id="8601" src-id="7383" dest-id="8582" weight="-2.2149505725270835"/> <connection id="8602" src-id="7384" dest-id="8582" weight="0.537603114452581"/> <connection id="8604" src-id="7386" dest-id="8582" weight="-5.2399531296128945"/> <connection id="8606" src-id="7388" dest-id="8582" weight="-8.25222012781379"/> <connection id="8607" src-id="7389" dest-id="8582" weight="9.595427366557855"/> <connection id="8608" src-id="7390" dest-id="8582" weight="-3.7837465776557058"/> <connection id="8609" src-id="7391" dest-id="8582" weight="5.587692849655102"/> <connection id="8610" src-id="7392" dest-id="8582" weight="3.509657251154855"/> <connection id="8611" src-id="7393" dest-id="8582" weight="-7.236910086774199"/> <connection id="8612" src-id="7394" dest-id="8582" weight="-9.493349976533848"/> <connection id="8613" src-id="7395" dest-id="8582" weight="-1.0493531517688488"/> <connection id="8614" src-id="7396" dest-id="8582" weight="9.774488942766162"/> <connection id="8616" src-id="7398" dest-id="8582" weight="-2.934999891010212"/> <connection id="8617" src-id="7399" dest-id="8582" weight="8.988822434924238"/> <connection id="8618" src-id="7400" dest-id="8582" weight="-10.0"/> <connection id="8619" src-id="7401" dest-id="8582" weight="9.929546655262346"/> <connection id="8622" src-id="7404" dest-id="8582" weight="-4.988878537167807"/> <connection id="8623" src-id="7405" dest-id="8582" weight="2.8308825092793475"/> <connection id="8624" src-id="7406" dest-id="8582" weight="-7.985663760074036"/> <connection id="8625" src-id="7407" dest-id="8582" weight="3.789828128035799"/> <connection id="8626" src-id="7408" dest-id="8582" weight="9.153256928201593"/> <connection id="8627" src-id="7409" dest-id="8582" weight="4.903306860301283"/> <connection id="8628" src-id="7410" dest-id="8582" weight="-4.5962667090281215"/> <connection id="8629" src-id="7411" dest-id="8582" weight="-0.8595072571065131"/> <connection id="8630" src-id="7412" dest-id="8582" weight="4.004363892645516"/> <connection id="8631" src-id="7413" dest-id="8582" weight="-7.208337591607757"/> <connection id="8633" src-id="7415" dest-id="8582" weight="2.389340052495022"/> <connection id="8634" src-id="7416" dest-id="8582" weight="4.651757381260065"/> <connection id="8636" src-id="7418" dest-id="8582" weight="-6.530041069095544"/> <connection id="8637" src-id="7419" dest-id="8582" weight="-9.834857814802751"/> <connection id="8638" src-id="7420" dest-id="8582" weight="-6.394304235407395"/> <connection id="8639" src-id="7421" dest-id="8582" weight="-0.7275422885733113"/> <connection id="8640" src-id="7422" dest-id="8582" weight="-6.520074451998099"/> <connection id="8641" src-id="7423" dest-id="8582" weight="7.02885306167763"/> <connection id="8642" src-id="7424" dest-id="8582" weight="6.30037898381844"/> <connection id="8643" src-id="7425" dest-id="8582" weight="9.271032053925136"/> <connection id="8644" src-id="7426" dest-id="8582" weight="-3.080815678638577"/> <connection id="8645" src-id="7427" dest-id="8582" weight="7.826081286406467"/> <connection id="8647" src-id="7429" dest-id="8582" weight="-1.9198935690668935"/> <connection id="8648" src-id="7430" dest-id="8582" weight="9.70904624092595"/> <connection id="8649" src-id="7431" dest-id="8582" weight="-1.8580960356347367"/> <connection id="8650" src-id="7432" dest-id="8582" weight="-3.6782356181463935"/> <connection id="8651" src-id="7433" dest-id="8582" weight="-0.4885199025673139"/> <connection id="8652" src-id="7434" dest-id="8582" weight="-2.9713190843261463"/> <connection id="8654" src-id="7436" dest-id="8582" weight="3.3525695391553745"/> <connection id="8655" src-id="7437" dest-id="8582" weight="5.650262097812501"/> <connection id="8657" src-id="7439" dest-id="8582" weight="10.0"/> <connection id="8658" src-id="7440" dest-id="8582" weight="3.0039587740017106"/> <connection id="8659" src-id="7441" dest-id="8582" weight="6.750857150729584"/> <connection id="8660" src-id="7442" dest-id="8582" weight="-0.12520332201990003"/> <connection id="8662" src-id="7444" dest-id="8582" weight="10.0"/> <connection id="8663" src-id="7445" dest-id="8582" weight="-5.8459994973312615"/> <connection id="8664" src-id="7446" dest-id="8582" weight="-6.3019846772600765"/> <connection id="8665" src-id="7447" dest-id="8582" weight="-0.28856372138764286"/> <connection id="8666" src-id="7448" dest-id="8582" weight="6.815032610660998"/> <connection id="8667" src-id="7449" dest-id="8582" weight="-0.7238316600539717"/> <connection id="8668" src-id="7450" dest-id="8582" weight="-9.554758498957753"/> <neuron id="8669" type="out" activation="sigmoid"/> <connection id="8671" src-id="7366" dest-id="8669" weight="-10.0"/> <connection id="8672" src-id="7367" dest-id="8669" weight="1.2396148935393403"/> <connection id="8674" src-id="7369" dest-id="8669" weight="-2.9031572916667363"/> <connection id="8675" src-id="7370" dest-id="8669" weight="7.149394143658723"/> <connection id="8676" src-id="7371" dest-id="8669" weight="2.4047494751285594"/> <connection id="8677" src-id="7372" dest-id="8669" weight="-7.773739300157408"/> <connection id="8679" src-id="7374" dest-id="8669" weight="10.0"/> <connection id="8680" src-id="7375" dest-id="8669" weight="-0.8110689727376901"/> <connection id="8682" src-id="7377" dest-id="8669" weight="4.874059072032459"/> <connection id="8683" src-id="7378" dest-id="8669" weight="10.0"/> <connection id="8684" src-id="7379" dest-id="8669" weight="4.155617096162921"/> <connection id="8685" src-id="7380" dest-id="8669" weight="-4.708126633188607"/> <connection id="8686" src-id="7381" dest-id="8669" weight="-2.2261316762548864"/> <connection id="8687" src-id="7382" dest-id="8669" weight="-1.3299731797130616"/> <connection id="8688" src-id="7383" dest-id="8669" weight="2.6454012301593206"/> <connection id="8689" src-id="7384" dest-id="8669" weight="-8.288377793502425"/> <connection id="8690" src-id="7385" dest-id="8669" weight="-6.9736547644083275"/> <connection id="8691" src-id="7386" dest-id="8669" weight="-0.8127533833317879"/> <connection id="8692" src-id="7387" dest-id="8669" weight="3.2568580708526067"/> <connection id="8693" src-id="7388" dest-id="8669" weight="0.1516115602136785"/> <connection id="8694" src-id="7389" dest-id="8669" weight="-10.0"/> <connection id="8695" src-id="7390" dest-id="8669" weight="-5.953008695895294"/> <connection id="8696" src-id="7391" dest-id="8669" weight="1.003555261888752"/> <connection id="8698" src-id="7393" dest-id="8669" weight="5.093730565396277"/> <connection id="8699" src-id="7394" dest-id="8669" weight="-7.211413071051735"/> <connection id="8700" src-id="7395" dest-id="8669" weight="4.314903055297524"/> <connection id="8701" src-id="7396" dest-id="8669" weight="-5.789841411645924"/> <connection id="8702" src-id="7397" dest-id="8669" weight="-2.0597505688675346"/> <connection id="8703" src-id="7398" dest-id="8669" weight="6.99581625843601"/> <connection id="8704" src-id="7399" dest-id="8669" weight="-3.8055754459233797"/> <connection id="8705" src-id="7400" dest-id="8669" weight="7.441140845148955"/> <connection id="8706" src-id="7401" dest-id="8669" weight="-10.0"/> <connection id="8708" src-id="7403" dest-id="8669" weight="4.278773843872473"/> <connection id="8709" src-id="7404" dest-id="8669" weight="-3.3297172321422144"/> <connection id="8710" src-id="7405" dest-id="8669" weight="8.381956906951428"/> <connection id="8711" src-id="7406" dest-id="8669" weight="-4.355187692254594"/> <connection id="8712" src-id="7407" dest-id="8669" weight="-1.8621777478984782"/> <connection id="8713" src-id="7408" dest-id="8669" weight="3.7733281824827367"/> <connection id="8714" src-id="7409" dest-id="8669" weight="6.986346516603495"/> <connection id="8715" src-id="7410" dest-id="8669" weight="-4.424004168339874"/> <connection id="8716" src-id="7411" dest-id="8669" weight="-0.49170104352545163"/> <connection id="8717" src-id="7412" dest-id="8669" weight="-8.365591055851624"/> <connection id="8719" src-id="7414" dest-id="8669" weight="3.1287829548704926"/> <connection id="8720" src-id="7415" dest-id="8669" weight="-1.3364622912542776"/> <connection id="8721" src-id="7416" dest-id="8669" weight="-6.02474061522827"/> <connection id="8722" src-id="7417" dest-id="8669" weight="6.888920417712252"/> <connection id="8724" src-id="7419" dest-id="8669" weight="-2.9211426666091023"/> <connection id="8725" src-id="7420" dest-id="8669" weight="-3.569151430621886"/> <connection id="8726" src-id="7421" dest-id="8669" weight="-3.5798941591555424"/> <connection id="8727" src-id="7422" dest-id="8669" weight="-10.0"/> <connection id="8728" src-id="7423" dest-id="8669" weight="-4.973088771295594"/> <connection id="8729" src-id="7424" dest-id="8669" weight="4.548872346641488"/> <connection id="8730" src-id="7425" dest-id="8669" weight="-5.5876451670214635"/> <connection id="8731" src-id="7426" dest-id="8669" weight="1.4530746055963109"/> <connection id="8732" src-id="7427" dest-id="8669" weight="0.9614141808343577"/> <connection id="8734" src-id="7429" dest-id="8669" weight="2.4240345825628244"/> <connection id="8735" src-id="7430" dest-id="8669" weight="4.6258808114459296"/> <connection id="8736" src-id="7431" dest-id="8669" weight="2.206492432492166"/> <connection id="8737" src-id="7432" dest-id="8669" weight="-6.230727694833725"/> <connection id="8738" src-id="7433" dest-id="8669" weight="-5.870239851413869"/> <connection id="8739" src-id="7434" dest-id="8669" weight="10.0"/> <connection id="8740" src-id="7435" dest-id="8669" weight="1.0479376158808904"/> <connection id="8741" src-id="7436" dest-id="8669" weight="0.21988603707705456"/> <connection id="8742" src-id="7437" dest-id="8669" weight="5.255293085438532"/> <connection id="8743" src-id="7438" dest-id="8669" weight="1.0441479133802973"/> <connection id="8744" src-id="7439" dest-id="8669" weight="0.656881288371156"/> <connection id="8745" src-id="7440" dest-id="8669" weight="0.5582172648670689"/> <connection id="8746" src-id="7441" dest-id="8669" weight="2.79180736173639"/> <connection id="8747" src-id="7442" dest-id="8669" weight="1.8698743587338118"/> <connection id="8748" src-id="7443" dest-id="8669" weight="10.0"/> <connection id="8749" src-id="7444" dest-id="8669" weight="2.8294169386084755"/> <connection id="8750" src-id="7445" dest-id="8669" weight="-10.0"/> <connection id="8751" src-id="7446" dest-id="8669" weight="6.276432437449932"/> <connection id="8752" src-id="7447" dest-id="8669" weight="-10.0"/> <connection id="8753" src-id="7448" dest-id="8669" weight="10.0"/> <connection id="8754" src-id="7449" dest-id="8669" weight="-5.557227928225154"/> <connection id="8755" src-id="7450" dest-id="8669" weight="3.452674673705229"/> <neuron id="8756" type="out" activation="sigmoid"/> <connection id="8757" src-id="7365" dest-id="8756" weight="-9.335266497914393"/> <connection id="8759" src-id="7367" dest-id="8756" weight="-10.0"/> <connection id="8760" src-id="7368" dest-id="8756" weight="10.0"/> <connection id="8761" src-id="7369" dest-id="8756" weight="4.971461780650973"/> <connection id="8762" src-id="7370" dest-id="8756" weight="-6.751277789126905"/> <connection id="8763" src-id="7371" dest-id="8756" weight="-10.0"/> <connection id="8764" src-id="7372" dest-id="8756" weight="7.966268820715506"/> <connection id="8765" src-id="7373" dest-id="8756" weight="4.79362281030334"/> <connection id="8766" src-id="7374" dest-id="8756" weight="2.3723219045533046"/> <connection id="8767" src-id="7375" dest-id="8756" weight="-5.85773007787743"/> <connection id="8768" src-id="7376" dest-id="8756" weight="-2.5237343047117644"/> <connection id="8769" src-id="7377" dest-id="8756" weight="-8.423777466730359"/> <connection id="8770" src-id="7378" dest-id="8756" weight="2.720803726848047"/> <connection id="8771" src-id="7379" dest-id="8756" weight="-2.7239771671548088"/> <connection id="8772" src-id="7380" dest-id="8756" weight="-3.9770316262219674"/> <connection id="8773" src-id="7381" dest-id="8756" weight="5.880469796197611"/> <connection id="8774" src-id="7382" dest-id="8756" weight="-10.0"/> <connection id="8776" src-id="7384" dest-id="8756" weight="4.51714206982417"/> <connection id="8777" src-id="7385" dest-id="8756" weight="7.703373296464299"/> <connection id="8778" src-id="7386" dest-id="8756" weight="5.027704334989961"/> <connection id="8779" src-id="7387" dest-id="8756" weight="4.991198349255215"/> <connection id="8780" src-id="7388" dest-id="8756" weight="-0.17740446185749192"/> <connection id="8782" src-id="7390" dest-id="8756" weight="-4.2618271621651775"/> <connection id="8783" src-id="7391" dest-id="8756" weight="4.239761984678475"/> <connection id="8784" src-id="7392" dest-id="8756" weight="7.963361799553203"/> <connection id="8787" src-id="7395" dest-id="8756" weight="-1.295377914993429"/> <connection id="8788" src-id="7396" dest-id="8756" weight="-5.667133666617454"/> <connection id="8789" src-id="7397" dest-id="8756" weight="-6.425844127585153"/> <connection id="8790" src-id="7398" dest-id="8756" weight="-4.375014961885961"/> <connection id="8792" src-id="7400" dest-id="8756" weight="2.039916338208063"/> <connection id="8795" src-id="7403" dest-id="8756" weight="1.8626909867115193"/> <connection id="8796" src-id="7404" dest-id="8756" weight="8.972581675460743"/> <connection id="8798" src-id="7406" dest-id="8756" weight="-8.252965789813212"/> <connection id="8799" src-id="7407" dest-id="8756" weight="-2.416206568503931"/> <connection id="8800" src-id="7408" dest-id="8756" weight="-10.0"/> <connection id="8801" src-id="7409" dest-id="8756" weight="-8.702279848995817"/> <connection id="8802" src-id="7410" dest-id="8756" weight="10.0"/> <connection id="8803" src-id="7411" dest-id="8756" weight="-3.623888844240664"/> <connection id="8804" src-id="7412" dest-id="8756" weight="-3.0510056882339747"/> <connection id="8805" src-id="7413" dest-id="8756" weight="-5.622455161102335"/> <connection id="8806" src-id="7414" dest-id="8756" weight="-1.0954617033875853"/> <connection id="8808" src-id="7416" dest-id="8756" weight="-2.720750139435422"/> <connection id="8809" src-id="7417" dest-id="8756" weight="6.541187154078508"/> <connection id="8810" src-id="7418" dest-id="8756" weight="-2.4482302795556254"/> <connection id="8811" src-id="7419" dest-id="8756" weight="1.5718298757700442"/> <connection id="8813" src-id="7421" dest-id="8756" weight="5.339018495659994"/> <connection id="8814" src-id="7422" dest-id="8756" weight="-3.553696032290489"/> <connection id="8815" src-id="7423" dest-id="8756" weight="-4.957298699372742"/> <connection id="8816" src-id="7424" dest-id="8756" weight="-1.4985788507793747"/> <connection id="8817" src-id="7425" dest-id="8756" weight="5.8350336849025854"/> <connection id="8818" src-id="7426" dest-id="8756" weight="-5.061379521727597"/> <connection id="8819" src-id="7427" dest-id="8756" weight="2.809359978278224"/> <connection id="8820" src-id="7428" dest-id="8756" weight="9.661553026834465"/> <connection id="8821" src-id="7429" dest-id="8756" weight="-4.28073710963752"/> <connection id="8822" src-id="7430" dest-id="8756" weight="-5.373391799766845"/> <connection id="8824" src-id="7432" dest-id="8756" weight="2.072404471751543"/> <connection id="8825" src-id="7433" dest-id="8756" weight="-9.345020739118334"/> <connection id="8826" src-id="7434" dest-id="8756" weight="-0.12353115533893749"/> <connection id="8827" src-id="7435" dest-id="8756" weight="4.847246545384279"/> <connection id="8828" src-id="7436" dest-id="8756" weight="-7.575376491970245"/> <connection id="8829" src-id="7437" dest-id="8756" weight="-2.897899731908991"/> <connection id="8831" src-id="7439" dest-id="8756" weight="-1.0578921547667122"/> <connection id="8832" src-id="7440" dest-id="8756" weight="-10.0"/> <connection id="8834" src-id="7442" dest-id="8756" weight="1.1439646082133184"/> <connection id="8835" src-id="7443" dest-id="8756" weight="-10.0"/> <connection id="8836" src-id="7444" dest-id="8756" weight="2.380097442448617"/> <connection id="8837" src-id="7445" dest-id="8756" weight="5.296046488201315"/> <connection id="8838" src-id="7446" dest-id="8756" weight="-2.5804816759921647"/> <connection id="8839" src-id="7447" dest-id="8756" weight="-3.345717002199137"/> <connection id="8840" src-id="7448" dest-id="8756" weight="-0.188089717090408"/> <connection id="8841" src-id="7449" dest-id="8756" weight="-3.3763931411996815"/> <neuron id="8843" type="out" activation="sigmoid"/> <connection id="8844" src-id="7365" dest-id="8843" weight="8.273488395471958"/> <connection id="8845" src-id="7366" dest-id="8843" weight="-8.658155785179742"/> <connection id="8846" src-id="7367" dest-id="8843" weight="-3.983732950430833"/> <connection id="8847" src-id="7368" dest-id="8843" weight="-0.4534682281890714"/> <connection id="8848" src-id="7369" dest-id="8843" weight="-1.3120107552304299"/> <connection id="8849" src-id="7370" dest-id="8843" weight="-3.035547064876554"/> <connection id="8850" src-id="7371" dest-id="8843" weight="1.0562536415997235"/> <connection id="8851" src-id="7372" dest-id="8843" weight="-6.6555149758225465"/> <connection id="8853" src-id="7374" dest-id="8843" weight="-0.991953722214787"/> <connection id="8854" src-id="7375" dest-id="8843" weight="0.7093662433340953"/> <connection id="8855" src-id="7376" dest-id="8843" weight="-9.71117283012438"/> <connection id="8856" src-id="7377" dest-id="8843" weight="-8.190112385317368"/> <connection id="8857" src-id="7378" dest-id="8843" weight="-3.4476437480400346"/> <connection id="8858" src-id="7379" dest-id="8843" weight="6.12635415115887"/> <connection id="8859" src-id="7380" dest-id="8843" weight="4.071137107401892"/> <connection id="8860" src-id="7381" dest-id="8843" weight="6.944071119258224"/> <connection id="8861" src-id="7382" dest-id="8843" weight="9.902877598706311"/> <connection id="8862" src-id="7383" dest-id="8843" weight="2.7622060414927496"/> <connection id="8863" src-id="7384" dest-id="8843" weight="-1.9288237220069768"/> <connection id="8864" src-id="7385" dest-id="8843" weight="3.776146436927572"/> <connection id="8866" src-id="7387" dest-id="8843" weight="5.226716263350413"/> <connection id="8867" src-id="7388" dest-id="8843" weight="-2.066025359946136"/> <connection id="8868" src-id="7389" dest-id="8843" weight="-2.3764794810680616"/> <connection id="8869" src-id="7390" dest-id="8843" weight="0.2568051830212488"/> <connection id="8870" src-id="7391" dest-id="8843" weight="1.605550863317263"/> <connection id="8871" src-id="7392" dest-id="8843" weight="0.3491505751917263"/> <connection id="8872" src-id="7393" dest-id="8843" weight="-1.7181581934678865"/> <connection id="8873" src-id="7394" dest-id="8843" weight="3.7783393721459273"/> <connection id="8874" src-id="7395" dest-id="8843" weight="-5.645999936583458"/> <connection id="8875" src-id="7396" dest-id="8843" weight="-2.9182634939939565"/> <connection id="8877" src-id="7398" dest-id="8843" weight="3.7331762007363456"/> <connection id="8878" src-id="7399" dest-id="8843" weight="0.825202913827014"/> <connection id="8879" src-id="7400" dest-id="8843" weight="9.19941994932241"/> <connection id="8880" src-id="7401" dest-id="8843" weight="-6.547812925129625"/> <connection id="8882" src-id="7403" dest-id="8843" weight="5.095720632285187"/> <connection id="8884" src-id="7405" dest-id="8843" weight="0.9514273815414682"/> <connection id="8885" src-id="7406" dest-id="8843" weight="-6.491902664485164"/> <connection id="8886" src-id="7407" dest-id="8843" weight="2.6214766693500575"/> <connection id="8887" src-id="7408" dest-id="8843" weight="-8.839002863805641"/> <connection id="8888" src-id="7409" dest-id="8843" weight="-6.234819411966589"/> <connection id="8889" src-id="7410" dest-id="8843" weight="0.20513536341947036"/> <connection id="8890" src-id="7411" dest-id="8843" weight="-1.948767298580412"/> <connection id="8891" src-id="7412" dest-id="8843" weight="-10.0"/> <connection id="8892" src-id="7413" dest-id="8843" weight="1.8914297051316735"/> <connection id="8893" src-id="7414" dest-id="8843" weight="1.9413742391840318"/> <connection id="8894" src-id="7415" dest-id="8843" weight="2.716543635529906"/> <connection id="8895" src-id="7416" dest-id="8843" weight="0.9884372685822558"/> <connection id="8896" src-id="7417" dest-id="8843" weight="-0.32633500542553007"/> <connection id="8897" src-id="7418" dest-id="8843" weight="8.544058445926508"/> <connection id="8898" src-id="7419" dest-id="8843" weight="5.305903461004283"/> <connection id="8899" src-id="7420" dest-id="8843" weight="10.0"/> <connection id="8900" src-id="7421" dest-id="8843" weight="-4.6560895611573265"/> <connection id="8901" src-id="7422" dest-id="8843" weight="-8.720782417880827"/> <connection id="8902" src-id="7423" dest-id="8843" weight="-10.0"/> <connection id="8903" src-id="7424" dest-id="8843" weight="4.637306397808064"/> <connection id="8904" src-id="7425" dest-id="8843" weight="-2.0798215482742064"/> <connection id="8905" src-id="7426" dest-id="8843" weight="-1.7935064903152877"/> <connection id="8906" src-id="7427" dest-id="8843" weight="4.735019585838189"/> <connection id="8907" src-id="7428" dest-id="8843" weight="-2.0414131909200735"/> <connection id="8910" src-id="7431" dest-id="8843" weight="-1.6472928239649653"/> <connection id="8911" src-id="7432" dest-id="8843" weight="8.366002721370911"/> <connection id="8912" src-id="7433" dest-id="8843" weight="4.040081794776123"/> <connection id="8913" src-id="7434" dest-id="8843" weight="6.0812161593375915"/> <connection id="8914" src-id="7435" dest-id="8843" weight="5.87123584304804"/> <connection id="8916" src-id="7437" dest-id="8843" weight="0.9889632549027751"/> <connection id="8917" src-id="7438" dest-id="8843" weight="6.7482708894697065"/> <connection id="8918" src-id="7439" dest-id="8843" weight="-10.0"/> <connection id="8919" src-id="7440" dest-id="8843" weight="1.5517798424320364"/> <connection id="8920" src-id="7441" dest-id="8843" weight="0.8201002048205358"/> <connection id="8921" src-id="7442" dest-id="8843" weight="8.339703226289942"/> <connection id="8926" src-id="7447" dest-id="8843" weight="-10.0"/> <connection id="8929" src-id="7450" dest-id="8843" weight="-10.0"/> <neuron id="8930" type="out" activation="sigmoid"/> <connection id="8931" src-id="7365" dest-id="8930" weight="-1.2395927911859117"/> <connection id="8932" src-id="7366" dest-id="8930" weight="-4.015590314346242"/> <connection id="8933" src-id="7367" dest-id="8930" weight="7.4416837972413425"/> <connection id="8934" src-id="7368" dest-id="8930" weight="1.5723412648018444"/> <connection id="8935" src-id="7369" dest-id="8930" weight="-6.862319345201866"/> <connection id="8936" src-id="7370" dest-id="8930" weight="8.326866757088865"/> <connection id="8937" src-id="7371" dest-id="8930" weight="2.2848907090870636"/> <connection id="8938" src-id="7372" dest-id="8930" weight="3.7924747869314146"/> <connection id="8939" src-id="7373" dest-id="8930" weight="4.086220638739828"/> <connection id="8941" src-id="7375" dest-id="8930" weight="6.2726911908774206"/> <connection id="8942" src-id="7376" dest-id="8930" weight="-5.018148580597536"/> <connection id="8943" src-id="7377" dest-id="8930" weight="2.476437546774046"/> <connection id="8944" src-id="7378" dest-id="8930" weight="3.9480500527428264"/> <connection id="8945" src-id="7379" dest-id="8930" weight="1.0644338912406082"/> <connection id="8947" src-id="7381" dest-id="8930" weight="9.230116199522303"/> <connection id="8948" src-id="7382" dest-id="8930" weight="7.528969974651365"/> <connection id="8949" src-id="7383" dest-id="8930" weight="-5.7129135107887095"/> <connection id="8950" src-id="7384" dest-id="8930" weight="-9.393812547719708"/> <connection id="8951" src-id="7385" dest-id="8930" weight="7.7071552523240765"/> <connection id="8952" src-id="7386" dest-id="8930" weight="-0.6895728618837449"/> <connection id="8953" src-id="7387" dest-id="8930" weight="1.598163058193904"/> <connection id="8954" src-id="7388" dest-id="8930" weight="-4.399525434578701"/> <connection id="8955" src-id="7389" dest-id="8930" weight="9.126049987000581"/> <connection id="8956" src-id="7390" dest-id="8930" weight="-4.387115450637467"/> <connection id="8957" src-id="7391" dest-id="8930" weight="2.734624331784045"/> <connection id="8958" src-id="7392" dest-id="8930" weight="4.419606037845735"/> <connection id="8959" src-id="7393" dest-id="8930" weight="-8.924285962578983"/> <connection id="8960" src-id="7394" dest-id="8930" weight="-5.934768784301298"/> <connection id="8961" src-id="7395" dest-id="8930" weight="-10.0"/> <connection id="8962" src-id="7396" dest-id="8930" weight="2.137773229797033"/> <connection id="8963" src-id="7397" dest-id="8930" weight="-3.5474725572791033"/> <connection id="8964" src-id="7398" dest-id="8930" weight="-0.5142719893991048"/> <connection id="8965" src-id="7399" dest-id="8930" weight="-1.4665098923147986"/> <connection id="8966" src-id="7400" dest-id="8930" weight="-2.8725157472264145"/> <connection id="8967" src-id="7401" dest-id="8930" weight="4.110705607806398"/> <connection id="8969" src-id="7403" dest-id="8930" weight="2.5907372077876567"/> <connection id="8970" src-id="7404" dest-id="8930" weight="9.897261748097623"/> <connection id="8971" src-id="7405" dest-id="8930" weight="-1.418646386726969"/> <connection id="8972" src-id="7406" dest-id="8930" weight="2.6529955783625647"/> <connection id="8973" src-id="7407" dest-id="8930" weight="0.44760120725742725"/> <connection id="8974" src-id="7408" dest-id="8930" weight="1.706438136768285"/> <connection id="8976" src-id="7410" dest-id="8930" weight="-1.908214823272906"/> <connection id="8977" src-id="7411" dest-id="8930" weight="1.3931038199893846"/> <connection id="8978" src-id="7412" dest-id="8930" weight="-3.3565366176239704"/> <connection id="8979" src-id="7413" dest-id="8930" weight="3.6752342225879064"/> <connection id="8980" src-id="7414" dest-id="8930" weight="-3.843049038521317"/> <connection id="8981" src-id="7415" dest-id="8930" weight="2.6932098497713293"/> <connection id="8982" src-id="7416" dest-id="8930" weight="2.052089660578832"/> <connection id="8983" src-id="7417" dest-id="8930" weight="3.3256511173062253"/> <connection id="8984" src-id="7418" dest-id="8930" weight="8.090778588396507"/> <connection id="8985" src-id="7419" dest-id="8930" weight="6.589560759381429"/> <connection id="8986" src-id="7420" dest-id="8930" weight="-9.580320222440358"/> <connection id="8987" src-id="7421" dest-id="8930" weight="9.559243904540427"/> <connection id="8988" src-id="7422" dest-id="8930" weight="10.0"/> <connection id="8990" src-id="7424" dest-id="8930" weight="4.997628809101943"/> <connection id="8991" src-id="7425" dest-id="8930" weight="-6.425753898993894"/> <connection id="8992" src-id="7426" dest-id="8930" weight="0.4974150793348344"/> <connection id="8993" src-id="7427" dest-id="8930" weight="6.500049453081183"/> <connection id="8994" src-id="7428" dest-id="8930" weight="0.5094679544789891"/> <connection id="8995" src-id="7429" dest-id="8930" weight="-3.7635444513085705"/> <connection id="8999" src-id="7433" dest-id="8930" weight="-2.659442895751335"/> <connection id="9001" src-id="7435" dest-id="8930" weight="3.1436492160476046"/> <connection id="9002" src-id="7436" dest-id="8930" weight="5.388319165047694"/> <connection id="9003" src-id="7437" dest-id="8930" weight="-1.3547710083428959"/> <connection id="9005" src-id="7439" dest-id="8930" weight="3.0239858685566414"/> <connection id="9006" src-id="7440" dest-id="8930" weight="-0.08647227643610078"/> <connection id="9007" src-id="7441" dest-id="8930" weight="-5.761399556073469"/> <connection id="9008" src-id="7442" dest-id="8930" weight="3.0055792860664603"/> <connection id="9009" src-id="7443" dest-id="8930" weight="1.9488417309806911"/> <connection id="9011" src-id="7445" dest-id="8930" weight="-1.960463030714012"/> <connection id="9013" src-id="7447" dest-id="8930" weight="5.6358708765950585"/> <connection id="9014" src-id="7448" dest-id="8930" weight="1.5529719726164244"/> <connection id="9015" src-id="7449" dest-id="8930" weight="-1.5266328058983754"/> <connection id="9016" src-id="7450" dest-id="8930" weight="8.994013074037452"/> <neuron id="9017" type="out" activation="sigmoid"/> <connection id="9019" src-id="7366" dest-id="9017" weight="-0.7356584355147794"/> <connection id="9020" src-id="7367" dest-id="9017" weight="8.79556458924136"/> <connection id="9021" src-id="7368" dest-id="9017" weight="-6.04124046784907"/> <connection id="9022" src-id="7369" dest-id="9017" weight="-0.2389712967744863"/> <connection id="9023" src-id="7370" dest-id="9017" weight="-5.570755766069313"/> <connection id="9024" src-id="7371" dest-id="9017" weight="-0.9249188502555845"/> <connection id="9025" src-id="7372" dest-id="9017" weight="-8.277270505117121"/> <connection id="9028" src-id="7375" dest-id="9017" weight="-1.0826320767870157"/> <connection id="9030" src-id="7377" dest-id="9017" weight="-7.530794430040884"/> <connection id="9031" src-id="7378" dest-id="9017" weight="10.0"/> <connection id="9032" src-id="7379" dest-id="9017" weight="7.583029754172233"/> <connection id="9034" src-id="7381" dest-id="9017" weight="3.9027743708642295"/> <connection id="9035" src-id="7382" dest-id="9017" weight="3.246076567364342"/> <connection id="9036" src-id="7383" dest-id="9017" weight="9.553080123326115"/> <connection id="9037" src-id="7384" dest-id="9017" weight="-4.089928568555433"/> <connection id="9038" src-id="7385" dest-id="9017" weight="1.5025901275651463"/> <connection id="9039" src-id="7386" dest-id="9017" weight="7.503227356205869"/> <connection id="9040" src-id="7387" dest-id="9017" weight="-8.547981237757197"/> <connection id="9041" src-id="7388" dest-id="9017" weight="-0.9834294160374715"/> <connection id="9043" src-id="7390" dest-id="9017" weight="-1.3948630364145713"/> <connection id="9044" src-id="7391" dest-id="9017" weight="-3.2323494936290533"/> <connection id="9045" src-id="7392" dest-id="9017" weight="9.030039465519282"/> <connection id="9047" src-id="7394" dest-id="9017" weight="-0.6218079584072874"/> <connection id="9048" src-id="7395" dest-id="9017" weight="5.516315516019288"/> <connection id="9049" src-id="7396" dest-id="9017" weight="-3.4947567863448343"/> <connection id="9050" src-id="7397" dest-id="9017" weight="4.254323743906857"/> <connection id="9051" src-id="7398" dest-id="9017" weight="-0.3205090374968994"/> <connection id="9052" src-id="7399" dest-id="9017" weight="7.857660068065476"/> <connection id="9054" src-id="7401" dest-id="9017" weight="0.4580141558031331"/> <connection id="9055" src-id="7402" dest-id="9017" weight="0.4866954311591092"/> <connection id="9056" src-id="7403" dest-id="9017" weight="-2.955809572832263"/> <connection id="9057" src-id="7404" dest-id="9017" weight="1.815612848445618"/> <connection id="9058" src-id="7405" dest-id="9017" weight="-6.924607001475533"/> <connection id="9059" src-id="7406" dest-id="9017" weight="-7.4515739305948605"/> <connection id="9061" src-id="7408" dest-id="9017" weight="5.543344618577812"/> <connection id="9062" src-id="7409" dest-id="9017" weight="9.767831880862369"/> <connection id="9063" src-id="7410" dest-id="9017" weight="5.03985637606635"/> <connection id="9066" src-id="7413" dest-id="9017" weight="-4.081120468456415"/> <connection id="9067" src-id="7414" dest-id="9017" weight="0.9366207969442084"/> <connection id="9068" src-id="7415" dest-id="9017" weight="-4.398549917334932"/> <connection id="9069" src-id="7416" dest-id="9017" weight="-1.4968176897390388"/> <connection id="9070" src-id="7417" dest-id="9017" weight="-3.8077450811478686"/> <connection id="9071" src-id="7418" dest-id="9017" weight="-1.8766862162137479"/> <connection id="9072" src-id="7419" dest-id="9017" weight="9.318127710156764"/> <connection id="9073" src-id="7420" dest-id="9017" weight="5.347072808756432"/> <connection id="9074" src-id="7421" dest-id="9017" weight="-2.681335604695457"/> <connection id="9075" src-id="7422" dest-id="9017" weight="2.4064516990912956"/> <connection id="9077" src-id="7424" dest-id="9017" weight="-3.628785315307131"/> <connection id="9079" src-id="7426" dest-id="9017" weight="-8.69791603126161"/> <connection id="9080" src-id="7427" dest-id="9017" weight="3.0709221930408446"/> <connection id="9081" src-id="7428" dest-id="9017" weight="-6.079088339017302"/> <connection id="9082" src-id="7429" dest-id="9017" weight="9.83466675892229"/> <connection id="9083" src-id="7430" dest-id="9017" weight="9.373874323446653"/> <connection id="9084" src-id="7431" dest-id="9017" weight="-10.0"/> <connection id="9085" src-id="7432" dest-id="9017" weight="-1.450603519067695"/> <connection id="9086" src-id="7433" dest-id="9017" weight="-1.8219196205582904"/> <connection id="9087" src-id="7434" dest-id="9017" weight="0.2640490135833879"/> <connection id="9088" src-id="7435" dest-id="9017" weight="4.814503064159146"/> <connection id="9089" src-id="7436" dest-id="9017" weight="-3.6187247951011496"/> <connection id="9090" src-id="7437" dest-id="9017" weight="-1.7277253746284704"/> <connection id="9091" src-id="7438" dest-id="9017" weight="4.259750049953458"/> <connection id="9092" src-id="7439" dest-id="9017" weight="4.068704947303437"/> <connection id="9093" src-id="7440" dest-id="9017" weight="-2.7200314473381595"/> <connection id="9096" src-id="7443" dest-id="9017" weight="-3.765372743441567"/> <connection id="9098" src-id="7445" dest-id="9017" weight="-5.286877880347973"/> <connection id="9099" src-id="7446" dest-id="9017" weight="-7.642108983403245"/> <connection id="9100" src-id="7447" dest-id="9017" weight="7.272237954962254"/> <connection id="9101" src-id="7448" dest-id="9017" weight="-8.077261084347551"/> <connection id="9102" src-id="7449" dest-id="9017" weight="-4.531197154166114"/> <connection id="9103" src-id="7450" dest-id="9017" weight="8.546266671296674"/> <neuron id="9104" type="out" activation="sigmoid"/> <connection id="9105" src-id="7365" dest-id="9104" weight="-10.0"/> <connection id="9106" src-id="7366" dest-id="9104" weight="2.9052562769568797"/> <connection id="9107" src-id="7367" dest-id="9104" weight="-5.763200257160701"/> <connection id="9109" src-id="7369" dest-id="9104" weight="-3.4472184970844317"/> <connection id="9111" src-id="7371" dest-id="9104" weight="2.1671676568863045"/> <connection id="9112" src-id="7372" dest-id="9104" weight="-5.133729792129775"/> <connection id="9113" src-id="7373" dest-id="9104" weight="-8.85994136570521"/> <connection id="9114" src-id="7374" dest-id="9104" weight="-4.7120419265775135"/> <connection id="9115" src-id="7375" dest-id="9104" weight="5.508618937926787"/> <connection id="9116" src-id="7376" dest-id="9104" weight="-3.1820743812437087"/> <connection id="9117" src-id="7377" dest-id="9104" weight="2.345847362173821"/> <connection id="9118" src-id="7378" dest-id="9104" weight="6.799964333799802"/> <connection id="9119" src-id="7379" dest-id="9104" weight="-2.013500887191139"/> <connection id="9120" src-id="7380" dest-id="9104" weight="-4.73067958740381"/> <connection id="9121" src-id="7381" dest-id="9104" weight="-6.717459862751649"/> <connection id="9122" src-id="7382" dest-id="9104" weight="2.9343103883171158"/> <connection id="9123" src-id="7383" dest-id="9104" weight="-6.59606154893969"/> <connection id="9124" src-id="7384" dest-id="9104" weight="0.4395308240032484"/> <connection id="9125" src-id="7385" dest-id="9104" weight="7.51085389406478"/> <connection id="9126" src-id="7386" dest-id="9104" weight="6.149043683037728"/> <connection id="9127" src-id="7387" dest-id="9104" weight="-0.7781565952984414"/> <connection id="9128" src-id="7388" dest-id="9104" weight="-4.897108636417033"/> <connection id="9129" src-id="7389" dest-id="9104" weight="-2.772092292514169"/> <connection id="9130" src-id="7390" dest-id="9104" weight="-8.325364526201358"/> <connection id="9131" src-id="7391" dest-id="9104" weight="-3.0684014627296694"/> <connection id="9132" src-id="7392" dest-id="9104" weight="4.8334290678621885"/> <connection id="9133" src-id="7393" dest-id="9104" weight="0.5658897507318363"/> <connection id="9134" src-id="7394" dest-id="9104" weight="-3.365925226879192"/> <connection id="9135" src-id="7395" dest-id="9104" weight="1.2602890272023406"/> <connection id="9136" src-id="7396" dest-id="9104" weight="3.1666109831560876"/> <connection id="9137" src-id="7397" dest-id="9104" weight="6.639388462978315"/> <connection id="9138" src-id="7398" dest-id="9104" weight="-2.1013005919391436"/> <connection id="9139" src-id="7399" dest-id="9104" weight="2.449142519680503"/> <connection id="9140" src-id="7400" dest-id="9104" weight="-0.3207797042081024"/> <connection id="9141" src-id="7401" dest-id="9104" weight="9.724115438224127"/> <connection id="9142" src-id="7402" dest-id="9104" weight="2.9690579801017027"/> <connection id="9143" src-id="7403" dest-id="9104" weight="-1.4599532670488478"/> <connection id="9144" src-id="7404" dest-id="9104" weight="-4.471166657501895"/> <connection id="9145" src-id="7405" dest-id="9104" weight="3.731238409052214"/> <connection id="9147" src-id="7407" dest-id="9104" weight="5.792705293235611"/> <connection id="9148" src-id="7408" dest-id="9104" weight="9.325043388584792"/> <connection id="9149" src-id="7409" dest-id="9104" weight="-8.378679670524678"/> <connection id="9150" src-id="7410" dest-id="9104" weight="1.596973565329456"/> <connection id="9151" src-id="7411" dest-id="9104" weight="-1.9889335574840437"/> <connection id="9152" src-id="7412" dest-id="9104" weight="2.6128605451062503"/> <connection id="9154" src-id="7414" dest-id="9104" weight="8.474451656918914"/> <connection id="9155" src-id="7415" dest-id="9104" weight="-7.875006887474935"/> <connection id="9156" src-id="7416" dest-id="9104" weight="2.4284516188798864"/> <connection id="9157" src-id="7417" dest-id="9104" weight="4.349436726093541"/> <connection id="9159" src-id="7419" dest-id="9104" weight="1.1755652667335872"/> <connection id="9160" src-id="7420" dest-id="9104" weight="-6.945277039597936"/> <connection id="9161" src-id="7421" dest-id="9104" weight="-4.445919260331495"/> <connection id="9162" src-id="7422" dest-id="9104" weight="3.6874863809867673"/> <connection id="9163" src-id="7423" dest-id="9104" weight="-2.004856750959299"/> <connection id="9164" src-id="7424" dest-id="9104" weight="-0.9113717853743526"/> <connection id="9165" src-id="7425" dest-id="9104" weight="1.2345826630323538"/> <connection id="9166" src-id="7426" dest-id="9104" weight="-1.1979676332781053"/> <connection id="9167" src-id="7427" dest-id="9104" weight="6.636506330915855"/> <connection id="9169" src-id="7429" dest-id="9104" weight="-5.700561983987297"/> <connection id="9170" src-id="7430" dest-id="9104" weight="-9.656882479753099"/> <connection id="9171" src-id="7431" dest-id="9104" weight="9.784256047301067"/> <connection id="9172" src-id="7432" dest-id="9104" weight="-7.064978241113019"/> <connection id="9173" src-id="7433" dest-id="9104" weight="-10.0"/> <connection id="9174" src-id="7434" dest-id="9104" weight="-2.4610702255705035"/> <connection id="9176" src-id="7436" dest-id="9104" weight="-7.308948569164067"/> <connection id="9177" src-id="7437" dest-id="9104" weight="9.162957776751831"/> <connection id="9178" src-id="7438" dest-id="9104" weight="0.5127947964421503"/> <connection id="9180" src-id="7440" dest-id="9104" weight="8.473521972269417"/> <connection id="9181" src-id="7441" dest-id="9104" weight="6.619686309671686"/> <connection id="9182" src-id="7442" dest-id="9104" weight="2.278164173446557"/> <connection id="9183" src-id="7443" dest-id="9104" weight="2.9214083153343133"/> <connection id="9184" src-id="7444" dest-id="9104" weight="0.05580818402401544"/> <connection id="9187" src-id="7447" dest-id="9104" weight="6.2666076729660585"/> <connection id="9188" src-id="7448" dest-id="9104" weight="-6.285305878797407"/> <connection id="9189" src-id="7449" dest-id="9104" weight="-9.565778891728826"/> <connection id="9190" src-id="7450" dest-id="9104" weight="-6.581608039655682"/> <neuron id="9191" type="out" activation="sigmoid"/> <connection id="9193" src-id="7366" dest-id="9191" weight="-5.4078778925720945"/> <connection id="9194" src-id="7367" dest-id="9191" weight="2.3499253598035206"/> <connection id="9195" src-id="7368" dest-id="9191" weight="-9.542645369906316"/> <connection id="9196" src-id="7369" dest-id="9191" weight="-6.056865901629575"/> <connection id="9198" src-id="7371" dest-id="9191" weight="-5.440574068147962"/> <connection id="9199" src-id="7372" dest-id="9191" weight="-3.550932166591163"/> <connection id="9200" src-id="7373" dest-id="9191" weight="0.3773649349504451"/> <connection id="9201" src-id="7374" dest-id="9191" weight="-3.3667319452998417"/> <connection id="9202" src-id="7375" dest-id="9191" weight="-2.175517674361418"/> <connection id="9203" src-id="7376" dest-id="9191" weight="-2.7946496495988384"/> <connection id="9204" src-id="7377" dest-id="9191" weight="4.081571987009692"/> <connection id="9205" src-id="7378" dest-id="9191" weight="-6.809948230856053"/> <connection id="9206" src-id="7379" dest-id="9191" weight="-5.335975220558017"/> <connection id="9207" src-id="7380" dest-id="9191" weight="2.4480236485353712"/> <connection id="9208" src-id="7381" dest-id="9191" weight="-5.929709886932237"/> <connection id="9209" src-id="7382" dest-id="9191" weight="-5.815601645268492"/> <connection id="9210" src-id="7383" dest-id="9191" weight="-4.323045970051815"/> <connection id="9211" src-id="7384" dest-id="9191" weight="5.590395538918553"/> <connection id="9212" src-id="7385" dest-id="9191" weight="-5.569125353191259"/> <connection id="9213" src-id="7386" dest-id="9191" weight="9.802606574697448"/> <connection id="9214" src-id="7387" dest-id="9191" weight="-0.4354058657358948"/> <connection id="9216" src-id="7389" dest-id="9191" weight="-5.430345378565969"/> <connection id="9218" src-id="7391" dest-id="9191" weight="0.02052047082090347"/> <connection id="9219" src-id="7392" dest-id="9191" weight="-0.2639196234877269"/> <connection id="9220" src-id="7393" dest-id="9191" weight="0.8737251013837684"/> <connection id="9221" src-id="7394" dest-id="9191" weight="2.9447165550255607"/> <connection id="9222" src-id="7395" dest-id="9191" weight="-1.0163901162046214"/> <connection id="9223" src-id="7396" dest-id="9191" weight="8.638715263007933"/> <connection id="9224" src-id="7397" dest-id="9191" weight="-0.651634846792303"/> <connection id="9226" src-id="7399" dest-id="9191" weight="-3.3038707319260245"/> <connection id="9227" src-id="7400" dest-id="9191" weight="2.8260255068845663"/> <connection id="9228" src-id="7401" dest-id="9191" weight="-4.447836876904847"/> <connection id="9229" src-id="7402" dest-id="9191" weight="-6.136006355575652"/> <connection id="9230" src-id="7403" dest-id="9191" weight="-8.74204345149944"/> <connection id="9231" src-id="7404" dest-id="9191" weight="-1.6227214243216375"/> <connection id="9232" src-id="7405" dest-id="9191" weight="6.93446749460405"/> <connection id="9234" src-id="7407" dest-id="9191" weight="-5.925415893043219"/> <connection id="9237" src-id="7410" dest-id="9191" weight="-5.35191066457186"/> <connection id="9238" src-id="7411" dest-id="9191" weight="-0.5599734685449658"/> <connection id="9239" src-id="7412" dest-id="9191" weight="1.599984160295601"/> <connection id="9240" src-id="7413" dest-id="9191" weight="-0.6506578992084013"/> <connection id="9241" src-id="7414" dest-id="9191" weight="3.888556313153388"/> <connection id="9242" src-id="7415" dest-id="9191" weight="0.26822982772685905"/> <connection id="9243" src-id="7416" dest-id="9191" weight="8.474002787494593"/> <connection id="9244" src-id="7417" dest-id="9191" weight="10.0"/> <connection id="9245" src-id="7418" dest-id="9191" weight="0.567502387383223"/> <connection id="9248" src-id="7421" dest-id="9191" weight="-8.308549396623643"/> <connection id="9249" src-id="7422" dest-id="9191" weight="9.29549537453191"/> <connection id="9250" src-id="7423" dest-id="9191" weight="-3.5709732582029026"/> <connection id="9251" src-id="7424" dest-id="9191" weight="0.7661068402749833"/> <connection id="9252" src-id="7425" dest-id="9191" weight="9.653567077805954"/> <connection id="9253" src-id="7426" dest-id="9191" weight="-2.0694334322256234"/> <connection id="9255" src-id="7428" dest-id="9191" weight="-7.0313528993935295"/> <connection id="9256" src-id="7429" dest-id="9191" weight="7.689203456751495"/> <connection id="9258" src-id="7431" dest-id="9191" weight="5.0837362662241965"/> <connection id="9259" src-id="7432" dest-id="9191" weight="-5.4460358458368265"/> <connection id="9260" src-id="7433" dest-id="9191" weight="-5.897541333707"/> <connection id="9262" src-id="7435" dest-id="9191" weight="9.841030242418327"/> <connection id="9263" src-id="7436" dest-id="9191" weight="8.186608957633664"/> <connection id="9265" src-id="7438" dest-id="9191" weight="-5.350239694453764"/> <connection id="9267" src-id="7440" dest-id="9191" weight="7.4294345163923925"/> <connection id="9268" src-id="7441" dest-id="9191" weight="7.32399536562348"/> <connection id="9269" src-id="7442" dest-id="9191" weight="-2.572194510989055"/> <connection id="9271" src-id="7444" dest-id="9191" weight="-1.4476083268243796"/> <connection id="9273" src-id="7446" dest-id="9191" weight="2.110357295510111"/> <connection id="9276" src-id="7449" dest-id="9191" weight="7.399072295064207"/> <connection id="9277" src-id="7450" dest-id="9191" weight="-3.722097626007633"/> <neuron id="9278" type="out" activation="sigmoid"/> <connection id="9282" src-id="7368" dest-id="9278" weight="1.0478575534391532"/> <connection id="9284" src-id="7370" dest-id="9278" weight="-4.307411888234908"/> <connection id="9285" src-id="7371" dest-id="9278" weight="6.457312023921064"/> <connection id="9286" src-id="7372" dest-id="9278" weight="9.872584445509661"/> <connection id="9288" src-id="7374" dest-id="9278" weight="1.1897494200694887"/> <connection id="9289" src-id="7375" dest-id="9278" weight="1.0687257295920172"/> <connection id="9290" src-id="7376" dest-id="9278" weight="4.152256698884798"/> <connection id="9292" src-id="7378" dest-id="9278" weight="2.448036140044226"/> <connection id="9293" src-id="7379" dest-id="9278" weight="1.0813836737360134"/> <connection id="9294" src-id="7380" dest-id="9278" weight="3.7900765869651716"/> <connection id="9295" src-id="7381" dest-id="9278" weight="5.903602955032517"/> <connection id="9296" src-id="7382" dest-id="9278" weight="-6.213061613893656"/> <connection id="9297" src-id="7383" dest-id="9278" weight="0.8316720779264886"/> <connection id="9298" src-id="7384" dest-id="9278" weight="-8.67575019053371"/> <connection id="9299" src-id="7385" dest-id="9278" weight="-6.2178394694666315"/> <connection id="9301" src-id="7387" dest-id="9278" weight="7.5313775573584145"/> <connection id="9302" src-id="7388" dest-id="9278" weight="-6.443430257972377"/> <connection id="9303" src-id="7389" dest-id="9278" weight="-1.0366587904938112"/> <connection id="9304" src-id="7390" dest-id="9278" weight="3.2924449018930453"/> <connection id="9305" src-id="7391" dest-id="9278" weight="-1.5999924081546353"/> <connection id="9306" src-id="7392" dest-id="9278" weight="-6.5826076116967425"/> <connection id="9308" src-id="7394" dest-id="9278" weight="-3.573403529513778"/> <connection id="9309" src-id="7395" dest-id="9278" weight="4.483220371280205"/> <connection id="9311" src-id="7397" dest-id="9278" weight="-4.613738463636199"/> <connection id="9312" src-id="7398" dest-id="9278" weight="-2.622905331348822"/> <connection id="9313" src-id="7399" dest-id="9278" weight="-8.37862859285292"/> <connection id="9314" src-id="7400" dest-id="9278" weight="-0.07174821992666502"/> <connection id="9315" src-id="7401" dest-id="9278" weight="-3.6601863069781118"/> <connection id="9317" src-id="7403" dest-id="9278" weight="-1.2918729554366015"/> <connection id="9318" src-id="7404" dest-id="9278" weight="0.4253201897036085"/> <connection id="9319" src-id="7405" dest-id="9278" weight="-7.018583694597475"/> <connection id="9320" src-id="7406" dest-id="9278" weight="7.2393984321072455"/> <connection id="9321" src-id="7407" dest-id="9278" weight="0.6883442889603181"/> <connection id="9322" src-id="7408" dest-id="9278" weight="2.8333679279700945"/> <connection id="9323" src-id="7409" dest-id="9278" weight="5.0320656670254795"/> <connection id="9324" src-id="7410" dest-id="9278" weight="-1.2427496332160501"/> <connection id="9327" src-id="7413" dest-id="9278" weight="6.851121542800924"/> <connection id="9328" src-id="7414" dest-id="9278" weight="4.5878360011070045"/> <connection id="9329" src-id="7415" dest-id="9278" weight="-4.852790976024309"/> <connection id="9330" src-id="7416" dest-id="9278" weight="-5.214625186493203"/> <connection id="9332" src-id="7418" dest-id="9278" weight="-3.8094470112331718"/> <connection id="9333" src-id="7419" dest-id="9278" weight="7.769824642616217"/> <connection id="9334" src-id="7420" dest-id="9278" weight="-1.2296227242960136"/> <connection id="9335" src-id="7421" dest-id="9278" weight="2.7054590558477765"/> <connection id="9336" src-id="7422" dest-id="9278" weight="-2.3496318732242694"/> <connection id="9339" src-id="7425" dest-id="9278" weight="-5.1311364962351975"/> <connection id="9341" src-id="7427" dest-id="9278" weight="6.965682181478092"/> <connection id="9342" src-id="7428" dest-id="9278" weight="-2.3763749487685764"/> <connection id="9343" src-id="7429" dest-id="9278" weight="1.4956255483370684"/> <connection id="9345" src-id="7431" dest-id="9278" weight="-4.439811042405469"/> <connection id="9346" src-id="7432" dest-id="9278" weight="-0.8884397933185337"/> <connection id="9348" src-id="7434" dest-id="9278" weight="0.009963321118480528"/> <connection id="9349" src-id="7435" dest-id="9278" weight="1.2867052029069677"/> <connection id="9350" src-id="7436" dest-id="9278" weight="0.6807834419339698"/> <connection id="9351" src-id="7437" dest-id="9278" weight="10.0"/> <connection id="9352" src-id="7438" dest-id="9278" weight="3.0310752838168518"/> <connection id="9353" src-id="7439" dest-id="9278" weight="6.298673502013276"/> <connection id="9354" src-id="7440" dest-id="9278" weight="-0.5417719448479339"/> <connection id="9355" src-id="7441" dest-id="9278" weight="8.512942227605276"/> <connection id="9356" src-id="7442" dest-id="9278" weight="2.7023337583555884"/> <connection id="9357" src-id="7443" dest-id="9278" weight="-7.776796946079495"/> <connection id="9358" src-id="7444" dest-id="9278" weight="4.504250307044938"/> <connection id="9359" src-id="7445" dest-id="9278" weight="2.63563660742997"/> <connection id="9360" src-id="7446" dest-id="9278" weight="-0.5187093858010534"/> <connection id="9361" src-id="7447" dest-id="9278" weight="-4.901695261812943"/> <connection id="9362" src-id="7448" dest-id="9278" weight="3.2314612468661146"/> <connection id="9363" src-id="7449" dest-id="9278" weight="5.170025542919411"/> <connection id="9364" src-id="7450" dest-id="9278" weight="-2.353861569634652"/> <neuron id="9365" type="out" activation="sigmoid"/> <connection id="9366" src-id="7365" dest-id="9365" weight="-10.0"/> <connection id="9367" src-id="7366" dest-id="9365" weight="10.0"/> <connection id="9368" src-id="7367" dest-id="9365" weight="-4.647372068166626"/> <connection id="9369" src-id="7368" dest-id="9365" weight="9.096762793680323"/> <connection id="9371" src-id="7370" dest-id="9365" weight="0.1628948282657967"/> <connection id="9372" src-id="7371" dest-id="9365" weight="5.985763382282146"/> <connection id="9373" src-id="7372" dest-id="9365" weight="4.527396847822123"/> <connection id="9374" src-id="7373" dest-id="9365" weight="2.1700172031623097"/> <connection id="9375" src-id="7374" dest-id="9365" weight="3.027566590525502"/> <connection id="9376" src-id="7375" dest-id="9365" weight="-0.9696722248182996"/> <connection id="9378" src-id="7377" dest-id="9365" weight="3.01058677456022"/> <connection id="9379" src-id="7378" dest-id="9365" weight="-5.354409612203593"/> <connection id="9380" src-id="7379" dest-id="9365" weight="5.422923443107765"/> <connection id="9381" src-id="7380" dest-id="9365" weight="-4.243755062999478"/> <connection id="9382" src-id="7381" dest-id="9365" weight="8.519739814067083"/> <connection id="9383" src-id="7382" dest-id="9365" weight="-4.362506872071915"/> <connection id="9384" src-id="7383" dest-id="9365" weight="10.0"/> <connection id="9386" src-id="7385" dest-id="9365" weight="6.678483976727781"/> <connection id="9388" src-id="7387" dest-id="9365" weight="-2.7322055577029496"/> <connection id="9389" src-id="7388" dest-id="9365" weight="-5.247443753678644"/> <connection id="9391" src-id="7390" dest-id="9365" weight="6.35138323440933"/> <connection id="9392" src-id="7391" dest-id="9365" weight="2.448327191094148"/> <connection id="9393" src-id="7392" dest-id="9365" weight="1.7434063753968525"/> <connection id="9394" src-id="7393" dest-id="9365" weight="-5.228206882484825"/> <connection id="9395" src-id="7394" dest-id="9365" weight="-2.950339493035896"/> <connection id="9396" src-id="7395" dest-id="9365" weight="-5.620442709089158"/> <connection id="9397" src-id="7396" dest-id="9365" weight="-3.6814703671997036"/> <connection id="9398" src-id="7397" dest-id="9365" weight="1.0542344992877568"/> <connection id="9399" src-id="7398" dest-id="9365" weight="9.961764893117262"/> <connection id="9400" src-id="7399" dest-id="9365" weight="-10.0"/> <connection id="9402" src-id="7401" dest-id="9365" weight="-2.808478952989427"/> <connection id="9403" src-id="7402" dest-id="9365" weight="-6.204775721269504"/> <connection id="9404" src-id="7403" dest-id="9365" weight="-4.81787392991322"/> <connection id="9405" src-id="7404" dest-id="9365" weight="2.865074709020526"/> <connection id="9406" src-id="7405" dest-id="9365" weight="-2.106758625193701"/> <connection id="9407" src-id="7406" dest-id="9365" weight="1.8412105467936126"/> <connection id="9408" src-id="7407" dest-id="9365" weight="-5.167719300310713"/> <connection id="9409" src-id="7408" dest-id="9365" weight="-6.549769973215052"/> <connection id="9410" src-id="7409" dest-id="9365" weight="-4.6757944232689"/> <connection id="9411" src-id="7410" dest-id="9365" weight="0.5664240496553239"/> <connection id="9412" src-id="7411" dest-id="9365" weight="6.464976054348264"/> <connection id="9413" src-id="7412" dest-id="9365" weight="4.6137186168645705"/> <connection id="9414" src-id="7413" dest-id="9365" weight="-3.1677983513371597"/> <connection id="9416" src-id="7415" dest-id="9365" weight="10.0"/> <connection id="9417" src-id="7416" dest-id="9365" weight="4.5082607802115024"/> <connection id="9418" src-id="7417" dest-id="9365" weight="2.485529295252756"/> <connection id="9419" src-id="7418" dest-id="9365" weight="10.0"/> <connection id="9420" src-id="7419" dest-id="9365" weight="7.10741706135844"/> <connection id="9421" src-id="7420" dest-id="9365" weight="3.247425618924388"/> <connection id="9422" src-id="7421" dest-id="9365" weight="-1.8800448237931788"/> <connection id="9423" src-id="7422" dest-id="9365" weight="-6.168552291180301"/> <connection id="9424" src-id="7423" dest-id="9365" weight="-0.9425506080620965"/> <connection id="9425" src-id="7424" dest-id="9365" weight="-0.15779890897604254"/> <connection id="9426" src-id="7425" dest-id="9365" weight="1.3029101329921473"/> <connection id="9427" src-id="7426" dest-id="9365" weight="2.2611802215963794"/> <connection id="9428" src-id="7427" dest-id="9365" weight="8.117751824233716"/> <connection id="9429" src-id="7428" dest-id="9365" weight="-9.42076253491656"/> <connection id="9430" src-id="7429" dest-id="9365" weight="-6.51409916094231"/> <connection id="9431" src-id="7430" dest-id="9365" weight="-0.8481520149518484"/> <connection id="9432" src-id="7431" dest-id="9365" weight="3.7900605402704133"/> <connection id="9433" src-id="7432" dest-id="9365" weight="-3.4041247262308785"/> <connection id="9435" src-id="7434" dest-id="9365" weight="-9.77749444013904"/> <connection id="9436" src-id="7435" dest-id="9365" weight="-1.415328456130435"/> <connection id="9437" src-id="7436" dest-id="9365" weight="-4.913801190158244"/> <connection id="9438" src-id="7437" dest-id="9365" weight="2.1301925806050575"/> <connection id="9439" src-id="7438" dest-id="9365" weight="-5.436337472009549"/> <connection id="9440" src-id="7439" dest-id="9365" weight="-3.5765053583678643"/> <connection id="9441" src-id="7440" dest-id="9365" weight="-0.7909875053238533"/> <connection id="9443" src-id="7442" dest-id="9365" weight="10.0"/> <connection id="9444" src-id="7443" dest-id="9365" weight="-1.5875941399546334"/> <connection id="9445" src-id="7444" dest-id="9365" weight="-9.466402303758478"/> <connection id="9447" src-id="7446" dest-id="9365" weight="-7.739766663170561"/> <connection id="9448" src-id="7447" dest-id="9365" weight="8.59181757946363"/> <connection id="9449" src-id="7448" dest-id="9365" weight="-7.812552975740529"/> <connection id="9450" src-id="7449" dest-id="9365" weight="-8.03972917362092"/> <connection id="9451" src-id="7450" dest-id="9365" weight="4.435183165761784"/> <connection id="85539" src-id="7429" dest-id="7799" weight="-1.420069309977733"/> </chromosome>
78.281356
102
0.705806
d670c9e44967006f39da0a7f5a26470f1ad786fd
6,539
xml
XML
pom.xml
DianwodaCompany/vera
c3a123aeca85a730349018c4138d46438821d3a3
[ "Apache-2.0" ]
26
2019-09-30T08:54:41.000Z
2022-03-09T10:13:05.000Z
pom.xml
DianwodaCompany/vera
c3a123aeca85a730349018c4138d46438821d3a3
[ "Apache-2.0" ]
6
2021-12-14T20:42:02.000Z
2021-12-14T21:34:11.000Z
pom.xml
DianwodaCompany/vera
c3a123aeca85a730349018c4138d46438821d3a3
[ "Apache-2.0" ]
6
2019-10-11T06:37:18.000Z
2021-11-10T07:58:14.000Z
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.dianwoda.usercenter.vera</groupId> <artifactId>vera</artifactId> <version>0.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>vera</name> <url>https://github.com/DianwodaCompany/vera</url> <description>synchronization redis data between data centers</description> <organization> <name>Dianwoda, Inc.</name> <url>http://www.dianwoda.com</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/DianwodaCompany/vera/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/DianwodaCompany/vera</url> </ciManagement> <inceptionYear>2019</inceptionYear> <scm> <connection>scm:git:https://github.com/DianwodaCompany/vera.git</connection> <developerConnection>scm:git:git@github.com:DianwodaCompany/vera.git</developerConnection> <url>https://github.com/DianwodaCompany/vera</url> </scm> <developers> <developer> <id>Vera</id> <name>Vera</name> <url>https://github.com/DianwodaCompany/vera</url> <email>huangfeihong@dianwoda.com</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> <cobertura.version>2.1.1</cobertura.version> </properties> <modules> <module>piper</module> <module>remoting</module> <module>common</module> <module>namer-server</module> <module>store</module> </modules> <profiles> <profile> <!-- for travis usage --> <id>travis</id> <activation> <property> <name>env.TRAVIS</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>${cobertura-maven-plugin.version}</version> <dependencies> <dependency> <groupId>net.sourceforge.cobertura</groupId> <artifactId>cobertura</artifactId> <version>${cobertura.version}</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <configuration> <format>xml</format> <maxmem>256m</maxmem> <aggregate>true</aggregate> </configuration> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>4.3.0</version> </plugin> </plugins> </build> </profile> <profile> <!-- for open source usage --> <id>github</id> <properties> <package.environment>github</package.environment> </properties> <activation> <activeByDefault>true</activeByDefault> </activation> </profile> </profiles> <repositories> <repository> <id>Local Releases Repository</id> <name>Local Releases Repository</name> <url>http://nexus.nidianwo.com/nexus/content/repositories/releases</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>Local Snapshots Repository</id> <name>Local Snapshots Repository</name> <url>http://nexus.nidianwo.com/nexus/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>2.6.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.6.3</version> <scope>test</scope> </dependency> </dependencies> <!--<distributionManagement>--> <!--<repository>--> <!--<id>Releases</id>--> <!--<name>Local Nexus Repository</name>--> <!--<url>http://192.168.1.177:8081/nexus/content/repositories/releases</url>--> <!--</repository>--> <!--<snapshotRepository>--> <!--<id>Snapshots</id>--> <!--<name>Local Nexus Repository</name>--> <!--<url>http://192.168.1.177:8081/nexus/content/repositories/snapshots</url>--> <!--</snapshotRepository>--> <!--</distributionManagement>--> <distributionManagement> <repository> <id>Releases</id> <name>Local Nexus Repository</name> <url>http://nexus.nidianwo.com/nexus/content/repositories/releases</url> </repository> <snapshotRepository> <id>Snapshots</id> <name>Local Nexus Repository</name> <url>http://nexus.nidianwo.com/nexus/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> </project>
33.192893
104
0.55926
c4ac3be3a7e7f4410a2c73df42d8130f3d715e18
3,430
xml
XML
data/1867/12/02/DDD_ddd_010138339_mpeg21/DDD_010138339_0049_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/12/02/DDD_ddd_010138339_mpeg21/DDD_010138339_0049_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/12/02/DDD_ddd_010138339_mpeg21/DDD_010138339_0049_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title></title> <p>St. Paul- en Pacific-Spoorweg*. EERSTE AFDEELING. Namens de DIRECTIE wordt berigt, dat de COUPONS N°. 11 der EERSTE en N°. 5 der GECONSOLIBEERBE 7 pCt. HYPOTHECAIRE LEENINGEN, verschenen 1 December 1867, worden betaald te Londen bij H. H. ROBERT BENSON #¦ COMP., tot den Koers van 4Sh. per Dollar of £ 7 per Dollar 35. (28731) MATSCHAPPIJ TOTZOCTffINM, OP HET EILAND St. MARTIN. De Aandeelhouders worden op nieuw uitgenoodigd tot het bijwonen eener BUITENGEWONE ALGEMEENE VËRGAOERING, op Woensdag 4 December 1867, des avonds ten 7 ure in het Odeon, alhier. De te behandelen onderwerpen zijn: I°. Hetzelfde voor de vergadering van 18Nov. 1867 aangekondigd. 2°. De Verkiezing van twee Commissarissen, die voor de vergadering 8 Julij 11. is aang-ekondigd en toen is uitgesteld. Volgens de bepalingen der Statuten, zullen de besluiten, welko in deze Vergadering genomen worden, geldig zijn, hoe groot ook het getal der Vertegenwoordigde Aandeelen moge &apos;zijn. (28153) Amstekdam, 19 November 1867. BE BIRECTIE. J. OTTERBEEK, A. J. B. VAN WAIJENBURG, W. LEENDERTZ Cz., Johs. VALKENBURG, J. G. VAN GINKEL, J. G. OTTERBEEK, W. F. WESTERMANN, H. T. DUNNEWOLD, H. KROESE Je. en J. G. R. VAN GINKEL, Makelaars, zullen als lasthebbenden van hunne Meesters op BINGSBAG S BECEMBER 1867 , des Avonds ten zes Ure, in de Brakke Grond in de Nes, te Amsterdam, aan de meestbiedenden Verkoopen. 300 KISTEN GEMFMTE CHINEESCHE « -jßftfe BE Ét_ van het merk CHIJLOONG. (28306) Liggende en te zien als nader bij Notitie zal worden aangewezen. J. H. RICHARD, Makelaar, zal, ten overstaan van den Notaris J. DE MAN, op MAANBAG 16 BECEMBER 1867, des avonds ten 6 ure, in 2.2. BRAKKE GROND, in de Nes, te Amsterdam, presenteren te Verkoopen: Het kapitale, bijzonder hechte, sterke en weldoortimmerde HO OPMANSHUIS, TUIN en ERVE, staande en gelegen op de VIJZELGRACHT. tusschen de Noorder- en Nieuwe Looijersstraten, AA 70. Breeder bg Billetten omschreven en te bezigtigen des Dingsdags, Donderdags en op den Verkoopdag, van 2 tot 4 ure, op vertooning van een Toeganghillet, door genoemden Makelaar onderteekend. De Bewijzen van Eigendom en de Veilconditiën zullen vierdagen vóór en op,den Verkoopdag, des voormiddags, ter inzage liggen, ten Kantore van genoemden Notaris. .(28492) TIE HUUIi. Voor ƒ 750 biedt men TE HUUR op den Oudezijds Voorburgwal een HUIS aan, bevattende 8 Kamers, Meidenkamer en Keuken, voorzien van Gaz-en Waterleiding, desverkiezende ook met den Pakkelder voor ƒ 840. Adres lett. L.N. bij GEBR.EBERT, Boekh., Beurssteeg E 184. (28938) C. S. OOLGAARDT. Makelaar, zal op HEOÊN -jfe&gt;±- Maandag 2 December 1867, te Amsterdam, des Avonds JSffÏBt ten 6 Üre, in de Nieuwe Stads-Herberg, aan het IJ, fcpjIlUKV ten overstaan van den Notaris J. W. H. H. DRUYVE///sKlm§£i7 STEYN, veilen: Het in 1864 nieuw gebouwd extra«MjlÈjflPfes» ordinair welbezeild, gekoperd en kopervast ismicuciiip,, varende onder Nederiandsche Vlag, genaamd ENGEL, 3/3 L 1:1, gevoerd door Kapt. JACOB APPEL, volgens Nederlandschen Meetbrief lang 30 ellen, 35 duimen, wijd 5 ellen, 60 duimen, hol 3 ellen, 15 duimen, en alzoo gemeten op 238 Tonnen of 126 Lasten. Breeder ög inventaris omschreven. Het voorzegde Brikschip ligt te Amsteraam^aan den Oosterdoksdijk. MakelijeofdhH k» f£rmatien adressere men zich bij bovengemelden oï bij de Cargadoors OOLGAARDT &amp; BRUINIER. (28751)</p> </text>
571.666667
3,354
0.776385
56aaba58574eea77bc6968b10503c5c765cde757
1,170
xml
XML
src/libxml2/result/DocBook/programlistingco.example.1.xml
simon-schlepphorst/KokkosDslashWorkspace
fcd440eccfc89c7798b00c63fa34da5eae5d2282
[ "BSD-3-Clause" ]
null
null
null
src/libxml2/result/DocBook/programlistingco.example.1.xml
simon-schlepphorst/KokkosDslashWorkspace
fcd440eccfc89c7798b00c63fa34da5eae5d2282
[ "BSD-3-Clause" ]
null
null
null
src/libxml2/result/DocBook/programlistingco.example.1.xml
simon-schlepphorst/KokkosDslashWorkspace
fcd440eccfc89c7798b00c63fa34da5eae5d2282
[ "BSD-3-Clause" ]
3
2019-10-11T13:48:42.000Z
2022-03-13T21:12:45.000Z
<?xml version="1.0"?> <!DOCTYPE programlistingco PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <programlistingco><areaspec><areaset id="ex.plco.const" coords=""><area id="ex.plco.c1" coords="4"/><area id="ex.plco.c2" coords="8"/></areaset><area id="ex.plco.ret" coords="12"/><area id="ex.plco.dest" coords="12"/></areaspec><programlisting> sub do_nothing_useful { my($a, $b, $c); $a = new A; $a-&gt;does_nothing_either(); $b = new B; $c = &quot;frog&quot;; return ($a, $c); } </programlisting><calloutlist><callout arearefs="ex.plco.const"><para> These are calls to the constructor <function>new</function> in the object classes. </para></callout><callout arearefs="ex.plco.ret"><para> This function returns a two-element list. </para></callout><callout arearefs="ex.plco.dest"><para> The <emphasis>destructor</emphasis> (<function>DESTROY</function>) for the object <literal>$b</literal> will be called automatically for this object since there can be no other references to it outside this function. </para></callout></calloutlist></programlistingco>
43.333333
245
0.682051
a01d72524fd36380d247a44532365dcd9f287fe8
4,737
fxml
XML
src/main/resources/layouts/cableconnect.fxml
DanySK/Student-Project-OOP20-Carboni-DeNicol-Domi-Ongaro-GooseGame
08136abea7c4371d9e0281518adf20d30785da17
[ "MIT" ]
4
2021-02-27T15:13:49.000Z
2021-03-04T20:06:45.000Z
src/main/resources/layouts/cableconnect.fxml
DanySK/Student-Project-OOP20-Carboni-DeNicol-Domi-Ongaro-GooseGame
08136abea7c4371d9e0281518adf20d30785da17
[ "MIT" ]
null
null
null
src/main/resources/layouts/cableconnect.fxml
DanySK/Student-Project-OOP20-Carboni-DeNicol-Domi-Ongaro-GooseGame
08136abea7c4371d9e0281518adf20d30785da17
[ "MIT" ]
3
2021-04-29T11:04:35.000Z
2021-06-29T13:05:24.000Z
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> <?import javafx.scene.text.*?> <AnchorPane fx:id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="530.0" minWidth="610.0" prefHeight="530.0" prefWidth="610.0" style="-fx-background-color: linear-gradient(#D9965B, #D98452);" xmlns="http://javafx.com/javafx/14" xmlns:fx="http://javafx.com/fxml/1"> <children> <GridPane layoutX="14.0" layoutY="101.0" prefHeight="350.0" prefWidth="85.0" AnchorPane.bottomAnchor="79.0" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="101.0"> <columnConstraints> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> </columnConstraints> <rowConstraints> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> </rowConstraints> <children> <AnchorPane prefHeight="200.0" prefWidth="200.0"> <children> <Button fx:id="startButton0" alignment="CENTER" contentDisplay="CENTER" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> <AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> <children> <Button fx:id="startButton1" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> <AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="2"> <children> <Button fx:id="startButton2" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> <AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="3"> <children> <Button fx:id="startButton3" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> </children> </GridPane> <Label fx:id="timeLabel" alignment="CENTER" layoutX="259.0" layoutY="14.0" prefHeight="58.0" prefWidth="93.0" text="Countdown" textAlignment="CENTER" AnchorPane.leftAnchor="259.0" AnchorPane.rightAnchor="258.0" AnchorPane.topAnchor="14.0"> <font> <Font name="Candara Bold" size="32.0" /> </font> </Label> <GridPane layoutX="511.0" layoutY="101.0" prefHeight="350.0" prefWidth="85.0" AnchorPane.bottomAnchor="79.0" AnchorPane.rightAnchor="30.0" AnchorPane.topAnchor="101.0"> <columnConstraints> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> </columnConstraints> <rowConstraints> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> </rowConstraints> <children> <AnchorPane prefHeight="200.0" prefWidth="200.0"> <children> <Button fx:id="endButton0" alignment="CENTER" contentDisplay="CENTER" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> <AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> <children> <Button fx:id="endButton1" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> <AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="2"> <children> <Button fx:id="endButton2" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> <AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="3"> <children> <Button fx:id="endButton3" mnemonicParsing="false" prefHeight="85.0" prefWidth="85.0" /> </children> </AnchorPane> </children> </GridPane> <Button fx:id="quitButton" layoutX="541.0" layoutY="491.0" mnemonicParsing="false" stylesheets="@minigamestyle.css" text="Quit" AnchorPane.bottomAnchor="14.0" AnchorPane.rightAnchor="30.0" /> </children> </AnchorPane>
57.072289
277
0.601858
4a607f504f5fb500b14fb548079c2d6eb5f0ff9e
1,625
xaml
XML
zadanie2/Aplication/MainWindow.xaml
moskalr/concurrentprogramming
31370a8daf423ca5199a5aba1662a0f3f0c1c9c9
[ "Apache-2.0" ]
null
null
null
zadanie2/Aplication/MainWindow.xaml
moskalr/concurrentprogramming
31370a8daf423ca5199a5aba1662a0f3f0c1c9c9
[ "Apache-2.0" ]
null
null
null
zadanie2/Aplication/MainWindow.xaml
moskalr/concurrentprogramming
31370a8daf423ca5199a5aba1662a0f3f0c1c9c9
[ "Apache-2.0" ]
null
null
null
<Window x:Class="View.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:View" mc:Ignorable="d" Title="MainWindow" ResizeMode="CanMinimize" Height="500" Width="790" Background="Moccasin"> <Canvas> <TextBox Background="Aquamarine" TextAlignment="Center" MaxLength="2" FontSize="18" Text="{Binding BallNumber, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" Height="25" Width="82" Canvas.Left="680" Canvas.Top="115" /> <Button Content="Start" Background="Green" VerticalAlignment="Center" Command="{Binding Start}" IsEnabled="{Binding IsStartEnable}" Height="43" Width="82" Canvas.Left="680" Canvas.Top="40" HorizontalAlignment="Center" /> <Rectangle Stroke="Black" StrokeThickness="3" Height="430" Width="650" Canvas.Left="0" Canvas.Top="0" /> <ItemsControl Name="Balls" ItemsSource="{Binding Balls, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"> <ItemsControl.ItemTemplate> <DataTemplate> <Canvas> <Ellipse Stroke="Black" Fill="Blue" Width="{Binding R}" Height="{Binding R}" Canvas.Left="{Binding X}" Canvas.Top="{Binding Y}"/> </Canvas> </DataTemplate> </ItemsControl.ItemTemplate> </ItemsControl> </Canvas> </Window>
54.166667
230
0.639385
6b32dbcee483c59a21ca621adb6008e80536ac94
1,444
xml
XML
XdUploadClient/.idea/libraries/Gradle__org_scala_lang_scala_library_2_12_1.xml
xingda920813/XDUpdate
6da7931c5d7040e2b561143879584a7df3544453
[ "MIT" ]
99
2016-06-08T02:06:27.000Z
2020-12-30T08:44:39.000Z
XdUploadClient/.idea/libraries/Gradle__org_scala_lang_scala_library_2_12_1.xml
xingda920813/XDUpdate
6da7931c5d7040e2b561143879584a7df3544453
[ "MIT" ]
4
2016-09-14T09:53:37.000Z
2020-02-27T09:26:10.000Z
XdUploadClient/.idea/libraries/Gradle__org_scala_lang_scala_library_2_12_1.xml
xingda920813/XDUpdate
6da7931c5d7040e2b561143879584a7df3544453
[ "MIT" ]
32
2016-07-04T01:48:10.000Z
2021-06-09T06:28:49.000Z
<component name="libraryTable"> <library name="Gradle: org.scala-lang:scala-library:2.12.1" type="Scala"> <properties> <option name="languageLevel" value="Scala_2_12" /> <compiler-classpath> <root url="file://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.12.1/73ba7c52af8bcaae57eba191f74e2a9a946a1049/scala-compiler-2.12.1.jar" /> <root url="file://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.12.1/dd235d04037dc6f4b6090257872dd35359a563ce/scala-library-2.12.1.jar" /> <root url="file://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.12.1/f6ae9e1c0204a3e92893d9a2188b276278f2074e/scala-reflect-2.12.1.jar" /> <root url="file://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.12/1.0.6/e22de3366a698a9f744106fb6dda4335838cf6a7/scala-xml_2.12-1.0.6.jar" /> </compiler-classpath> </properties> <CLASSES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.12.1/dd235d04037dc6f4b6090257872dd35359a563ce/scala-library-2.12.1.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.12.1/25088b0c29e5f4547dabc148a22af949d1d9ca8c/scala-library-2.12.1-sources.jar!/" /> </SOURCES> </library> </component>
72.2
186
0.718837
accb51ad279a2d25ec1f238bc694c248d7c2bbd4
1,152
xml
XML
sample-cms/src/main/resources/applicationContext-tiles.xml
jrchens/sample
10c54f5eccc6d16f3e717c7b4be4c9284b7ffc77
[ "MIT" ]
null
null
null
sample-cms/src/main/resources/applicationContext-tiles.xml
jrchens/sample
10c54f5eccc6d16f3e717c7b4be4c9284b7ffc77
[ "MIT" ]
null
null
null
sample-cms/src/main/resources/applicationContext-tiles.xml
jrchens/sample
10c54f5eccc6d16f3e717c7b4be4c9284b7ffc77
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "http://tiles.apache.org/dtds/tiles-config_3_0.dtd"> <tiles-definitions> <definition name="login" template="/WEB-INF/views/login.jsp"></definition> <definition name="admin" template="/WEB-INF/template/admin/index.jsp"> <put-attribute name="top" value="/WEB-INF/template/admin/top.jsp" /> <put-attribute name="left" value="/WEB-INF/template/admin/left.jsp" /> </definition> <definition name="index" extends="admin"> <put-attribute name="body" value="/WEB-INF/views/index.jsp" /> </definition> <definition name="cms/*" extends="admin"> <put-attribute name="body" value="/WEB-INF/views/cms/{1}.jsp" /> </definition> <definition name="cms/*/*" extends="admin"> <put-attribute name="body" value="/WEB-INF/views/cms/{1}/{2}.jsp" /> </definition> <definition name="sys/*/*" extends="admin"> <put-attribute name="body" value="/WEB-INF/views/sys/{1}/{2}.jsp" /> </definition> </tiles-definitions>
42.666667
152
0.631076
4c27fd9c5f84237041e67e3042b642fb2a7535f7
1,034,776
xml
XML
tcases-openapi/src/test/resources/org/cornutum/tcases/openapi/encodings-urlencoded-Expected-Test.xml
kerrykimbrough/tcases
8bd2151c83ec1c012b2bcc1df7b364587cf69d07
[ "MIT" ]
null
null
null
tcases-openapi/src/test/resources/org/cornutum/tcases/openapi/encodings-urlencoded-Expected-Test.xml
kerrykimbrough/tcases
8bd2151c83ec1c012b2bcc1df7b364587cf69d07
[ "MIT" ]
null
null
null
tcases-openapi/src/test/resources/org/cornutum/tcases/openapi/encodings-urlencoded-Expected-Test.xml
kerrykimbrough/tcases
8bd2151c83ec1c012b2bcc1df7b364587cf69d07
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <TestCases system="encodings"> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Function name="POST_encodings_1"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_1"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> <Function name="POST_encodings_3"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_3"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> <Function name="POST_encodings_4"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_4"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="address"/> <Has name="style" value="deepObject"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> <Function name="POST_encodings_8"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_8"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> <Function name="POST_encodings_9"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_9"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="false"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> <Function name="POST_encodings_10"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_10"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="explode" value="true"/> <Has name="propertyName" value="lat/long"/> <Has name="style" value="spaceDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> <Function name="POST_encodings_11"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <TestCase id="0" name="Body.Defined=&apos;Yes&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="1" name="Body.application-x-www-form-urlencoded.Value.Property-Count=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="2" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value=&apos;false&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="3" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="4" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="5" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is=&apos;&gt; 0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryNotEmpty,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="6" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;&gt; 1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedElevationValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedExcludedValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="boolean"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" value="false"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="number"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="No"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="No"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="&gt; 1"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="Yes"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="No"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="No"/> </Input> </TestCase> <TestCase id="7" failure="true" name="Body.Defined=&apos;No&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="No" failure="true"/> <Var name="Body.Media-Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="8" failure="true" name="Body.Media-Type=&apos;Other&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="Other" failure="true"> <Has name="excluded" value="&apos;application/x-www-form-urlencoded&apos;"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="9" failure="true" name="Body.application-x-www-form-urlencoded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="10" failure="true" name="Body.application-x-www-form-urlencoded.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" NA="true"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" NA="true"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" NA="true"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" NA="true"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" NA="true"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" NA="true"/> </Input> </TestCase> <TestCase id="11" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="12" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type=&apos;Not boolean&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedExcluded,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="Yes"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" value="Not boolean" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="13" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="14" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedElevation,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="Yes"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" value="Not number" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="15" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="16" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type=&apos;Not array&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="Not array" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" NA="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="17" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;1&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="1" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="18" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size=&apos;3&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="3" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="19" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="null" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="20" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type=&apos;Not number&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="Not number" failure="true"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="21" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="22" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type=&apos;Not object&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="Not object" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="23" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="24" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="No"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="25" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="26" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type=&apos;Not integer&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="Not integer" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="27" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is=&apos;0&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedAddress,bodyApplication-x-www-form-urlencodedAddressCity,bodyApplication-x-www-form-urlencodedAddressCityLengthValid,bodyApplication-x-www-form-urlencodedAddressCityNotEmpty,bodyApplication-x-www-form-urlencodedAddressCityValue,bodyApplication-x-www-form-urlencodedAddressCode,bodyApplication-x-www-form-urlencodedAddressCodeValue,bodyApplication-x-www-form-urlencodedAddressProperties,bodyApplication-x-www-form-urlencodedAddressValue,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedCountryLengthValid,bodyApplication-x-www-form-urlencodedCountryValue,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="Yes"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" value="Yes"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" value="Yes"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" value="integer"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" value="0" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="string"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" value="0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="28" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=null"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="null" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> <TestCase id="29" failure="true" name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type=&apos;Not string&apos;"> <Has name="operation" value="POST"/> <Has name="path" value="/encodings_11"/> <Has name="properties" value="bodyApplication-x-www-form-urlencoded,bodyApplication-x-www-form-urlencodedCountry,bodyApplication-x-www-form-urlencodedLatlong,bodyApplication-x-www-form-urlencodedLatlongItemsMany,bodyApplication-x-www-form-urlencodedLatlongItemsValue,bodyApplication-x-www-form-urlencodedLatlongValue,bodyApplication-x-www-form-urlencodedProperties,bodyApplication-x-www-form-urlencodedValue,bodyContent"/> <Has name="server" value="/"/> <Has name="title" value="encodings"/> <Has name="version" value="0.0.0"/> <Input type="request"> <Var name="Body.Defined" value="Yes"/> <Var name="Body.Media-Type" value="application-x-www-form-urlencoded"> <Has name="mediaType" value="application/x-www-form-urlencoded"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Type" value="object"/> <Var name="Body.application-x-www-form-urlencoded.Value.Property-Count" value="&gt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Defined" value="No"> <Has name="propertyName" value="excluded?"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.excluded.Value" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Defined" value="No"> <Has name="propertyName" value="elevation"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.elevation.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Defined" value="Yes"> <Has name="propertyName" value="lat/long"/> <Has name="style" value="pipeDelimited"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Type" value="array"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Size" value="2"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Type" value="number"> <Has name="itemType" value="number"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Contains.Value.Is" value="&lt; 0"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.latlong.Items.Unique" value="No"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Defined" value="No"> <Has name="propertyName" value="address"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Property-Count" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Defined" NA="true"> <Has name="propertyName" value="city"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.city.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Defined" NA="true"> <Has name="propertyName" value="code"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Type" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.code.Value.Is" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.address.Value.Properties.Additional" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Defined" value="Yes"> <Has name="propertyName" value="country"/> <Has name="style" value="form"/> </Var> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Type" value="Not string" failure="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.country.Value.Length" NA="true"/> <Var name="Body.application-x-www-form-urlencoded.Value.Properties.Additional" value="Yes"/> </Input> </TestCase> </Function> </TestCases>
80.747249
1,106
0.697994
bf77312dea5f88ccfbb2cebbd8d3a7ce0c7900d7
890
props
XML
eng/Versions.props
aluhrs13/symstore
4ecbff5ca699c8fc955d4bde70c824d43a217fe6
[ "Apache-2.0" ]
null
null
null
eng/Versions.props
aluhrs13/symstore
4ecbff5ca699c8fc955d4bde70c824d43a217fe6
[ "Apache-2.0" ]
null
null
null
eng/Versions.props
aluhrs13/symstore
4ecbff5ca699c8fc955d4bde70c824d43a217fe6
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project> <PropertyGroup> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <!-- This repo version --> <VersionPrefix>1.0.0</VersionPrefix> <PreReleaseVersionLabel>dev</PreReleaseVersionLabel> <RoslynToolsSignToolVersion>1.0.0-beta2-63127-01</RoslynToolsSignToolVersion> <UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies> <UsingToolXliff>false</UsingToolXliff> <!-- CoreFX --> <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion> <SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion> </PropertyGroup> <PropertyGroup> <RestoreSources> $(RestoreSources); https://dotnet.myget.org/F/dotnet-core/api/v3/index.json </RestoreSources> </PropertyGroup> </Project>
34.230769
93
0.750562
cc0fe1ec7086e033f84fd9e2035c48f5c2f082a1
4,645
xaml
XML
HttpResponse/HttpResponse/Location.xaml
AminHasibul/FriendsFinderApps
c823410c809c2c50dcde73d6d189ba3d3a09a1ac
[ "Artistic-2.0" ]
null
null
null
HttpResponse/HttpResponse/Location.xaml
AminHasibul/FriendsFinderApps
c823410c809c2c50dcde73d6d189ba3d3a09a1ac
[ "Artistic-2.0" ]
null
null
null
HttpResponse/HttpResponse/Location.xaml
AminHasibul/FriendsFinderApps
c823410c809c2c50dcde73d6d189ba3d3a09a1ac
[ "Artistic-2.0" ]
null
null
null
<phone:PhoneApplicationPage x:Class="HttpResponse.Location" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:maps="clr-namespace:Microsoft.Phone.Maps.Controls;assembly=Microsoft.Phone.Maps" mc:Ignorable="d" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="Portrait" Orientation="Portrait" shell:SystemTray.IsVisible="True"> <!--LayoutRoot is the root grid where all page content is placed--> <Grid x:Name="LayoutRoot" Background="Transparent"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/> </Grid.RowDefinitions> <Grid x:Name="ContentPanel" Margin="15,129,9,-90" Grid.RowSpan="2"> <Grid.RowDefinitions> <RowDefinition Height="81*"/> <RowDefinition Height="701*"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="0*"/> <ColumnDefinition Width="137*"/> <ColumnDefinition Width="36*"/> <ColumnDefinition Width="19*"/> <ColumnDefinition Width="35*"/> <ColumnDefinition Width="229*"/> </Grid.ColumnDefinitions> <maps:Map x:Name="mapWithMyLocation" VerticalAlignment="Top" Height="784.994" Grid.ColumnSpan="6" Margin="-26.654,-162.643,4.345,0" Grid.RowSpan="2" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" d:LayoutRounding="Auto"> <maps:Map.RenderTransform> <CompositeTransform SkewX="-0.679" TranslateX="2.227"/> </maps:Map.RenderTransform> </maps:Map> <StackPanel Margin="-10,305,10,92" Grid.ColumnSpan="6" Grid.Row="1"> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> <TextBlock x:Name="StatusTextBlock" Text="Status" Margin="8.166,0,0,12" Height="57.764" RenderTransformOrigin="0.389,-1.019" UseLayoutRounding="False" d:LayoutRounding="Auto" HorizontalAlignment="Left" Width="225.182" FontFamily="Arial Black" FontSize="32" Foreground="#FF1C0CB6" FontStyle="Italic" FontWeight="SemiBold"> <TextBlock.RenderTransform> <CompositeTransform Rotation="-0.55" TranslateX="-0.841" TranslateY="0.242"/> </TextBlock.RenderTransform> </TextBlock> <TextBlock x:Name="LatitudeTextBlock" Text="Latitude= " Margin="12,0,70,12" RenderTransformOrigin="0.442,9.871" Height="54" Foreground="#FF102597" FontFamily="Times New Roman" FontSize="32" FontStyle="Italic" FontWeight="SemiBold"/> <TextBlock x:Name="LongitudeTextBlock" Text="Longitude= " Margin="0,0,60,12" HorizontalAlignment="Right" Width="386" RenderTransformOrigin="0.385,0.932" Height="59" Foreground="#FF0D2085" FontFamily="Times New Roman" FontSize="32" FontWeight="SemiBold" FontStyle="Italic"/> <Button x:Name="TrackLocationButton" Click="TrackLocation_Click" Content="My Location" Height="87" RenderTransformOrigin="0.489,1.391" Background="{StaticResource PhoneAccentBrush}" FontFamily="Times New Roman" FontSize="32" FontStyle="Italic" FontWeight="Thin"/> <!-- This 3 TextBlock will shows location data and status of it--> <!-- This 3 TextBlock will shows location data and status of it--> </StackPanel> </Grid> </Grid> </phone:PhoneApplicationPage>
66.357143
337
0.645425
e5bad93a5266b92abd03c889525e663b9a258716
420
xaml
XML
MIS.Infoboard/Resources/TemplateSelectorsDictionary.xaml
jeydo6/MIS
2ed8a11f8c1537cbb9ec59d86ef3fdafb546c06c
[ "Apache-2.0" ]
null
null
null
MIS.Infoboard/Resources/TemplateSelectorsDictionary.xaml
jeydo6/MIS
2ed8a11f8c1537cbb9ec59d86ef3fdafb546c06c
[ "Apache-2.0" ]
null
null
null
MIS.Infoboard/Resources/TemplateSelectorsDictionary.xaml
jeydo6/MIS
2ed8a11f8c1537cbb9ec59d86ef3fdafb546c06c
[ "Apache-2.0" ]
1
2021-03-23T19:03:43.000Z
2021-03-23T19:03:43.000Z
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:templateSelectors="clr-namespace:MIS.Infoboard.TemplateSelectors"> <templateSelectors:PageContentTemplateSelector x:Key="pageContentTemplateSelector" /> <templateSelectors:UserControlTemplateSelector x:Key="userControlTemplateSelector" /> </ResourceDictionary>
70
86
0.819048
5113cd2311f8846e98ea923efaa3138f6e6aeada
1,177
nuspec
XML
x2net.nuspec
jaykang920/x2net
057742dd96b29a875074a7fed2e2372858612dd5
[ "MIT" ]
9
2018-04-05T13:58:10.000Z
2021-09-02T23:49:30.000Z
x2net.nuspec
jaykang920/x2net
057742dd96b29a875074a7fed2e2372858612dd5
[ "MIT" ]
null
null
null
x2net.nuspec
jaykang920/x2net
057742dd96b29a875074a7fed2e2372858612dd5
[ "MIT" ]
2
2018-09-03T07:38:01.000Z
2019-06-05T01:56:34.000Z
<?xml version="1.0"?> <package> <metadata> <id>x2net</id> <version>1.0.3</version> <authors>Jae-jun Kang</authors> <owners>Jae-jun Kang</owners> <licenseUrl>https://github.com/jaykang920/x2net/blob/master/LICENSE</licenseUrl> <projectUrl>https://github.com/jaykang920/x2net</projectUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>The reference port of x2 written in C# targeting universal .NET environments.</description> <copyright>Copyright © 2017-2019 Jae-jun Kang</copyright> <tags>x2 x2net event-driven distributed messaging communications network socket</tags> </metadata> <files> <file src="LICENSE"/> <file src="bin/Release/net35/x2net.dll" target="lib/net35"/> <file src="bin/Release/net40/x2net.dll" target="lib/net40"/> <file src="bin/Release/netcoreapp2.0/x2net.deps.json" target="lib/netcoreapp2.0"/> <file src="bin/Release/netcoreapp2.0/x2net.dll" target="lib/netcoreapp2.0"/> <file src="bin/Release/netcoreapp2.1/x2net.deps.json" target="lib/netcoreapp2.1"/> <file src="bin/Release/netcoreapp2.1/x2net.dll" target="lib/netcoreapp2.1"/> </files> </package>
45.269231
108
0.712829
c51df8e231a8f440d270f66861aa7c21e306cd96
1,219
filters
XML
Vulkan_Framework_JCS/Vulkan_Framework_JCS.vcxproj.filters
jcs090218/JCSCC_Engine
eac6c55203bd804acb439305ff977cfca9365e1e
[ "MIT" ]
4
2019-12-09T05:28:04.000Z
2021-02-18T14:05:09.000Z
Vulkan_Framework_JCS/Vulkan_Framework_JCS.vcxproj.filters
jcs090218/JCSCC_Engine
eac6c55203bd804acb439305ff977cfca9365e1e
[ "MIT" ]
null
null
null
Vulkan_Framework_JCS/Vulkan_Framework_JCS.vcxproj.filters
jcs090218/JCSCC_Engine
eac6c55203bd804acb439305ff977cfca9365e1e
[ "MIT" ]
2
2019-12-25T15:05:49.000Z
2021-02-18T14:05:14.000Z
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Core"> <UniqueIdentifier>{f82210e0-be04-4364-9925-6892256ca91f}</UniqueIdentifier> </Filter> <Filter Include="Support"> <UniqueIdentifier>{d40bfe96-69b6-4ab2-ba9c-115703f90124}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="Vulkan_StdAfx.h" /> <ClInclude Include="GraphicsVulkan.h"> <Filter>Core</Filter> </ClInclude> <ClInclude Include="Vulkan_CrashReason.h"> <Filter>Support</Filter> </ClInclude> <ClInclude Include="VulkanWindow.h"> <Filter>Core</Filter> </ClInclude> <ClInclude Include="VulkanApplication.h"> <Filter>Core</Filter> </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="GraphicsVulkan.cpp"> <Filter>Core</Filter> </ClCompile> <ClCompile Include="VulkanWindow.cpp"> <Filter>Core</Filter> </ClCompile> <ClCompile Include="VulkanApplication.cpp"> <Filter>Core</Filter> </ClCompile> </ItemGroup> <ItemGroup> <Text Include="CMakeLists.txt" /> </ItemGroup> </Project>
30.475
88
0.664479
b91ef757812f14d8e5bad135f8295d3b138adb34
2,260
xaml
XML
BookViewerApp/Views/SimpleListViewControl.xaml
esibruti/BookViewerApp3
b3472adcf6cf1f863484f64b7c4246827b4e9f3a
[ "MIT" ]
38
2020-04-01T22:01:06.000Z
2022-03-31T16:01:41.000Z
BookViewerApp/Views/SimpleListViewControl.xaml
esibruti/BookViewerApp3
b3472adcf6cf1f863484f64b7c4246827b4e9f3a
[ "MIT" ]
6
2020-04-01T21:16:08.000Z
2021-10-06T18:31:49.000Z
BookViewerApp/Views/SimpleListViewControl.xaml
esibruti/BookViewerApp3
b3472adcf6cf1f863484f64b7c4246827b4e9f3a
[ "MIT" ]
2
2020-04-06T09:19:29.000Z
2021-12-24T17:14:06.000Z
<UserControl x:Class="BookViewerApp.Views.SimpleListViewControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:BookViewerApp.Views" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ValueConverter="using:BookViewerApp.ValueConverters" xmlns:ViewModels="using:BookViewerApp.ViewModels" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <UserControl.Resources> <CollectionViewSource x:Name="itemsSource" IsSourceGrouped="True"/> <ValueConverter:StringNullOrEmptyConverter x:Name="vc_sne"/> </UserControl.Resources> <ItemsControl ItemsSource="{Binding Source={StaticResource itemsSource}}" > <ItemsControl.GroupStyle> <GroupStyle> <GroupStyle.HeaderTemplate> <DataTemplate> <TextBlock Text="{Binding Key}" Style="{ThemeResource HeaderTextBlockStyle}" Margin="10"/> </DataTemplate> </GroupStyle.HeaderTemplate> <GroupStyle.Panel> <ItemsPanelTemplate> <StackPanel/> </ItemsPanelTemplate> </GroupStyle.Panel> </GroupStyle> </ItemsControl.GroupStyle> <ItemsControl.ItemTemplate> <DataTemplate> <ListViewItem d:DataContext="{d:DesignInstance ViewModels:ListItemViewModel}" Tapped="ListViewItem_Tapped"> <StackPanel > <TextBlock Text="{Binding Title}" Style="{ThemeResource SubtitleTextBlockStyle}" FontWeight="Normal"/> <TextBlock Text="{Binding Description}" Style="{ThemeResource BodyTextBlockStyle}" Visibility="{Binding Description,Converter={StaticResource vc_sne},ConverterParameter=Collapsed:Visible}" Opacity="0.8" /> </StackPanel> </ListViewItem> </DataTemplate> </ItemsControl.ItemTemplate> </ItemsControl> </UserControl>
48.085106
212
0.611504
fe3d39842ddabd3a2f8ea184ab243f3bdd8e9f5f
2,814
xml
XML
data/1868/08/17/DDD_ddd_010141060_mpeg21/DDD_010141060_0003_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1868/08/17/DDD_ddd_010141060_mpeg21/DDD_010141060_0003_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1868/08/17/DDD_ddd_010141060_mpeg21/DDD_010141060_0003_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title>Fransche Post. PARIJS, Donderdag 13 Augustus.</title> <p>Melding makende van het incident bij de prijsuitdeeling aan de Sorbonne, heeft de Presse aan den jongen Cavaignac en diens moeder lof toegezwaaid. Dit heeft ten hove groote verbittering verwekt en aan het blad bijna eene bestralfing op den hals gehaald. Wat den Keizer zelven betreft , wordt evenwel verzekerd, dat deze door den Heer Duruy van het voorgevallene aan de Sorbonne onderrigt heelt verklaard daaraan weinig waarde te hechten en hot in elk geval niet kwaad te vindon, dat zijn zoon reeds op jeugdigen leeftijd het verdrietelijke ondervond van eene positie, welke niet uitsluitend hare aangename zijde heeft. _ — Het staatkundige weekblad V Électeur, hetwelk reeds bij zijne eerste verschijning tot eene geldboete van ruim twaalf duizend frs. (door gérant en schrijver te dragen) is veroordeeld, is op nieuw in regten betrokken, wegens aanzetting tot haat en verachting tegen het bestuur. De Siècle, ditmaal zoowel de schorsing als de veroordeeling van den Électeur voorziende, klaagt zeer over de vervolgzucht der regering of van het openbaar ministerie. //Men heeft&quot; (zegt het blad) //bij de beraadslaging over de drukperswet beweerd, dat de praktijk de onjuistheid van de critiek dier voordragt door de oppositie in het licht zou stellen. De ervaring bewijst echter het tegendeel. Wij zeiden destijds: Men zal ons zeier dooden, indien men slechts den wil heeft ons te dooden. Moge het regtsgeding van den Électeur onze voorspelling niet verwezenlijken!&quot; ° — In den Constitulionnel is opgenomen een brief uit Rome van 10 dezer, waarin het volgende voorkomt: //Hier wint de meening veld, dat de Fransche troepen binnen kort naar Frankrijk zullen terugkeeren. De ontruiming wordt hier beschouwd als een natuurlijk gevolg van de definitieve verdeeling van den last der Romeinsche staatsschuld tusschen denßoomschen Stoel en Italie, van de geruststellende houding der ltaliaansche bewindslieden en van de aangroeijing der Pauselijke strijdkrachten, die thans op beteren voet zijn ingerigt. Civita Vecchia en Rome zijn derwijze versterkt, dat zij aan irregulier krijgsvolk vrij lang het hoofd kunnen bieden. Het Pauselijke leger is&apos; 15- a 16,000 man sterk en zou des noods, door toevoeging der adellijke lijfwacht, der vrijwillige landweer en van gewapende grenstolbeambten tot 18,000 kunnen worden gebragt Dat de Fransche regering de afdanking van dat leger verlangt is een ongegrond gerucht. Te Rome, in de provinciën en aan de grenzen is het volkomen rustig. Men zegt, dat een Fransch oorlogschip langs de kust kruist, om eene landing van Garibaidianen te beletten, dat is onwaar; het bedoelde schip is uitsluitend in zee gegaan om zijne bemanning te oefenon.</p> </text>
469
2,693
0.812011
42124848a76f27f63dab727b378bf3b31ce26b4a
163
xml
XML
app/src/main/res/values-sw600dp/dimens.xml
mmoschenskikh/OTTO
af1bec2c65cca1ba3579584a7ef603be39310924
[ "MIT" ]
null
null
null
app/src/main/res/values-sw600dp/dimens.xml
mmoschenskikh/OTTO
af1bec2c65cca1ba3579584a7ef603be39310924
[ "MIT" ]
null
null
null
app/src/main/res/values-sw600dp/dimens.xml
mmoschenskikh/OTTO
af1bec2c65cca1ba3579584a7ef603be39310924
[ "MIT" ]
3
2021-03-10T12:02:23.000Z
2021-05-06T10:37:07.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="control_panel_margin">64dp</dimen> <dimen name="scale_multiplier">1.7</dimen> </resources>
27.166667
51
0.687117
2496595ff042be5bbe390400388ee1d36d6f4ae9
3,304
ui
XML
ITU/client/new_server.ui
fkolacek/FIT-VUT
bb6f7f6eb1fea1f13952e0ab463e5aa69a84084c
[ "Apache-2.0" ]
null
null
null
ITU/client/new_server.ui
fkolacek/FIT-VUT
bb6f7f6eb1fea1f13952e0ab463e5aa69a84084c
[ "Apache-2.0" ]
null
null
null
ITU/client/new_server.ui
fkolacek/FIT-VUT
bb6f7f6eb1fea1f13952e0ab463e5aa69a84084c
[ "Apache-2.0" ]
3
2017-04-07T12:02:22.000Z
2020-03-23T12:11:55.000Z
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>New_Server</class> <widget class="QDialog" name="New_Server"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>302</width> <height>219</height> </rect> </property> <property name="windowTitle"> <string>New Server</string> </property> <property name="windowIcon"> <iconset resource="client.qrc"> <normaloff>:/images/app_icon_s.png</normaloff>:/images/app_icon_s.png</iconset> </property> <widget class="QPushButton" name="connect_button"> <property name="geometry"> <rect> <x>200</x> <y>180</y> <width>89</width> <height>27</height> </rect> </property> <property name="text"> <string>Connect</string> </property> </widget> <widget class="QPushButton" name="cancel_button"> <property name="geometry"> <rect> <x>20</x> <y>180</y> <width>89</width> <height>27</height> </rect> </property> <property name="text"> <string>Cancel</string> </property> </widget> <widget class="QLineEdit" name="serv_addr"> <property name="geometry"> <rect> <x>140</x> <y>20</y> <width>151</width> <height>25</height> </rect> </property> </widget> <widget class="QLineEdit" name="port_num"> <property name="geometry"> <rect> <x>140</x> <y>60</y> <width>151</width> <height>25</height> </rect> </property> <property name="maxLength"> <number>5</number> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>20</x> <y>20</y> <width>111</width> <height>21</height> </rect> </property> <property name="text"> <string>Server address:</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>20</x> <y>60</y> <width>111</width> <height>21</height> </rect> </property> <property name="text"> <string>Port:</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>20</x> <y>100</y> <width>101</width> <height>17</height> </rect> </property> <property name="text"> <string>Profile:</string> </property> </widget> <widget class="QComboBox" name="profile_pick"> <property name="geometry"> <rect> <x>140</x> <y>100</y> <width>151</width> <height>25</height> </rect> </property> <property name="editable"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>20</x> <y>140</y> <width>101</width> <height>17</height> </rect> </property> <property name="text"> <string>Password:</string> </property> </widget> <widget class="QLineEdit" name="profile_pass"> <property name="geometry"> <rect> <x>140</x> <y>140</y> <width>151</width> <height>25</height> </rect> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </widget> <resources> <include location="client.qrc"/> </resources> <connections/> </ui>
21.594771
83
0.571429
e456105b414ea803e2eff4a7dcd774701f096b9c
2,113
xml
XML
src/HUD_HMIS_Example_Extension_Instance.xml
hmis-interop/xml
8b1ff85c68d155a33f1ec2c3519fac5a4ecd87d3
[ "Unlicense" ]
1
2019-11-27T02:45:08.000Z
2019-11-27T02:45:08.000Z
src/HUD_HMIS_Example_Extension_Instance.xml
hmis-interop/xml
8b1ff85c68d155a33f1ec2c3519fac5a4ecd87d3
[ "Unlicense" ]
167
2015-04-16T17:05:48.000Z
2022-03-22T13:29:10.000Z
src/HUD_HMIS_Example_Extension_Instance.xml
hmis-interop/xml
8b1ff85c68d155a33f1ec2c3519fac5a4ecd87d3
[ "Unlicense" ]
3
2019-06-13T04:46:53.000Z
2020-03-28T07:59:30.000Z
<?xml version="1.0" encoding="UTF-8"?> <hmis:Sources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://raw.githubusercontent.com/hmis-interop/xml/FY2022-latest/src/HUD_HMIS_Example_Extension.xsd" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" xmlns:hmis="http://www.hudhdx.info/Resources/Vendors/FY2022/HUD_HMIS.xsd" xmlns:ext="http://www.hudhdx.info/Resources/Vendors/FY2022/HUD_HMIS_Example_Extension.xsd"> <hmis:Source> <hmis:SourceType>2</hmis:SourceType> <hmis:SourceName>Fictitious County HMIS</hmis:SourceName> <hmis:SoftwareName>HMISSoft Inc.</hmis:SoftwareName> <hmis:SoftwareVersion>3</hmis:SoftwareVersion> <hmis:SourceContactEmail>bill@gsnail.com</hmis:SourceContactEmail> <hmis:SourceContactExtension>775</hmis:SourceContactExtension> <hmis:SourceContactFirst>Patricia</hmis:SourceContactFirst> <hmis:SourceContactLast>Duke</hmis:SourceContactLast> <hmis:SourceContactPhone>5939698367</hmis:SourceContactPhone> <ext:Export> <hmis:ExportID>12345</hmis:ExportID> <hmis:ExportDate>2015-02-27T23:14:59</hmis:ExportDate> <hmis:ExportPeriod> <hmis:StartDate>2015-01-04T23:14:59</hmis:StartDate> <hmis:EndDate>2015-03-26T23:14:59Z</hmis:EndDate> </hmis:ExportPeriod> <hmis:ExportPeriodType>effective</hmis:ExportPeriodType> <hmis:ExportDirective>other</hmis:ExportDirective> <hmis:Organization hmis:dateCreated="2015-02-17T23:14:59" hmis:dateUpdated="2016-02-29T23:14:59" hmis:userID="ptravis"> <hmis:OrganizationID>34</hmis:OrganizationID> <hmis:OrganizationName>Helping People, Inc.</hmis:OrganizationName> <hmis:OrganizationCommonName>Helping</hmis:OrganizationCommonName> <hmis:VictimServiceProvider>99</hmis:VictimServiceProvider> </hmis:Organization> <MyFavoriteColor>blue</MyFavoriteColor> </ext:Export> </hmis:Source> </hmis:Sources>
55.605263
131
0.686701
f4acd160f9dc19425c953265be6d38a0fc3df5df
354
tml
XML
src/main/resources/nc/isi/fragaria_ui/pages/PropertyDisplayBlocks.tml
ISI-nc/fragaria-ui-nodomain
2f3602b80b78a56e74fe9477ac37c0960aca79db
[ "Apache-2.0" ]
null
null
null
src/main/resources/nc/isi/fragaria_ui/pages/PropertyDisplayBlocks.tml
ISI-nc/fragaria-ui-nodomain
2f3602b80b78a56e74fe9477ac37c0960aca79db
[ "Apache-2.0" ]
null
null
null
src/main/resources/nc/isi/fragaria_ui/pages/PropertyDisplayBlocks.tml
ISI-nc/fragaria-ui-nodomain
2f3602b80b78a56e74fe9477ac37c0960aca79db
[ "Apache-2.0" ]
null
null
null
<t:container xml:space="default" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <t:block id="bigDecimal"> <t:output t:id="bigDecimalOutput" value="context.propertyValue" format="decimalFormat" /> </t:block> <t:block id="dateTime"> <t:fragaria.jodatimeoutput value="context.propertyValue" style="L-" /> </t:block> </t:container>
35.4
91
0.720339
ff71d8164aff2f8fb2e36bcfc8949a5c36c81e67
105
xml
XML
makarora/ImageProperties.xml
jenesuispasbavard/jenesuispasbavard.github.io
df27024f31a0a4881cf7e28bc95bf342476e7db0
[ "CC-BY-3.0" ]
null
null
null
makarora/ImageProperties.xml
jenesuispasbavard/jenesuispasbavard.github.io
df27024f31a0a4881cf7e28bc95bf342476e7db0
[ "CC-BY-3.0" ]
null
null
null
makarora/ImageProperties.xml
jenesuispasbavard/jenesuispasbavard.github.io
df27024f31a0a4881cf7e28bc95bf342476e7db0
[ "CC-BY-3.0" ]
null
null
null
<IMAGE_PROPERTIES WIDTH="7575" HEIGHT="2506" NUMTILES="410" NUMIMAGES="1" VERSION="1.8" TILESIZE="256" />
105
105
0.72381
7d17535921fc9cb5734ad94f9fc4364c8260e456
993
xml
XML
src/main/resources/META-INF/spring/docConverter.xml
Jahia/docConverter
81cf52b2a3e9f3c31836da0f18440b9f5613b208
[ "Apache-2.0" ]
null
null
null
src/main/resources/META-INF/spring/docConverter.xml
Jahia/docConverter
81cf52b2a3e9f3c31836da0f18440b9f5613b208
[ "Apache-2.0" ]
null
null
null
src/main/resources/META-INF/spring/docConverter.xml
Jahia/docConverter
81cf52b2a3e9f3c31836da0f18440b9f5613b208
[ "Apache-2.0" ]
1
2017-12-31T09:17:21.000Z
2017-12-31T09:17:21.000Z
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean class="org.jahia.modules.docconverter.DocumentConverterAction"> <property name="name" value="convert"/> <property name="converterService" ref="DocumentConverterService"/> </bean> <bean class="org.jahia.services.content.rules.ModuleGlobalObject"> <property name="globalRulesObject"> <map> <entry key="documentConverterService"> <bean class="org.jahia.modules.docconverter.rules.DocumentConverterRuleService"> <property name="converterService" ref="DocumentConverterService"/> </bean> </entry> </map> </property> </bean> </beans>
47.285714
134
0.638469
dd3c201c585e2efaa908b3de356bfdbfcb8c376a
5,747
xml
XML
Intel_Core_i7-6700_windows_2_0_4.xml
csbymt/minarxmrig
5efe53a92b37fd0fc81b29ecd89247a23f17e2b8
[ "BSD-2-Clause" ]
28
2021-05-11T03:28:57.000Z
2022-03-09T14:34:57.000Z
Intel_Core_i7-6700_windows_2_0_4.xml
csbymt/minarxmrig
5efe53a92b37fd0fc81b29ecd89247a23f17e2b8
[ "BSD-2-Clause" ]
10
2021-05-16T19:50:31.000Z
2022-01-30T03:56:45.000Z
Intel_Core_i7-6700_windows_2_0_4.xml
csbymt/minarxmrig
5efe53a92b37fd0fc81b29ecd89247a23f17e2b8
[ "BSD-2-Clause" ]
12
2021-07-19T22:14:58.000Z
2022-02-08T02:24:05.000Z
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topology SYSTEM "hwloc2.dtd"> <topology version="2.0"> <object type="Machine" os_index="0" cpuset="0x000000ff" complete_cpuset="0x000000ff" allowed_cpuset="0x000000ff" nodeset="0x00000001" complete_nodeset="0x00000001" allowed_nodeset="0x00000001" gp_index="1"> <info name="Backend" value="Windows"/> <info name="hwlocVersion" value="2.0.4"/> <object type="Package" cpuset="0x000000ff" complete_cpuset="0x000000ff" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="2"> <info name="CPUVendor" value="GenuineIntel"/> <info name="CPUFamilyNumber" value="6"/> <info name="CPUModelNumber" value="94"/> <info name="CPUModel" value="Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz"/> <info name="CPUStepping" value="3"/> <object type="NUMANode" os_index="0" cpuset="0x000000ff" complete_cpuset="0x000000ff" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="16" local_memory="16811286528"> <page_type size="4096" count="0"/> </object> <object type="L3Cache" cpuset="0x000000ff" complete_cpuset="0x000000ff" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="6" cache_size="8388608" depth="3" cache_linesize="64" cache_associativity="16" cache_type="0"> <info name="Inclusive" value="1"/> <object type="L2Cache" cpuset="0x00000003" complete_cpuset="0x00000003" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="5" cache_size="262144" depth="2" cache_linesize="64" cache_associativity="4" cache_type="0"> <info name="Inclusive" value="0"/> <object type="L1Cache" cpuset="0x00000003" complete_cpuset="0x00000003" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="4" cache_size="32768" depth="1" cache_linesize="64" cache_associativity="8" cache_type="1"> <info name="Inclusive" value="0"/> <object type="Core" cpuset="0x00000003" complete_cpuset="0x00000003" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="3"> <object type="PU" os_index="0" cpuset="0x00000001" complete_cpuset="0x00000001" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="18"/> <object type="PU" os_index="1" cpuset="0x00000002" complete_cpuset="0x00000002" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="19"/> </object> </object> </object> <object type="L2Cache" cpuset="0x0000000c" complete_cpuset="0x0000000c" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="9" cache_size="262144" depth="2" cache_linesize="64" cache_associativity="4" cache_type="0"> <info name="Inclusive" value="0"/> <object type="L1Cache" cpuset="0x0000000c" complete_cpuset="0x0000000c" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="8" cache_size="32768" depth="1" cache_linesize="64" cache_associativity="8" cache_type="1"> <info name="Inclusive" value="0"/> <object type="Core" cpuset="0x0000000c" complete_cpuset="0x0000000c" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="7"> <object type="PU" os_index="2" cpuset="0x00000004" complete_cpuset="0x00000004" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="20"/> <object type="PU" os_index="3" cpuset="0x00000008" complete_cpuset="0x00000008" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="21"/> </object> </object> </object> <object type="L2Cache" cpuset="0x00000030" complete_cpuset="0x00000030" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="12" cache_size="262144" depth="2" cache_linesize="64" cache_associativity="4" cache_type="0"> <info name="Inclusive" value="0"/> <object type="L1Cache" cpuset="0x00000030" complete_cpuset="0x00000030" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="11" cache_size="32768" depth="1" cache_linesize="64" cache_associativity="8" cache_type="1"> <info name="Inclusive" value="0"/> <object type="Core" cpuset="0x00000030" complete_cpuset="0x00000030" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="10"> <object type="PU" os_index="4" cpuset="0x00000010" complete_cpuset="0x00000010" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="22"/> <object type="PU" os_index="5" cpuset="0x00000020" complete_cpuset="0x00000020" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="23"/> </object> </object> </object> <object type="L2Cache" cpuset="0x000000c0" complete_cpuset="0x000000c0" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="15" cache_size="262144" depth="2" cache_linesize="64" cache_associativity="4" cache_type="0"> <info name="Inclusive" value="0"/> <object type="L1Cache" cpuset="0x000000c0" complete_cpuset="0x000000c0" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="14" cache_size="32768" depth="1" cache_linesize="64" cache_associativity="8" cache_type="1"> <info name="Inclusive" value="0"/> <object type="Core" cpuset="0x000000c0" complete_cpuset="0x000000c0" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="13"> <object type="PU" os_index="6" cpuset="0x00000040" complete_cpuset="0x00000040" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="24"/> <object type="PU" os_index="7" cpuset="0x00000080" complete_cpuset="0x00000080" nodeset="0x00000001" complete_nodeset="0x00000001" gp_index="25"/> </object> </object> </object> </object> </object> </object> </topology>
92.693548
235
0.697755
841f1e8c36732b5d621a17348c787f1dc029d24c
1,030
xml
XML
res/values/strings.xml
samcrow/ColonyNavigator3
b12c4ecaa1dbc08a7d55c5c8835c01e1c6d27e4f
[ "MIT" ]
1
2022-03-20T06:57:47.000Z
2022-03-20T06:57:47.000Z
res/values/strings.xml
samcrow/ColonyNavigator3
b12c4ecaa1dbc08a7d55c5c8835c01e1c6d27e4f
[ "MIT" ]
null
null
null
res/values/strings.xml
samcrow/ColonyNavigator3
b12c4ecaa1dbc08a7d55c5c8835c01e1c6d27e4f
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Colony Navigator 3</string> <string name="preferences">Preferences</string> <string name="search">Search</string> <string name="visited">Visited</string> <string name="active">Active</string> <string name="layers">Layers</string> <string name="my_location">Show my location</string> <string name="edit_colony">Edit colony information</string> <string name="save_action">OK</string> <string name="cancel_action">Cancel</string> <string name="title_activity_update">Update</string> <string name="hello_world">Hello world!</string> <string name="ok">OK</string> <string name="updating">Updating&#8230;</string> <string name="temp_status_text">Update status</string> <string name="title_activity_update_check">UpdateCheckActivity</string> <string name="checking_for_updates">Checking for updates&#8230;</string> <string name="check_for_updates">Check for updates</string> </resources>
42.916667
76
0.713592
01d487e8750883bad314aabb31bb4502dcfd3289
977
xml
XML
Imports/AddToPackage/Import/CommandBarSectionItem/4EAFE4807D754210AB3519240839A251.xml
ArasLabs/add-to-package-tearoff
f4be0aa22302bb233048a9a799ddfae60c3d1638
[ "MIT" ]
1
2019-04-07T17:35:14.000Z
2019-04-07T17:35:14.000Z
Imports/AddToPackage/Import/CommandBarSectionItem/4EAFE4807D754210AB3519240839A251.xml
ArasLabs/add-to-package-tearoff
f4be0aa22302bb233048a9a799ddfae60c3d1638
[ "MIT" ]
1
2021-10-19T23:23:29.000Z
2021-10-19T23:23:29.000Z
Imports/AddToPackage/Import/CommandBarSectionItem/4EAFE4807D754210AB3519240839A251.xml
ArasLabs/add-to-package-tearoff
f4be0aa22302bb233048a9a799ddfae60c3d1638
[ "MIT" ]
null
null
null
<AML> <Item type="CommandBarSectionItem" id="4EAFE4807D754210AB3519240839A251" action="add"> <action>Add</action> <related_id keyed_name="labs.itemview.add_to_package_definition" type="CommandBarItem"> <Item type="CommandBarMenuButton" id="0AC5A33A69ED4873AA7689E10D9D5B6B" action="add"> <label xml:lang="en">Add To Package Definition</label> <on_click_handler keyed_name="labs_addItemToPackageDefinition" type="Method">61A3D5C6E4594B46A0C5E2C7747BDFFB</on_click_handler> <parent_menu keyed_name="itemview.itemcommandbar.default.share" type="CommandBarMenu">53B3D123C3DE46AC93738FC80C11CA62</parent_menu> <name>labs.itemview.add_to_package_definition</name> </Item> </related_id> <role keyed_name="Administrators" type="Identity">2618D6F5A90949BAA7E920D1B04C7EE1</role> <sort_order>2000</sort_order> <source_id keyed_name="itemview.itemcommandbar.default" type="CommandBarSection">9535D908269D4683AF278234E60BA227</source_id> </Item> </AML>
61.0625
136
0.802456
bf1c917b2831d820e4588a8356493e01a15b5e10
245,052
xlf
XML
src/Tasks/Resources/xlf/Strings.tr.xlf
chamons/msbuild
2de78dedda965427ffd51c8da16221c4888c4cb8
[ "MIT" ]
null
null
null
src/Tasks/Resources/xlf/Strings.tr.xlf
chamons/msbuild
2de78dedda965427ffd51c8da16221c4888c4cb8
[ "MIT" ]
null
null
null
src/Tasks/Resources/xlf/Strings.tr.xlf
chamons/msbuild
2de78dedda965427ffd51c8da16221c4888c4cb8
[ "MIT" ]
1
2021-02-08T13:16:32.000Z
2021-02-08T13:16:32.000Z
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="tr" original="../Strings.resx"> <body> <trans-unit id="AppConfig.BindingRedirectMissingOldVersion"> <source>BindingRedirect is missing required field 'oldVersion'.</source> <target state="translated">BindingRedirect için gereken 'oldVersion' alanı eksik.</target> <note /> </trans-unit> <trans-unit id="AppConfig.BindingRedirectMissingNewVersion"> <source>BindingRedirect is missing required field 'newVersion'.</source> <target state="translated">BindingRedirect için gereken 'newVersion' alanı eksik.</target> <note /> </trans-unit> <trans-unit id="AppConfig.InvalidAssemblyIdentityFields"> <source>Some attributes of the assemblyIdentity element are incorrect.</source> <target state="translated">assemblyIdentity öğesinin bazı öznitelikleri yanlış.</target> <note /> </trans-unit> <trans-unit id="AppConfig.InvalidOldVersionAttribute"> <source>There was a problem parsing the oldVersion attribute. {0}</source> <target state="translated">oldVersion özniteliğinin ayrıştırılmasında bir sorun oluştu. {0}</target> <note /> </trans-unit> <trans-unit id="AppConfig.InvalidNewVersionAttribute"> <source>There was a problem parsing the newVersion attribute. {0}</source> <target state="translated">newVersion özniteliğinin ayrıştırılmasında bir sorun oluştu. {0}</target> <note /> </trans-unit> <trans-unit id="AssignProjectConfiguration.IllegalMappingString"> <source>The platform mapping "{0}" in the platform mapping list "{1}" is malformed. Please only pass in a semicolon-delimited list of constant string values separated by "=", e.g., "foo=bar;foo2=bar2".</source> <target state="translated">"{1}" platform eşleme listesindeki "{0}" platform eşlemesinin biçimi bozuk. Lütfen yalnızca "=" ile ayrılan ve noktalı virgül ile sınırlandırılmış bir sabit dize değerleri listesi geçirin. Örneğin, "foo=bar;foo2=bar2".</target> <note /> </trans-unit> <trans-unit id="AssignProjectConfiguration.ProjectConfigurationUnresolved"> <source>Project reference "{0}" has not been resolved.</source> <target state="translated">"{0}" proje başvurusu çözümlenmedi.</target> <note> UE and LOCALIZATION: This is not an error - we pass unresolved references to UnresolvedProjectReferences for further processing in the .targets file. </note> </trans-unit> <trans-unit id="AssignProjectConfiguration.ProjectConfigurationResolutionSuccess"> <source>Project reference "{0}" has been assigned the "{1}" configuration.</source> <target state="translated">"{1}" yapılandırmasına "{0}" proje başvurusu atandı.</target> <note /> </trans-unit> <trans-unit id="AspNetCompiler.CannotCombineMetabaseAndVirtualPathOrPhysicalPath"> <source>MSB3461: The MetabasePath parameter cannot be combined with VirtualPath or PhysicalPath.</source> <target state="translated">MSB3461: MetabasePath parametresi VirtualPath veya PhysicalPath ile birleştirilemez.</target> <note>{StrBegin="MSB3461: "}</note> </trans-unit> <trans-unit id="AspNetCompiler.MissingMetabasePathAndVirtualPath"> <source>MSB3462: Either MetabasePath or VirtualPath must be specified.</source> <target state="translated">MSB3462: MetabasePath veya VirtualPath belirtilmelidir.</target> <note>{StrBegin="MSB3462: "}</note> </trans-unit> <trans-unit id="AspNetCompiler.MissingTargetPathForUpdatableApplication"> <source>MSB3463: The TargetPath parameter must be specified if the application is updatable.</source> <target state="translated">MSB3463: Uygulama güncelleştirilebilirse, TargetPath parametresi belirtilmelidir.</target> <note>{StrBegin="MSB3463: "}</note> </trans-unit> <trans-unit id="AspNetCompiler.MissingTargetPathForOverwrittenApplication"> <source>MSB3464: The TargetPath parameter must be specified if the target directory needs to be overwritten.</source> <target state="translated">MSB3464: Hedef dizinin üzerine yazılması gerekiyorsa, TargetPath parametresi belirtilmelidir.</target> <note>{StrBegin="MSB3464: "}</note> </trans-unit> <trans-unit id="AssignCulture.CannotExtractCulture"> <source>MSB3001: Cannot extract culture information from file name "{0}". {1}</source> <target state="translated">MSB3001: "{0}" dosya adından kültür bilgileri ayıklanamıyor. {1}</target> <note>{StrBegin="MSB3001: "}</note> </trans-unit> <trans-unit id="AssignCulture.Comment"> <source>Culture of "{0}" was assigned to file "{1}".</source> <target state="translated">"{0}" kültürü "{1}" dosyasına atandı.</target> <note /> </trans-unit> <trans-unit id="AxImp.NoInputFileSpecified"> <source>MSB3656: No input file has been passed to the task, exiting.</source> <target state="translated">MSB3656: Göreve herhangi bir giriş dosyası iletilmedi, çıkılıyor.</target> <note>{StrBegin="MSB3656: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.CannotSpecifyBothKeyFileAndKeyContainer"> <source>MSB3646: Cannot specify values for both KeyFile and KeyContainer.</source> <target state="translated">MSB3646: KeyFile ve KeyContainer için değerler belirlenemiyor.</target> <note>{StrBegin="MSB3646: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.CannotSpecifyDelaySignWithoutEitherKeyFileOrKeyContainer"> <source>MSB3647: DelaySign parameter is true, but no KeyFile or KeyContainer was specified.</source> <target state="translated">MSB3647: DelaySign parametresi doğru, ancak KeyFile veya KeyContainer belirtilmemiş.</target> <note>{StrBegin="MSB3647: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.InvalidKeyFileSpecified"> <source>MSB3649: The KeyFile path '{0}' is invalid. KeyFile must point to an existing file.</source> <target state="translated">MSB3649: '{0}' KeyFile yolu geçersiz. KeyFile, mevcut bir dosyaya işaret etmelidir.</target> <note>{StrBegin="MSB3649: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid"> <source>MSB3650: Neither SDKToolsPath '{0}' nor ToolPath '{1}' is a valid directory. One of these must be set.</source> <target state="translated">MSB3650: '{0}' SDKToolsPath ve '{1}' ToolPath geçerli birer dizin değil. Bunlardan biri ayarlanmalıdır.</target> <note>{StrBegin="MSB3650: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.StrongNameUtils.NoKeyPairInContainer"> <source>MSB3651: The key container '{0}' does not contain a public/private key pair.</source> <target state="translated">MSB3651: '{0}' anahtar kapsayıcısı ortak/özel anahtar çifti içermiyor.</target> <note>{StrBegin="MSB3651: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.StrongNameUtils.NoKeyPairInFile"> <source>MSB3652: The key file '{0}' does not contain a public/private key pair.</source> <target state="translated">MSB3652: '{0}' anahtar dosyası ortak/özel anahtar çifti içermiyor.</target> <note>{StrBegin="MSB3652: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.ToolNameMustBeSet"> <source>MSB3653: AxTlbBaseTask is not an executable task. If deriving from it, please ensure the ToolName property was set.</source> <target state="translated">MSB3653: AxTlbBaseTask, yürütülebilir bir görev değil. Bundan türetme yapılıyorsa lütfen ToolName özelliğinin ayarlandığından emin olun.</target> <note>{StrBegin="MSB3653: "}</note> </trans-unit> <trans-unit id="AxTlbBaseTask.StrongNameUtils.NoPublicKeySpecified"> <source>MSB3654: Delay signing requires that at least a public key be specified. Please either supply a public key using the KeyFile or KeyContainer properties, or disable delay signing.</source> <target state="translated">MSB3654: Gecikmeli imzalama, en azından bir ortak anahtar belirtilmesini gerektirir. Lütfen KeyFile veya KeyContainer özelliklerini kullanarak bir ortak anahtar sağlayın veya gecikmeli imzalamayı devre dışı bırakın.</target> <note>{StrBegin="MSB3654: "}</note> </trans-unit> <trans-unit id="Compiler.FatalArguments"> <source>MSB3881: Fatal Error: more than {0} command line arguments.</source> <target state="translated">MSB3881: Kritik Hata: Komut satırı bağımsız değişkenleri şu sayıdan fazla: {0}.</target> <note>{StrBegin="MSB3881: "}</note> </trans-unit> <trans-unit id="Compiler.FatalNoResponse"> <source>MSB3882: Fatal Error: No response from server.</source> <target state="translated">MSB3882: Kritik Hata: Sunucu yanıt vermiyor.</target> <note>{StrBegin="MSB3882: "}</note> </trans-unit> <trans-unit id="Compiler.UnexpectedException"> <source>MSB3883: Unexpected exception: </source> <target state="translated">MSB3883: Beklenmeyen özel durum: </target> <note>{StrBegin="MSB3883: "}</note> </trans-unit> <trans-unit id="Compiler.UnableToFindRuleSet"> <source>MSB3884: Could not find rule set file "{0}".</source> <target state="translated">MSB3884: "{0}" kural kümesi dosyası bulanamadı.</target> <note>{StrBegin="MSB3884: "}</note> </trans-unit> <trans-unit id="Copy.CreatesDirectory"> <source>Creating directory "{0}".</source> <target state="translated">"{0}" dizini oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="Copy.DestinationIsDirectory"> <source>MSB3024: Could not copy the file "{0}" to the destination file "{1}", because the destination is a folder instead of a file. To copy the source file into a folder, consider using the DestinationFolder parameter instead of DestinationFiles.</source> <target state="translated">MSB3024: Hedef, dosya yerine klasör olduğundan "{0}" dosyası "{1}" hedef dosyasına kopyalanamadı. Kaynak dosyasını bir klasöre kopyalamak için DestinationFiles yerine DestinationFolder parametresini kullanın.</target> <note>{StrBegin="MSB3024: "}</note> </trans-unit> <trans-unit id="Copy.DidNotCopyBecauseOfFileMatch"> <source>Did not copy from file "{0}" to file "{1}" because the "{2}" parameter was set to "{3}" in the project and the files' sizes and timestamps match.</source> <target state="translated">Projede "{2}" parametresi "{3}" olarak ayarlandığından ve dosya boyutlarıyla zaman damgaları eşleştiğinden "{0}" dosyasından "{1}" dosyasına kopyalama işlemi gerçekleştirilmedi.</target> <note /> </trans-unit> <trans-unit id="Copy.Error"> <source>MSB3021: Unable to copy file "{0}" to "{1}". {2}</source> <target state="translated">MSB3021: "{0}" dosyası "{1}" üzerine kopyalanamıyor. {2}</target> <note>{StrBegin="MSB3021: "}</note> </trans-unit> <trans-unit id="Copy.ExactlyOneTypeOfDestination"> <source>MSB3022: Both "{0}" and "{1}" were specified as input parameters in the project file. Please choose one or the other.</source> <target state="translated">MSB3022: Proje dosyasında giriş parametresi olarak hem "{0}" hem de "{1}" belirtilmiş. Lütfen ikisinden birini seçin.</target> <note>{StrBegin="MSB3022: "}</note> </trans-unit> <trans-unit id="Copy.FileComment"> <source>Copying file from "{0}" to "{1}".</source> <target state="translated">Dosya "{0}" konumundan "{1}" konumuna kopyalanıyor.</target> <note>LOCALIZATION: {0} and {1} are paths.</note> </trans-unit> <trans-unit id="Copy.HardLinkComment"> <source>Creating hard link to copy "{0}" to "{1}".</source> <target state="translated">"{0}" yolunu "{1}" yoluna kopyalamak için sabit bağlantı oluşturuluyor.</target> <note>LOCALIZATION: {0} and {1} are paths.</note> </trans-unit> <trans-unit id="Copy.RetryingAsFileCopy"> <source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source> <target state="translated">"{0}" dosyasını "{1}" yoluna kopyalamak için bağlantı kullanılamadı. Bunun yerine dosya kopyalanıyor. {2}</target> <note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note> </trans-unit> <trans-unit id="Copy.NeedsDestination"> <source>MSB3023: No destination specified for Copy. Please supply either "{0}" or "{1}".</source> <target state="translated">MSB3023: Kopyalama işlemi için hedef belirtilmemiş. Lütfen "{0}" veya "{1}" öğelerinden birini sağlayın.</target> <note>{StrBegin="MSB3023: "}</note> </trans-unit> <trans-unit id="Copy.RemovingReadOnlyAttribute"> <source>Removing read-only attribute from "{0}".</source> <target state="translated">"{0}" öğesinin salt okunur özniteliği kaldırılıyor.</target> <note /> </trans-unit> <trans-unit id="Copy.SourceIsDirectory"> <source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source> <target state="translated">MSB3025: "{0}" kaynak dosyası aslında bir dizindir. "Kopyala" görevi, dizinleri kopyalamayı desteklemez.</target> <note>{StrBegin="MSB3025: "}</note> </trans-unit> <trans-unit id="Copy.Retrying"> <source>MSB3026: Could not copy "{0}" to "{1}". Beginning retry {2} in {3}ms. {4} {5}</source> <target state="translated">MSB3026: "{0}", "{1}" üzerine kopyalanamadı. {2} numaralı yeniden denemeye {3} ms içinde başlanacak. {4} {5}</target> <note>{StrBegin="MSB3026: "} LOCALIZATION: {0} and {1} are paths. {2} and {3} are numbers. {4} is an optional localized message. {5} is either empty or a string from Copy.FileLocked ("The file is locked by: "{0}"")</note> </trans-unit> <trans-unit id="Copy.ExceededRetries"> <source>MSB3027: Could not copy "{0}" to "{1}". Exceeded retry count of {2}. Failed. {3}</source> <target state="translated">MSB3027: "{0}", "{1}" üzerine kopyalanamadı. {2} yeniden deneme sayısı aşıldı. Başarısız oldu. {3}</target> <note>{StrBegin="MSB3027: "} LOCALIZATION: {0} and {1} are paths. {2} is a number. {3} is either empty or a string from Copy.FileLocked ("The file is locked by: "{0}"")</note> </trans-unit> <trans-unit id="Copy.InvalidRetryCount"> <source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source> <target state="translated">MSB3028: {0} geçersiz bir yeniden deneme sayısı. Değer negatif olamaz.</target> <note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note> </trans-unit> <trans-unit id="Copy.InvalidRetryDelay"> <source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source> <target state="translated">MSB3029: {0} geçersiz bir yeniden deneme gecikmesi. Değer negatif olamaz.</target> <note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note> </trans-unit> <trans-unit id="Copy.SourceFileNotFound"> <source>MSB3030: Could not copy the file "{0}" because it was not found.</source> <target state="translated">MSB3030: "{0}" dosyası, bulunamadığı için kopyalanamadı.</target> <note>{StrBegin="MSB3030: "} LOCALIZATION: {0} is a number.</note> </trans-unit> <trans-unit id="CreateItem.AdditionalMetadataError"> <source>MSB3031: Could not set additional metadata. "{0}" is a reserved metadata name and cannot be modified.</source> <target state="translated">MSB3031: Ek meta veriler ayarlanamıyor. "{0}" ayrılmış bir meta veri adıdır ve değiştirilemez.</target> <note>{StrBegin="MSB3031: "} UE: Tasks and OM users are not allowed to remove or change the value of the built-in meta-data on items e.g. the meta-data "FullPath", "RelativeDir", etc. are reserved.</note> </trans-unit> <trans-unit id="CreateManifestResourceName.AssignedName"> <source>Resource file '{0}' gets manifest resource name '{1}'.</source> <target state="translated">'{0}' kaynak dosyası, '{1}' bildirim kaynağı adını alıyor.</target> <note /> </trans-unit> <trans-unit id="CreateManifestResourceName.DefinitionFoundWithinConditionalDirective"> <source>MSB3042: A namespace or class definition was found within a conditional compilation directive in the file "{0}". This may lead to an incorrect choice for the manifest resource name for resource "{1}".</source> <target state="translated">MSB3042: "{0}" dosyasındaki bir koşullu derleme yönergesi içinde ad alanı veya sınıf tanımı bulundu. Bu, "{1}" kaynağının bildirim kaynağı adı için yanlış seçim yapılmasına neden olabilir.</target> <note>{StrBegin="MSB3042: "}</note> </trans-unit> <trans-unit id="CreateManifestResourceName.DependsUpon"> <source>Resource file '{0}' depends on '{1}'.</source> <target state="translated">'{0}' kaynak dosyası '{1}' öğesine bağımlıdır.</target> <note /> </trans-unit> <trans-unit id="CreateManifestResourceName.DependsUponNothing"> <source>Resource file '{0}' doesn't depend on any other file.</source> <target state="translated">'{0}' kaynak dosyası herhangi bir başka dosyaya bağımlı değildir.</target> <note /> </trans-unit> <trans-unit id="CreateManifestResourceName.Error"> <source>MSB3041: Unable to create a manifest resource name for "{0}". {1}</source> <target state="translated">MSB3041: "{0}" için bildirim kaynağı adı oluşturulamıyor. {1}</target> <note>{StrBegin="MSB3041: "}</note> </trans-unit> <trans-unit id="CreateManifestResourceName.NoRootNamespace"> <source>Root namespace is empty.</source> <target state="translated">Kök ad alanı boş.</target> <note /> </trans-unit> <trans-unit id="CreateManifestResourceName.RootNamespace"> <source>Root namespace is '{0}'.</source> <target state="translated">Kök ad alanı: '{0}'.</target> <note /> </trans-unit> <trans-unit id="Csc.AssemblyAliasContainsIllegalCharacters"> <source>MSB3053: The assembly alias "{1}" on reference "{0}" contains illegal characters.</source> <target state="translated">MSB3053: "{0}" başvurusundaki "{1}" derleme diğer adında geçersiz karakterler var.</target> <note>{StrBegin="MSB3053: "}</note> </trans-unit> <trans-unit id="Csc.InvalidParameter"> <source>MSB3051: The parameter to the compiler is invalid. {0}</source> <target state="translated">MSB3051: Derleyici parametresi geçersiz. {0}</target> <note>{StrBegin="MSB3051: "}</note> </trans-unit> <trans-unit id="Csc.InvalidParameterWarning"> <source>MSB3052: The parameter to the compiler is invalid, '{0}{1}' will be ignored.</source> <target state="translated">MSB3052: Derleyici parametresi geçersiz. '{0}{1}' yoksayılacak.</target> <note>{StrBegin="MSB3052: "}</note> </trans-unit> <trans-unit id="Delete.DeletingFile"> <source>Deleting file "{0}".</source> <target state="translated">"{0}" dosyası siliniyor.</target> <note /> </trans-unit> <trans-unit id="Delete.Error"> <source>MSB3061: Unable to delete file "{0}". {1}</source> <target state="translated">MSB3061: "{0}" dosyası silinemiyor. {1}</target> <note>{StrBegin="MSB3061: "}</note> </trans-unit> <trans-unit id="Delete.SkippingNonexistentFile"> <source>File "{0}" doesn't exist. Skipping.</source> <target state="translated">"{0}" dosyası yok. Atlanıyor.</target> <note /> </trans-unit> <trans-unit id="DownloadFile.DidNotDownloadBecauseOfFileMatch"> <source>Did not download file from "{0}" to "{1}" because the "{2}" parameter was set to "{3}" in the project and the files' sizes match.</source> <target state="translated">Projede "{2}" parametresi "{3}" olarak ayarlandığından ve dosyaların boyutları eşleştiğinden, "{0}" konumundaki dosya "{1}" konumuna indirilmedi.</target> <note /> </trans-unit> <trans-unit id="DownloadFile.Downloading"> <source>Downloading from "{0}" to "{1}" ({2:N0} bytes).</source> <target state="translated">"{0}" konumundan "{1}" konumuna indiriliyor ({2:N0} bayt).</target> <note /> </trans-unit> <trans-unit id="DownloadFile.ErrorDownloading"> <source>MSB3923: Failed to download file "{0}". {1}</source> <target state="translated">MSB3923: "{0}" dosyası indirilemedi. {1}</target> <note>{StrBegin="MSB3923: "}</note> </trans-unit> <trans-unit id="DownloadFile.ErrorInvalidUrl"> <source>MSB3921: The specified URL "{0}" is not valid.</source> <target state="translated">MSB3921: Belirtilen "{0}" URL’si geçerli değil.</target> <note>{StrBegin="MSB3921: "}</note> </trans-unit> <trans-unit id="DownloadFile.ErrorUnknownFileName"> <source>MSB3922: Failed to determine a file name from the URL "{0}". Please specify a file name with the "{1}" parameter.</source> <target state="translated">MSB3922: "{0}" URL’sinden bir dosya adı belirlenemedi. Lütfen "{1}" parametresiyle bir dosya adı belirtin.</target> <note>{StrBegin="MSB3922: "}</note> </trans-unit> <trans-unit id="DownloadFile.Retrying"> <source>MSB3924: Failed to download file "{0}". Beginning retry {1} in {2}ms. {3}</source> <target state="translated">MSB3924: "{0}" dosyası indirilemedi. {2} ms içinde {1}. deneme başlatılacak. {3}</target> <note>{StrBegin="MSB3924: "}</note> </trans-unit> <trans-unit id="Exec.AllDriveLettersMappedError"> <source>MSB3071: All drive letters from A: through Z: are currently in use. Since the working directory "{0}" is a UNC path, the "Exec" task needs a free drive letter to map the UNC path to. Disconnect from one or more shared resources to free up drive letters, or specify a local working directory before attempting this command again.</source> <target state="translated">MSB3071: A: ile Z: arasındaki tüm sürücü harfleri şu anda kullanımda. "{0}" çalışma dizini bir UNC yolu olduğundan, "Exec" görevinin UNC yolunu eşleyeceği serbest bir sürücü harfi gerekiyor. Sürücü harflerini serbest bırakmak üzere bir veya birden çok paylaşılan kaynağın bağlantısını kesin veya bu komutu yeniden denemeden önce yerel bir çalışma dizini belirtin.</target> <note>{StrBegin="MSB3071: "}LOCALIZATION: "Exec", "A:", and "Z:" should not be localized.</note> </trans-unit> <trans-unit id="Exec.CommandFailed"> <source>MSB3073: The command "{0}" exited with code {1}.</source> <target state="translated">MSB3073: "{0}" komutundan {1} koduyla çıkıldı.</target> <note>{StrBegin="MSB3073: "}</note> </trans-unit> <trans-unit id="Exec.CommandFailedAccessDenied"> <source>MSB3075: The command "{0}" exited with code {1}. Please verify that you have sufficient rights to run this command.</source> <target state="translated">MSB3075: "{0}" komutundan {1} koduyla çıkıldı. Lütfen bu komutu çalıştırmak için yeterli haklara sahip olduğunuzu doğrulayın.</target> <note>{StrBegin="MSB3075: "}</note> </trans-unit> <trans-unit id="Exec.CommandFailedNoErrorCode"> <source>The command "{0}" exited with code {1}.</source> <target state="translated">"{0}" komutundan {1} koduyla çıkıldı.</target> <note /> </trans-unit> <trans-unit id="Exec.InvalidRegex"> <source>MSB3076: The regular expression "{0}" that was supplied is invalid. {1}</source> <target state="translated">MSB3076: Sağlanan "{0}" normal ifadesi geçersiz. {1}</target> <note>{StrBegin="MSB3076: "}</note> </trans-unit> <trans-unit id="Exec.MissingCommandError"> <source>MSB3072: The "Exec" task needs a command to execute.</source> <target state="translated">MSB3072: "Exec" görevi için yürütülecek bir komut gerekli.</target> <note>{StrBegin="MSB3072: "}LOCALIZATION: "Exec" should not be localized.</note> </trans-unit> <trans-unit id="Exec.InvalidWorkingDirectory"> <source>The working directory "{0}" does not exist.</source> <target state="translated">"{0}" çalışma dizini yok.</target> <note>No error code because an error will be prefixed.</note> </trans-unit> <trans-unit id="FileHash.FileNotFound"> <source>MSB3954: Failed to compute hash for file '{0}' because it does not exist or is inaccessible.</source> <target state="translated">MSB3954: '{0}' dosyası mevcut olmadığından veya dosyaya erişilemediğinden dosya için karma hesaplanamadı.</target> <note>{StrBegin="MSB3954: "}</note> </trans-unit> <trans-unit id="FileHash.UnrecognizedHashAlgorithm"> <source>MSB3953: Unrecognized hash algorithm name '{0}'. Allowed algorithms are 'SHA256', 'SHA384', and 'SHA512'.</source> <target state="translated">MSB3953: '{0}' karma algoritması adı tanınmıyor. İzin verilen algoritmalar 'SHA256', 'SHA384' ve 'SHA512'dir.</target> <note>{StrBegin="MSB3953: "}</note> </trans-unit> <trans-unit id="FileHash.UnrecognizedHashEncoding"> <source>MSB3951: Unrecognized hash encoding '{0}'. Allowed encodings are 'hex' and 'base64'.</source> <target state="translated">MSB3951: '{0}' karma kodlaması tanınmıyor. İzin verilen kodlamalar 'hex' ve 'base64'tür.</target> <note>{StrBegin="MSB3951: "}</note> </trans-unit> <trans-unit id="FindInList.Found"> <source>Found "{0}".</source> <target state="translated">"{0}" bulundu.</target> <note /> </trans-unit> <trans-unit id="FindInList.InvalidPath"> <source>"{0}" is not a valid file name. {1}</source> <target state="translated">{0} geçerli bir dosya adı değil. {1}</target> <note /> </trans-unit> <trans-unit id="FindUnderPath.ComparisonPath"> <source>Comparison path is "{0}".</source> <target state="translated">Karşılaştırma yolu: "{0}".</target> <note /> </trans-unit> <trans-unit id="FindUnderPath.InvalidParameter"> <source>MSB3541: {0} has invalid value "{1}". {2}</source> <target state="translated">MSB3541: {0} öğesinin "{1}" değeri geçersiz. {2}</target> <note>{StrBegin="MSB3541: "}</note> </trans-unit> <trans-unit id="General.CouldNotDeleteStateFile"> <source>MSB3102: Could not delete state file "{0}". {1}</source> <target state="translated">MSB3102: "{0}" durum dosyası silinemedi. {1}</target> <note>{StrBegin="MSB3102: "}</note> </trans-unit> <trans-unit id="General.CouldNotLocateAssembly"> <source>Could not locate the assembly "{0}". Check to make sure the assembly exists on disk.</source> <target state="translated">"{0}" bütünleştirilmiş kodu bulunamadı. Bütünleştirilmiş kodun diskte mevcut olduğundan emin olun.</target> <note /> </trans-unit> <trans-unit id="General.CouldNotReadStateFile"> <source>MSB3088: Could not read state file "{0}". {1}</source> <target state="translated">MSB3088: "{0}" durum dosyası okunamadı. {1}</target> <note>{StrBegin="MSB3088: "}</note> </trans-unit> <trans-unit id="General.CouldNotReadStateFileMessage"> <source>Could not read state file "{0}". {1}</source> <target state="translated">"{0}" durum dosyası okunamadı. {1}</target> <note /> </trans-unit> <trans-unit id="General.CouldNotSetHostObjectParameter"> <source>MSB3081: A problem occurred while trying to set the "{0}" parameter for the IDE's in-process compiler. {1}</source> <target state="translated">MSB3081: IDE'nin işlem içi derleyicisi için "{0}" parametresi ayarlanmaya çalışılırken bir sorunla karşılaşıldı. {1}</target> <note>{StrBegin="MSB3081: "}</note> </trans-unit> <trans-unit id="General.CouldNotWriteStateFile"> <source>MSB3101: Could not write state file "{0}". {1}</source> <target state="translated">MSB3101: "{0}" durum dosyası yazılamadı. {1}</target> <note>{StrBegin="MSB3101: "}</note> </trans-unit> <trans-unit id="General.DuplicateItemsNotSupported"> <source>MSB3105: The item "{0}" was specified more than once in the "{1}" parameter. Duplicate items are not supported by the "{1}" parameter.</source> <target state="translated">MSB3105: "{0}" öğesi, "{1}" parametresinde bir kereden fazla belirtildi. "{1}" parametresi yinelenen öğeleri desteklemez.</target> <note>{StrBegin="MSB3105: "}</note> </trans-unit> <trans-unit id="General.DuplicateItemsNotSupportedWithMetadata"> <source>MSB3083: The item "{0}" was specified more than once in the "{1}" parameter and both items had the same value "{2}" for the "{3}" metadata. Duplicate items are not supported by the "{1}" parameter unless they have different values for the "{3}" metadata.</source> <target state="translated">MSB3083: "{0}" öğesi, "{1}" parametresinde birden çok kez belirtildi ve her iki öğe de "{3}" meta verisi için aynı "{2}" değerine sahipti. "{1}" parametresi, "{3}" meta verisi için farklı değerlere sahip olmayan yinelenen öğeleri desteklemez.</target> <note>{StrBegin="MSB3083: "}</note> </trans-unit> <trans-unit id="General.ErrorExecutingTask"> <source>MSB3108: Error executing the {0} task. {1}</source> <target state="translated">MSB3108: {0} görevi yürütülürken hata oluştu. {1}</target> <note>{StrBegin="MSB3108: "}</note> </trans-unit> <trans-unit id="General.ExpectedFileGotDirectory"> <source>Expected a file but got directory "{0}".</source> <target state="translated">Dosya beklenirken "{0}" dizini alındı.</target> <note /> </trans-unit> <trans-unit id="General.ExpectedFileMissing"> <source>Expected file "{0}" does not exist.</source> <target state="translated">Beklenen "{0}" dosyası yok.</target> <note /> </trans-unit> <trans-unit id="General.FrameworksFileNotFound"> <source>MSB3082: Task failed because "{0}" was not found, or the .NET Framework {1} is not installed. Please install the .NET Framework {1}.</source> <target state="translated">MSB3082: "{0}" bulunamadığından veya .NET Framework {1} yüklü olmadığından görev başarısız oldu. Lütfen .NET Framework {1} yükleyin.</target> <note>{StrBegin="MSB3082: "}</note> </trans-unit> <trans-unit id="General.IncorrectHostObject"> <source>MSB3087: An incompatible host object was passed into the "{0}" task. The host object for this task must implement the "{1}" interface.</source> <target state="translated">MSB3087: "{0}" görevine uyumlu olmayan bir konak nesnesi geçirildi. Bu görevin konak nesnesi "{1}" arabirimini uygulamalıdır.</target> <note>{StrBegin="MSB3087: "}</note> </trans-unit> <trans-unit id="General.IncompatibleStateFileType"> <source>The format of this state file is not valid.</source> <target state="translated">Bu durum dosyasının biçimi geçersiz.</target> <note /> </trans-unit> <trans-unit id="General.InvalidAttributeMetadata"> <source>Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".</source> <target state="translated">"{0}" öğesinin, "{3}" değerine dönüştürülemeyen "{2}" değerine sahip "{1}" özniteliği var.</target> <note /> </trans-unit> <trans-unit id="General.InvalidArgument"> <source>MSB3095: Invalid argument. {0}</source> <target state="translated">MSB3095: Geçersiz bağımsız değişken. {0}</target> <note>{StrBegin="MSB3095: "}</note> </trans-unit> <trans-unit id="General.InvalidAssembly"> <source>MSB3097: File "{0}" is not a valid assembly.</source> <target state="translated">MSB3097: "{0}" dosyası geçerli bir derleme değil.</target> <note>{StrBegin="MSB3097: "}</note> </trans-unit> <trans-unit id="General.InvalidValue"> <source>MSB3098: "{1}" task received an invalid value for the "{0}" parameter.</source> <target state="translated">MSB3098: "{1}" görevi "{0}" parametresi için geçersiz bir değer aldı.</target> <note>{StrBegin="MSB3098: "}</note> </trans-unit> <trans-unit id="General.InvalidAssemblyName"> <source>MSB3099: Invalid assembly name "{0}". {1}</source> <target state="translated">MSB3099: Geçersiz "{0}" derleme adı. {1}</target> <note>{StrBegin="MSB3099: "}UE: This message is shown when RegisterAssembly or UnregisterAssembly is passed an assembly with an invalid filename. "{0}" is the name of the file, and "{1}" is a message explaining the problem. LOCALIZATION: "{1}" is a localized message.</note> </trans-unit> <trans-unit id="General.InvalidPropertyError"> <source>MSB3100: Syntax for "{0}" parameter is not valid ({1}). Correct syntax is {0}="&lt;name&gt;=&lt;value&gt;".</source> <target state="translated">MSB3100: "{0}" parametresinin söz dizimi geçerli değil ({1}). Doğru söz dizimi: {0}="&lt;ad&gt;=&lt;değer&gt;".</target> <note>{StrBegin="MSB3100: "}This error is shown if the user does any of the following: Properties="foo" (missing property value) Properties="=4" (missing property name) The user must pass in an actual property name and value, as in Properties="Configuration=Debug".</note> </trans-unit> <trans-unit id="General.GlobalProperties"> <source>Global Properties:</source> <target state="translated">Genel Özellikler:</target> <note /> </trans-unit> <trans-unit id="General.UndefineProperties"> <source>Removing Properties:</source> <target state="translated">Özellikler kaldırılıyor:</target> <note /> </trans-unit> <trans-unit id="General.OverridingProperties"> <source>Overriding Global Properties for project "{0}" with:</source> <target state="translated">"{0}" projesi için Genel Özellikler şununla geçersiz kılınıyor:</target> <note /> </trans-unit> <trans-unit id="General.AdditionalProperties"> <source>Additional Properties for project "{0}":</source> <target state="translated">"{0}" projesi için Ek Özellikler:</target> <note /> </trans-unit> <trans-unit id="General.ProjectUndefineProperties"> <source>Removing Properties for project "{0}":</source> <target state="translated">"{0}" projesinin Özellikleri kaldırılıyor:</target> <note /> </trans-unit> <trans-unit id="General.InvalidResxFile"> <source>MSB3103: Invalid Resx file. {0}</source> <target state="translated">MSB3103: Geçersiz Resx dosyası. {0}</target> <note>{StrBegin="MSB3103: "}</note> </trans-unit> <trans-unit id="General.MalformedAssemblyName"> <source>MSB3106: Assembly strong name "{0}" is either a path which could not be found or it is a full assembly name which is badly formed. If it is a full assembly name it may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\).</source> <target state="translated">MSB3106: "{0}" bütünleştirilmiş kod tanımlayıcı adı, bulunamayan bir yol ya da hatalı biçimlendirilmiş bir tam bütünleştirilmiş kod adı. Tam bütünleştirilmiş kod adıysa, ters eğik çizgi (\) kaçış karakterini gerektiren karakterler içeriyor olabilir. Söz konusu karakterler şunlardır: Eşittir (=), Virgül (,), Tırnak İşareti ("), Kesme İşareti ('), Ters Eğik Çizgi (\).</target> <note>{StrBegin="MSB3106: "}</note> </trans-unit> <trans-unit id="General.MissingOrUnknownProjectReferenceAttribute"> <source>MSB3107: The specified project reference metadata for the reference "{0}" is missing or has an invalid value: {1}</source> <target state="translated">MSB3107: "{0}" başvurusu için belirtilen proje başvuru meta verisi yok veya geçersiz değere sahip: {1}</target> <note>{StrBegin="MSB3107: "}</note> </trans-unit> <trans-unit id="General.ParameterUnsupportedOnHostCompiler"> <source>The IDE's in-process compiler does not support the specified values for the "{0}" parameter. Therefore, this task will fallback to using the command-line compiler.</source> <target state="translated">IDE’nin işlem içi derleyicisi, "{0}" parametresi için belirtilen değerleri desteklemiyor. Bu görev, bu nedenle komut satırı derleyicisini kullanmaya geri dönecek.</target> <note /> </trans-unit> <trans-unit id="General.PlatformSDKFileNotFound"> <source>MSB3091: Task failed because "{0}" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "{0}" in the "bin" subdirectory beneath the location specified in the {1} value of the registry key {2}. You may be able to solve the problem by doing one of the following: 1) Install the Microsoft Windows SDK. 2) Install Visual Studio 2010. 3) Manually set the above registry key to the correct location. 4) Pass the correct location into the "ToolPath" parameter of the task.</source> <target state="translated">MSB3091: "{0}" bulunamadığından veya doğru Microsoft Windows SDK yüklü olmadığından görev başarısız oldu. Görev, {2} kayıt defteri anahtarının {1} değerinde belirtilen konumun altındaki "bin" alt dizininde {0} öğesini arıyor. Şunlardan birini yaparak sorunu çözebilirsiniz: 1) Microsoft Windows SDK’yı yükleyin. 2) Visual Studio 2010’u yükleyin. 3) Yukarıdaki kayıt defteri anahtarını el ile doğru konuma ayarlayın. 4) Görevin "ToolPath" parametresine doğru konumu geçirin.</target> <note>{StrBegin="MSB3091: "}</note> </trans-unit> <trans-unit id="General.PlatformSDKFileNotFoundSdkToolsPath"> <source>MSB3084: Task attempted to find "{0}" in two locations. 1) Under the "{1}" processor specific directory which is generated based on SdkToolsPath 2) The x86 specific directory under "{2}" which is specified by the SDKToolsPath property. You may be able to solve the problem by doing one of the following: 1) Set the "SDKToolsPath" property to the location of the Microsoft Windows SDK.</source> <target state="translated">MSB3084: Görev "{0}" öğesini iki konumda bulmaya çalıştı. 1.) SdkToolsPath özelliğine bağlı olarak oluşturulan işlemciye özgü "{1}" dizininde. 2) SDKToolsPath özelliği tarafından belirtilen "{2}" altındaki x86’ya özgü dizinde. Şunlardan birini yaparak sorunu çözebilirsiniz: 1) "SDKToolsPath" özelliğini Microsoft Windows SDK’nin konumuna ayarlayın.</target> <note>{StrBegin="MSB3084: "}</note> </trans-unit> <trans-unit id="General.SdkToolsPathNotSpecifiedOrToolDoesNotExist"> <source>Task attempted to find "{0}" using the SdkToolsPath value "{1}". Make sure the SdkToolsPath is set to the correct value and the tool exists in the correct processor specific location below it.</source> <target state="translated">Görev, "{1}" SdkToolsPath değerini kullanarak "{0}" öğesini bulmaya çalıştı. SdkToolsPath özelliğinin doğru değere ayarlandığından ve aracın bu değerin altında, işlemciye özgü doğru konumda bulunduğundan emin olun.</target> <note /> </trans-unit> <trans-unit id="General.SdkToolsPathToolDoesNotExist"> <source>MSB3086: Task could not find "{0}" using the SdkToolsPath "{1}" or the registry key "{2}". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed</source> <target state="translated">MSB3086: Görev, "{1}" SdkToolsPath değerini veya "{2}" kayıt defteri anahtarını kullanarak "{0}" öğesini bulamadı. SdkToolsPath özelliğinin ayarlandığından, aracın SdkToolsPath altında işlemciye özgü doğru konumda bulunduğundan ve Microsoft Windows SDK’nın yüklü olduğu emin olun</target> <note>{StrBegin="MSB3086: "}</note> </trans-unit> <trans-unit id="General.SdkToolsPathError"> <source>MSB3666: The SDK tool "{0}" could not be found. {1}</source> <target state="translated">MSB3666: SDK aracı "{0}" bulunamadı. {1}</target> <note>{StrBegin="MSB3666: "} The {1} will be the exception message</note> </trans-unit> <trans-unit id="General.ReferenceDoesNotExist"> <source>MSB3104: The referenced assembly "{0}" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.</source> <target state="translated">MSB3104: Başvurulan "{0}" bütünleştirilmiş kodu bulunamadı. Bu bütünleştirilmiş kod başka bir projeniz tarafından üretiliyorsa lütfen bu projeyi derlemeden önce söz konusu projeyi derlediğinizden emin olun.</target> <note>{StrBegin="MSB3104: "}</note> </trans-unit> <trans-unit id="General.ToolCommandFailed"> <source>MSB3093: The command exited with code {0}.</source> <target state="translated">MSB3093: Komuttan {0} koduyla çıkıldı.</target> <note>{StrBegin="MSB3093: "}</note> </trans-unit> <trans-unit id="General.TwoVectorsMustHaveSameLength"> <source>MSB3094: "{2}" refers to {0} item(s), and "{3}" refers to {1} item(s). They must have the same number of items.</source> <target state="translated">MSB3094: "{2}", {0} öğeye; "{3}", {1} öğeye başvuruyor. Aynı sayıda öğeye sahip olmaları gerekir.</target> <note>{StrBegin="MSB3094: "}</note> </trans-unit> <trans-unit id="GenerateBindingRedirects.MissingConfigurationNode"> <source>MSB3831: The application configuration file must have root configuration element.</source> <target state="translated">MSB3831: Uygulama yapılandırma dosyasının kök yapılandırma öğesi olmalıdır.</target> <note>{StrBegin="MSB3831: "}</note> </trans-unit> <trans-unit id="GenerateBindingRedirects.MalformedVersionNumber"> <source>MSB3832: The version number "{0}" is invalid.</source> <target state="translated">MSB3832: "{0}" sürüm numarası geçersiz.</target> <note>{StrBegin="MSB3832: "}</note> </trans-unit> <trans-unit id="GenerateBindingRedirects.MalformedAssemblyName"> <source>MSB3833: The assembly name "{0}" contained in the suggested binding redirect is invalid.</source> <target state="translated">MSB3833: Önerilen bağlama yeniden yönlendirmesinde bulunan "{0}" derleme adı geçersiz.</target> <note>{StrBegin="MSB3833: "}</note> </trans-unit> <trans-unit id="GenerateBindingRedirects.NoSuggestedRedirects"> <source>No suggested binding redirects from ResolveAssemblyReferences.</source> <target state="translated">ResolveAssemblyReferences öğesinden hiçbir önerilen bağlama yeniden yönlendirmesi yok.</target> <note /> </trans-unit> <trans-unit id="GenerateBindingRedirects.MissingNode"> <source>MSB3835: The "{0}" node is missing from the "{1}" node. Skipping.</source> <target state="translated">MSB3835: "{0}" düğümü, "{1}" düğümünde eksik. Atlanıyor.</target> <note>{StrBegin="MSB3835: "}</note> </trans-unit> <trans-unit id="GenerateBindingRedirects.OverlappingBindingRedirect"> <source>MSB3836: The explicit binding redirect on "{0}" conflicts with an autogenerated binding redirect. Consider removing it from the application configuration file or disabling autogenerated binding redirects. The build will replace it with: "{1}".</source> <target state="translated">MSB3836: "{0}" üzerindeki açık bağlama yeniden yönlendirmesi, otomatik olarak oluşturulan bir bağlama yeniden yönlendirmesi ile çakışıyor. Açık bağlama yeniden yönlendirmesini uygulama yapılandırma dosyasından kaldırın veya otomatik oluşturulan bağlama yeniden yönlendirmelerini devre dışı bırakın. Derlemede şununla değiştirilecek: "{1}".</target> <note>{StrBegin="MSB3836: "}</note> </trans-unit> <trans-unit id="GenerateBindingRedirects.ProcessingSuggestedRedirect"> <source>Processing suggested binding redirect on "{0}" with MaxVersion "{1}".</source> <target state="translated">"{0}" üzerindeki önerilen bağlama yeniden yönlendirmesi MaxVersion "{1}" ile işleniyor.</target> <note /> </trans-unit> <trans-unit id="GenerateBootstrapper.CircularDependency"> <source>MSB3161: A circular dependency was detected between the following built packages: {0}.</source> <target state="translated">MSB3161: Aşağıdaki oluşturulmuş paketler arasında döngüsel bağımlılık algılandı: {0}.</target> <note>{StrBegin="MSB3161: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.CopyError"> <source>MSB3142: An error occurred trying to copy '{0}' to '{1}': {2}</source> <target state="translated">MSB3142: '{0}', '{1}' konumuna kopyalanmaya çalışılırken hata oluştu: {2}</target> <note>{StrBegin="MSB3142: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.CopyPackageError"> <source>MSB3143: An error occurred trying to copy '{0}' for item '{1}': {2}</source> <target state="translated">MSB3143: '{1}' öğesi için '{0}' kopyalanmaya çalışılırken hata oluştu: {2}</target> <note>{StrBegin="MSB3143: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.DependencyNotFound"> <source>MSB3162: The '{0}' item selected requires '{1}'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper package for the missing prerequisite.</source> <target state="translated">MSB3162: Seçilen '{0}' öğesi '{1}' gerektiriyor. Önkoşullar İletişim Kutusunda eksik önkoşulu seçin veya eksik önkoşul için bir önyükleyici paketi oluşturun.</target> <note>{StrBegin="MSB3162: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.DifferingPublicKeys"> <source>MSB3165: The value of the '{0}' attribute in '{1}' does not match that of file '{2}'.</source> <target state="translated">MSB3165: '{1}' öğesindeki '{0}' özniteliğinin değeri, '{2}' dosyasındakiyle eşleşmiyor.</target> <note>{StrBegin="MSB3165: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.DuplicateItems"> <source>MSB3168: Duplicate item '{0}' will be ignored.</source> <target state="translated">MSB3168: Yinelenen '{0}' öğesi yok sayılacak.</target> <note>{StrBegin="MSB3168: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.General"> <source>MSB3169: An error occurred generating a bootstrapper: {0}</source> <target state="translated">MSB3169: Önyükleyici oluşturulurken hata oluştu: {0}</target> <note>{StrBegin="MSB3169: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.IncludedProductIncluded"> <source>MSB3151: Item '{0}' already includes '{1}'.</source> <target state="translated">MSB3151: '{0}' öğesi zaten '{1}' içeriyor.</target> <note>{StrBegin="MSB3151: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.InvalidComponentsLocation"> <source>MSB3163: Build input parameter 'ComponentsLocation={0}' is not valid. The value must be one of 'HomeSite', 'Relative', or 'Absolute'. Defaulting to 'HomeSite'.</source> <target state="translated">MSB3163: Derleme giriş parametresi 'ComponentsLocation={0}' geçersiz. Değer, 'HomeSite', 'Relative' veya 'Absolute' olmalıdır. Varsayılan 'HomeSite' değeri kullanılıyor.</target> <note>{StrBegin="MSB3163: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.InvalidInput"> <source>MSB3144: Not enough data was provided to generate a bootstrapper. Please provide a value for at least one of the parameters: 'ApplicationFile' or 'BootstrapperItems'.</source> <target state="translated">MSB3144: Önyükleyici oluşturmak için yeterli veri belirtilmedi. Lütfen şu parametrelerden en az biri için değer belirtin: 'ApplicationFile' veya 'BootstrapperItems'.</target> <note>{StrBegin="MSB3144: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.InvalidUrl"> <source>MSB3145: Build input parameter '{0}={1}' is not a web url or UNC share.</source> <target state="translated">MSB3145: Oluşturma giriş parametresi '{0}={1}', web URL'si veya UNC paylaşımı değil.</target> <note>{StrBegin="MSB3145: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.MissingDependency"> <source>MSB3146: Item '{0}' is required by '{1}', but was not included.</source> <target state="translated">MSB3146: {0}' öğesi, '{1}' tarafından istendi, ancak eklenmedi.</target> <note>{StrBegin="MSB3146: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.MissingDependencyMultiple"> <source>MSB3696: One of the following items '{0}' is required by '{1}', but none were included.</source> <target state="translated">MSB3696: '{0}' öğelerinden biri '{1}' tarafından istendi, ancak hiçbiri yoktu.</target> <note>{StrBegin="MSB3696: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.MissingSetupBin"> <source>MSB3147: Could not find required file '{0}' in '{1}'.</source> <target state="translated">MSB3147: İstenen '{0}' dosyası '{1}' konumunda bulunamadı.</target> <note>{StrBegin="MSB3147: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.MissingVerificationInformation"> <source>MSB3141: No 'PublicKey' or 'Hash' attribute specified for file '{0}' in item '{1}'.</source> <target state="translated">MSB3141: '{1}' öğesindeki '{0}' dosyası için 'No 'PublicKey' veya 'Hash' özniteliği belirtilmedi.</target> <note>{StrBegin="MSB3141: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.MultipleDependeciesNotFound"> <source>MSB3170: Item '{0}' could not find any of dependent items '{1}'.</source> <target state="translated">MSB3170: '{0}' öğesi, '{1}' bağımlı öğesinden hiçbirini bulamadı.</target> <note>{StrBegin="MSB3170: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.NoOutputPath"> <source>MSB3148: No output path specified in build settings.</source> <target state="translated">MSB3148: Oluşturma ayarlarında çıkış yolu belirtilmedi.</target> <note>{StrBegin="MSB3148: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.NoResources"> <source>MSB3149: No resources available for building a bootstrapper.</source> <target state="translated">MSB3149: Önyükleyici oluşturmak için kullanılabilir kaynak yok.</target> <note>{StrBegin="MSB3149: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.NoStringsForCulture"> <source>MSB3150: No string resources available for building a bootstrapper with culture '{0}'.</source> <target state="translated">MSB3150: '{0}' kültürüyle önyükleyici oluşturmak için dize kaynağı yok.</target> <note>{StrBegin="MSB3150: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.PackageFileNotFound"> <source>MSB3152: To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file '{0}' for item '{1}' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=616018.</source> <target state="translated">MSB3152: Önkoşullar iletişim kutusunda 'Önkoşulları uygulamamla aynı konumdan indir' seçeneğini etkinleştirmek üzere '{1}' öğesi için '{0}' dosyasını yerel makinenize indirmeniz gerekir. Daha fazla bilgi için bkz. http://go.microsoft.com/fwlink/?LinkId=616018.</target> <note>{StrBegin="MSB3152: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.PackageResourceFileNotFound"> <source>MSB3166: Could not find required file '{0}' for item '{1}'.</source> <target state="translated">MSB3166: '{1}' öğesi için gerekli '{0}' dosyası bulunamadı.</target> <note>{StrBegin="MSB3166: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.PackageHomeSiteMissing"> <source>MSB3164: No 'HomeSite' attribute has been provided for '{0}', so the package will be published to the same location as the bootstrapper.</source> <target state="translated">MSB3164: '{0}' için 'HomeSite' özniteliği sağlanmadı, bu nedenle paket önyükleyici ile aynı konumda yayımlanacak.</target> <note>{StrBegin="MSB3164: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.PackageValidation"> <source>MSB3153: Xml validation did not pass for item '{0}' located at '{1}'.</source> <target state="translated">MSB3153: '{1}' konumundaki '{0}' öğesi için Xml doğrulaması başarılı olmadı.</target> <note>{StrBegin="MSB3153: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.ProductCultureNotFound"> <source>MSB3154: Could not find string resources for item '{0}'.</source> <target state="translated">MSB3154: '{0}' öğesi için dize kaynakları bulunamadı.</target> <note>{StrBegin="MSB3154: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.ProductNotFound"> <source>MSB3155: Item '{0}' could not be located in '{1}'.</source> <target state="translated">MSB3155: '{0}' öğesi, '{1}' konumunda bulunamadı.</target> <note>{StrBegin="MSB3155: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.ProductValidation"> <source>MSB3156: Xml validation did not pass for item '{0}' located at '{1}'.</source> <target state="translated">MSB3156: '{1}' konumundaki '{0}' öğesi için Xml doğrulaması başarılı olmadı.</target> <note>{StrBegin="MSB3156: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.UsingProductCulture"> <source>MSB3157: Could not match culture '{0}' for item '{1}'. Using culture '{2}' instead.</source> <target state="translated">MSB3157: '{1}' öğesi için '{0}' kültürü eşleştirilemedi. Bunun yerine '{2}' kültürü kullanılıyor.</target> <note>{StrBegin="MSB3157: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.UsingResourcesCulture"> <source>MSB3158: Could not find resources for culture '{0}'. Using culture '{1}' instead.</source> <target state="translated">MSB3158: '{0}' kültürü için kaynak bulunamadı. Bunun yerine '{1}' kültürü kullanılıyor.</target> <note>{StrBegin="MSB3158: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.ValidationError"> <source>MSB3159: Xml Validation error in file '{0}': {1}</source> <target state="translated">MSB3159: '{0}' dosyasında Xml Doğrulaması hatası oluştu: {1}</target> <note>{StrBegin="MSB3159: "}</note> </trans-unit> <trans-unit id="GenerateBootstrapper.ValidationWarning"> <source>MSB3160: Xml Validation warning in file '{0}': {1}</source> <target state="translated">MSB3160: '{0}' dosyasında Xml Doğrulaması uyarısı oluştu: {1}</target> <note>{StrBegin="MSB3160: "}</note> </trans-unit> <trans-unit id="GenerateManifest.AllowPartiallyTrustedCallers"> <source>MSB3177: Reference '{0}' does not allow partially trusted callers.</source> <target state="translated">MSB3177: '{0}' başvurusu, kısmen güvenilen çağıranlara izin vermiyor.</target> <note>{StrBegin="MSB3177: "}</note> </trans-unit> <trans-unit id="GenerateManifest.AssemblyAsFile"> <source>MSB3178: Assembly '{0}' is incorrectly specified as a file.</source> <target state="translated">MSB3178: '{0}' derlemesi, yanlış şekilde dosya olarak belirtildi.</target> <note>{StrBegin="MSB3178: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ComImport"> <source>MSB3179: Problem isolating COM reference '{0}': {1}</source> <target state="translated">MSB3179: '{0}' COM başvurusu ayrılırken sorun oluştu: {1}</target> <note>{StrBegin="MSB3179: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ConfigBindingRedirectsWithPartialTrust"> <source>MSB3111: Use of app.config binding redirects requires full trust.</source> <target state="translated">MSB3111: app.config bağlama yeniden yönlendirmelerini kullanmak için tam güven gerekir.</target> <note>{StrBegin="MSB3111: "}</note> </trans-unit> <trans-unit id="GenerateManifest.DuplicateAssemblyIdentity"> <source>MSB3112: Two or more assemblies have the same identity '{0}'.</source> <target state="translated">MSB3112: İki veya daha fazla derleme, aynı '{0}' kimliğine sahip.</target> <note>{StrBegin="MSB3112: "}</note> </trans-unit> <trans-unit id="GenerateManifest.DuplicateComDefinition"> <source>MSB3180: COM component '{1}' is defined in both '{3}' and '{4}', {0}="{2}".</source> <target state="translated">MSB3180: '{1}' COM bileşeni hem '{3}' hem de '{4}' öğesinde tanımlanmış, {0}="{2}".</target> <note>{StrBegin="MSB3180: "}</note> </trans-unit> <trans-unit id="GenerateManifest.DuplicateTargetPath"> <source>MSB3181: Two or more files have the same target path '{0}'.</source> <target state="translated">MSB3181: İki veya daha fazla dosya, aynı '{0}' hedef yoluna sahip.</target> <note>{StrBegin="MSB3181: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationDefaultIconNotInstalled"> <source>MSB3127: The default icon {0} could not be found in the current file references or is not part of the required download group. The default icon file name is case sensitive so the file name referenced in the application manifest must exactly match the icon's file name.</source> <target state="translated">MSB3127: {0} varsayılan simgesi geçerli dosya başvurularında bulunamadı veya gerekli indirme grubunun bir parçası değil. Varsayılan simgenin dosya adı büyük/küçük harf duyarlı olduğundan, uygulama bildiriminde başvurulan dosya adı, simgenin dosya adıyla tam olarak eşleşmelidir.</target> <note>{StrBegin="MSB3127: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationExtensionMissingLeadDot"> <source>MSB3119: File association extensions must start with a period character (.).</source> <target state="translated">MSB3119: Dosya ilişkilendirmesi uzantıları nokta karakteriyle (.) başlamalıdır.</target> <note>{StrBegin="MSB3119: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationExtensionTooLong"> <source>MSB3120: File association extension '{0}' exceeds the maximum allowed length of {1}.</source> <target state="translated">MSB3120: '{0}' dosya ilişkilendirmesi uzantısı, izin verilen uzunluk sınırını ({1}) aşıyor.</target> <note>{StrBegin="MSB3120: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationMissingAttribute"> <source>MSB3121: The file association element in the application manifest is missing one or more of the following required attributes: extension, description, progid, or default icon.</source> <target state="translated">MSB3121: Uygulama bildirimindeki dosya ilişkilendirmesi öğesinde şu gerekli özniteliklerden bir veya daha fazlası eksik: uzantı, açıklama, program kimliği veya varsayılan simge.</target> <note>{StrBegin="MSB3121: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationsApplicationNotFullTrust"> <source>MSB3122: Use of file associations requires full trust.</source> <target state="translated">MSB3122: Dosya ilişkilendirmelerinin kullanımı tam güven gerektirir.</target> <note>{StrBegin="MSB3122: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationsCountExceedsMaximum"> <source>MSB3123: The number of file associations exceeds the limit of {0}.</source> <target state="translated">MSB3123: Dosya ilişkilendirmeleri sayısı {0} sınırını aşıyor.</target> <note>{StrBegin="MSB3123: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationsDuplicateExtensions"> <source>MSB3124: A file association has already been created for extension '{0}'.</source> <target state="translated">MSB3124: '{0}' uzantısı için bir dosya ilişkilendirmesi zaten oluşturulmuş.</target> <note>{StrBegin="MSB3124: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationsNoEntryPoint"> <source>MSB3125: The application is using file associations but has no EntryPoint build parameter.</source> <target state="translated">MSB3125: Uygulama dosya ilişkilendirmeleri kullanıyor, ancak EntryPoint oluşturma parametresi yok.</target> <note>{StrBegin="MSB3125: "}</note> </trans-unit> <trans-unit id="GenerateManifest.FileAssociationsNotInstalled"> <source>MSB3126: The application is using file associations but is not marked for installation. File associations cannot be used for applications that are not installed such as applications hosted in a web browser.</source> <target state="translated">MSB3126: Uygulama dosya ilişkilendirmeleri kullanıyor, ancak yükleme için işaretlenmemiş. Web tarayıcısında barındırılan uygulamalar gibi yüklenmeyen uygulamalar için dosya ilişkilendirmesi kullanılamaz.</target> <note>{StrBegin="MSB3126: "}</note> </trans-unit> <trans-unit id="GenerateManifest.General"> <source>MSB3171: Problem generating manifest. {0}</source> <target state="translated">MSB3171: Bildirim oluşturma sırasında sorun oluştu. {0}</target> <note>{StrBegin="MSB3171: "}</note> </trans-unit> <trans-unit id="GenerateManifest.GreaterMinimumRequiredVersion"> <source>MSB3176: Specified minimum required version is greater than the current publish version. Please specify a version less than or equal to the current publish version.</source> <target state="translated">MSB3176: Belirtilen gerekli en düşük sürüm, geçerli yayım sürümünden büyük. Lütfen, geçerli yayım sürümüne eşit veya bundan küçük bir sürüm belirtin.</target> <note>{StrBegin="MSB3176: "}</note> </trans-unit> <trans-unit id="GenerateManifest.HostInBrowserInvalidFrameworkVersion"> <source>MSB3117: Application is set to host in browser but the TargetFrameworkVersion is set to v2.0.</source> <target state="translated">MSB3117: Uygulama tarayıcıda barındırılacak şekilde ayarlandı, ancak TargetFrameworkVersion v2.0 olarak ayarlandı.</target> <note /> </trans-unit> <trans-unit id="GenerateManifest.HostInBrowserNotOnlineOnly"> <source>MSB3116: Application is marked to host in browser but is also marked for online and offline use. Please change your application to online only.</source> <target state="translated">MSB3116: Uygulama tarayıcıda barındırılmak üzere işaretlendi, ancak aynı zamanda çevrimiçi ve çevrimdışı kullanım için de işaretlendi. Lütfen uygulamanızı yalnızca çevrimiçi olarak değiştirin.</target> <note /> </trans-unit> <trans-unit id="GenerateManifest.IdentityFileNameMismatch"> <source>MSB3110: Assembly '{0}' has mismatched identity '{1}', expected file name: '{2}'.</source> <target state="translated">MSB3110: '{0}' derlemesinin eşleşmeyen '{1}' kimliği var, beklenen dosya adı: '{2}'.</target> <note>{StrBegin="MSB3110: "}</note> </trans-unit> <trans-unit id="GenerateManifest.InvalidEntryPoint"> <source>MSB3115: File '{0}' is not a valid entry point.</source> <target state="translated">MSB3115: '{0}' dosyası, geçerli bir giriş noktası değil.</target> <note>{StrBegin="MSB3115: "}</note> </trans-unit> <trans-unit id="GenerateManifest.InvalidInputManifest"> <source>MSB3184: Input manifest is invalid.</source> <target state="translated">MSB3184: Giriş bildirimi geçersiz.</target> <note>{StrBegin="MSB3184: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ExcludedPermissionsNotSupported"> <source>MSB3133: The ExcludePermissions property is deprecated. The permission set requested by the application has been set to the permissions defined in Internet or Local Intranet zone. To continue using a custom Permission Set, define your custom permission set in the Security Page of the Project Designer.</source> <target state="translated">MSB3133: ExcludePermissions özelliği kullanım dışı. Uygulama tarafından istenen izin kümesi, İnternet veya Yerel İntranet bölgesinde tanımlanan izinlere ayarlandı. Özel bir İzin Kümesi kullanmaya devam etmek için, Proje Tasarımcısı’nın Güvenlik Sayfasında özel izin kümenizi tanımlayın.</target> <note>{StrBegin="MSB3133: "}</note> </trans-unit> <trans-unit id="GenerateManifest.KnownTargetZoneCannotHaveAdditionalPermissionType"> <source>MSB3134: The permission set requested by the application exceeded the permissions allowed by the Internet or Intranet zones. Select Full Trust or to continue using partial trust, define your custom permission set in the Security Page of the Project Designer.</source> <target state="translated">MSB3134: Uygulama tarafından istenen izin kümesi, İnternet veya İntranet bölgelerinin izin verdiği izinleri aşıyor. Tam Güven’i seçin veya kısmi güven kullanmaya devam etmek için, Proje Tasarımcısı’nın Güvenlik Sayfasında özel izin kümenizi tanımlayın.</target> <note>{StrBegin="MSB3134: "}</note> </trans-unit> <trans-unit id="GenerateManifest.NoPermissionSetForTargetZone"> <source>MSB3135: The PermissionSet for the target zone has not been defined for the following version of the .NET Framework: {0}.</source> <target state="translated">MSB3135: Hedef bölgeye şu .NET Framework sürümü için PermissionSet tanımlanmamış: {0}.</target> <note>{StrBegin="MSB3135: "}</note> </trans-unit> <trans-unit id="GenerateManifest.InvalidItemValue"> <source>MSB3175: Invalid value for '{0}' of item '{1}'.</source> <target state="translated">MSB3175: '{1}' öğesinin '{0}' değeri geçersiz.</target> <note>{StrBegin="MSB3175: "}</note> </trans-unit> <trans-unit id="GenerateManifest.InvalidValue"> <source>MSB3174: Invalid value for '{0}'.</source> <target state="translated">MSB3174: '{0}' değeri geçersiz.</target> <note>{StrBegin="MSB3174: "}</note> </trans-unit> <trans-unit id="GenerateManifest.InvalidDeploymentProvider"> <source>MSB3189: The update location for this application is a local path.</source> <target state="translated">MSB3189: Bu uygulamanın güncelleştirme konumu, yerel bir yoldur.</target> <note>{StrBegin="MSB3189: "}</note> </trans-unit> <trans-unit id="GenerateManifest.NoEntryPoint"> <source>MSB3185: EntryPoint not specified for manifest.</source> <target state="translated">MSB3185: Bildirim için EntryPoint belirtilmedi.</target> <note>{StrBegin="MSB3185: "}</note> </trans-unit> <trans-unit id="GenerateManifest.NoIdentity"> <source>MSB3186: Unable to infer an assembly identity for generated manifest from task input parameters.</source> <target state="translated">MSB3186: Üretilen bildirim için görev giriş parametrelerinden derleme kimliği çıkarılamıyor.</target> <note>{StrBegin="MSB3186: "}</note> </trans-unit> <trans-unit id="GenerateManifest.PlatformMismatch"> <source>MSB3187: Referenced assembly '{0}' targets a different processor than the application.</source> <target state="translated">MSB3187: Başvurulan '{0}' derlemesi, uygulamadan farklı bir işlemciyi hedefliyor.</target> <note>{StrBegin="MSB3187: "}</note> </trans-unit> <trans-unit id="GenerateManifest.PrerequisiteNotSigned"> <source>MSB3188: Assembly '{0}' must be strong signed in order to be marked as a prerequisite.</source> <target state="translated">MSB3188: '{0}' derlemesinin önkoşul olarak işaretlenmesi için kesin olarak imzalanmış olması gerekir.</target> <note>{StrBegin="MSB3188: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ReadInputManifestFailed"> <source>MSB3172: Unable to read manifest '{0}'. {1}</source> <target state="translated">MSB3172: '{0}' bildirimi okunamıyor. {1}</target> <note>{StrBegin="MSB3172: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ResolveFailedInReadOnlyMode"> <source>MSB3114: Could not find file '{0}' referenced by assembly '{1}'.</source> <target state="translated">MSB3114: '{1}' derlemesinin başvurduğu '{0}' dosyası bulunamadı.</target> <note>{StrBegin="MSB3114: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ResolveFailedInReadWriteMode"> <source>MSB3113: Could not find file '{0}'.</source> <target state="translated">MSB3113: '{0}' dosyası bulunamadı.</target> <note>{StrBegin="MSB3113: "}</note> </trans-unit> <trans-unit id="GenerateManifest.ManifestsSignedHashExcluded"> <source>MSB3128: The ClickOnce manifests cannot be signed because they contain one or more references that are not hashed.</source> <target state="translated">MSB3128: Karma oluşturulmamış bir veya daha fazla başvuru içerdiklerinden ClickOnce bildirimleri imzalanamıyor.</target> <note>{StrBegin="MSB3128: "}</note> </trans-unit> <trans-unit id="GenerateManifest.TargetPathTooLong"> <source>MSB3182: File name '{0}' exceeds {1} characters.</source> <target state="translated">MSB3182: '{0}' dosya adı, {1} karakteri aşıyor.</target> <note>{StrBegin="MSB3182: "}</note> </trans-unit> <trans-unit id="GenerateManifest.UnmanagedCodePermission"> <source>MSB3183: Reference '{0}' is an interop assembly requiring full trust.</source> <target state="translated">MSB3183: '{0}' başvurusu, tam güven gerektiren bir birlikte çalışma derlemesidir.</target> <note>{StrBegin="MSB3183: "}</note> </trans-unit> <trans-unit id="GenerateManifest.WriteOutputManifestFailed"> <source>MSB3173: Unable to write manifest '{0}'. {1}</source> <target state="translated">MSB3173: '{0}' bildirimi yazılamıyor. {1}</target> <note>{StrBegin="MSB3173: "}</note> </trans-unit> <trans-unit id="GenerateManifest.InvalidRequestedExecutionLevel"> <source>MSB3190: ClickOnce does not support the request execution level '{0}'.</source> <target state="translated">MSB3190: ClickOnce, '{0}' istek yürütme düzeyini desteklemiyor.</target> <note>{StrBegin="MSB3190: "}</note> </trans-unit> <trans-unit id="GenerateResource.MOTW"> <source>MSB3821: Couldn't process file {0} due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.</source> <target state="translated">MSB3821: {0} dosyası İnternet’te veya Kısıtlı bölgede olduğu ya da dosyada web işaretine sahip olduğu için işlenemedi. Bu dosyaları işlemek istiyorsanız web işaretlerini kaldırın.</target> <note>{StrBegin="MSB3821: "} "Internet zone", "Restricted zone", and "mark of the web" are Windows concepts that may have a specific translation.</note> </trans-unit> <trans-unit id="GenerateResource.ResourceNotFound"> <source>MSB3552: Resource file "{0}" cannot be found.</source> <target state="translated">MSB3552: "{0}" kaynak dosyası bulunamıyor.</target> <note>{StrBegin="MSB3552: "}</note> </trans-unit> <trans-unit id="GenerateResource.InvalidFilename"> <source>MSB3553: Resource file "{0}" has an invalid name. {1}</source> <target state="translated">MSB3553: "{0}" kaynak dosyasının adı geçersiz. {1}</target> <note>{StrBegin="MSB3553: "}Appears if the input file name is so invalid we can't change the file extension on it.</note> </trans-unit> <trans-unit id="GenerateResource.CannotWriteOutput"> <source>MSB3554: Cannot write to the output file "{0}". {1}</source> <target state="translated">MSB3554: "{0}" çıkış dosyasına yazılamıyor. {1}</target> <note>{StrBegin="MSB3554: "}</note> </trans-unit> <trans-unit id="GenerateResource.CorruptOutput"> <source>MSB3555: Output file "{0}" is possibly corrupt.</source> <target state="translated">MSB3555: "{0}" çıkış dosyası bozulmuş olabilir.</target> <note>{StrBegin="MSB3555: "}</note> </trans-unit> <trans-unit id="GenerateResource.OnlyStringsSupported"> <source>MSB3556: Only strings can be written to a .txt file, resource "{0}" is type {1}.</source> <target state="translated">MSB3556: Bir .txt dosyasına yalnızca dizeler yazılabilir, "{0}" kaynağı {1} türündedir.</target> <note>{StrBegin="MSB3556: "}</note> </trans-unit> <trans-unit id="GenerateResource.ErrorFromCodeDom"> <source>MSB3557: Error(s) generating strongly typed resources for file "{0}".</source> <target state="translated">MSB3557: "{0}" dosyası için türü kesin belirlenmiş kaynaklar oluşturulurken hatalar oluştu.</target> <note>{StrBegin="MSB3557: "}</note> </trans-unit> <trans-unit id="GenerateResource.UnknownFileExtension"> <source>MSB3558: Unsupported file extension "{0}" on file "{1}".</source> <target state="translated">MSB3558: "{1}" dosyasında "{0}" dosya uzantısı desteklenmiyor.</target> <note>{StrBegin="MSB3558: "}</note> </trans-unit> <trans-unit id="GenerateResource.STRCodeDomProviderFailed"> <source>MSB3559: The code DOM provider for the "{0}" language failed. {1}</source> <target state="translated">MSB3559: "{0}" dili için kod DOM sağlayıcısı başarısız oldu. {1}</target> <note>{StrBegin="MSB3559: "}</note> </trans-unit> <trans-unit id="GenerateResource.DeleteCorruptOutputFailed"> <source>MSB3560: Could not delete the possibly corrupt output file "{0}". {1}</source> <target state="translated">MSB3560: Bozulmuş olabilecek "{0}" çıkış dosyası silinemedi. {1}</target> <note>{StrBegin="MSB3560: "}</note> </trans-unit> <trans-unit id="GenerateResource.ObsoleteStringsTag"> <source>MSB3562: The "[strings]" tag is no longer necessary in text resources; please remove it.</source> <target state="translated">MSB3562: "[strings]" etiketine artık metin kaynaklarında gerek yoktur; lütfen kaldırın.</target> <note>{StrBegin="MSB3562: "}</note> </trans-unit> <trans-unit id="GenerateResource.UnexpectedInfBracket"> <source>MSB3563: Unsupported square bracket keyword, "{0}".</source> <target state="translated">MSB3563: Desteklenmeyen köşeli paranteze sahip anahtar sözcük: {0}".</target> <note>{StrBegin="MSB3563: "}</note> </trans-unit> <trans-unit id="GenerateResource.NoEqualsInLine"> <source>MSB3564: Resource line without an equals sign, "{0}".</source> <target state="translated">MSB3564: Eşittir işareti olmayan kaynak satırı: "{0}".</target> <note>{StrBegin="MSB3564: "}</note> </trans-unit> <trans-unit id="GenerateResource.NoNameInLine"> <source>MSB3565: Resource line without a name.</source> <target state="translated">MSB3565: Adı olmayan kaynak satırı.</target> <note>{StrBegin="MSB3565: "}</note> </trans-unit> <trans-unit id="GenerateResource.InvalidEscape"> <source>MSB3566: Unsupported or invalid escape character in resource "{0}", char '{1}'.</source> <target state="translated">MSB3566: "{0}" kaynağında desteklenmeyen veya geçersiz özel karakter bulundu: '{1}'.</target> <note>{StrBegin="MSB3566: "}</note> </trans-unit> <trans-unit id="GenerateResource.CodeDomError"> <source>MSB3567: Could not generate property on class "{0}".</source> <target state="translated">MSB3567: "{0}" sınıfında özellik üretilemedi.</target> <note>{StrBegin="MSB3567: "}</note> </trans-unit> <trans-unit id="GenerateResource.CouldNotLoadType"> <source>Could not load type {0} which is used in the .RESX file. Ensure that the necessary references have been added to your project.</source> <target state="translated">.RESX dosyasında kullanılan {0} türü yüklenemedi. Projenize gerekli başvuruların eklendiğinden emin olun.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.DuplicateResourceName"> <source>MSB3568: Duplicate resource name "{0}" is not allowed, ignored.</source> <target state="translated">MSB3568: Yinelenen "{0}" kaynak adına izin verilmiyor, yok sayıldı.</target> <note>{StrBegin="MSB3568: "}</note> </trans-unit> <trans-unit id="GenerateResource.InvalidHexEscapeValue"> <source>MSB3569: Invalid hex value after '\u' in resource "{0}", value '{1}'.</source> <target state="translated">MSB3569: "{0}" kaynağında '\u' öğesinden sonra geçersiz onaltılık değer bulundu: '{1}'.</target> <note>{StrBegin="MSB3569: "}</note> </trans-unit> <trans-unit id="GenerateResource.CannotWriteSTRFile"> <source>MSB3570: Cannot write to the Strongly Typed Resource class file "{0}". {1}</source> <target state="translated">MSB3570: "{0}" Türü Kesin Belirlenmiş Kaynak sınıfı dosyasına yazılamıyor. {1}</target> <note>{StrBegin="MSB3570: "}</note> </trans-unit> <trans-unit id="GenerateResource.STRClassNamespaceOrFilenameWithoutLanguage"> <source>MSB3572: StronglyTypedClassName, StronglyTypedNamespace, and/or StronglyTypedFileName parameters were passed in, but no StronglyTypedLanguage. If you want to create a strongly typed resource class, please specify a language. Otherwise remove all class, file name, and namespace parameters.</source> <target state="translated">MSB3572: StronglyTypedClassName, StronglyTypedNamespace ve/veya StronglyTypedFileName parametreleri geçirildi, ancak StronglyTypedLanguage geçirilmedi. Kesin tür belirtilmiş bir kaynak sınıfı oluşturmak istiyorsanız, lütfen bir dil belirtin. Aksi halde tüm sınıf, dosya adı ve ad alanı parametrelerini kaldırın.</target> <note>{StrBegin="MSB3572: "}</note> </trans-unit> <trans-unit id="GenerateResource.STRLanguageButNotExactlyOneSourceFile"> <source>MSB3573: The language for a strongly typed resource class was specified, but more than one source file was passed in. Please pass in only one source file at a time if you want to generate strongly typed resource classes.</source> <target state="translated">MSB3573: Kesin tür belirtilmiş kaynak sınıfı için dil belirtildi, ancak birden fazla kaynak dosyası geçirildi. Kesin tür belirtilmiş kaynak sınıfları oluşturmak istiyorsanız, lütfen aynı anda yalnızca tek bir kaynak dosyası geçirin.</target> <note>{StrBegin="MSB3573: "}</note> </trans-unit> <trans-unit id="GenerateResource.MessageTunnel"> <source>{0}</source> <target state="translated">{0}</target> <note /> </trans-unit> <trans-unit id="GenerateResource.ProcessingFile"> <source>Processing resource file "{0}" into "{1}".</source> <target state="translated">"{0}" kaynak dosyası "{1}" konumuna yönelik olarak işleniyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.ExtractingResWFiles"> <source>Extracting .ResW files from assembly "{0}" into "{1}".</source> <target state="translated">.ResW dosyaları "{0}" derlemesinden "{1}" içine ayıklanıyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SkippingExtractingFromNonSupportedFramework"> <source>Skipping extracting .ResW files from assembly "{0}" because it declares non-supported framework "{1}".</source> <target state="translated">Desteklenmeyen "{1}" çerçevesini bildirdiği için .ResW dosyalarının "{0}" derlemesinden çıkarılması atlanıyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.ReadResourceMessage"> <source>Processing {0} resources from file "{1}".</source> <target state="translated">"{0}" kaynak dosyası "{1}" konumuna yönelik olarak işleniyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.CreatingSTR"> <source>Creating strongly typed resources class "{0}".</source> <target state="translated">Türü kesin belirlenmiş kaynaklar sınıfı "{0}" oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.NoSources"> <source>No resources specified in "Sources". Skipping resource generation.</source> <target state="translated">"Sources" içinde kaynak belirtilmedi. Kaynak oluşturma atlanıyor.</target> <note> LOCALIZATION: Please don't localize "Sources" this is an item meta-data name. </note> </trans-unit> <trans-unit id="GenerateResource.NothingOutOfDate"> <source>No resources are out of date with respect to their source files. Skipping resource generation.</source> <target state="translated">İlgili kaynak dosyalarına göre kaynakların tümü güncel. Kaynak oluşturma atlanıyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.AdditionalInputNewerThanTLog"> <source>Additional input "{0}" has been updated since the last build. Forcing regeneration of all resources.</source> <target state="translated">Son derlemeden bu yana ek "{0}" girişi güncelleştirilmiş. Tüm kaynakların yeniden oluşturulması zorlanıyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SeparateAppDomainBecauseNeverLockTypeAssembliesTrue"> <source>Creating a separate AppDomain because "NeverLockTypeAssemblies" evaluated to 'true'.</source> <target state="translated">"NeverLockTypeAssemblies" 'true' olarak değerlendirildiğinden ayrı bir AppDomain oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SeparateAppDomainBecauseOfErrorDeserializingLineNumber"> <source>Creating a separate AppDomain because while parsing "{0}" the serialized type "{1}" on line {2} could not be loaded. {3}</source> <target state="translated">"{0}" ayrıştırılırken {2} satırında seri hale getirilmiş "{1}" türü yüklenemediğinden ayrı bir AppDomain oluşturuluyor. {3}</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SeparateAppDomainBecauseOfException"> <source>Creating a separate AppDomain because of error parsing "{0}". {1}</source> <target state="translated">"{0}" ayrıştırılırken hata oluştuğundan ayrı bir AppDomain oluşturuluyor. {1}</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SeparateAppDomainBecauseOfExceptionLineNumber"> <source>Creating a separate AppDomain because of error parsing "{0}" on line {1}. {2}</source> <target state="translated">{1} satırında "{0}" ayrıştırılırken hata oluştuğundan ayrı bir AppDomain oluşturuluyor. {2}</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SeparateAppDomainBecauseOfMimeType"> <source>Creating a separate AppDomain because of resource "{0}" representing a serialized type "{1}" in "{2}" on line {3}.</source> <target state="translated">{3} satırındaki "{2}" içinde seri hale getirilmiş "{1}" türünü temsil eden "{0}" kaynağı nedeniyle ayrı bir AppDomain oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.SeparateAppDomainBecauseOfType"> <source>Creating a separate AppDomain because of resource "{0}" of type "{1}" in "{2}" on line {3}.</source> <target state="translated">{3} satırındaki "{2}" içinde "{1}" türündeki "{0}" kaynak nedeniyle ayrı bir AppDomain oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="GenerateResource.BadImageFormat"> <source>MSB3574: Did not recognize "{0}" as a managed assembly.</source> <target state="translated">MSB3574: "{0}", yönetilen derleme olarak tanınmadı.</target> <note>{StrBegin="MSB3574: "}</note> </trans-unit> <trans-unit id="GenerateResource.CannotWriteAssembly"> <source>MSB3575: GenerateResource cannot write assemblies, only read from them. Cannot create assembly "{0}".</source> <target state="translated">MSB3575: GenerateResource bütünleştirilmiş kod yazamaz, yalnızca bütünleştirilmiş kodlardan okuyabilir. "{0}" bütünleştirilmiş kodu oluşturulamıyor.</target> <note>{StrBegin="MSB3575: "}</note> </trans-unit> <trans-unit id="GenerateResource.CreatingCultureInfoFailed"> <source>MSB3576: Creating the CultureInfo failed for assembly "{2}". Note the set of cultures supported is Operating System-dependent, and the Operating System has removed some cultures from time to time (ie, some Serbian cultures are split up in Windows 7). The culture may be a user-defined custom culture that we can't currently load on this machine. Exception info: {0}: {1}</source> <target state="translated">MSB3576: "{2}" bütünleştirilmiş kodu için CultureInfo oluşturulamadı. Desteklenen kültür kümeleri İşletim Sistemine bağlıdır ve İşletim Sistemi çeşitli zamanlarda bazı kültürleri kaldırmıştır (örneğin bazı Sırp kültürleri Windows 7’de bölünmüştür). Kültür, şu anda bu makinede yükleyemediğimiz kullanıcı tanımlı özel bir kültür olabilir. Özel durum bilgisi: {0}: {1}</target> <note>{StrBegin="MSB3576: "}</note> </trans-unit> <trans-unit id="GenerateResource.DuplicateOutputFilenames"> <source>MSB3577: Two output file names resolved to the same output path: "{0}"</source> <target state="translated">MSB3577: Aynı çıkış yoluna çözümlenen iki çıkış dosyası adı: "{0}"</target> <note>{StrBegin="MSB3577: "}</note> </trans-unit> <trans-unit id="GenerateResource.NeutralityOfCultureNotPreserved"> <source>MSB3578: This assembly contains neutral resources corresponding to the culture "{0}". These resources will not be considered neutral in the output format as we are unable to preserve this information. The resources will continue to correspond to "{0}" in the output format.</source> <target state="translated">MSB3578: Bu bütünleştirilmiş kod, "{0}" kültürüne karşılık gelen nötr kaynaklar içeriyor. Bu bilgileri koruyamadığımızdan bu kaynaklar çıkış biçiminde nötr olarak değerlendirilmeyecek. Kaynaklar çıkış biçiminde "{0}" kültürüne karşılık gelmeye devam edecek.</target> <note>{StrBegin="MSB3578: "}</note> </trans-unit> <trans-unit id="GenerateResource.NoResourcesFileInAssembly"> <source>MSB3579: Couldn't find the linked resources file "{0}" listed in the assembly manifest.</source> <target state="translated">MSB3579: Derleme bildiriminde listelenen "{0}" bağlantı kaynaklar dosyası bulunamadı.</target> <note>{StrBegin="MSB3579: "}</note> </trans-unit> <trans-unit id="GenerateResource.SatelliteOrMalformedAssembly"> <source>MSB3580: The assembly in file "{0}" has an assembly culture, indicating it is a satellite assembly for culture "{1}". But satellite assembly simple names must end in ".resources", while this one's simple name is "{2}". This is either a main assembly with the culture incorrectly set, or a satellite assembly with an incorrect simple name.</source> <target state="translated">MSB3580: "{0}" dosyasındaki bütünleştirilmiş kod, "{1}" kültürü için uydu bütünleştirilmiş kod olduğunu belirten bir bütünleştirilmiş kod kültürüne sahip. Ancak uydu bütünleştirilmiş kod basit adlarının ".resources" ile bitmesi gerekirken, bu bütünleştirilmiş kodun basit adı "{2}" şeklinde. Bu bütünleştirilmiş kod, kültürü yanlış ayarlanmış bir ana bütünleştirilmiş kod veya yanlış basit ada sahip bir uydu bütünleştirilmiş kod.</target> <note>{StrBegin="MSB3580: "}</note> </trans-unit> <trans-unit id="GenerateResource.SatelliteAssemblyContainsCode"> <source>MSB3811: The assembly "{0}" says it is a satellite assembly, but it contains code. Main assemblies shouldn't specify the assembly culture in their manifest, and satellites should not contain code. This is almost certainly an error in your build process.</source> <target state="translated">MSB3811: "{0}" bütünleştirilmiş kodu uydu bütünleştirilmiş kod olduğunu belirtiyor, ancak kod içeriyor. Ana bütünleştirilmiş kodlar bildirimlerinde bütünleştirilmiş kod kültürünü belirtmemeli ve uydular kod içermemelidir. Bu durum, hemen hemen kesinlikle derleme işleminizdeki bir hatadır.</target> <note>{StrBegin="MSB3811: "}</note> </trans-unit> <trans-unit id="GenerateResource.SatelliteAssemblyContainsNoResourcesFile"> <source>MSB3812: This assembly claims to be a satellite assembly, but doesn't contain any properly named .resources files as manifest resources. The name of the files should end in {0}.resources. There is probably a build-related problem with this assembly.</source> <target state="translated">MSB3812: Bu bütünleştirilmiş kod, uydu bütünleştirilmiş kod olduğunu bildiriyor, ancak bildirim kaynakları olarak düzgün adlandırılmış .resources dosyaları içermiyor. Dosyaların adı {0}.resources ile bitmelidir. Bu bütünleştirilmiş kodda muhtemelen derlemeyle ilgili bir sorun var.</target> <note>{StrBegin="MSB3812: "}</note> </trans-unit> <trans-unit id="GenerateResource.UnrecognizedUltimateResourceFallbackLocation"> <source>MSB3813: Invalid or unrecognized UltimateResourceFallbackLocation value in the NeutralResourcesLanguageAttribute for assembly "{1}". Location: "{0}"</source> <target state="translated">MSB3813: "{1}" bütünleştirilmiş kodunun NeutralResourcesLanguageAttribute özelliğinde geçersiz veya tanınmayan UltimateResourceFallbackLocation değeri. Konum: "{0}"</target> <note>{StrBegin="MSB3813: "}</note> </trans-unit> <trans-unit id="GenerateResource.ImproperlyBuiltMainAssembly"> <source>MSB3814: Main assembly "{1}" was built improperly. The manifest resource "{0}" ends in .en-US.resources, when it should end in .resources. Either rename it to something like foo.resources (and consider using the NeutralResourcesLanguageAttribute on the main assembly), or move it to a US English satellite assembly.</source> <target state="translated">MSB3814: "{1}" ana bütünleştirilmiş kodu hatalı derlendi. .resources ile bitmesi gereken "{0}" bildirim kaynağı, .en-US.resources ile bitiyor. foo.resources benzeri bir adla yeniden adlandırın (ayrıca ana bütünleştirilmiş kodda NeutralResourcesLanguageAttribute değerini kullanın) veya bir ABD İngilizcesi uydu bütünleştirilmiş koduna taşıyın.</target> <note>{StrBegin="MSB3814: "}</note> </trans-unit> <trans-unit id="GenerateResource.ImproperlyBuiltSatelliteAssembly"> <source>MSB3815: Satellite assembly "{2}" was built improperly. The manifest resource "{0}" will not be found by the ResourceManager. It must end in "{1}".</source> <target state="translated">MSB3815: "{2}" uydu bütünleştirilmiş kodu hatalı derlendi. "{0}" bildirim kaynağı, ResourceManager tarafından bulunamaz. "{1}" ile bitmelidir.</target> <note>{StrBegin="MSB3815: "}</note> </trans-unit> <trans-unit id="GenerateResource.CannotLoadAssemblyLoadFromFailed"> <source>MSB3816: Loading assembly "{0}" failed. {1}</source> <target state="translated">MSB3816: "{0}" derlemesi yüklenemedi. {1}</target> <note>{StrBegin="MSB3816: "}</note> </trans-unit> <trans-unit id="GenerateResource.MainAssemblyMissingNeutralResourcesLanguage"> <source>MSB3817: The assembly "{0}" does not have a NeutralResourcesLanguageAttribute on it. To be used in an app package, portable libraries must define a NeutralResourcesLanguageAttribute on their main assembly (ie, the one containing code, not a satellite assembly).</source> <target state="translated">MSB3817: "{0}" bütünleştirilmiş kodunda NeutralResourcesLanguageAttribute yok. Taşınabilir kitaplıkların bir uygulama paketinde kullanılabilmeleri için ana bütünleştirilmiş kodlarında (bir uydu bütünleştirilmiş kod değil, kodu içeren bütünleştirilmiş kodda) bir NeutralResourcesLanguageAttribute tanımlanmalıdır.</target> <note>{StrBegin="MSB3817: "}</note> </trans-unit> <trans-unit id="GenerateResource.ExecuteAsToolAndExtractResWNotSupported"> <source>MSB3818: The GenerateResource task doesn't currently support simultaneously running as an external tool and extracting ResW files from assemblies.</source> <target state="translated">MSB3818: GenerateResource görevi şu anda harici bir araç olarak eşzamanlı olarak çalışmayı ve derlemelerden ResW dosyalarını ayıklamayı desteklemiyor.</target> <note>{StrBegin="MSB3818: "}</note> </trans-unit> <trans-unit id="GenerateResource.MissingFile"> <source>MSB3819: Cannot find assembly "{0}", which may contain managed resources that need to be included in this app package. Please ensure that this assembly exists.</source> <target state="translated">MSB3819: Bu uygulama paketine dahil edilmesi gereken yönetilen kaynakları içerebilecek olan "{0}" bütünleştirilmiş kodu bulunamıyor. Bu bütünleştirilmiş kodun mevcut olduğundan emin olun.</target> <note>{StrBegin="MSB3819: "}</note> </trans-unit> <trans-unit id="GenerateResource.PathTooLong"> <source>MSB3820: The path needed to store build-related temporary files is too long. Try your project in a shorter directory, or rename some of your resources. The full path was "{0}".</source> <target state="translated">MSB3820: Derlemeyle ilgili geçici dosyaları depolamak için gereken yol çok uzun. Projenizi daha kısa bir dizinde deneyin veya kaynaklarınızın bazılarını yeniden adlandırın. Tam yol "{0}" şeklindeydi.</target> <note>{StrBegin="MSB3820: "}</note> </trans-unit> <trans-unit id="GetAssemblyIdentity.CouldNotGetAssemblyName"> <source>MSB3441: Cannot get assembly name for "{0}". {1}</source> <target state="translated">MSB3441: "{0}" için derleme adı alınamıyor. {1}</target> <note>{StrBegin="MSB3441: "}</note> </trans-unit> <trans-unit id="GetFrameworkSdkPath.CouldNotFindSDK"> <source>Could not locate the expected version of the Microsoft Windows SDK. Looked for a location specified in the "{0}" value of the registry key "{1}". If your build process does not need the SDK then this can be ignored. Otherwise you can solve the problem by doing one of the following: 1) Install the Microsoft Windows SDK. 2) Install Visual Studio 2010. 3) Manually set the above registry key to the correct location.</source> <target state="translated">Beklenen Microsoft Windows SDK sürümü bulunamadı. "{1}" kayıt defteri anahtarının "{0}" değerinde belirtilen konum arandı. Derleme işleminiz SDK’ya ihtiyaç duymuyorsa bu yoksayılabilir. Aksi halde, şu işlemlerden birini yaparak sorunu çözebilirsiniz: 1) Microsoft Windows SDK’yı yükleyin. 2) Visual Studio 2010’u yükleyin. 3) Yukarıdaki kayıt defteri anahtarını el ile doğru konuma ayarlayın.</target> <note /> </trans-unit> <trans-unit id="GetFrameworkSdkPath.FoundSDK"> <source>Found the Microsoft Windows SDK installed at "{0}".</source> <target state="translated">"{0}" konumuna yüklenmiş Microsoft Windows SDK bulundu.</target> <note /> </trans-unit> <trans-unit id="MakeDir.Comment"> <source>Creating directory "{0}".</source> <target state="translated">"{0}" dizini oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="MakeDir.Error"> <source>MSB3191: Unable to create directory "{0}". {1}</source> <target state="translated">MSB3191: "{0}" dizini oluşturulamıyor. {1}</target> <note>{StrBegin="MSB3191: "}</note> </trans-unit> <trans-unit id="Message.InvalidImportance"> <source>MSB3511: "{0}" is an invalid value for the "Importance" parameter. Valid values are: High, Normal and Low.</source> <target state="translated">MSB3511: "{0}", "Importance" parametresi için geçersiz bir değer. Geçerli değerler şunlardır: High, Normal ve Low.</target> <note>{StrBegin="MSB3511: "}UE: This message is shown when a user specifies a value for the importance attribute of Message which is not valid. The importance enumeration is: High, Normal and Low. Specifying any other importance will result in this message being shown LOCALIZATION: "Importance" should not be localized. High should not be localized. Normal should not be localized. Low should not be localized.</note> </trans-unit> <trans-unit id="Move.CreatesDirectory"> <source>Creating directory "{0}".</source> <target state="translated">"{0}" dizini oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="Move.DestinationIsDirectory"> <source>MSB3676: Could not move the file "{0}" to the destination file "{1}", because the destination is a folder instead of a file. To move the source file into a folder, consider using the DestinationFolder parameter instead of DestinationFiles.</source> <target state="translated">MSB3676: Hedef, dosya yerine klasör olduğundan "{0}" dosyası "{1}"hedef dosyasına taşınamadı. Kaynak dosyasını bir klasöre taşımak için DestinationFiles yerine DestinationFolder parametresini kullanın.</target> <note>{StrBegin="MSB3676: "}</note> </trans-unit> <trans-unit id="Move.Error"> <source>MSB3677: Unable to move file "{0}" to "{1}". {2}</source> <target state="translated">MSB3677: "{0}" dosyası "{1}" üzerine taşınamıyor. {2}</target> <note>{StrBegin="MSB3677: "}</note> </trans-unit> <trans-unit id="Move.ExactlyOneTypeOfDestination"> <source>MSB3678: Both "{0}" and "{1}" were specified as input parameters in the project file. Only one must be provided.</source> <target state="translated">MSB3678: Hem "{0}" hem de "{1}" proje dosyasında giriş parametresi olarak belirtilmiş. Yalnızca biri sağlanmalıdır.</target> <note>{StrBegin="MSB3678: "}</note> </trans-unit> <trans-unit id="Move.FileComment"> <source>Moving file from "{0}" to "{1}".</source> <target state="translated">"{0}" dosyası konumundan "{1}" konumuna taşınıyor.</target> <note /> </trans-unit> <trans-unit id="Move.NeedsDestination"> <source>MSB3679: No destination specified for Move. Please supply either "{0}" or "{1}".</source> <target state="translated">MSB3679: Taşıma işlemi için hedef belirtilmemiş. Lütfen "{0}" veya "{1}" öğelerinden birini sağlayın.</target> <note>{StrBegin="MSB3679: "}</note> </trans-unit> <trans-unit id="Move.SourceDoesNotExist"> <source>MSB3680: The source file "{0}" does not exist.</source> <target state="translated">MSB3680: "{0}" kaynak dosyası yok.</target> <note>{StrBegin="MSB3680: "}</note> </trans-unit> <trans-unit id="Move.SourceIsDirectory"> <source>MSB3681: The source file "{0}" is a directory. The "Move" task does not support moving directories.</source> <target state="translated">MSB3681: "{0}" kaynak dosyası bir dizin. "Taşı" görevi, dizinleri taşımayı desteklemez.</target> <note>{StrBegin="MSB3681: "}</note> </trans-unit> <trans-unit id="MSBuild.CannotRebaseOutputItemPath"> <source>MSB3203: The output path "{0}" cannot be rebased. {1}</source> <target state="translated">MSB3203: "{0}" çıkış yolu için yeniden temellendirilemez. {1}</target> <note>{StrBegin="MSB3203: "}UE: This message is shown when the user asks the "MSBuild" task to rebase the paths of its output items relative to the project from where the "MSBuild" task is called (as opposed to the project(s) on which the "MSBuild" task is called), and one of the output item paths is invalid. LOCALIZATION: "{1}" is a localized message from a CLR/FX exception explaining the problem.</note> </trans-unit> <trans-unit id="MSBuild.ProjectFileNotFound"> <source>MSB3202: The project file "{0}" was not found.</source> <target state="translated">MSB3202: "{0}" proje dosyası bulunamadı.</target> <note>{StrBegin="MSB3202: "}UE: This message is shown when the user passes a non-existent project file to the MSBuild task, in the "Projects" parameter. and they have not specified the SkipNonexistentProjects parameter, or it is set to false.</note> </trans-unit> <trans-unit id="MSBuild.ProjectFileNotFoundMessage"> <source>Skipping project "{0}" because it was not found.</source> <target state="translated">Bulunamadığı için "{0}" projesi atlanıyor.</target> <note>UE: This message is shown when the user passes a non-existent project file to the MSBuild task, in the "Projects" parameter, and they have specified the SkipNonexistentProjects parameter.</note> </trans-unit> <trans-unit id="MSBuild.ProjectUpgradeNeededToVcxProj"> <source>MSB3204: The project file "{0}" is in the ".vcproj" file format, which MSBuild no longer supports. Please convert the project by opening it in the Visual Studio IDE or running the conversion tool, or use MSBuild 3.5 or earlier to build it.</source> <target state="translated">MSB3204: "{0}" proje dosyası MSBuild’in artık desteklemediği ".vcproj" dosya biçiminde. Lütfen projeyi Visual Studio IDE içinde açarak veya dönüştürme aracını kullanarak dönüştürün ya da derlemek için MSBuild 3.5 veya daha eski bir sürümü kullanın.</target> <note>{StrBegin="MSB3204: "} LOC: ".vcproj" should not be localized</note> </trans-unit> <trans-unit id="MSBuild.InvalidSkipNonexistentProjectValue"> <source>MSB3205: SkipNonexistentProject can only accept values of "True", "False" and "Build".</source> <target state="translated">MSB3205: SkipNonexistentProject yalnızca "True", "False" ve "Build" değerlerini kabul edebilir.</target> <note>{StrBegin="MSB3205: "} LOC: "SkipNonexistentProject", "True", "False" and "Build" should not be localized</note> </trans-unit> <trans-unit id="MSBuild.SkippingRemainingProjects"> <source>The MSBuild task is skipping the remaining projects because the StopOnFirstFailure parameter was set to true.</source> <target state="translated">StopOnFirstFailure parametresi true değerine ayarlandığından MSBuild görevi kalan projeleri atlıyor.</target> <note>LOCALIZATION: Do not localize the words "MSBuild" or "StopOnFirstFailure".</note> </trans-unit> <trans-unit id="MSBuild.SkippingRemainingTargets"> <source>The MSBuild task is skipping the remaining targets because the StopOnFirstFailure parameter was set to true.</source> <target state="translated">StopOnFirstFailure parametresi true değerine ayarlandığından MSBuild görevi kalan hedefleri atlıyor.</target> <note>LOCALIZATION: Do not localize the words "MSBuild" or "StopOnFirstFailure".</note> </trans-unit> <trans-unit id="MSBuild.NotBuildingInParallel"> <source>Overriding the BuildingInParallel property by setting it to false. This is due to the system being run in single process mode with StopOnFirstFailure set to true.</source> <target state="translated">Değeri false olarak ayarlanarak BuildingInParallel özelliği geçersiz kılınıyor. Bunun nedeni StopOnFirstFailure true olarak ayarlanarak sistemin tek işlem modunda çalıştırılmasıdır.</target> <note>LOCALIZATION: Do not localize the words "MSBuild", "BuildingInParallel", or "StopOnFirstFailure".</note> </trans-unit> <trans-unit id="MSBuild.NoStopOnFirstFailure"> <source>StopOnFirstFailure will have no effect when the following conditions are all present: 1) The system is running in multiple process mode 2) The BuildInParallel property is true. 3) The RunEachTargetSeparately property is false.</source> <target state="translated">Şu koşulların tümü doğru olduğunda StopOnFirstFailure etkisiz olur: 1) Sistem çoklu işlem modunda çalışıyorsa. 2) BuildInParallel özelliği true ise. 3) RunEachTargetSeparately özelliği false ise.</target> <note>LOCALIZATION: Do not localize the words "RunEachTargetSeparately", "BuildingInParallel", or "StopOnFirstFailure".</note> </trans-unit> <trans-unit id="ReadLinesFromFile.ErrorOrWarning"> <source>MSB3501: Could not read lines from file "{0}". {1}</source> <target state="translated">MSB3501: "{0}" dosyasındaki satırlar okunamadı. {1}</target> <note>{StrBegin="MSB3501: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.AssemblyNotRegisteredForComInterop"> <source>MSB3211: The assembly '{0}' is not registered for COM Interop. Please register it with regasm.exe /tlb.</source> <target state="translated">MSB3211: '{0}' bütünleştirilmiş kodu, COM ile Birlikte Çalışma’ya kaydedilmedi. Lütfen bu derlemeyi regasm.exe /tlb kullanarak kaydettirin.</target> <note>{StrBegin="MSB3211: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.CantExportTypeLib"> <source>MSB3212: The assembly "{0}" could not be converted to a type library. {1}</source> <target state="translated">MSB3212: "{0}" derlemesi, tür kitaplığına dönüştürülemedi. {1}</target> <note>{StrBegin="MSB3212: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.CantRegisterAssembly"> <source>MSB3217: Cannot register assembly "{0}". {1}</source> <target state="translated">MSB3217: "{0}" derlemesi kaydettirilemiyor. {1}</target> <note>{StrBegin="MSB3217: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.CantRegisterTypeLib"> <source>MSB3213: Cannot register type library "{0}". {1}</source> <target state="translated">MSB3213: "{0}" tür kitaplığı kaydettirilemiyor. {1}</target> <note>{StrBegin="MSB3213: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.NoValidTypes"> <source>MSB3214: "{0}" does not contain any types that can be registered for COM Interop.</source> <target state="translated">MSB3214: "{0}", COM Birlikte Çalışma için kaydettirilebilecek hiçbir tür içermiyor.</target> <note>{StrBegin="MSB3214: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.RegisterAsmFileDoesNotExist"> <source>MSB3215: Cannot register assembly "{0}" - file doesn't exist.</source> <target state="translated">MSB3215: "{0}" derlemesi kaydettirilemiyor - dosya yok.</target> <note>{StrBegin="MSB3215: "}</note> </trans-unit> <trans-unit id="RegisterAssembly.RegisteringAssembly"> <source>Registering assembly "{0}" for COM Interop.</source> <target state="translated">"{0}" derlemesi, COM Birlikte Çalışma için kaydettiriliyor.</target> <note /> </trans-unit> <trans-unit id="RegisterAssembly.RegisteringTypeLib"> <source>Exporting and registering type library "{0}".</source> <target state="translated">"{0}" tür kitaplığı dışarı aktarılıyor ve kaydettiriliyor.</target> <note /> </trans-unit> <trans-unit id="RegisterAssembly.TypeLibUpToDate"> <source>Type library "{0}" is up to date, skipping regeneration.</source> <target state="translated">"{0}" tür kitaplığı güncel, yeniden oluşturma atlanıyor.</target> <note /> </trans-unit> <trans-unit id="RegisterAssembly.UnauthorizedAccess"> <source>MSB3216: Cannot register assembly "{0}" - access denied. Please make sure you're running the application as administrator. {1}</source> <target state="translated">MSB3216: "{0}" bütünleştirilmiş kodu kaydedilemiyor - erişim reddedildi. Lütfen uygulamayı yönetici olarak çalıştırdığınızdan emin olun. {1}</target> <note>{StrBegin="MSB3216: "}</note> </trans-unit> <trans-unit id="RemoveDir.Error"> <source>MSB3231: Unable to remove directory "{0}". {1}</source> <target state="translated">MSB3231: "{0}" dizini kaldırılamıyor. {1}</target> <note>{StrBegin="MSB3231: "}</note> </trans-unit> <trans-unit id="RemoveDir.Removing"> <source>Removing directory "{0}".</source> <target state="translated">"{0}" dizini kaldırılıyor.</target> <note /> </trans-unit> <trans-unit id="RemoveDir.SkippingNonexistentDirectory"> <source>Directory "{0}" doesn't exist. Skipping.</source> <target state="translated">"{0}" dizini yok. Atlanıyor.</target> <note /> </trans-unit> <trans-unit id="ResGen.NoInputFiles"> <source>No resources specified in "InputFiles". Skipping resource generation.</source> <target state="translated">"InputFiles" içinde kaynak belirtilmedi. Kaynak oluşturma atlanıyor.</target> <note /> </trans-unit> <trans-unit id="ResGen.SdkOrToolPathNotSpecifiedOrInvalid"> <source>MSB3451: Neither SDKToolsPath '{0}' nor ToolPath '{1}' is a valid directory. One of these must be set.</source> <target state="translated">MSB3451: '{0}' SDKToolsPath ve '{1}' ToolPath’in ikisi de geçerli birer dizin değil. Bunlardan biri ayarlanmalıdır.</target> <note>{StrBegin="MSB3451: "}</note> </trans-unit> <trans-unit id="ResGen.STRClassNamespaceOrFilenameWithoutLanguage"> <source>MSB3452: StronglyTypedClassName, StronglyTypedNamespace, and/or StronglyTypedFileName parameters were passed in, but no StronglyTypedLanguage. If you want to create a strongly typed resource class, please specify a language. Otherwise remove all class, file name, and namespace parameters.</source> <target state="translated">MSB3452: StronglyTypedClassName, StronglyTypedNamespace ve/veya StronglyTypedFileName parametreleri geçirildi, ancak StronglyTypedLanguage geçirilmedi. Kesin tür belirtilmiş bir kaynak sınıfı oluşturmak istiyorsanız, lütfen bir dil belirtin. Aksi halde tüm sınıf, dosya adı ve ad alanı parametrelerini kaldırın.</target> <note>{StrBegin="MSB3452: "}</note> </trans-unit> <trans-unit id="ResGen.STRLanguageButNotExactlyOneSourceFile"> <source>MSB3453: The language for a strongly typed resource class was specified, but more than one source file was passed in. Please pass in only one source file at a time if you want to generate strongly typed resource classes.</source> <target state="translated">MSB3453: Kesin tür belirtilmiş kaynak sınıfı için dil belirtildi, ancak birden fazla kaynak dosyası geçirildi. Kesin tür belirtilmiş kaynak sınıfları oluşturmak istiyorsanız, lütfen aynı anda yalnızca tek bir kaynak dosyası geçirin.</target> <note>{StrBegin="MSB3453: "}</note> </trans-unit> <trans-unit id="ResGen.TrackerNotFound"> <source>MSB3454: Tracker.exe is required to correctly incrementally generate resources in some circumstances, such as when building on a 64-bit OS using 32-bit MSBuild. This build requires Tracker.exe, but it could not be found. The task is looking for Tracker.exe beneath the {0} value of the registry key {1}. To solve the problem, either: 1) Install the Microsoft Windows SDK v7.0A or later. 2) Install Microsoft Visual Studio 2010. 3) Manually set the above registry key to the correct location. Alternatively, you can turn off incremental resource generation by setting the "TrackFileAccess" property to "false".</source> <target state="translated">MSB3454: 64 bit işletim sistemi üzerinde 32 bit MSBuild kullanılarak derleme gibi bazı durumlarda kaynakları doğru şekilde artımlı olarak oluşturmak için Tracker.exe gereklidir. Bu derleme için Tracker.exe gerekiyor ancak bulunamadı. Görev, Tracker.exe dosyasını {1} kayıt defteri anahtarının {0} değeri altında arıyor. Bu sorunu çözmek için şunlardan birini yapın: 1) Microsoft Windows SDK v7.0A veya sonraki bir sürümünü yükleyin. 2) Microsoft Visual Studio 2010’u yükleyin. 3) Yukarıdaki kayıt defteri anahtarını el ile doğru konuma ayarlayın. Alternatif olarak, "TrackFileAccess" özelliğini "false" olarak ayarlayıp artımlı kaynak oluşturmayı devre dışı bırakabilirsiniz.</target> <note>{StrBegin="MSB3454: "}</note> </trans-unit> <trans-unit id="ResGen.CommandTooLong"> <source>MSB3455: ResGen.exe may not run because the command line is {0} characters long, which exceeds the maximum length of the command. To fix this problem, please either (1) remove unnecessary assembly references, or (2) make the paths to those references shorter.</source> <target state="translated">MSB3455: Komut satırı {0} karakter uzunluğunda olduğundan ve komut uzunluğu üst sınırını aştığından ResGen.exe çalışamayabilir. Bu sorunu gidermek için, lütfen (1) gereksiz bütünleştirilmiş kod başvurularını kaldırın ya da (2) bu başvuruların yollarını kısaltın.</target> <note>{StrBegin="MSB3455: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.AssemblyDoesNotContainPEMetadata"> <source>Assembly file '{0}' could not be opened -- PE image doesn't contain managed metadata.</source> <target state="translated">'{0}' bütünleştirilmiş kod dosyası açılamadı; PE görüntüsü yönetilen meta verileri içermiyor.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.AssemblyFoldersExSearchLocations"> <source>AssemblyFoldersEx location: "{0}"</source> <target state="translated">AssemblyFoldersEx konumu: "{0}"</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx"> <source>Considered AssemblyFoldersEx locations.</source> <target state="translated">AssemblyFoldersEx konumları dikkate alındı.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConflictFound"> <source>There was a conflict between "{0}" and "{1}".</source> <target state="translated">"{0}" ve "{1}" arasında çakışma vardı.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConflictHigherVersionChosen"> <source>"{0}" was chosen because it had a higher version.</source> <target state="translated">Sürümü daha yüksek olduğundan "{0}" seçildi.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConflictPrimaryChosen"> <source>"{0}" was chosen because it was primary and "{1}" was not.</source> <target state="translated">"{0}" seçildi, çünkü bu birincil, "{1}" ise birincil değil.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConflictRedirectSuggestion"> <source>Consider app.config remapping of assembly "{0}" from Version "{1}" [{2}] to Version "{3}" [{4}] to solve conflict and get rid of warning.</source> <target state="translated">Çakışmayı çözmek ve uyarıdan kurtulmak için "{0}" derlemesi app.config'i, "{1}" Sürümünden [{2}] "{3}" Sürümüne [{4}] yeniden eşlemeyi deneyin.</target> <note> UE and LOCALIZATION: {1} and {3} are version numbers like 1.0.0.0 {2} and {4} are file names correspending to {1} and {3} respectively {0} is an assembly name with no version number like 'D, Culture=neutral, PublicKeyToken=aaaaaaaaaaaaaaaa' </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConsideredAndRejectedBecauseFusionNamesDidntMatch"> <source>Considered "{0}", but its name "{1}" didn't match the expected name "{2}".</source> <target state="translated">"{0}" denendi, ancak adı ("{1}") beklenen adla eşleşmedi: "{2}".</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConsideredAndRejectedBecauseNoFile"> <source>Considered "{0}", but it didn't exist.</source> <target state="translated">"{0}" denendi, ancak böyle bir öğe yoktu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConsideredAndRejectedBecauseNotAFileNameOnDisk"> <source>Considered treating "{0}" as a file name, but it didn't exist.</source> <target state="translated">"{0}" öğesini bir dosya adı olarak kabul etme denendi, ancak böyle bir öğe yoktu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConsideredAndRejectedBecauseNotInGac"> <source>Considered "{0}", which was not found in the GAC.</source> <target state="translated">GAC içinde bulunmayan "{0}" denendi.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConsideredAndRejectedBecauseTargetDidntHaveFusionName"> <source>Considered "{0}", which existed but didn't have a valid identity. This may not be an assembly.</source> <target state="translated">Mevcut olan ancak geçerli bir kimliği olmayan "{0}" denendi. Bu, bir bütünleştirilmiş kod olmayabilir.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TargetedProcessorArchitectureDoesNotMatch"> <source>Considered "{0}", which existed but had a processor architecture "{1}" which does not match the targeted processor architecture "{2}".</source> <target state="translated">Var olan ancak hedeflenen "{2}" işlemci mimarisiyle eşleşmeyen "{1}" işlemci mimarisine sahip "{0}" değerlendirildi.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.Dependency"> <source>Dependency "{0}".</source> <target state="translated">"{0}" bağımlılığı.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.EightSpaceIndent"> <source> {0}</source> <target state="translated"> {0}</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TenSpaceIndent"> <source> {0}</source> <target state="translated"> {0}</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TwelveSpaceIndent"> <source> {0}</source> <target state="translated"> {0}</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.FoundRelatedFile"> <source>Found related file "{0}".</source> <target state="translated">"{0}" ilişkili dosyası bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.FoundSatelliteFile"> <source>Found satellite file "{0}".</source> <target state="translated">"{0}" uydu dosyası bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.FoundScatterFile"> <source>Found embedded scatter file "{0}".</source> <target state="translated">"{0}" katıştırılmış yayılma dosyası bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.FourSpaceIndent"> <source> {0}</source> <target state="translated"> {0}</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.IgnoringBecauseNonEmptySubtype"> <source>Ignoring "{0}" because it has a non-empty subtype "{1}".</source> <target state="translated">Boş olmayan bir "{1}" alt türü içerdiği için "{0}" yoksayılıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.BadTargetFrameworkFormat"> <source>Ignoring invalid Target Framework value "{0}".</source> <target state="translated">Geçersiz "{0}" Hedef Framework değeri yoksayılıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConflictBetweenAppConfigAndAutoUnify"> <source>MSB3242: Conflict between mutually exclusive parameters. AutoUnify was 'true' and AppConfigFile was set.</source> <target state="translated">MSB3242: Birbirini dışlayan parametreler arasında çakışma var. AutoUnify, 'true' değerine sahipti ve AppConfigFile ayarlanmıştı.</target> <note>{StrBegin="MSB3242: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.ConflictUnsolvable"> <source>MSB3243: No way to resolve conflict between "{0}" and "{1}". Choosing "{0}" arbitrarily.</source> <target state="translated">MSB3243: "{0}" ve "{1}" arasındaki çakışmayı çözümleyecek bir yöntem yok. Rastgele olarak "{0}" seçiliyor.</target> <note>{StrBegin="MSB3243: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FailedToFindDependentFiles"> <source>MSB3244: Could not find dependent files. {0}</source> <target state="translated">MSB3244: Bağımlı dosyalar bulunamadı. {0}</target> <note>{StrBegin="MSB3244: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FailedToResolveReference"> <source>MSB3245: Could not resolve this reference. {0} If this reference is required by your code, you may get compilation errors.</source> <target state="translated">MSB3245: Bu başvuru çözümlenemedi. {0} Bu başvuru kodunuz için gerekliyse, derleme hatalarıyla karşılaşabilirsiniz.</target> <note>{StrBegin="MSB3245: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FailedWithException"> <source>MSB3246: Resolved file has a bad image, no metadata, or is otherwise inaccessible. {0}</source> <target state="translated">MSB3246: Çözümlenen dosyada hatalı görüntü var, meta veri yok veya erişilemez durumda. {0}</target> <note>{StrBegin="MSB3246: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.SuggestedRedirects"> <source>MSB3247: Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: {0}</source> <target state="translated">MSB3247: Aynı bağlı bütünleştirilmiş kodun farklı sürümleri arasında çakışmalar bulundu. Visual Studio’da, çakışmaları çözmek için bu uyarıya çift tıklayın (veya seçip Enter tuşuna basın); aksi takdirde, uygulama yapılandırma dosyasındaki "çalışma zamanı" düğümüne şu bağlama yeniden yönlendirmelerini ekleyin: {0}</target> <note>{StrBegin="MSB3247: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.InvalidParameter"> <source>MSB3248: Parameter "{0}" has invalid value "{1}". {2}</source> <target state="translated">MSB3248: "{0}" parametresinin "{1}" değeri geçersiz. {2}</target> <note>{StrBegin="MSB3248: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.InvalidAppConfig"> <source>MSB3249: Application Configuration file "{0}" is invalid. {1}</source> <target state="translated">MSB3249: "{0}" Uygulama Yapılandırması dosyası geçersiz. {1}</target> <note>{StrBegin="MSB3249: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.InvalidInstalledAssemblyTablesFile"> <source>MSB3250: The file "{0}" will be ignored because it cannot be read. This file was either passed in to InstalledAssemblyTables or was found by searching the {1} folder in the TargetFrameworkDirectories. {2}</source> <target state="translated">MSB3250: "{0}" dosyası okunamadığı için yoksayılacak. Bu dosya InstalledAssemblyTables’a geçirildi ya da TargetFrameworkDirectories içinde {1} klasörü aranarak bulundu. {2}</target> <note>{StrBegin="MSB3250: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FailedToResolveReferenceBecauseHigherTargetFramework"> <source>MSB3251: Could not resolve assembly {0}. The target framework required by this assembly ({1}) is higher than the project target framework. If this reference is required by your code, you may get compilation errors.</source> <target state="translated">MSB3251: {0} bütünleştirilmiş kodu çözümlenemedi. Bu bütünleştirilmiş kod için gereken hedef çerçeve ({1}), projenin hedef çerçevesinden daha yüksek Kodunuz için bu başvuru gerekliyse, derleme hatalarıyla karşılaşabilirsiniz.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.FailedToResolveReferenceBecausePrimaryAssemblyInExclusionList"> <source>MSB3252: The currently targeted framework "{1}" does not include the referenced assembly "{0}". To fix this, either (1) change the targeted framework for this project or (2) remove the referenced assembly from the project.</source> <target state="translated">MSB3252: Şu anda hedeflenmiş olan "{1}" çerçevesi, başvurulan "{0}" bütünleştirilmiş kodunu içermiyor. Bunu düzeltmek için, (1) bu projenin hedeflenen çerçevesini değiştirin ya da (2) başvurulan bütünleştirilmiş kodu projeden çıkarın.</target> <note>{StrBegin="MSB3252: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FailBecauseDependentAssemblyInExclusionList"> <source>MSB3253: The currently targeted framework "{2}" does not include "{1}" which the referenced assembly "{0}" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project.</source> <target state="translated">MSB3253: Şu anda hedeflenen "{2}" çerçevesi, başvurulan "{0}" bütünleştirilmiş kodunun bağımlı olduğu "{1}" öğesini içermiyor. Bu, başvurulan bütünleştirilmiş kodun çözümlenmemesine neden oldu. Bunu düzeltmek için, (1) bu projenin hedeflenen çerçevesini değiştirin ya da (2) başvurulan bütünleştirilmiş kodu projeden çıkarın.</target> <note>{StrBegin="MSB3253: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.InvalidInstalledAssemblySubsetTablesFile"> <source>MSB3254: The file "{0}" will be ignored because it cannot be read. This file was either passed in to InstalledAssemblySubsetTables or was found by searching the {1} folder in the TargetFrameworkDirectories. {2}</source> <target state="translated">MSB3254: "{0}" dosyası okunamadığından yoksayılacak. Bu dosya InstalledAssemblySubsetTables’a geçirildi ya da TargetFrameworkDirectories içinde {1} klasörü aranarak bulundu. {2}</target> <note>{StrBegin="MSB3254: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoSubsetsFound"> <source>MSB3255: Could not find any Target Framework Subset files in the Target Framework Directories or at the locations specified in the InstalledAssemblySubsetTables.</source> <target state="translated">MSB3255: Hedef Framework Dizinlerinde veya InstalledAssemblySubsetTables içinde belirtilen konumlarda hiç Hedef Framework Alt Küme dosyası bulunamadı.</target> <note>{StrBegin="MSB3255: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoRedistAssembliesToGenerateExclusionList"> <source>MSB3256: No assemblies were read in from the redist lists. A TargetFramework profile exclusion list could not be generated. </source> <target state="translated">MSB3256: Yeniden dağıtım listelerinden hiçbir bütünleştirilmiş kod okunmadı. TargetFramework profil dışlama listesi oluşturulamadı. </target> <note>{StrBegin="MSB3256: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.PrimaryReferenceOutsideOfFramework"> <source>MSB3257: The primary reference "{0}" could not be resolved because it has a higher version "{1}" than exists in the current target framework. The version found in the current target framework is "{2}".</source> <target state="translated">MSB3257: "{0}" birincil başvurusu geçerli hedef çerçevede bulunandan daha yüksek "{1}" sürümüne sahip olduğundan çözümlenemedi. Geçerli hedef çerçevede bulunan sürüm: "{2}".</target> <note>{StrBegin="MSB3257: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.DependencyReferenceOutsideOfFramework"> <source>MSB3258: The primary reference "{0}" could not be resolved because it has an indirect dependency on the .NET Framework assembly "{1}" which has a higher version "{2}" than the version "{3}" in the current target framework.</source> <target state="translated">MSB3258: "{0}" birincil başvurusu çözümlenemedi, çünkü geçerli hedef çerçevedeki "{3}" sürümünden daha yüksek olan "{2}" sürümüne sahip "{1}" .NET Framework derlemesine dolaylı bir bağımlılığı var.</target> <note>{StrBegin="MSB3258: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.CannotSetProfileAndSubSet"> <source>MSB3259: Invalid parameter combination. Can only set either subset or profile parameters. Cannot set one or more subset parameters ("TargetFrameworkSubsets", "InstalledAssemblySubsetTables") and one or more profile parameters ("ProfileName", "FullFrameworkFolders", "FullFrameworkAssemblyTables") at the same time. </source> <target state="translated">MSB3259: Geçersiz parametre birleşimi. Yalnızca alt küme ya da profil parametrelerini ayarlayabilirsiniz. Aynı anda bir veya daha fazla alt küme parametresi ("TargetFrameworkSubsets", "InstalledAssemblySubsetTables") ve bir veya daha fazla profil parametresi ("ProfileName", "FullFrameworkFolders", "FullFrameworkAssemblyTables") ayarlanamaz. </target> <note>{StrBegin="MSB3259: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoProfilesFound"> <source>MSB3260: Could not find any target framework profile redist files in the FullFrameworkFolders locations.</source> <target state="translated">MSB3260: FullFrameworkFolders konumlarında herhangi bir hedef framework profil yeniden dağıtım dosyası bulunamadı.</target> <note>{StrBegin="MSB3260: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FrameworkDirectoryOnProfiles"> <source>MSB3261: The FrameworkDirectory metadata must be set on all items passed to the FullFrameworkAssemblyTables parameter. The item "{0}" did not have the metadata set.</source> <target state="translated">MSB3261: FrameworkDirectory meta verileri, FullFrameworkAssemblyTables parametresine iletilen tüm öğelerde ayarlanmalıdır. "{0}" öğesinin meta verileri kümesi yoktu.</target> <note>{StrBegin="MSB3261: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.MustSetProfileNameAndFolderLocations"> <source>MSB3262: When targeting a profile the ProfileName parameter and one of FullFrameworkFolders or FullFrameworkAssemblyTables must be set.</source> <target state="translated">MSB3262: Bir profil hedeflenirken ProfileName parametresi ve FullFrameworkFolders veya FullFrameworkAssemblyTables parametrelerinden biri ayarlanmalıdır.</target> <note>{StrBegin="MSB3262: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.InvalidProfileRedistLocation"> <source>MSB3263: The file "{0}" will be ignored because it cannot be read. This file was either passed in to FullFrameworkAssemblyTables or was found by searching the "{1}" folder in the FullFrameworkFolders. {2}</source> <target state="translated">MSB3263: "{0}" dosyası okunamadığından yoksayılacak. Bu dosya FullFrameworkAssemblyTables’a geçirildi ya da FullFrameworkFolders içinde "{1}" klasörü aranarak bulundu. {2}</target> <note>{StrBegin="MSB3263: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.PrimaryReferenceInAnotherFramework"> <source>MSB3267: The primary reference "{0}", which is a framework assembly, could not be resolved in the currently targeted framework. "{1}". To resolve this problem, either remove the reference "{0}" or retarget your application to a framework version which contains "{0}".</source> <target state="translated">MSB3267: Bir çerçeve bütünleştirilmiş kodu olan "{0}" birincil başvurusu, şu anda hedeflenen çerçeve içinde çözümlenemedi. "{1}". Bu sorunu gidermek için, "{0}" başvurusunu kaldırın ya da uygulamanızı "{0}" içeren bir çerçeve sürümüne yeniden hedefleyin.</target> <note>{StrBegin="MSB3267: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.DependencyReferenceInAnotherFramework"> <source>MSB3268: The primary reference "{0}" could not be resolved because it has an indirect dependency on the framework assembly "{1}" which could not be resolved in the currently targeted framework. "{2}". To resolve this problem, either remove the reference "{0}" or retarget your application to a framework version which contains "{1}".</source> <target state="translated">MSB3268: {0} birincil başvurusu, şu anda hedeflenen çerçevede çözümlenemeyen "{1}" çerçeve bütünleştirilmiş koduna dolaylı bir bağımlılığa sahip olduğundan çözümlenemedi. "{2}". Bu sorunu gidermek için, "{0}" başvurusunu kaldırın ya da uygulamanızı "{1}" içeren bir çerçeve sürümüne yeniden hedefleyin.</target> <note>{StrBegin="MSB3268: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.ProblemDeterminingFrameworkMembership"> <source>MSB3269: Could not determine if resolved references are part of the targeted framework because of an error. "{0}"</source> <target state="translated">MSB3269: Bir hata nedeniyle çözümlenen başvuruların hedef çerçevenin bir parçası olup olmadığı belirlenemiyor. "{0}"</target> <note>{StrBegin="MSB3269: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.MismatchBetweenTargetedAndReferencedArch"> <source>MSB3270: There was a mismatch between the processor architecture of the project being built "{0}" and the processor architecture of the reference "{1}", "{2}". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.</source> <target state="translated">MSB3270: Derlenen projenin işlemci mimarisi "{0}" ile "{1}" başvurusunun işlemci mimarisi "{2}" arasında bir uyuşmazlık vardı. Bu uyuşmazlık çalışma zamanı hatalarına neden olabilir. Lütfen proje ve başvurularınızın işlemci mimarilerini uyumlu hale getirmek için projenizin hedeflenen işlemci mimarisini Configuration Manager aracılığıyla değiştirin veya projenizin hedeflenen işlemci mimarisiyle eşleşen bir işlemci mimarisine sahip başvurular üzerine bir bağımlılık alın.</target> <note>{StrBegin="MSB3270: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.MismatchBetweenTargetedAndReferencedArchOfImplementation"> <source>MSB3271: There was a mismatch between the processor architecture of the project being built "{0}" and the processor architecture, "{1}", of the implementation file "{2}" for "{3}". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and implementation file, or choose a winmd file with an implementation file that has a processor architecture which matches the targeted processor architecture of your project.</source> <target state="translated">MSB3271: Derlenen projenin işlemci mimarisi "{0}" ile "{3}" için "{2}" uygulama dosyasına ait işlemci mimarisi "{1}" arasında bir uyumsuzluk vardı. Bu uyuşmazlık çalışma zamanı hatalarına neden olabilir. Lütfen projenizin ve uygulama dosyasının işlemci mimarilerini uyumlu hale getirmek için Configuration Manager ile projenizin hedeflenen işlemci mimarisini değiştirin veya projenizin hedeflenen işlemci mimarisiyle eşleşen işlemci mimarisine sahip bir uygulama dosyası bulunan bir winmd dosyası seçin.</target> <note>{StrBegin="MSB3271: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.ProblemReadingImplementationDll"> <source>MSB3272: There was a problem reading the implementation file "{0}". "{1}"</source> <target state="translated">MSB3272: "{0}" uygulama dosyası okunurken bir sorun oluştu. "{1}"</target> <note>{StrBegin="MSB3272: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.ImplementationDllHasInvalidPEHeader"> <source>Invalid PE header found. The implementation file will not used.</source> <target state="translated">Geçersiz PE üst bilgisi bulundu. Uygulama dosyası kullanılmayacak.</target> <note>This message can be used as the {1} in MSB3272</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnknownProcessorArchitecture"> <source>MSB3273: Unknown processor architecture. The implementation file "{0}" for "{1}" had an ImageFileMachine value of "0x{2}". If you wish to use this implementation file make sure the "ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch" property in your project is set to "Warning" or "None".</source> <target state="translated">MSB3273: Bilinmeyen işlemci mimarisi. "{1}" için "{0}" uygulama dosyasında ImageFileMachine değeri olarak "0x{2}" vardı. Bu uygulama dosyasını kullanmak istiyorsanız, projenizdeki "ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch" özelliğinin "Warning" veya "None" olarak ayarlandığından emin olun.</target> <note>{StrBegin="MSB3273: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.PrimaryReferenceOutsideOfFrameworkUsingAttribute"> <source>MSB3274: The primary reference "{0}" could not be resolved because it was built against the "{1}" framework. This is a higher version than the currently targeted framework "{2}".</source> <target state="translated">MSB3274: "{0}" birincil başvurusu, "{1}" çerçevesine göre derlendiğinden çözümlenemedi. Bu, şu anda hedeflenen "{2}" çerçevesine göre daha üst bir sürümdür.</target> <note>{StrBegin="MSB3274: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.DependencyReferenceOutsideOfFrameworkUsingAttribute"> <source>MSB3275: The primary reference "{0}" could not be resolved because it has an indirect dependency on the assembly "{1}" which was built against the "{2}" framework. This is a higher version than the currently targeted framework "{3}".</source> <target state="translated">MSB3275: "{0}" birincil başvurusu, "{2}" çerçevesine göre derlenen "{1}" bütünleştirilmiş koduna dolaylı bir bağımlılığa sahip olduğundan çözümlenemedi. Bu, şu anda hedeflenen "{3}" çerçevesine göre daha üst bir sürümdür.</target> <note>{StrBegin="MSB3275: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.TurnOnAutoGenerateBindingRedirects"> <source>MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.</source> <target state="translated">MSB3276: Aynı bağımlı bütünleştirilmiş kodun farklı sürümleri arasında çakışmalar bulundu. Lütfen proje dosyasında "AutoGenerateBindingRedirects" özelliğini true olarak ayarlayın. Daha fazla bilgi edinmek için bkz. http://go.microsoft.com/fwlink/?LinkId=294190.</target> <note>{StrBegin="MSB3276: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.FoundConflicts"> <source>MSB3277: Found conflicts between different versions of "{0}" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.</source> <target state="translated">MSB3277: Farklı "{0}" sürümleri arasında çözümlenemeyen çakışmalar bulundu. Derleme günlüğünün ayrıntı düzeyi için ayrıntılı seçeneği ayarlandığında bu başvuru çakışmaları günlükte listelenir.</target> <note>{StrBegin="MSB3277: "}</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.LogAttributeFormat"> <source>{0} = '{1}'</source> <target state="translated">{0} = '{1}'</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.LogTaskPropertyFormat"> <source>{0}:</source> <target state="translated">{0}:</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.NotCopyLocalBecauseConflictVictim"> <source>This reference is not "CopyLocal" because it conflicted with another reference with the same name and lost the conflict.</source> <target state="translated">Aynı adlı başka bir başvuruyla çakıştığı ve çakışmayı kaybettiği için bu başvuru "CopyLocal" değildir.</target> <note> LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.ImageRuntimeVersion"> <source>The ImageRuntimeVersion for this reference is "{0}".</source> <target state="translated">Bu başvurunun ImageRuntimeVersion'ı "{0}".</target> <note> LOCALIZATION: Please don't localize "ImageRuntimeVersion" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.IsAWinMdFile"> <source>This reference is a WinMDFile.</source> <target state="translated">Bu başvuru bir WinMDFile'dır.</target> <note> LOCALIZATION: Please don't localize "WinMDFile" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoBecauseParentReferencesFoundInGac"> <source>This reference is not "CopyLocal" because the CopyLocalDependenciesWhenParentReferenceInGac property is set to false and all the parent references for this reference are found in the GAC.</source> <target state="translated">CopyLocalDependenciesWhenParentReferenceInGac özelliği false olarak ayarlandığından ve bu başvurunun tüm üst başvuruları GAC'de bulunduğunda bu başvuru bir "CopyLocal" değil.</target> <note> LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name. "CopyLocalDependenciesWhenParentReferenceInGac" is a property name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NotCopyLocalBecauseEmbedded"> <source>This reference is not "CopyLocal" because its types will be embedded into the target assembly.</source> <target state="translated">Türleri hedef derlemesine katıştırıldığı için, bu başvuru "CopyLocal" değildir.</target> <note> LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NotCopyLocalBecauseFrameworksFiles"> <source>This reference is not "CopyLocal" because it's in a Frameworks directory.</source> <target state="translated">Frameworks dizininde olduğundan bu başvuru "CopyLocal" değildir.</target> <note> LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NotCopyLocalBecauseIncomingItemAttributeOverrode"> <source>This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".</source> <target state="translated">En az bir kaynak öğesi için "Private" "false" olarak ayarlanmış olduğundan ve "Private", herhangi bir kaynak öğesi için "true" olarak ayarlanmış olmadığından bu başvuru "CopyLocal" değildir.</target> <note> LOCALIZATION: Please don't localize "CopyLocal", "Private", "false", "true". </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NotCopyLocalBecausePrerequisite"> <source>This reference is not "CopyLocal" because it's a prerequisite file.</source> <target state="translated">Bu başvuru bir önkoşul dosyası olduğundan "CopyLocal" değildir.</target> <note> LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.NotCopyLocalBecauseReferenceFoundInGAC"> <source>This reference is not "CopyLocal" because it's registered in the GAC.</source> <target state="translated">Bu başvuru GAC içinde kaydedildiğinden "CopyLocal" değildir.</target> <note> LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name. </note> </trans-unit> <trans-unit id="ResolveAssemblyReference.PrimaryReference"> <source>Primary reference "{0}".</source> <target state="translated">Birincil başvuru: "{0}".</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.RequiredBy"> <source>Required by "{0}".</source> <target state="translated">"{0}" için gerekli.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ReferenceDependsOn"> <source>References which depend on "{0}" [{1}].</source> <target state="translated">"{0}" [{1}] öğesine bağlı başvurular.</target> <note> This will look like references which depend on "A, Version=2.0.0.0 PublicKey=4a4fded9gisujf" [a.dll].</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnResolvedPrimaryItemSpec"> <source>Unresolved primary reference with an item include of "{0}".</source> <target state="translated">"{0}" öğe içerikli çözümlenmemiş birincil başvuru.</target> <note> This messages is for a reference which could not be resolved, however we have its item spec and will display that. {0} will be somethign like System or A, Version=xxx</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.PrimarySourceItemsForReference"> <source>Project file item includes which caused reference "{0}".</source> <target state="translated">Proje dosyası öğesi, başvuruya neden olan "{0}" dosyasını içeriyor.</target> <note> This will look like, Project file item includes which caused reference "a.dll".</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.Resolved"> <source>Resolved file path is "{0}".</source> <target state="translated">Çözümlenmiş dosya yolu: "{0}".</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ResolvedFrom"> <source>Reference found at search path location "{0}".</source> <target state="translated">Başvuru, "{0}" arama yolu konumunda bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.SearchPath"> <source>For SearchPath "{0}".</source> <target state="translated">SearchPath "{0}" için.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnificationByAppConfig"> <source>Using this version instead of original version "{0}" in "{2}" because of a binding redirect entry in the file "{1}".</source> <target state="translated">"{1}" dosyasındaki bağlama yeniden yönlendirme girişi nedeniyle "{2}" içinde "{0}" özgün sürümü yerine bu sürüm kullanılıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnificationByAutoUnify"> <source>Using this version instead of original version "{0}" in "{1}" because AutoUnify is 'true'.</source> <target state="translated">AutoUnify, 'true' olduğundan "{1}" içinde "{0}" özgün sürümü yerine bu sürüm kullanılıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.RemappedReference"> <source>Due to a remapping entry in the currently targeted framework redist list, reference "{0}" was remapped to "{1}".</source> <target state="translated">Şu anda hedeflenen çerçevedeki yeniden eşleştirme girişi nedeniyle "{0}" başvurusu "{1}" ile yeniden eşleştirildi.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnificationByFrameworkRetarget"> <source>Using this version instead of original version "{0}" in "{1}" because there is a more recent version of this framework file.</source> <target state="translated">Bu Framework dosyasının daha yeni bir sürümü olduğundan "{1}" içinde "{0}" özgün sürümü yerine bu sürüm kullanılıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnifiedDependency"> <source>Unified Dependency "{0}".</source> <target state="translated">"{0}" Birleştirilmiş Bağımlılığı.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.UnifiedPrimaryReference"> <source>Unified primary reference "{0}".</source> <target state="translated">"{0}" birleştirilmiş birincil başvurusu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ProblemFindingSatelliteAssemblies"> <source>Could not find satellite assemblies for reference "{0}". {1}</source> <target state="translated">"{0}" başvurusu için uydu derlemeler bulunamadı. {1}</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.UsingExclusionList"> <source>A TargetFramework profile exclusion list will be generated. The exclusion list is a list of assemblies not in the profile.</source> <target state="translated">TargetFramework profil dışlama listesi oluşturulacak. Dışlama listesi, profil içinde olmayan bütünleştirilmiş kodların listesidir.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoExclusionListBecauseofFullClientName"> <source>A TargetFramework profile exclusion list will not be generated. A full client name "{0}" was found in the TargetFrameworkSubsetNames list.</source> <target state="translated">TargetFramework profil dışlama listesi oluşturulmayacak. TargetFrameworkSubsetNames listesinde "{0}" tam istemci adı bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoExclusionListBecauseIgnoreSubsetsAndNoAdditionalOnesProvided"> <source>No TargetFramework subset exclusion list will be generated. IgnoreDefaultInstalledAssemblySubsetTables is true and no additional profile files were passed in to InstalledAssemblySubsetTables.</source> <target state="translated">Hiçbir TargetFramework alt küme dışlama listesi oluşturulmayacak. IgnoreDefaultInstalledAssemblySubsetTables değeri true ve InstalledAssemblySubsetTables’a hiçbir ek profil dosyası geçirilmedi.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.ProfileExclusionListWillBeGenerated"> <source>A TargetFramework profile exclusion list will be generated.</source> <target state="translated">TargetFramework profil dışlama listesi oluşturulacak.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoExclusionListBecauseNoSubsetsPassedIn"> <source>No TargetFramework profile exclusion list will be generated. No TargetFrameworkSubsets were provided and no additional profile files were passed in to InstalledAssemblySubsetTables.</source> <target state="translated">Hiçbir TargetFramework profil dışlama listesi oluşturulmayacak. Hiçbir TargetFrameworkSubsets belirtilmedi ve InstalledAssemblySubsetTables’a hiçbir ek profil dosyası geçirilmedi.</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TargetFrameworkSubsetLogHeader"> <source>TargetFramework Profile List Information:</source> <target state="translated">TargetFramework Profil Listesi Bilgisi:</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TargetFrameworkWhiteListLogHeader"> <source>TargetFramework Profile List Paths:</source> <target state="translated">TargetFramework Profil Listesi Yolları:</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TargetFrameworkRedistLogHeader"> <source>Redist List File Paths:</source> <target state="translated">Yeniden Dağıtım Liste Dosyası Yolları:</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.TargetFrameworkExclusionListLogHeader"> <source>Computed TargetFramework profile exclusion list assembly full names:</source> <target state="translated">TargetFramework profil dışlama listesi derleme tam adları hesaplandı:</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.FormattedAssemblyInfo"> <source>Path: "{0}"</source> <target state="translated">Yol: "{0}"</target> <note /> </trans-unit> <trans-unit id="ResolveAssemblyReference.NoSubSetRedistListName"> <source>The redist list file "{0}" has a null or empty Redist name in the FileList element. Make sure the Redist Name is not null or empty.</source> <target state="translated">"{0}" yeniden dağıtım liste dosyasının FileList öğesindeki Redist adı null veya boş. Redist adının null veya boş olmadığından emin olun.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded"> <source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source> <target state="translated">'{0}' COM Başvurusu, '{1}' ActiveX denetiminin birlikte çalışma bütünleştirilmiş kodu, ancak /link bayrağıyla derleyici tarafından bağlanmak üzere işaretlenmiş. Bu COM başvurusu, başvuru olarak değerlendirilecek ve bağlanmayacak.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.AddingMissingTlbReference"> <source>Adding a matching tlbimp reference for the aximp reference "{0}".</source> <target state="translated">"{0}" aximp başvurusu için eşleşen tlbimp başvurusu ekleniyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.UsingCacheFile"> <source>Using cache file at "{0}".</source> <target state="translated">"{0}" konumunda ön bellek kullanılıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.NotUsingCacheFile"> <source>Creating new cache file at "{0}".</source> <target state="translated">"{0}" konumunda yeni ön bellek oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.BadAssemblyImage"> <source>MSB3281: The assembly "{0}" is not a valid assembly file.</source> <target state="translated">MSB3281: MSB3281: "{0}" derlemesi geçerli bir derleme dosyası değil.</target> <note>{StrBegin="MSB3281: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotAccessTypeLibName"> <source>MSB3282: Cannot access type library name for library "{0}". {1}</source> <target state="translated">MSB3282: "{0}" kitaplığı için tür kitaplığı adına erişilemiyor. {1}</target> <note>{StrBegin="MSB3282: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotFindWrapperForTypeLib"> <source>MSB3283: Cannot find wrapper assembly for type library "{0}". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit.</source> <target state="translated">MSB3283: "{0}" tür kitaplığı için sarmalayıcı bütünleştirilmiş kodu bulunamıyor. (1) COM bileşenin kaydının doğru yapıldığını ve (2) hedef platformunuzun bit genişliğinin COM bileşeniyle aynı olduğunu doğrulayın. Örneğin, COM bileşeni 32 bit ise hedef platformunuz 64 bit olmamalıdır.</target> <note>{StrBegin="MSB3283: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotGetPathForTypeLib"> <source>MSB3284: Cannot get the file path for type library "{0}" version {1}.{2}. {3}</source> <target state="translated">MSB3284: "{0}" tür kitaplığı sürüm {1}.{2} için dosya yolu alınamıyor. {3}</target> <note>{StrBegin="MSB3284: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotGetTypeLibAttrForTypeLib"> <source>MSB3285: Cannot get type library attributes for a dependent type library!</source> <target state="translated">MSB3285: Bağımlı tür kitaplığı için tür kitaplığı öznitelikleri alınamıyor!</target> <note>{StrBegin="MSB3285: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotLoadTypeLib"> <source>MSB3286: Cannot load type library "{0}" version {1}.{2}. {3}</source> <target state="translated">MSB3286: "{0}" tür kitaplığı sürüm {1}.{2} yüklenemiyor. {3}</target> <note>{StrBegin="MSB3286: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotLoadTypeLibItemSpec"> <source>MSB3287: Cannot load type library for reference "{0}". {1}</source> <target state="translated">MSB3287: "{0}" başvurusu için tür kitaplığı yüklenemiyor. {1}</target> <note>{StrBegin="MSB3287: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotRetrieveTypeInformation"> <source>MSB3302: Cannot retrieve information about a dependent type.</source> <target state="translated">MSB3302: Bağımlı bir tür hakkında bilgi alınamıyor.</target> <note>{StrBegin="MSB3302: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotSpecifyBothKeyFileAndKeyContainer"> <source>MSB3300: Cannot specify values for both KeyFile and KeyContainer.</source> <target state="translated">MSB3300: KeyFile ve KeyContainer için değerler belirlenemiyor.</target> <note>{StrBegin="MSB3300: "}</note> </trans-unit> <trans-unit id="ResolveComReference.CannotSpecifyDelaySignWithoutEitherKeyFileOrKeyContainer"> <source>MSB3301: DelaySign parameter is true, but no KeyFile or KeyContainer was specified.</source> <target state="translated">MSB3301: DelaySign parametresi doğru, ancak KeyFile veya KeyContainer belirtilmemiş.</target> <note>{StrBegin="MSB3301: "}</note> </trans-unit> <trans-unit id="ResolveComReference.ConflictingReferences"> <source>MSB3288: COM reference "{0}" conflicts with reference "{1}" - the project references different type libraries with the same type library names. Ignoring reference "{0}".</source> <target state="translated">MSB3288: "{0}" COM başvurusu, "{1}" başvurusuyla çakışıyor. Proje, aynı tür kitaplığı adına sahip farklı tür kitaplıklarına başvuruyor. "{0}" başvurusu yoksayılıyor.</target> <note>{StrBegin="MSB3288: "}</note> </trans-unit> <trans-unit id="ResolveComReference.ErrorCreatingWrapperAssembly"> <source>MSB3290: Failed to create the wrapper assembly for type library "{0}". {1}</source> <target state="translated">MSB3290: "{0}" tür kitaplığı için sarmalayıcı derlemesi oluşturulamadı. {1}</target> <note>{StrBegin="MSB3290: "}</note> </trans-unit> <trans-unit id="ResolveComReference.FailedToFindDependentNetAssembly"> <source>MSB3291: Could not resolve dependent .NET assembly "{0}". Please make sure this assembly is included in the references section of the project file.</source> <target state="translated">MSB3291: "{0}" bağımlı .NET bütünleştirilmiş kodu çözümlenemedi. Lütfen bu bütünleştirilmiş kodun proje dosyasının başvurular bölümünde bulunduğundan emin olun.</target> <note>{StrBegin="MSB3291: "}</note> </trans-unit> <trans-unit id="ResolveComReference.FailedToRemapAdoTypeLib"> <source>MSB3292: Failed to remap ADO reference version {0}.{1} to version 2.7 - "{2}".</source> <target state="translated">MSB3292: ADO başvurusu, {0}.{1} sürümünden 2.7 - "{2}" sürümüne yeniden eşlenemedi.</target> <note>{StrBegin="MSB3292: "}</note> </trans-unit> <trans-unit id="ResolveComReference.FailedToResolveComReference"> <source>MSB3303: Could not resolve COM reference "{0}" version {1}.{2}. {3}</source> <target state="translated">MSB3303: "{0}" COM başvurusu sürüm {1}.{2} çözümlenemedi. {3}</target> <note>{StrBegin="MSB3303: "}</note> </trans-unit> <trans-unit id="ResolveComReference.FailedToResolveDependentComReference"> <source>MSB3293: Could not resolve dependent COM reference "{0}" version {1}.{2}.</source> <target state="translated">MSB3293: "{0}" bağımlı COM başvurusu sürüm {1}.{2} çözümlenemedi.</target> <note>{StrBegin="MSB3293: "}</note> </trans-unit> <trans-unit id="ResolveComReference.FailedToResolveDependentComReferenceByAssemblyName"> <source>MSB3294: Could not resolve dependent COM reference "{0}".</source> <target state="translated">MSB3294: "{0}" bağımlı COM başvurusu çözümlenemedi.</target> <note>{StrBegin="MSB3294: "}</note> </trans-unit> <trans-unit id="ResolveComReference.FailedToScanDependencies"> <source>MSB3304: Could not determine the dependencies of the COM reference "{0}". {1}</source> <target state="translated">MSB3304: "{0}" COM başvurusunun bağımlılıkları saptanamadı. {1}</target> <note>{StrBegin="MSB3304: "}</note> </trans-unit> <trans-unit id="ResolveComReference.ResolutionWarning"> <source>MSB3305: Processing COM reference "{0}" from path "{1}". {2}</source> <target state="translated">MSB3305: "{1}" yolundaki "{0}" COM başvurusu işleniyor. {2}</target> <note>{StrBegin="MSB3305: "}</note> </trans-unit> <trans-unit id="ResolveComReference.ResolutionMessage"> <source>Processing COM reference "{0}" from path "{1}". {2}</source> <target state="translated">"{1}" yolundaki "{0}" COM başvurusu işleniyor. {2}</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.LoadingDelaySignedAssemblyWithStrongNameVerificationEnabled"> <source>MSB3295: Failed to load an assembly. Please make sure you have disabled strong name verification for your public key if you want to generate delay signed wrappers. {0}</source> <target state="translated">MSB3295: Bütünleştirilmiş kod yüklenemedi. Gecikmeli imzalanmış sarmalayıcılar oluşturmak istiyorsanız, lütfen ortak anahtarınız için tanımlayıcı adlı doğrulamayı devre dışı bıraktığınızdan emin olun. {0}</target> <note>{StrBegin="MSB3295: "}</note> </trans-unit> <trans-unit id="ResolveComReference.MissingOrUnknownComReferenceAttribute"> <source>MSB3296: The specified COM reference meta-data for the reference "{1}" is missing or has an invalid value: "{0}".</source> <target state="translated">MSB3296: "{1}" başvurusu için belirtilen COM başvurusu meta verisi eksik veya geçersiz değere sahip: "{0}".</target> <note>{StrBegin="MSB3296: "}</note> </trans-unit> <trans-unit id="ResolveComReference.NoComReferencesSpecified"> <source>MSB3297: No COM references have been passed into the task, exiting.</source> <target state="translated">MSB3297: Göreve COM başvuruları geçirilmedi, çıkılıyor.</target> <note>{StrBegin="MSB3297: "}</note> </trans-unit> <trans-unit id="ResolveComReference.RemappingAdoTypeLib"> <source>Remapping ADO reference version {0}.{1} to version 2.7.</source> <target state="translated">ADO başvurusunu {0}.{1} sürümünden 2.7 sürümüne yeniden eşliyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.ResolvedDependentComReference"> <source>Resolved COM reference dependency "{0}" version {1}.{2}: "{3}"</source> <target state="translated">"{0}" COM başvurusu bağımlılığı sürüm {1}.{2} çözümlendi: "{3}"</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.ResolvedDependentComReferenceByAssemblyName"> <source>Resolved COM reference dependency "{0}": "{1}"</source> <target state="translated">"{0}" COM başvurusu bağımlılığı çözümlendi: "{1}"</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.ResolvedReference"> <source>Resolved COM reference for item "{0}": "{1}".</source> <target state="translated">"{0}" öğesi için COM başvurusu çözümlendi: "{1}".</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.Resolving"> <source>Resolving COM reference for item "{0}" with a wrapper "{1}".</source> <target state="translated">"{1}" sarmalayıcısına sahip "{0}" öğesi için COM başvurusu çözümleniyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.ResolvingDependency"> <source>Resolving COM reference dependency "{0}" version {1}.{2}.</source> <target state="translated">"{0}" COM başvurusu bağımlılığı sürüm {1}.{2} çözümleniyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.ScanningDependencies"> <source>Determining dependencies of the COM reference "{0}".</source> <target state="translated">"{0}" COM başvurusunun bağımlılıkları saptanıyor.</target> <note /> </trans-unit> <trans-unit id="ResolveComReference.StrongNameUtils.NoKeyPairInContainer"> <source>MSB3298: The key container '{0}' does not contain a public/private key pair.</source> <target state="translated">MSB3298: '{0}' anahtar kapsayıcısı ortak/özel anahtar çifti içermiyor.</target> <note>{StrBegin="MSB3298: "}</note> </trans-unit> <trans-unit id="ResolveComReference.StrongNameUtils.NoKeyPairInFile"> <source>MSB3299: The key file '{0}' does not contain a public/private key pair.</source> <target state="translated">MSB3299: '{0}' anahtar dosyası ortak/özel anahtar çifti içermiyor.</target> <note>{StrBegin="MSB3299: "}</note> </trans-unit> <trans-unit id="ResolveComReference.TypeLibAttrId"> <source>{0} {1}.{2}</source> <target state="translated">{0} {1}.{2}</target> <note /> </trans-unit> <trans-unit id="ResolveKeySource.KeyImportError"> <source>MSB3321: Importing key file "{0}" was canceled.</source> <target state="translated">MSB3321: "{0}" anahtar dosyasını içeri aktarma işlemi iptal edildi.</target> <note>{StrBegin="MSB3321: "}</note> </trans-unit> <trans-unit id="ResolveKeySource.KeyMD5SumError"> <source>MSB3322: Unable to get MD5 checksum for the key file "{0}". {1}</source> <target state="translated">MSB3322: "{0}" anahtar dosyasının MD5 sağlaması içeri aktarılamıyor. {1}</target> <note>{StrBegin="MSB3322: "}</note> </trans-unit> <trans-unit id="ResolveKeySource.MsgBoxTitleImportKeyError"> <source>Error importing key</source> <target state="translated">Anahtar içeri aktarma hatası</target> <note /> </trans-unit> <trans-unit id="ResolveKeySource.CertificateNotInStore"> <source>MSB3323: Unable to find manifest signing certificate in the certificate store.</source> <target state="translated">MSB3323: Sertifika deposunda bildirim imzalama sertifikası bulunamadı.</target> <note>{StrBegin="MSB3323: "}</note> </trans-unit> <trans-unit id="ResolveKeySource.InvalidKeyName"> <source>MSB3324: Invalid key file name "{0}". {1}</source> <target state="translated">MSB3324: "{0}" anahtar dosyası adı geçersiz. {1}</target> <note>{StrBegin="MSB3324: "}</note> </trans-unit> <trans-unit id="ResolveKeySource.KeyFileForSignAssemblyNotImported"> <source>MSB3325: Cannot import the following key file: {0}. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: {1}</source> <target state="translated">MSB3325: Şu anahtar dosyası içeri aktarılamıyor: {0}. Anahtar dosyası parola korumalı olabilir. Bunu düzeltmek için, sertifikayı yeniden içeri aktarmayı deneyin veya sertifikayı el ile şu anahtar kapsayıcısı adına sahip Tanımlayıcı Ad CSP’sine yükleyin: {1}</target> <note>{StrBegin="MSB3325: "}</note> </trans-unit> <trans-unit id="ResolveKeySource.KeyFileForManifestNotImported"> <source>MSB3326: Cannot import the following key file: {0}. The key file may be password protected. To correct this, try to import the certificate again or import the certificate manually into the current user’s personal certificate store.</source> <target state="translated">MSB3326: Şu anahtar dosyası içeri aktarılamıyor: {0}. Anahtar dosyası parola korumalı olabilir. Bunu düzeltmek için, sertifikayı yeniden içeri aktarmayı deneyin veya sertifikayı el ile geçerli kullanıcının kişisel sertifika deposuna aktarın.</target> <note>{StrBegin="MSB3326: "}</note> </trans-unit> <trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty"> <source>MSB3327: Unable to find code signing certificate in the current user’s Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source> <target state="translated">MSB3327: Geçerli kullanıcının Windows sertifika deposunda kod imzalama sertifikası bulunamadı. Bunu düzeltmek için, ClickOnce bildiriminin imzalanmasını devre dışı bırakın veya sertifikayı sertifika deposuna yükleyin.</target> <note>{StrBegin="MSB3327: "}</note> </trans-unit> <trans-unit id="ResolveManifestFiles.PublishFileNotFound"> <source>MSB3331: Unable to apply publish properties for item "{0}".</source> <target state="translated">MSB3331: "{0}" öğesi için yayımlama özellikleri uygulanamıyor.</target> <note>{StrBegin="MSB3331: "}</note> </trans-unit> <trans-unit id="ResolveNativeReference.Comment"> <source>Processing manifest file "{0}".</source> <target state="translated">"{0}" bildirim dosyası işleniyor.</target> <note /> </trans-unit> <trans-unit id="ResolveNativeReference.ResolveReference"> <source>Attempting to resolve reference "{0}" on path(s):</source> <target state="translated">Şu yollarda "{0}" başvurusunu çözümleme girişimi:</target> <note /> </trans-unit> <trans-unit id="ResolveNativeReference.FailedToResolveReference"> <source>MSB3341: Could not resolve reference "{0}". If this reference is required by your code, you may get compilation errors.</source> <target state="translated">MSB3341: "{0}" başvurusu çözümlenemedi. Kodunuz için bu başvuru gerekliyse, derleme hatalarıyla karşılaşabilirsiniz.</target> <note>{StrBegin="MSB3341: "}</note> </trans-unit> <trans-unit id="ResolveNonMSBuildProjectOutput.ProjectReferenceResolutionFailure"> <source>MSB3582: Could not resolve project reference "{0}".</source> <target state="translated">MSB3582: "{0}" proje başvurusu çözümlenemedi.</target> <note>{StrBegin="MSB3582: "}</note> </trans-unit> <trans-unit id="ResolveNonMSBuildProjectOutput.ProjectReferenceUnresolved"> <source>Project reference "{0}" has not been resolved.</source> <target state="translated">"{0}" proje başvurusu çözümlenmedi.</target> <note> UE and LOCALIZATION: This is not an error - we pass unresolved references to UnresolvedProjectReferences for further processing in the .targets file. </note> </trans-unit> <trans-unit id="ResolveNonMSBuildProjectOutput.ProjectReferenceResolutionStarting"> <source>Resolving project reference "{0}".</source> <target state="translated">"{0}" proje başvurusu çözümleniyor.</target> <note /> </trans-unit> <trans-unit id="ResolveNonMSBuildProjectOutput.ProjectReferenceResolutionSuccess"> <source>Project reference "{0}" resolved as "{1}".</source> <target state="translated">"{0}" proje başvurusu "{1}" olarak çözümlendi.</target> <note /> </trans-unit> <trans-unit id="SGen.ResourceNotFound"> <source>MSB3471: Non-existent reference "{0}" passed to the SGen task.</source> <target state="translated">MSB3471: Varolmayan "{0}" başvurusu SGen görevine geçirildi.</target> <note>{StrBegin="MSB3471: "}</note> </trans-unit> <trans-unit id="SGen.CouldNotDeleteSerializer"> <source>MSB3472: We were unable to delete the existing serializer "{0}" before creating a new one: {1} </source> <target state="translated">MSB3472: Yeni bir tane oluşturulmadan varolan seri hale getirici "{0}" silinemiyor: {1} </target> <note>{StrBegin="MSB3472: "}</note> </trans-unit> <trans-unit id="SGen.InvalidPath"> <source>MSB3473: Path for "{0}" is invalid. {1}</source> <target state="translated">MSB3473: "{0}" yolu geçersiz. {1}</target> <note>{StrBegin="MSB3473: "}</note> </trans-unit> <trans-unit id="SignFile.CertNotInStore"> <source>MSB3481: The signing certificate could not be located. Ensure that it is in the current user's personal store.</source> <target state="translated">MSB3481: İmza sertifikası bulunamadı. Sertifikanın geçerli kullanıcının kişisel deposunda olduğunu doğrulayın.</target> <note>{StrBegin="MSB3481: "}</note> </trans-unit> <trans-unit id="SignFile.SignToolError"> <source>MSB3482: An error occurred while signing: {0}</source> <target state="translated">MSB3482: İmzalanırken hata oluştu: {0}</target> <note>{StrBegin="MSB3482: "}</note> </trans-unit> <trans-unit id="SignFile.SignToolWarning"> <source>MSB3483: A warning occurred while signing: {0}</source> <target state="translated">MSB3483: İmzalanırken uyarı oluştu: {0}</target> <note>{StrBegin="MSB3483: "}</note> </trans-unit> <trans-unit id="SignFile.TargetFileNotFound"> <source>MSB3484: Signing target '{0}' could not be found.</source> <target state="translated">MSB3484: '{0}' imza hedefi bulunamadı.</target> <note>{StrBegin="MSB3484: "}</note> </trans-unit> <trans-unit id="SignFile.CertMissingPrivateKey"> <source>MSB3487: The signing certificate does not include private key information.</source> <target state="translated">MSB3487: İmza sertifikası özel anahtar bilgisini içermez.</target> <note>{StrBegin="MSB3487: "}</note> </trans-unit> <trans-unit id="StrongNameUtils.BadKeyContainer"> <source>MSB3351: Unable to create a strong name key pair from key container '{0}'.</source> <target state="translated">MSB3351: '{0}' anahtar kapsayıcısından tanımlayıcı adlı anahtar çifti oluşturulamadı.</target> <note>{StrBegin="MSB3351: "}</note> </trans-unit> <trans-unit id="StrongNameUtils.KeyFileReadFailure"> <source>MSB3352: The specified key file '{0}' could not be read.</source> <target state="translated">MSB3352: Belirtilen '{0}' anahtar dosyası okunamadı.</target> <note>{StrBegin="MSB3352: "}</note> </trans-unit> <trans-unit id="StrongNameUtils.NoPublicKeySpecified"> <source>MSB3353: Public key necessary for delay signing was not specified.</source> <target state="translated">MSB3353: Gecikmeli imzalama için gerekli olan ortak anahtar belirtilmemiş.</target> <note>{StrBegin="MSB3353: "}</note> </trans-unit> <trans-unit id="TaskRequiresFrameworkFailure"> <source>MSB4803: The task "{0}" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.</source> <target state="translated">MSB4803: MSBuild’in .NET Core sürümünde "{0}" görevi desteklenmiyor. Lütfen MSBuild’in .NET Framework sürümünü kullanın. Daha ayrıntılı bilgi için bkz. https://aka.ms/msbuild/MSB4803.</target> <note>{StrBegin="MSB4803: "}</note> </trans-unit> <trans-unit id="TlbImp.InvalidTransformParameter"> <source>MSB3661: Invalid value '{0}' passed to the Transform property.</source> <target state="translated">MSB3661: Transform özelliğine geçersiz '{0}' değeri iletildi.</target> <note>{StrBegin="MSB3661: "}</note> </trans-unit> <trans-unit id="TlbImp.NoInputFileSpecified"> <source>MSB3662: No input file has been passed to the task, exiting.</source> <target state="translated">MSB3662: Göreve herhangi bir giriş dosyası iletilmedi, çıkılıyor.</target> <note>{StrBegin="MSB3662: "}</note> </trans-unit> <trans-unit id="Touch.CannotCreateFile"> <source>MSB3371: The file "{0}" cannot be created. {1}</source> <target state="translated">MSB3371: "{0}" dosyası oluşturulamıyor. {1}</target> <note>{StrBegin="MSB3371: "}</note> </trans-unit> <trans-unit id="Touch.CannotMakeFileWritable"> <source>MSB3372: The file "{0}" cannot be made writable. {1}</source> <target state="translated">MSB3372: "{0}" dosyası yazılabilir yapılamadı. {1}</target> <note>{StrBegin="MSB3372: "}</note> </trans-unit> <trans-unit id="Touch.CannotRestoreAttributes"> <source>MSB3373: The attributes on file "{0}" cannot be restored to their original value. {1}</source> <target state="translated">MSB3373: "{0}" dosyasındaki öznitelikler, özgün değerlerine döndürülemiyor. {1}</target> <note>{StrBegin="MSB3373: "}</note> </trans-unit> <trans-unit id="Touch.CannotTouch"> <source>MSB3374: The last access/last write time on file "{0}" cannot be set. {1}</source> <target state="translated">MSB3374: "{0}" dosyası için son erişim/son yazma zamanı ayarlanamıyor. {1}</target> <note>{StrBegin="MSB3374: "}</note> </trans-unit> <trans-unit id="Touch.CreatingFile"> <source>Creating "{0}" because "{1}" was specified.</source> <target state="translated">"{1}" belirtildiği için "{0}" oluşturuluyor.</target> <note /> </trans-unit> <trans-unit id="Touch.FileDoesNotExist"> <source>MSB3375: The file "{0}" does not exist.</source> <target state="translated">MSB3375: "{0}" dosyası yok.</target> <note>{StrBegin="MSB3375: "}</note> </trans-unit> <trans-unit id="Touch.TimeSyntaxIncorrect"> <source>MSB3376: The syntax of the Time parameter is incorrect. {0}</source> <target state="translated">MSB3376: Time parametresinin sözdizimi yanlış. {0}</target> <note>{StrBegin="MSB3376: "}</note> </trans-unit> <trans-unit id="Touch.Touching"> <source>Touching "{0}".</source> <target state="translated">"{0}" öğesine erişiliyor.</target> <note /> </trans-unit> <trans-unit id="UnregisterAssembly.AssemblyPathOrStateFileIsRequired"> <source>MSB3396: The "{0}" task needs either an assembly path or state file path.</source> <target state="translated">MSB3396: "{0}" görevi için derleme yolu veya durum dosyası yolu gerekiyor.</target> <note>{StrBegin="MSB3396: "}</note> </trans-unit> <trans-unit id="UnregisterAssembly.CantUnregisterAssembly"> <source>MSB3395: Cannot unregister assembly "{0}". {1}</source> <target state="translated">MSB3395: "{0}" derlemesinin kaydı kaldırılamıyor. {1}</target> <note>{StrBegin="MSB3395: "}</note> </trans-unit> <trans-unit id="UnregisterAssembly.NoValidTypes"> <source>MSB3391: "{0}" does not contain any types that can be unregistered for COM Interop.</source> <target state="translated">MSB3391: "{0}", COM Birlikte Çalışma için kaydı kaldırılması gereken herhangi bir tür içermiyor.</target> <note>{StrBegin="MSB3391: "}</note> </trans-unit> <trans-unit id="UnregisterAssembly.UnauthorizedAccess"> <source>MSB3392: Cannot unregister assembly "{0}" - access denied. Please make sure you're running the application as administrator. {1}</source> <target state="translated">MSB3392: "{0}" bütünleştirilmiş kodunun kaydı silinemiyor: Erişim reddedildi. Lütfen uygulamayı yönetici olarak çalıştırdığınızdan emin olun. {1}</target> <note>{StrBegin="MSB3392: "}</note> </trans-unit> <trans-unit id="UnregisterAssembly.UnregisterAsmFileDoesNotExist"> <source>MSB3393: Cannot unregister assembly "{0}" - file doesn't exist.</source> <target state="translated">MSB3393: "{0}" derlemesinin kaydı kaldırılamıyor - dosya yok.</target> <note>{StrBegin="MSB3393: "}</note> </trans-unit> <trans-unit id="UnregisterAssembly.UnregisteringAssembly"> <source>Unregistering assembly "{0}" for COM Interop.</source> <target state="translated">COM Birlikte Çalışma için "{0}" derlemesinin kaydı kaldırılıyor.</target> <note /> </trans-unit> <trans-unit id="UnregisterAssembly.UnregisteringTypeLib"> <source>Unregistering type library "{0}".</source> <target state="translated">"{0}" tür kitaplığının kaydı kaldırılıyor.</target> <note /> </trans-unit> <trans-unit id="UnregisterAssembly.UnregisterTlbCantLoadFile"> <source>MSB3397: Cannot unregister type library "{0}" - cannot load file, check to make sure it's a valid type library.</source> <target state="translated">MSB3397: "{0}" tür kitaplığının kaydı kaldırılamıyor - dosya yüklenemiyor, tür kitaplığının geçerli olduğundan emin olun.</target> <note>{StrBegin="MSB3397: "}</note> </trans-unit> <trans-unit id="UnregisterAssembly.UnregisterTlbFileDoesNotExist"> <source>Cannot unregister type library "{0}" - file doesn't exist.</source> <target state="translated">"{0}" tür kitaplığının kaydı kaldırılamıyor - dosya yok.</target> <note /> </trans-unit> <trans-unit id="UnregisterAssembly.UnregisterTlbFileNotRegistered"> <source>MSB3394: Type library "{0}" is not registered, cannot unregister.</source> <target state="translated">MSB3394: "{0}" tür kitaplığı kaydettirilmemiş, kaydı kaldırılamıyor.</target> <note>{StrBegin="MSB3394: "}</note> </trans-unit> <trans-unit id="Unzip.DidNotUnzipBecauseOfFileMatch"> <source>Did not unzip from file "{0}" to file "{1}" because the "{2}" parameter was set to "{3}" in the project and the files' sizes and timestamps match.</source> <target state="translated">Projede "{2}" parametresi "{3}" olarak ayarlandığından ve dosya boyutlarıyla zaman damgaları eşleştiğinden "{0}" dosyasını "{1}" dosyasına çıkarma işlemi gerçekleştirilmedi.</target> <note /> </trans-unit> <trans-unit id="Unzip.ErrorCouldNotCreateDestinationDirectory"> <source>MSB3931: Failed to unzip to directory "{0}" because it could not be created. {1}</source> <target state="translated">MSB3931: "{0}" dizini oluşturulamadığından bu dizine çıkarılamadı. {1}</target> <note>{StrBegin="MSB3931: "}</note> </trans-unit> <trans-unit id="Unzip.ErrorCouldNotExtractFile"> <source>MSB3936: Failed to open unzip file "{0}" to "{1}". {2}</source> <target state="translated">MSB3936: "{0}" dosyası "{1}" dizinine çıkarılamadı. {2}</target> <note>{StrBegin="MSB3936: "}</note> </trans-unit> <trans-unit id="Unzip.ErrorCouldNotMakeFileWriteable"> <source>MSB3935: Failed to unzip file "{0}" because destination file "{1}" is read-only and could not be made writable. {2}</source> <target state="translated">MSB3935: "{1}" hedef dosyası salt okunur olduğundan ve yazılabilir hale getirilemediğinden "{0}" dosyasının sıkıştırması açılamadı. {2}</target> <note>{StrBegin="MSB3935: "}</note> </trans-unit> <trans-unit id="Unzip.ErrorCouldNotOpenFile"> <source>MSB3933: Failed to open zip file "{0}". {1}</source> <target state="translated">MSB3933: "{0}" zip dosyası açılamadı. {1}</target> <note>{StrBegin="MSB3933: "}</note> </trans-unit> <trans-unit id="Unzip.ErrorExtractingResultsInFilesOutsideDestination"> <source>MSB3934: Failed to open unzip file "{0}" to "{1}" because it is outside the destination directory.</source> <target state="translated">MSB3934: "{0}" dosyasının sıkıştırması, hedef dizin dışında olduğundan "{1}" hedefine açılamadı.</target> <note>{StrBegin="MSB3934: "}</note> </trans-unit> <trans-unit id="Unzip.ErrorFileDoesNotExist"> <source>MSB3932: Failed to unzip file "{0}" because the file does not exist or is inaccessible.</source> <target state="translated">MSB3932: Dosya mevcut olmadığından veya erişilebilir olmadığından "{0}" dosyasının sıkıştırması açılamadı.</target> <note>{StrBegin="MSB3932: "}</note> </trans-unit> <trans-unit id="Unzip.FileComment"> <source>Unzipping file "{0}" to "{1}".</source> <target state="translated">"{0}" dosyasının sıkıştırması "{1}" hedefine açılıyor.</target> <note /> </trans-unit> <trans-unit id="Vbc.EnumParameterHasInvalidValue"> <source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source> <target state="translated">MSB3401: "{1}" değeri, "{0}" parametresi için geçersiz. Geçerli değerler şunlardır: {2}</target> <note>{StrBegin="MSB3401: "}</note> </trans-unit> <trans-unit id="VBC.RenamePDB"> <source>MSB3402: There was an error creating the pdb file "{0}". {1}</source> <target state="translated">MSB3402: "{0}" pdb dosyası oluşturulurken hata oluştu. {1}</target> <note>{StrBegin="MSB3402: "}</note> </trans-unit> <trans-unit id="Vbc.ParameterHasInvalidValue"> <source>"{1}" is an invalid value for the "{0}" parameter.</source> <target state="translated">"{1}" değeri "{0}" parametresi için geçersiz bir değer.</target> <note /> </trans-unit> <trans-unit id="VerifyFileHash.HashMismatch"> <source>MSB3952: File hash mismatch. Expected {0} to have a {1} file hash of {2}, but it was {3}.</source> <target state="translated">MSB3952: Dosya karması uyuşmazlığı. {0} dosyasının {2} şeklinde bir {1} dosya karması olması bekleniyordu ama {3} şeklindeydi.</target> <note>{StrBegin="MSB3952: "}</note> </trans-unit> <trans-unit id="WriteLinesToFile.ErrorOrWarning"> <source>MSB3491: Could not write lines to file "{0}". {1}</source> <target state="translated">MSB3491: Satırlar "{0}" dosyasına yazılamadı. {1}</target> <note>{StrBegin="MSB3491: "}</note> </trans-unit> <trans-unit id="GetReferenceAssemblyPaths.InvalidTargetFrameworkMoniker"> <source>MSB3642: The Target Framework Moniker "{0}" is invalid. "{1}"</source> <target state="translated">MSB3642: "{0}" Hedef Framework Adı geçersiz. "{1}"</target> <note>{StrBegin="MSB3642: "}</note> </trans-unit> <trans-unit id="GetReferenceAssemblyPaths.ProblemGeneratingReferencePaths"> <source>MSB3643: There was an error generating reference assembly paths based on the TargetFrameworkMoniker "{0}". {1}</source> <target state="translated">MSB3643: TargetFrameworkMoniker "{0}" özelliğine bağlı olarak başvuru derleme yolları oluşturulurken bir hata oluştu. {1}</target> <note>{StrBegin="MSB3643: "}</note> </trans-unit> <trans-unit id="GetReferenceAssemblyPaths.NoReferenceAssemblyDirectoryFound"> <source>MSB3644: The reference assemblies for framework "{0}" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.</source> <target state="translated">MSB3644: "{0}" çerçevesinin başvuru bütünleştirilmiş kodları bulunamadı. Bu sorunu gidermek için, bu çerçeve sürümüne yönelik SDK’yı veya Hedefleme Paketi’ni yükleyin ya da uygulamanızın hedefini SDK’sı veya Hedefleme Paketi yüklenmiş olan bir çerçeve sürümüne değiştirin. Bütünleştirilmiş kodların Genel Bütünleştirilmiş Kod Önbelleği’nden (GAC) çözümleneceğini ve başvuru bütünleştirilmiş kodlarının yerine kullanılacağını unutmayın. Bu nedenle, bütünleştirilmiş kodunuz hedeflediğiniz çerçeve için doğru şekilde hedeflenemeyebilir.</target> <note>{StrBegin="MSB3644: "}</note> </trans-unit> <trans-unit id="GetReferenceAssemblyPaths.NETFX35SP1NotIntstalled"> <source>MSB3645: .NET Framework v3.5 Service Pack 1 was not found. In order to target "{0}", .NET Framework v3.5 Service Pack 1 or later must be installed.</source> <target state="translated">MSB3645: .NET Framework v3.5 Service Pack 1 bulunamadı. "{0}" öğesini hedeflemek için .NET Framework v3.5 Service Pack 1 veya sonraki bir sürümü yüklü olmalıdır.</target> <note>{StrBegin="MSB3645: "}</note> </trans-unit> <trans-unit id="WinMDExp.MustPassReferences"> <source>MSB3762: No references were passed to the task. References to at least mscorlib and Windows.Foundation are required.</source> <target state="translated">MSB3762: Göreve hiçbir başvuru geçirilmedi. En azından mscorlib ve Windows.Foundation başvuruları gereklidir.</target> <note>{StrBegin="MSB3762: "}</note> </trans-unit> <trans-unit id="Xaml.TaskCreationFailed"> <source>MSB3686: Unable to create Xaml task. Compilation failed. {0}</source> <target state="translated">MSB3686: Xaml görevi oluşturulamıyor. Derleme başarısız. {0}</target> <note>{StrBegin="MSB3686: "}</note> </trans-unit> <trans-unit id="Xaml.RuleParseFailed"> <source>MSB3687: Unable to parse Xaml rule. {0}</source> <target state="translated">MSB3687: Xaml kuralı ayrıştırılamıyor. {0}</target> <note>{StrBegin="MSB3687: "}</note> </trans-unit> <trans-unit id="Xaml.RuleFileNotFound"> <source>MSB3688: Unable to create Xaml task. File not found: {0}.</source> <target state="translated">MSB3688: Xaml görevi oluşturulamıyor. Dosya bulunamadı: {0}.</target> <note>{StrBegin="MSB3688: "}</note> </trans-unit> <trans-unit id="Xaml.RuleMissingToolName"> <source>MSB3689: Unable to execute Xaml task. If the CommandLineTemplate task parameter is not specified, then the ToolName attribute must be specified in the Rule or the ToolExe task parameter must be set.</source> <target state="translated">MSB3689: Xaml görevi yürütülemiyor. CommandLineTemplate görev parametresi belirtilmemişse, Rule’da ToolName özniteliği belirtilmeli veya ToolExe görev parametresi ayarlanmalıdır.</target> <note>{StrBegin="MSB3689: "}</note> </trans-unit> <trans-unit id="Xaml.RuleNotFound"> <source>MSB3690: Unable to create Xaml task. The Rule "{0}" was not found.</source> <target state="translated">MSB3690: Xaml görevi oluşturulamıyor. Rule "{0}" bulunamadı.</target> <note>{StrBegin="MSB3690: "}</note> </trans-unit> <trans-unit id="Xaml.InvalidRootObject"> <source>MSB3691: Unable to create Xaml task. The root object was not of type ProjectSchemaDefinitions.</source> <target state="translated">MSB3691: Xaml görevi oluşturulamıyor. Kök nesnesi, ProjectSchemaDefinitions türünde değildi.</target> <note>{StrBegin="MSB3691: "}</note> </trans-unit> <trans-unit id="Xaml.MissingTaskBody"> <source>MSB3692: Unable to create Xaml task. The &lt;UsingTask&gt; does not contain a &lt;Task&gt; definition.</source> <target state="translated">MSB3692: Xaml görevi oluşturulamıyor. &lt;UsingTask&gt; bir &lt;Task&gt; tanımı içermiyor.</target> <note>{StrBegin="MSB3692: "}</note> </trans-unit> <trans-unit id="Xaml.ArgumentOutOfRange"> <source>MSB3693: Unable to execute Xaml task. The value "{1}" specified for task parameter "{0}" is not valid.</source> <target state="translated">MSB3693: Xaml görevi yürütülemiyor. "{0}" görev parametresi için belirtilen "{1}" değeri geçersiz.</target> <note>{StrBegin="MSB3693: "}</note> </trans-unit> <trans-unit id="Xaml.MissingSwitchValue"> <source>MSB3694: Unable to create Xaml task. The EnumValue "{1}" on EnumProperty "{0}" is missing the SwitchValue attribute.</source> <target state="translated">MSB3694: Xaml görevi oluşturulamıyor. "{0}" EnumProperty’deki "{1}" EnumValue’nun SwitchValue özniteliği eksik.</target> <note>{StrBegin="MSB3694: "}</note> </trans-unit> <trans-unit id="Xaml.CommandFailed"> <source>MSB3721: The command "{0}" exited with code {1}.</source> <target state="translated">MSB3721: "{0}" komutundan {1} koduyla çıkıldı.</target> <note>{StrBegin="MSB3721: "}</note> </trans-unit> <trans-unit id="Xaml.CommandFailedAccessDenied"> <source>MSB3722: The command "{0}" exited with code {1}. Please verify that you have sufficient rights to run this command.</source> <target state="translated">MSB3722: "{0}" komutundan {1} koduyla çıkıldı. Lütfen bu komutu çalıştırmak için yeterli haklara sahip olduğunuzu doğrulayın.</target> <note>{StrBegin="MSB3722: "}</note> </trans-unit> <trans-unit id="Xaml.MissingRequiredArgument"> <source>MSB3723: The parameter "{0}" requires missing parameter "{1}" to be set.</source> <target state="translated">MSB3723: "{0}" parametresi "{1}" parametresinin ayarlanmış olmasını gerektiriyor.</target> <note>{StrBegin="MSB3723: "}</note> </trans-unit> <trans-unit id="XslTransform.ArgumentError"> <source>MSB3701: Unable to load arguments for the XslTransformation task. {0}</source> <target state="translated">MSB3701: XslTransformation görevi için bağımsız değişkenler yüklenemiyor. {0}</target> <note>{StrBegin="MSB3701: "}</note> </trans-unit> <trans-unit id="XslTransform.XsltArgumentsError"> <source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source> <target state="translated">MSB3702: XslTransformation görevi için XsltParameters bağımsız değişkeni işlenemiyor. {0}</target> <note>{StrBegin="MSB3702: "}</note> </trans-unit> <trans-unit id="XslTransform.TransformError"> <source>MSB3703: Unable to execute transformation. {0}</source> <target state="translated">MSB3703: Dönüştürme yürütülemiyor. {0}</target> <note>{StrBegin="MSB3703: "}</note> </trans-unit> <trans-unit id="XslTransform.XmlInput.TooMany"> <source>Only one of XmlContent or XmlInputPaths arguments can be set.</source> <target state="translated">XmlContent ve XmlInputPaths bağımsız değişkenlerinden yalnızca biri ayarlanabilir.</target> <note /> </trans-unit> <trans-unit id="XslTransform.XmlInput.TooFew"> <source>One of XmlContent or XmlInputPaths arguments must be set.</source> <target state="translated">XmlContent ve XmlInputPaths bağımsız değişkenlerinden yalnızca biri ayarlanmalıdır.</target> <note /> </trans-unit> <trans-unit id="XslTransform.XsltInput.TooMany"> <source>Only one of XslContent, XslInputPath or XslCompiledDllPath arguments can be set.</source> <target state="translated">XslContent, XslInputPath ve XslCompiledDllPath bağımsız değişkenlerinden yalnızca biri ayarlanabilir.</target> <note /> </trans-unit> <trans-unit id="XslTransform.XsltInput.TooFew"> <source>One of XslContent, XslInputPath and XslCompiledDllPath arguments must be set.</source> <target state="translated">XslContent, XslInputPath ve XslCompiledDllPath bağımsız değişkenlerinden biri ayarlanmalıdır.</target> <note /> </trans-unit> <trans-unit id="XslTransform.XsltLoadError"> <source>MSB3704: Unable to load the specified Xslt. {0}</source> <target state="translated">MSB3704: Belirtilen Xslt yüklenemiyor. {0}</target> <note>{StrBegin="MSB3704: "}</note> </trans-unit> <trans-unit id="XslTransform.MustSpecifyType"> <source>When specifying assembly "{0}", you must specify the type as well.</source> <target state="translated">"{0}" derlemesini belirtirken türünü de belirtmelisiniz.</target> <note /> </trans-unit> <trans-unit id="XslTransform.XsltParameterNoAttribute"> <source>The specified Xslt Parameter doesn't have attribute "{0}".</source> <target state="translated">Belirtilen Xslt Parametresi'nin "{0}" özniteliği yok.</target> <note /> </trans-unit> <trans-unit id="XslTransform.XsltParameterNotWellFormed"> <source>The specified Xslt Parameter attribute is not a well-formed XML fragment.</source> <target state="translated">Belirtilen Xslt Parametresi özniteliği doğru biçimli bir XML parçası değil.</target> <note /> </trans-unit> <trans-unit id="XslTransform.UseTrustedSettings"> <source>The usage of the document() method and embedded scripts is prohibited by default, due to risks of foreign code execution. If "{0}" is a trusted source that requires those constructs, please set the "UseTrustedSettings" parameter to "true" to allow their execution.</source> <target state="translated">document() metodunun ve ekli betiklerin kullanımı, yabancı kod yürütme riskleri nedeniyle varsayılan olarak engellenmiştir. "{0}" bu yapılara gerek duyan güvenilen bir kaynaksa, bunların yürütülmesine izin vermek için lütfen "UseTrustedSettings" parametresini "true" olarak ayarlayın.</target> <note /> </trans-unit> <trans-unit id="XmlPoke.NamespacesError"> <source>MSB3731: Unable to process the Namespaces argument for the XmlPoke task. {0}</source> <target state="translated">MSB3731: XmlPoke görevi için Namespaces bağımsız değişkeni işlenemiyor. {0}</target> <note>{StrBegin="MSB3731: "}</note> </trans-unit> <trans-unit id="XmlPoke.NamespacesParameterNoAttribute"> <source>The specified Namespaces attribute doesn't have attribute "{0}".</source> <target state="translated">Belirtilen Namespaces özniteliğinin "{0}" özniteliği yok.</target> <note /> </trans-unit> <trans-unit id="XmlPoke.NamespacesParameterNotWellFormed"> <source>The specified Namespaces attribute is not a well-formed XML fragment.</source> <target state="translated">Belirtilen Namespaces özniteliği doğru biçimli bir XML parçası değil.</target> <note /> </trans-unit> <trans-unit id="XmlPoke.Replaced"> <source>Replaced "{0}" with "{1}".</source> <target state="translated">"{0}", "{1}" ile değiştirildi.</target> <note /> </trans-unit> <trans-unit id="XmlPoke.Count"> <source>Made {0} replacement(s).</source> <target state="translated">{0} değişiklik yapıldı.</target> <note /> </trans-unit> <trans-unit id="XmlPoke.XPathContextError"> <source>MSB3732: Unable to set XPath expression's Context. {0}</source> <target state="translated">MSB3732: XPath ifadesinin İçeriği ayarlanamıyor. {0}</target> <note>{StrBegin="MSB3732: "}</note> </trans-unit> <trans-unit id="XmlPeekPoke.InputFileError"> <source>MSB3733: Input file "{0}" cannot be opened. {1}</source> <target state="translated">MSB3733: "{0}" giriş dosyası açılamıyor. {1}</target> <note>{StrBegin="MSB3733: "}</note> </trans-unit> <trans-unit id="XmlPeekPoke.XPathError"> <source>MSB3734: XPath Query "{0}" cannot be loaded. {1}</source> <target state="translated">MSB3734: "{0}" XPath Sorgusu yüklenemiyor. {1}</target> <note>{StrBegin="MSB3734: "}</note> </trans-unit> <trans-unit id="XmlPoke.PokeError"> <source>MSB3735: Error while executing poke operation with the Value parameter "{0}". {1}</source> <target state="translated">MSB3735: "{0}" Value parametresine sahip yerleştirme işlemi yürütülürken hata oluştu. {1}</target> <note>{StrBegin="MSB3735: "}</note> </trans-unit> <trans-unit id="XmlPeek.ArgumentError"> <source>MSB3741: Unable to load arguments for the XmlPeek task. {0}</source> <target state="translated">MSB3741: XmlPeek görevi için bağımsız değişkenler yüklenemiyor. {0}</target> <note>{StrBegin="MSB3741: "}</note> </trans-unit> <trans-unit id="XmlPeek.NamespacesError"> <source>MSB3742: Unable to process the Namespaces argument for the XmlPeek task. {0}</source> <target state="translated">MSB3742: XmlPeek görevi için Namespaces bağımsız değişkeni işlenemiyor. {0}</target> <note>{StrBegin="MSB3742: "}</note> </trans-unit> <trans-unit id="XmlPeek.XPathContextError"> <source>MSB3743: Unable to set XPath expression's Context. {0}</source> <target state="translated">MSB3743: XPath ifadesinin İçeriği ayarlanamıyor. {0}</target> <note>{StrBegin="MSB3743: "}</note> </trans-unit> <trans-unit id="XmlPeek.XmlInput.TooMany"> <source>Only one of XmlContent or XmlInputPath arguments can be set.</source> <target state="translated">XmlContent ve XmlInputPath bağımsız değişkenlerinden yalnızca biri ayarlanabilir.</target> <note /> </trans-unit> <trans-unit id="XmlPeek.XmlInput.TooFew"> <source>One of XmlContent or XmlInputPath arguments must be set.</source> <target state="translated">XmlContent ve XmlInputPath bağımsız değişkenlerinden yalnızca biri ayarlanmalıdır.</target> <note /> </trans-unit> <trans-unit id="XmlPeek.NamespacesParameterNoAttribute"> <source>The specified Namespaces attribute does not have attribute "{0}".</source> <target state="translated">Belirtilen Namespaces özniteliğinin "{0}" özniteliği yok.</target> <note /> </trans-unit> <trans-unit id="XmlPeek.NamespacesParameterNotWellFormed"> <source>The specified Namespaces attribute is not a well-formed XML fragment.</source> <target state="translated">Belirtilen Namespaces özniteliği doğru biçimli bir XML parçası değil.</target> <note /> </trans-unit> <trans-unit id="XmlPeek.Found"> <source>Found "{0}".</source> <target state="translated">"{0}" bulundu.</target> <note /> </trans-unit> <trans-unit id="XmlPeek.NotFound"> <source>The specified XPath query did not capture any nodes.</source> <target state="translated">Belirtilen XPath sorgusu hiçbir bir düğüm yakalamadı.</target> <note /> </trans-unit> <trans-unit id="WriteCodeFragment.MustSpecifyLocation"> <source>MSB3711: At least one of OutputFile or OutputDirectory must be provided.</source> <target state="translated">MSB3711: OutputFile veya OutputDirectory'den en az biri sağlanmalıdır.</target> <note>{StrBegin="MSB3711: "}</note> </trans-unit> <trans-unit id="WriteCodeFragment.CouldNotCreateProvider"> <source>MSB3712: Code for the language "{0}" could not be generated. {1}</source> <target state="translated">MSB3712: "{0}" dili için kod üretilemedi. {1}</target> <note>{StrBegin="MSB3712: "}</note> </trans-unit> <trans-unit id="WriteCodeFragment.CouldNotWriteOutput"> <source>MSB3713: The file "{0}" could not be created. {1}</source> <target state="translated">MSB3713: "{0}" dosyası oluşturulamadı. {1}</target> <note>{StrBegin="MSB3713: "}</note> </trans-unit> <trans-unit id="WriteCodeFragment.SkippedNumberedParameter"> <source>MSB3714: The parameter "{0}" was supplied, but not all previously numbered parameters.</source> <target state="translated">MSB3714: "{0}" parametresi sağlandı, ancak önceki numaraları parametrelerin tümü sağlanmadı.</target> <note>{StrBegin="MSB3714: "}</note> </trans-unit> <trans-unit id="WriteCodeFragment.NoWorkToDo"> <source>No output file was written because no code was specified to create.</source> <target state="translated">Oluşturulacak kod belirtilmediğinden herhangi bir çıkış dosyası yazılmadı.</target> <note /> </trans-unit> <trans-unit id="WriteCodeFragment.GeneratedFile"> <source>Emitted specified code into "{0}".</source> <target state="translated">Belirtilen kod "{0}" içine verildi.</target> <note /> </trans-unit> <trans-unit id="WriteCodeFragment.Comment"> <source>Generated by the MSBuild WriteCodeFragment class.</source> <target state="translated">MSBuild WriteCodeFragment sınıfı tarafından oluşturuldu.</target> <note /> </trans-unit> <trans-unit id="CodeTaskFactory.CodeElementIsMissing"> <source>MSB3751: The &lt;Code&gt; element is missing for the "{0}" task. This element is required.</source> <target state="translated">MSB3751: "{0}" görevi için &lt;Code&gt; öğesi eksik. Bu öğe gereklidir.</target> <note>{StrBegin="MSB3751: "} &lt;Code&gt; should not be localized it is the name of an xml element</note> </trans-unit> <trans-unit id="CodeTaskFactory.AttributeEmpty"> <source>MSB3752: The "{0}" attribute has been set but is empty. If the "{0}" attribute is set it must not be empty.</source> <target state="translated">MSB3752: "{0}" özniteliği ayarlanmış, ancak değeri boş. "{0}" özniteliği ayarlanmışsa değeri boş olmamalıdır.</target> <note>{StrBegin="MSB3752: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.NeedsITaskInterface"> <source>MSB3753: The task could not be instantiated because it does not implement the ITask interface. Make sure the task implements the Microsoft.Build.Framework.ITask interface.</source> <target state="translated">MSB3753: Görev ITask arabirimini uygulamadığından görevin örneği oluşturulamadı. Görevin Microsoft.Build.Framework.ITask arabirimini uyguladığından emin olun.</target> <note>{StrBegin="MSB3753: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.ReferenceAssemblyIsInvalid"> <source>MSB3754: The reference assembly "{0}" is invalid. "{1}"</source> <target state="translated">MSB3754: "{0}" başvuru derlemesi geçersiz. "{1}"</target> <note>{StrBegin="MSB3754: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.CouldNotFindReferenceAssembly"> <source>MSB3755: Could not find reference "{0}". If this reference is required by your code, you may get compilation errors.</source> <target state="translated">MSB3755: "{0}" başvurusu bulunamadı. Kodunuz için bu başvuru gerekliyse, derleme hatalarıyla karşılaşabilirsiniz.</target> <note>{StrBegin="MSB3755: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.InvalidElementLocation"> <source>MSB3756: The element &lt;{0}&gt; is not a valid child of the &lt;{1}&gt; element. Valid child elements are &lt;Code&gt;, &lt;Reference&gt;, and &lt;Using&gt;.</source> <target state="translated">MSB3756: &lt;{0}&gt; öğesi, &lt;{1}&gt; öğesinin geçerli bir alt öğesi değil. Geçerli alt öğeler şunlardır: &lt;Code&gt;, &lt;Reference&gt; ve &lt;Using&gt;.</target> <note>{StrBegin="MSB3756: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.MultipleCodeNodes"> <source>MSB3757: Only one &lt;Code&gt; element can be specified.</source> <target state="translated">MSB3757: Yalnızca bir &lt;Code&gt; öğesi belirtilebilir.</target> <note>{StrBegin="MSB3757: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.CompilerError"> <source>MSB3758: An error has occurred during compilation. {0}</source> <target state="translated">MSB3758: Derleme sırasında hata oluştu. {0}</target> <note>{StrBegin="MSB3758: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.CouldNotFindTaskInAssembly"> <source>The task name "{0}" could not be found.</source> <target state="translated">"{0}" görev adı bulunamadı.</target> <note /> </trans-unit> <trans-unit id="CodeTaskFactory.FindSourceFileAt"> <source>The source file for this compilation can be found at: "{0}"</source> <target state="translated">Bu derlemenin kaynak dosyası şu konumda bulunamadı: "{0}"</target> <note /> </trans-unit> <trans-unit id="CodeTaskFactory.HaveReflectionOnlyAssembly"> <source>The reference assembly "{0}" is a metadata only assembly.</source> <target state="translated">"{0}" başvuru derlemesi bir salt meta veri derlemesidir.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.SearchingForSDK"> <source>Searching for SDK "{0}": </source> <target state="translated">SDK "{0}" aranıyor: </target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.FoundSDK"> <source>Found at search location "{0}".</source> <target state="translated">"{0}" arama konumunda bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.ErrorReadingManifest"> <source>There was a problem reading the SDK manifest file "{0}". {1}</source> <target state="translated">SDK bildirim dosyası "{0}" okunurken bir sorun oluştu. {1}</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.ReadingSDKManifestFile"> <source>Reading SDK manifest file "{0}".</source> <target state="translated">SDK bildirim dosyası "{0}" okunuyor.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.TargetedConfigAndArchitecture"> <source>Targeted configuration and architecture "{0}|{1}"</source> <target state="translated">Hedeflenen yapılandırma ve mimari "{0}|{1}"</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.PlatformSDK"> <source>Has a platform identity of "{0}".</source> <target state="translated">"{0}" platform kimliği var.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.CouldNotFindFrameworkIdentity"> <source>Could not find "FrameworkIdentity" attribute "{0}" in the SDK manifest. </source> <target state="translated">"{0}" "FrameworkIdentity" özniteliği SDK bildiriminde bulunamadı. </target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.NoFrameworkIdentitiesFound"> <source>No FrameworkIdentity attributes were found in the SDK manifest, treating this SDK as a non-framework SDK.</source> <target state="translated">SDK bildiriminde hiçbir FrameworkIdentity özniteliği bulunamadı; bunun çerçeve SDK'si olmayan bir SDK olduğu kabul ediliyor.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.NoAppxLocationsFound"> <source>No "APPX" attributes indicating app package locations were found in the SDK manifest. If an app package is required at runtime the project may not run.</source> <target state="translated">SDK bildiriminde uygulama paketi konumlarını gösteren hiçbir "APPX" özniteliği bulunamadı. Çalışma zamanında bir uygulama paketi gerekirse proje çalışmayabilir.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.FoundFrameworkIdentity"> <source>Found "FrameworkIdentity" attribute "{0}" in the SDK manifest.</source> <target state="translated">SDK bildiriminde "{0}" "FrameworkIdentity" özniteliği bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.FoundAppxLocation"> <source>Found "APPX" location attribute "{0}" in the SDK manifest.</source> <target state="translated">SDK bildiriminde "{0}" "APPX" konum özniteliği bulundu.</target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.ReplaceAppxLocation"> <source>Updating the "{0}" architecture "APPX" location from "{1}" to "{2}". </source> <target state="translated">"{0}" mimarisi "APPX" konumu "{1}" öğesinden "{2}" öğesine güncelleştiriliyor. </target> <note /> </trans-unit> <trans-unit id="ResolveSDKReference.NoSDKLocationsSpecified"> <source>Cannot resolve "SDKReference" items because no installed SDK locations were passed into the property "InstalledSdks".</source> <target state="translated">"InstalledSdks" özelliğine hiçbir yüklü SDK konumu geçirilmediğinden "SDKReference" öğeleri çözümlenemiyor.</target> <note>"SDKReference" and "InstalledSDKs" are property names on the task and should not be localized</note> </trans-unit> <trans-unit id="ResolveSDKReference.CannotReferenceTwoSDKsSameFamily"> <source>MSB3773: The SDK "{0}" cannot be referenced alongside SDK(s) {1}, as they all belong to the same SDK product Family "{2}". Please consider removing references to other SDKs of the same product family.</source> <target state="translated">MSB3773: Tümü aynı "{2}" SDK ürün Ailesine ait olduğundan "{0}" SDK’sına {1} SDK’larıyla birlikte başvurulamıyor. Lütfen aynı ürün ailesinden diğer SDK’lara yapılan başvuruları kaldırın.</target> <note>{StrBegin="MSB3773: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.CouldNotResolveSDK"> <source>MSB3774: Could not find SDK "{0}".</source> <target state="translated">MSB3774: SDK "{0}" bulunamadı.</target> <note>{StrBegin="MSB3774: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.ErrorResolvingSDK"> <source>MSB3775: There was an error resolving the SDK "{0}". {1}</source> <target state="translated">MSB3775: SDK "{0}" çözümlenirken bir sorun oluştu. {1}</target> <note>{StrBegin="MSB3775: "} "{0}" will be the root location which could not be searched. Ie (c:\program files\sdks\..) </note> </trans-unit> <trans-unit id="ResolveSDKReference.SDKReferenceIncorrectFormat"> <source>MSB3776: The SDK Reference "{0}" is incorrectly formatted. It must be in the following format "&lt;SDKName&gt;, Version=&lt;SDKVersion&gt;. For example: "MySDK, Version=2.0"</source> <target state="translated">MSB3776: "{0}" SDK Başvurusu yanlış biçimlendirilmiş. "&lt;SDKAdı&gt;, Version=&lt;SDKSürümü&gt;” biçiminde olması gerekiyor. Örnek: "BenimSDK, Version=2.0"</target> <note>{StrBegin="MSB3776: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.NoMatchingFrameworkIdentity"> <source>MSB3777: "FrameworkIdentity" attributes were found in the SDK manifest file "{0}", however none of the attributes matched the targeted configuration and architecture "{1} | {2}" and no "FrameworkIdentity" attribute without configuration and architecture could be found. If this project is to be packaged, packaging will fail.</source> <target state="translated">MSB3777: "{0}" SDK bildirim dosyasında "FrameworkIdentity" öznitelikleri bulundu, ancak özniteliklerin hiçbiri hedeflenen yapılandırma ve mimariyle ("{1} | {2}") eşleşmedi ve yapılandırması ve mimarisi olmayan hiçbir "FrameworkIdentity" özniteliği bulunamadı. Bu proje paketlenecekse paketleme işlemi başarısız olacak.</target> <note>{StrBegin="MSB3777: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.NoMatchingAppxLocation"> <source>MSB3778: "APPX" attributes were found in the SDK manifest file "{0}" however none of the attributes matched the targeted configuration and architecture "{1} | {2}" and no "APPX" attribute without configuration and architecture could be found. If an app package is required then the project will fail at runtime.</source> <target state="translated">MSB3778: "{0}" SDK bildirim dosyasında "APPX" öznitelikleri bulundu, ancak özniteliklerin hiçbiri hedeflenen yapılandırma ve mimariyle ("{1} | {2}") eşleşmedi, yapılandırması ve mimarisi olmayan hiçbir "APPX" özniteliği bulunamadı. Bir uygulama paketi gerekliyse proje, çalışma zamanında başarısız olacak.</target> <note>{StrBegin="MSB3778: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.TargetArchitectureNotSupported"> <source>MSB3779: The processor architecture of the project being built "{0}" is not supported by the referenced SDK "{1}". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "{2}".</source> <target state="translated">MSB3779: Derlenen projenin işlemci mimarisi ("{0}") başvurulan "{1}" SDK’si tarafından desteklenmiyor. Lütfen projenizin hedeflenen işlemci mimarisini SDK tarafından desteklenen mimarilerden biriyle değiştirin (bu işlem, Visual Studio’da Configuration Manager ile yapılabilir): "{2}".</target> <note>{StrBegin="MSB3779: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.CannotReferenceTwoSDKsSameName"> <source>MSB3780: The SDK "{0}" cannot be referenced alongside SDK(s) {1}, because only one version of the SDK can be referenced from a project. Please consider removing references to the other SDKs.</source> <target state="translated">MSB3780: Projeden SDK’nın yalnızca bir sürümüne başvurulabileceğinden"{0}" SDK’sına {1} SDK’larıyla birlikte başvurulamıyor. Lütfen diğer SDK’lara yapılan başvuruları kaldırın.</target> <note>{StrBegin="MSB3780: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.SDKMissingDependency"> <source>MSB3781: The SDK "{0}" depends on the following SDK(s) {1}, which have not been added to the project or were not found. Please ensure that you add these dependencies to your project or you may experience runtime issues. You can add dependencies to your project through the Reference Manager.</source> <target state="translated">MSB3781: "{0}" SDK’sı, projeye eklenmiş olmayan veya bulunamayan aşağıdaki {1} SDK’larına bağımlıdır. Lütfen bu bağımlılıkları projenize eklediğinizden emin olun, aksi takdirde çalışma zamanında sorunlarla karşılaşabilirsiniz. Projenize bağımlılık eklemek için Başvuru Yöneticisi’ni kullanabilirsiniz.</target> <note>{StrBegin="MSB3781: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.Prefer32BitNotSupportedWithNeutralProject"> <source>MSB3782: The "{0}" SDK does not support targeting a neutral architecture with "Prefer 32-Bit" enabled for the project. Please go to the project properties (Build tab for C# and Compile tab for VB) and disable the "Prefer 32-bit" option, or change your project to target a non-neutral architecture.</source> <target state="translated">MSB3782: "{0}" SDK’sı proje için etkinleştirilen "32 Bit Tercih Et" ile nötr bir mimarinin hedeflenmesini desteklemiyor. Lütfen proje özelliklerine gidin (C# ve VB için Derleme sekmesi) ve "32 Bit Tercih Et" seçeneğini devre dışı bırakın veya projenizi nötr olmayan bir mimariyi hedefleyecek şekilde değiştirin.</target> <note>{StrBegin="MSB3782: "} Also, please localize "Prefer 32-Bit" in the same way that it is localized in wizard\vbdesigner\designer\proppages\buildproppage.resx</note> </trans-unit> <trans-unit id="ResolveSDKReference.MaxPlatformVersionLessThanTargetPlatformVersion"> <source>MSB3783: Project "{0}" depends upon SDK "{1} v{2}" which was released originally for apps targeting "{3} {4}". To verify whether "{1} v{2}" is compatible with "{5} {6}", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181.</source> <target state="translated">MSB3783: "{0}" projesi, başlangıçta hedefi "{3} {4}" olan uygulamalar için yayımlanmış olan "{1} v{2}" SDK’ya bağımlıdır. "{1} v{2}" SDK’sının "{5} {6}" ile uyumlu olup olmadığını doğrulamak için SDK yazarına başvurun veya http://go.microsoft.com/fwlink/?LinkID=309181 adresine bakın.</target> <note>{StrBegin="MSB3783: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.InvalidDependencyInPlatform"> <source>MSB3841: The SDK "{0}" depends on the SDK "{1}", which is not compatible with "{2} {3}". Please reference a version of SDK "{0}" which supports "{2} {3}".</source> <target state="translated">MSB3841: "{0}" SDK’sı, "{2} {3}" ile uyumlu olmayan "{1}" SDK’sına bağımlıdır. Lütfen "{0}" SDK’sının "{2} {3}" desteği veren bir sürümüne başvurun.</target> <note>{StrBegin="MSB3841: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.MaxPlatformVersionNotSpecified"> <source>MSB3842: Project "{0}" depends upon SDK "{1} v{2}" which supports apps targeting "{3} {4}". To verify whether "{1} v{2}" is compatible with "{5} {6}", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181.</source> <target state="translated">MSB3842: "{0}" projesi, hedefi "{3} {4}" olan uygulamaları destekleyen "{1} v{2}" SDK’sına bağımlıdır. "{1} v{2}" SDK’sının "{5} {6}" ile uyumlu olup olmadığını doğrulamak için SDK yazarına başvurun veya http://go.microsoft.com/fwlink/?LinkID=309181 adresine bakın.</target> <note>{StrBegin="MSB3842: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.TargetPlatformIdentifierDoesNotMatch"> <source>MSB3843: Project "{0}" targets platform "{3}", but references SDK "{1} v{2}" which targets platform "{4}".</source> <target state="translated">MSB3843: Proje "{0}", "{3}" platformunu hedefliyor ancak "{4}" platformunu hedefleyen "{1} v{2}" sürümlü SDK'ya başvuru yapıyor.</target> <note>{StrBegin="MSB3843: "}</note> </trans-unit> <trans-unit id="ResolveSDKReference.PlatformVersionIsLessThanMinVersion"> <source>MSB3844: Project "{0}" targets platform version "{3}", but references SDK "{1} v{2}" which requires platform version "{4}" or higher.</source> <target state="translated">MSB3844: Proje "{0}", "{3}" olan platform sürümünü hedefliyor, ancak platform sürümü "{4}" veya üzerini gerektiren "{1} v{2}" sürümlü SDK'ya başvuru yapıyor.</target> <note>{StrBegin="MSB3844: "}</note> </trans-unit> <trans-unit id="GetInstalledSDKs.ListInstalledSDKs"> <source>Installed SDKs:</source> <target state="translated">Yüklü SDK'ler:</target> <note /> </trans-unit> <trans-unit id="GetInstalledSDKs.SDKNameAndLocation"> <source>SDK "{0}" is installed at "{1}"</source> <target state="translated">SDK "{0}" "{1}" konumunda yüklü</target> <note /> </trans-unit> <trans-unit id="GetInstalledSDKs.FoundSDKs"> <source>Found "{0}" SDKs.</source> <target state="translated">"{0}" SDK'leri bulundu.</target> <note /> </trans-unit> <trans-unit id="GetInstalledSDKs.SearchingForSDKs"> <source>Searching for SDKs targeting "{0}, {1}".</source> <target state="translated">"{0}, {1}" hedefleyen SDK'ler aranıyor.</target> <note>{0} will be the platform identifier, "Windows" and {1} will be a version number</note> </trans-unit> <trans-unit id="GetInstalledSDKs.TargetPlatformInformationMissing"> <source>MSB3784: "TargetPlatformVersion" and "TargetPlatformIdentifier" cannot be empty.</source> <target state="translated">MSB3784: "TargetPlatformVersion" ve "TargetPlatformIdentifier" boş olamaz.</target> <note>{StrBegin="MSB3784: "} TargetPlatformVersion and TargetPlatformIdentifier root are property names and should not be localized</note> </trans-unit> <trans-unit id="GetInstalledSDKs.NoSDksFound"> <source>MSB3785: No SDKs were found for TargetPlatform = {0} v{1}. SDKReference items will not be resolved. If your application requires these references there may be compilation errors.</source> <target state="translated">MSB3785: TargetPlatform = {0} v{1} için SDK bulunamadı. SDKReference öğeleri çözümlenmeyecek. Uygulamanız için bu başvurular gerekliyse derleme hataları olabilir.</target> <note>{StrBegin="MSB3785: "} "SDKReference" refers to SDKReference items in the project file and should not be localized.</note> </trans-unit> <trans-unit id="GetInstalledSDKs.CouldNotGetSDKList"> <source>MSB3786: There was a problem retrieving the installed SDKs on the machine. {0}</source> <target state="translated">MSB3786: Makinede yüklü olan SDK'ler alınırken bir sorun oluştu. {0}</target> <note>{StrBegin="MSB3786: "}</note> </trans-unit> <trans-unit id="GetSDKReferenceFiles.GetSDKReferences"> <source>Enumerating SDK Reference "{0}" from "{1}".</source> <target state="translated">"{1}" içindeki SDK Başvurusu "{0}" numaralandırılıyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ExpandReferencesFrom"> <source>Looking for references under "{0}".</source> <target state="translated">"{0}" altında güncelleştirmeler aranıyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ExpandRedistFrom"> <source>Looking for redist files under "{0}".</source> <target state="translated">"{0}" altında yeniden dağıtım dosyaları aranıyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.NotExpanding"> <source>Not enumerating SDK Reference "{0}" because the "ExpandReferences" metadata is not true on the reference.</source> <target state="translated">"{0}" SDK Başvurusundaki "ExpandReferences" meta verisi true olmadığından başvuru numaralandırılmıyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.AddingReference"> <source>Adding reference "{0}".</source> <target state="translated">"{0}" başvurusu ekleniyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.AddingRedistFile"> <source>Adding file "{0}" from redist folder with target path "{1}".</source> <target state="translated">"{1}" hedef yolu ile yeniden dağıtım klasöründen "{0}" dosyası ekleniyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ConflictRedistSameSDK"> <source>There was a conflict between two redist files going to the same target path "{0}" within the "{1}" SDK. Choosing "{2}" over "{3}" because it was resolved first.</source> <target state="translated">"{1}" SDK’sı içindeki aynı "{0}" hedef yoluna giden iki yeniden dağıtım dosyası arasında bir çakışma vardı. Daha önce çözümlendiğinden "{3}" yerine "{2}" seçiliyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ConflictRedistDifferentSDK"> <source>There was a conflict between two files from the redist folder files going to the same target path "{0}" between the "{1}" and "{2}" SDKs. Choosing "{3}" over "{4}" because it was resolved first.</source> <target state="translated">"{1}" ve "{2}" SDK’ları arasındaki aynı "{0}" hedef yoluna giden yeniden dağıtım klasörü dosyalarındaki iki dosya arasında bir çakışma vardı. Daha önce çözümlendiğinden "{4}" yerine "{3}" seçiliyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ConflictReferenceSameSDK"> <source>There was a conflict between two references with the same file name resolved within the "{0}" SDK. Choosing "{1}" over "{2}" because it was resolved first.</source> <target state="translated">"{0}" SDK’sı içinde çözümlenen aynı dosya adına sahip iki başvuru arasında bir çakışma vardı. Daha önce çözümlendiğinden "{2}" yerine "{1}" seçiliyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ConflictReferenceDifferentSDK"> <source>There was a conflict between two references with the same file name between the "{0}" and "{1}" SDKs. Choosing "{2}" over "{3}" because it was resolved first.</source> <target state="translated">"{0}" ve "{1}" SDK’ları arasındaki aynı dosya adına sahip iki başvuru arasında bir çakışma vardı. Daha önce çözümlendiğinden "{3}" yerine "{2}" seçiliyor.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ProblemReadingCacheFile"> <source>There was a problem reading the cache file "{0}". "{1}"</source> <target state="translated">"{0}" önbellek dosyası okunurken bir sorun oluştu. "{1}"</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ProblemDeletingCacheFile"> <source>There was a problem deleting the cache file "{0}". "{1}"</source> <target state="translated">"{0}" önbellek dosyası silinirken bir sorun oluştu. "{1}"</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ProblemGeneratingHash"> <source>There was a problem getting the time stamp of the current assembly "{0}". "{1}"</source> <target state="translated">Geçerli "{0}" derlemesinin zaman damgası alınırken bir sorun oluştu. "{1}"</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ProblemGettingAssemblyMetadata"> <source>There was a problem getting the assembly metadata for "{0}". "{1}"</source> <target state="translated">"{0}" için derleme meta verisi alınırken bir sorun oluştu. "{1}"</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ProblemWritingCacheFile"> <source>There was a problem writing the cache file "{0}". "{1}"</source> <target state="translated">"{0}" önbellek dosyası yazılırken bir sorun oluştu. "{1}"</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.NoOriginalItemSpec"> <source>The "OriginalItemSpec" metadata for the resolved SDK with path "{0}" was empty. The "OriginalItemSpec" metadata must be set."</source> <target state="translated">"{0}" yoluna sahip çözümlenen SDK için "OriginalItemSpec" meta verisi boştu. "OriginalItemSpec" meta verisi ayarlanmalıdır.</target> <note /> </trans-unit> <trans-unit id="GetSDKReferenceFiles.CouldNotGetSDKReferenceFiles"> <source>MSB3795: There was a problem in the GetSDKReferenceFiles task. {0}</source> <target state="translated">MSB3795: GetSDKReferenceFiles görevinde bir sorun vardı. {0}</target> <note>{StrBegin="MSB3795: "}</note> </trans-unit> <trans-unit id="GetSDKReferenceFiles.ConflictBetweenFiles"> <source>MSB3796: There was a conflict between two files. {0}</source> <target state="translated">MSB3796: İki dosya arasında çakışma vardı. {0}</target> <note>{StrBegin="MSB3796: "}</note> </trans-unit> <trans-unit id="GetSDKReferenceFiles.CannotHaveEmptyTargetConfiguration"> <source>MSB3797: The targeted configuration for the resolved sdk reference "{0}" was empty. Cannot find reference or redist files without a targeted configuration.</source> <target state="translated">MSB3797: Çözümlenen "{0}" SDK başvurusunun hedeflenen yapılandırması boştu. Hedeflenen bir yapılandırma olmadan başvuru veya yeniden dağıtım dosyaları bulunamaz.</target> <note>{StrBegin="MSB3797: "}</note> </trans-unit> <trans-unit id="GetSDKReferenceFiles.CannotHaveEmptyTargetArchitecture"> <source>MSB3798: The targeted architecture for the resolved sdk reference "{0}" was empty. Cannot find reference or redist files without a targeted architecture.</source> <target state="translated">MSB3798: Çözümlenen "{0}" SDK başvurusunun hedeflenen mimarisi boştu. Hedeflenen bir mimari olmadan başvuru veya yeniden dağıtım dosyaları bulunamaz.</target> <note>{StrBegin="MSB3798: "}</note> </trans-unit> <trans-unit id="FindInvalidProjectReferences.WarnWhenVersionIsIncompatible"> <source>MSB3851: This project targets "{0}, Version={1}", but it is attempting to reference "{2}" targeting "{3}", which is invalid.</source> <target state="translated">MSB3851: Bu proje "{0}, Sürüm={1}" öğesini hedefliyor, ancak hedefi geçersiz "{3}" olan "{2}" öğesine başvurmaya çalışıyor.</target> <note>{StrBegin="MSB3851: "}</note> </trans-unit> <trans-unit id="ErrorFromResources.LogErrorFailure"> <source>MSB3861: Failed to log an error using resource string "{0}". {1}</source> <target state="translated">MSB3861: "{0}" kaynak dizesi kullanılarak, bir hata günlüğe kaydedilemedi. {1}</target> <note>{StrBegin="MSB3861: "}</note> </trans-unit> <trans-unit id="CodeSharing.CannotBuildSharedProject"> <source>MSB3871: Shared projects cannot be built on their own. Please either build a project that references this project, or build the entire solution.</source> <target state="translated">MSB3871: Paylaşılan projeler kendi başlarına derlenemez. Lütfen bu projeye başvuran bir proje derleyin veya tüm çözümü derleyin.</target> <note>{StrBegin="MSB3871: "}</note> </trans-unit> <trans-unit id="Copy.SymbolicLinkComment"> <source>Creating symbolic link to copy "{0}" to "{1}".</source> <target state="translated">"{0}" dosyasını "{1}" yoluna kopyalamak için sembolik bağlantı oluşturuluyor.</target> <note>LOCALIZATION: {0} and {1} are paths.</note> </trans-unit> <trans-unit id="ResolveAssemblyReference.AssemblyFoldersConfigFileMalformed"> <source>The AssemblyFolder config file ('{0}') specified in Microsoft.Common.CurrentVersion.targets was invalid. The error was: {1}</source> <target state="translated">Microsoft.Common.CurrentVersion.targets içinde belirtilen AssemblyFolder yapılandırma dosyası ('{0}') geçersiz. Hata: {1}</target> <note /> </trans-unit> <trans-unit id="Copy.ExactlyOneTypeOfLink"> <source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source> <target state="translated">MSB3891: Proje dosyasında hem "{0}" hem de "{1}" belirtilmiş. Lütfen yalnızca birini seçin.</target> <note /> </trans-unit> <trans-unit id="WriteLinesToFile.ErrorReadingFile"> <source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source> <target state="translated">MSB3492: İçeriğinin güncel olup olmadığını belirlemek üzere "{0}" adlı mevcut dosya okunamadı. Dosyanın üzerine yazılıyor.</target> <note>{StrBegin="MSB3491: "}</note> </trans-unit> <trans-unit id="WriteLinesToFile.SkippingUnchangedFile"> <source>MSB3493: Skipping write to file "{0}" because content would not change.</source> <target state="translated">MSB3493: İçerik değiştirilemediği için "{0}" dosyası üzerine yazma işlemi atlanacak.</target> <note>{StrBegin="MSB3493: "}</note> </trans-unit> <trans-unit id="Telemetry.IllegalEventDataString"> <source>The property "{0}" in the telemetry event data property list "{1}" is malformed. Please only pass in a semicolon-delimited list of constant string values separated by "=", e.g., "Property1=Value1;Property2=Value2".</source> <target state="translated">Telemetri olayı veri özellik listesi "{1}" içindeki "{0}" özelliği hatalı. Yalnızca, "=" ile ayrılmış sabit dize değerlerinden oluşan noktalı virgülle ayrılmış bir liste geçirin. Örn. "Özellik1=Değer1;Özellik2=Değer2".</target> <note /> </trans-unit> <trans-unit id="ErrorAndWarning.EmptyMessage"> <source>(No message specified)</source> <target state="translated">(İleti belirtilmedi)</target> <note /> </trans-unit> <trans-unit id="TaskFactoryNotSupportedFailure"> <source>MSB4801: The task factory "{0}" is not supported on the .NET Core version of MSBuild.</source> <target state="translated">MSB4801: "{0}" görev fabrikası, MSBuild .NET Core sürümünde desteklenmiyor.</target> <note>{StrBegin="MSB4801: "}</note> </trans-unit> <trans-unit id="Copy.FileLocked"> <source>The file is locked by: "{0}"</source> <target state="translated">Dosya şunun tarafından kilitlendi: "{0}"</target> <note /> </trans-unit> <trans-unit id="CodeTaskFactory.InvalidCodeType"> <source>MSB3759: The specified code type "{0}" is invalid. The supported code types are "{1}".</source> <target state="translated">MSB3759: Belirtilen "{0}" kod türü geçersiz. Desteklenen kod türleri şunlardır: "{1}".</target> <note>{StrBegin="MSB3759: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.InvalidCodeLanguage"> <source>MSB3759: The specified code language "{0}" is invalid. The supported code languages are "{1}".</source> <target state="translated">MSB3759: Belirtilen "{0}" kod dili geçersiz. Desteklenen kod dilleri şunlardır: "{1}".</target> <note>{StrBegin="MSB3759: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.NoSourceCode"> <source>MSB3760: You must specify source code within the Code element or a path to a file containing source code.</source> <target state="translated">MSB3760: Code öğesinin içinde kaynak kodu veya bunu içeren bir dosyanın yolunu belirtmelisiniz.</target> <note>{StrBegin="MSB3760: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.CompilingAssembly"> <source>Compiling task source code</source> <target state="translated">Görev kaynak kodu derleniyor</target> <note /> </trans-unit> <trans-unit id="CodeTaskFactory.InvalidTaskXml"> <source>MSB3761: The specified task XML is invalid. {0}</source> <target state="translated">MSB3761: Belirtilen görev XML’si geçersiz. {0}</target> <note>{StrBegin="MSB3761: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.InvalidCodeElementAttribute"> <source>MSB3756: The attribute "{0}" is not valid for the &lt;Code&gt; element. Valid attributes are "Language", "Source", and "Type".</source> <target state="translated">MSB3756: &lt;Code&gt; öğesi için "{0}" özniteliği geçersiz. Geçerli öznitelikler şunlardır: "Language", "Source" ve "Type".</target> <note>{StrBegin="MSB3756: "}</note> </trans-unit> <trans-unit id="CodeTaskFactory.AttributeEmptyWithElement"> <source>MSB3752: The "{0}" attribute of the &lt;{1}&gt; element has been set but is empty. If the "{0}" attribute is set it must not be empty.</source> <target state="translated">MSB3752: &lt;{1}&gt; öğesinin "{0}" özniteliği ayarlanmış, ancak değeri boş. "{0}" özniteliği ayarlanmışsa değeri boş olmamalıdır.</target> <note>{StrBegin="MSB3752: "}</note> </trans-unit> <trans-unit id="ZipDirectory.Comment"> <source>Zipping directory "{0}" to "{1}".</source> <target state="translated">"{0}" dizini "{1}" hedefine sıkıştırılıyor.</target> <note /> </trans-unit> <trans-unit id="ZipDirectory.ErrorDirectoryDoesNotExist"> <source>MSB3941: Failed to zip directory "{0}" because it does not exist or is inaccessible.</source> <target state="translated">MSB3941: "{0}" dizini mevcut olmadığından veya erişilebilir olmadığından sıkıştırılamadı.</target> <note>{StrBegin="MSB3941: "}</note> </trans-unit> <trans-unit id="ZipDirectory.ErrorFailed"> <source>MSB3943: Failed to zip directory "{0}" to file "{1}". {2}</source> <target state="translated">MSB3943: "{0}" dizini "{1}" dosyasına sıkıştırılamadı. {2}</target> <note>{StrBegin="MSB3943: "}</note> </trans-unit> <trans-unit id="ZipDirectory.ErrorFileExists"> <source>MSB3942: Failed to create zip file "{0}" because it already exists. Please delete or rename the file and try again.</source> <target state="translated">MSB3942: "{0}" zip dosyası zaten mevcut olduğundan sıkıştırılamadı. Lütfen dosyayı silin veya yeniden adlandırın ve tekrar deneyin.</target> <note>{StrBegin="MSB3942: "}</note> </trans-unit> </body> </file> </xliff>
77.230381
721
0.693575
3e8a0ad02a9148a35a320791385a65f69b3ed601
44,417
storyboard
XML
platform/ios/app/Main.storyboard
tz576/Mapbox
681e0141de63d0d5a545e87c40216163b2d63fc6
[ "BSL-1.0", "Apache-2.0" ]
6
2019-06-17T05:41:03.000Z
2022-01-20T13:16:14.000Z
platform/ios/app/Main.storyboard
tz576/Mapbox
681e0141de63d0d5a545e87c40216163b2d63fc6
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
platform/ios/app/Main.storyboard
tz576/Mapbox
681e0141de63d0d5a545e87c40216163b2d63fc6
[ "BSL-1.0", "Apache-2.0" ]
4
2019-08-30T07:40:17.000Z
2022-01-13T09:36:55.000Z
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="PSe-Ot-7Ff"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/> <capability name="Constraints to layout margins" minToolsVersion="6.0"/> <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/> <capability name="Navigation items with more than one left or right bar item" minToolsVersion="7.0"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> <!--Map View Controller--> <scene sceneID="p0T-1N-kQ6"> <objects> <viewController id="WaX-pd-UZQ" userLabel="Map View Controller" customClass="MBXViewController" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="Z9X-fc-PUC"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kNe-zV-9ha" customClass="MGLMapView"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <subviews> <button hidden="YES" opaque="NO" userInteractionEnabled="NO" alpha="0.69999999999999996" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="tailTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="58y-pX-YyB"> <rect key="frame" x="8" y="102" width="40" height="20"/> <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <accessibility key="accessibilityConfiguration"> <accessibilityTraits key="traits" button="YES" notEnabled="YES"/> </accessibility> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="40" id="viz-kn-dfK"/> <constraint firstAttribute="height" constant="20" id="zSU-Mb-f1v"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="10"/> <inset key="contentEdgeInsets" minX="4" minY="2" maxX="4" maxY="2"/> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius"> <integer key="value" value="2"/> </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> </button> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <gestureRecognizers/> <constraints> <constraint firstItem="58y-pX-YyB" firstAttribute="top" secondItem="kNe-zV-9ha" secondAttribute="topMargin" constant="30" id="89S-qk-mPR"/> <constraint firstItem="58y-pX-YyB" firstAttribute="leading" secondItem="kNe-zV-9ha" secondAttribute="leadingMargin" id="cXU-Qh-ilW"/> <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="58y-pX-YyB" secondAttribute="trailing" id="txU-Gp-2du"/> </constraints> <connections> <outlet property="delegate" destination="WaX-pd-UZQ" id="za0-3B-qR6"/> <outletCollection property="gestureRecognizers" destination="lfd-mn-7en" appends="YES" id="0PH-gH-GRm"/> </connections> </view> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstItem="kNe-zV-9ha" firstAttribute="leading" secondItem="Z9X-fc-PUC" secondAttribute="leading" id="53e-Tz-QxF"/> <constraint firstItem="kNe-zV-9ha" firstAttribute="bottom" secondItem="Z9X-fc-PUC" secondAttribute="bottom" id="Etp-BC-E1N"/> <constraint firstAttribute="trailing" secondItem="kNe-zV-9ha" secondAttribute="trailing" id="MGr-8G-VEb"/> <constraint firstItem="kNe-zV-9ha" firstAttribute="top" secondItem="Z9X-fc-PUC" secondAttribute="top" id="qMm-e9-jxH"/> </constraints> <viewLayoutGuide key="safeArea" id="ujE-Rp-qaA"/> </view> <navigationItem key="navigationItem" id="p8W-eP-el5"> <nil key="title"/> <barButtonItem key="leftBarButtonItem" image="settings.png" id="Jw8-JP-CaZ" userLabel="Map Settings"> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="string" keyPath="accessibilityLabel" value="Map settings"/> </userDefinedRuntimeAttributes> <connections> <action selector="showSettings:" destination="WaX-pd-UZQ" id="X2C-Ee-Qvt"/> </connections> </barButtonItem> <button key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="KsN-ny-Hou"> <rect key="frame" x="65" y="5.5" width="203" height="33"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/> <state key="normal" title="Streets"/> <connections> <action selector="cycleStyles:" destination="WaX-pd-UZQ" eventType="touchUpInside" id="PnY-mb-J6m"/> </connections> </button> <rightBarButtonItems> <barButtonItem image="TrackingLocationOffMask.png" id="CQ1-GP-M6x" userLabel="User Tracking Mode"> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="string" keyPath="accessibilityLabel" value="User tracking mode"/> </userDefinedRuntimeAttributes> <connections> <action selector="locateUser:" destination="WaX-pd-UZQ" id="XgF-DB-z3f"/> </connections> </barButtonItem> <barButtonItem systemItem="organize" id="5IK-vz-jKQ" userLabel="Offline Packs"> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="string" keyPath="accessibilityLabel" value="Offline packs"/> </userDefinedRuntimeAttributes> <connections> <segue destination="7q0-lI-zqb" kind="show" identifier="ShowOfflinePacks" id="xjx-0t-0LD"/> </connections> </barButtonItem> </rightBarButtonItems> </navigationItem> <connections> <outlet property="hudLabel" destination="58y-pX-YyB" id="aGG-7a-bZR"/> <outlet property="mapView" destination="kNe-zV-9ha" id="VNR-WO-1q4"/> <segue destination="zvf-Qd-4Ru" kind="show" identifier="ShowSnapshots" id="hzX-Jp-UJq"/> <segue destination="dgL-Bu-te0" kind="show" identifier="ShowCustomLocationManger" id="kDM-0K-hSf"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="AAd-8J-9UU" userLabel="First Responder" sceneMemberID="firstResponder"/> <pongPressGestureRecognizer allowableMovement="10" minimumPressDuration="1" id="lfd-mn-7en"> <connections> <action selector="handleLongPress:" destination="WaX-pd-UZQ" id="dkk-bc-rvl"/> </connections> </pongPressGestureRecognizer> </objects> <point key="canvasLocation" x="1365.5999999999999" y="349.13793103448279"/> </scene> <!--Offline Packs--> <scene sceneID="xIg-PA-7r3"> <objects> <tableViewController id="7q0-lI-zqb" customClass="MBXOfflinePacksTableViewController" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="eeN-6b-zqe"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <prototypes> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Inactive" editingAccessoryType="detailDisclosureButton" textLabel="JtH-Ce-MI5" detailTextLabel="tTJ-jv-U9v" style="IBUITableViewCellStyleSubtitle" id="fGu-Ys-Eh1"> <rect key="frame" x="0.0" y="28" width="375" height="44"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="fGu-Ys-Eh1" id="sUf-bc-8xG"> <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="My Inactive Offline Pack" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="JtH-Ce-MI5"> <rect key="frame" x="16" y="6" width="174.5" height="19.5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <nil key="highlightedColor"/> </label> <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="456 resources (789 MB)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="tTJ-jv-U9v"> <rect key="frame" x="16" y="25.5" width="128.5" height="13.5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="11"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <nil key="highlightedColor"/> </label> </subviews> </tableViewCellContentView> </tableViewCell> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Active" editingAccessoryType="detailDisclosureButton" textLabel="9ZK-gS-wJ4" detailTextLabel="0xK-p8-Mmh" style="IBUITableViewCellStyleSubtitle" id="mKB-tz-Zfl"> <rect key="frame" x="0.0" y="72" width="375" height="44"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mKB-tz-Zfl" id="nS3-aU-nBr"> <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="My Active Offline Pack" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="9ZK-gS-wJ4"> <rect key="frame" x="16" y="6" width="163" height="19.5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <nil key="highlightedColor"/> </label> <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Downloading 123 of 456 resources… (789 MB downloaded)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="0xK-p8-Mmh"> <rect key="frame" x="16" y="25.5" width="311" height="13.5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="11"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <nil key="highlightedColor"/> </label> </subviews> </tableViewCellContentView> </tableViewCell> </prototypes> <connections> <outlet property="dataSource" destination="7q0-lI-zqb" id="oe8-d5-Rjo"/> <outlet property="delegate" destination="7q0-lI-zqb" id="D5X-oy-DSc"/> </connections> </tableView> <navigationItem key="navigationItem" title="Offline Packs" id="UcK-PK-eQA"> <barButtonItem key="rightBarButtonItem" systemItem="add" id="gCV-hl-Mzc"> <connections> <action selector="addCurrentRegion:" destination="7q0-lI-zqb" id="G2O-3V-aEA"/> </connections> </barButtonItem> </navigationItem> <connections> <segue destination="x2D-ga-sM5" kind="unwind" identifier="ReturnToMap" unwindAction="unwindToMapViewController:" id="6MZ-Ed-tu2"/> </connections> </tableViewController> <placeholder placeholderIdentifier="IBFirstResponder" id="Dga-Vh-IxZ" userLabel="First Responder" sceneMemberID="firstResponder"/> <exit id="x2D-ga-sM5" userLabel="Exit" sceneMemberID="exit"/> </objects> <point key="canvasLocation" x="2075" y="350"/> </scene> <!--Navigation Controller--> <scene sceneID="LFg-oU-zTK"> <objects> <navigationController automaticallyAdjustsScrollViewInsets="NO" id="PSe-Ot-7Ff" sceneMemberID="viewController"> <toolbarItems/> <navigationBar key="navigationBar" contentMode="scaleToFill" id="ONr-CS-J5X"> <rect key="frame" x="0.0" y="20" width="375" height="44"/> <autoresizingMask key="autoresizingMask"/> </navigationBar> <nil name="viewControllers"/> <connections> <segue destination="WaX-pd-UZQ" kind="relationship" relationship="rootViewController" id="lV0-PD-2Ag"/> </connections> </navigationController> <placeholder placeholderIdentifier="IBFirstResponder" id="Lom-R7-kwe" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="554" y="350"/> </scene> <!--Embedded Map View Controller--> <scene sceneID="dGM-LS-4VE"> <objects> <viewController storyboardIdentifier="MBXEmbeddedMapViewController" id="Tsi-Cv-L66" customClass="MBXEmbeddedMapViewController" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="vKr-y9-AZt"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" alwaysBounceHorizontal="YES" minimumZoomScale="0.5" maximumZoomScale="5" translatesAutoresizingMaskIntoConstraints="NO" id="Awd-m3-zh2"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <subviews> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EPE-uN-4XB" customClass="MGLMapView"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <gestureRecognizers/> <connections> <outletCollection property="gestureRecognizers" destination="JkF-BS-3oQ" appends="YES" id="yaD-hc-uit"/> </connections> </view> </subviews> <constraints> <constraint firstAttribute="trailing" secondItem="EPE-uN-4XB" secondAttribute="trailing" id="2sl-Ru-a5Y"/> <constraint firstAttribute="bottom" secondItem="EPE-uN-4XB" secondAttribute="bottom" id="8Rw-xR-dVh"/> <constraint firstItem="EPE-uN-4XB" firstAttribute="centerX" secondItem="Awd-m3-zh2" secondAttribute="centerX" id="Cj3-w6-vZ5"/> <constraint firstItem="EPE-uN-4XB" firstAttribute="leading" secondItem="Awd-m3-zh2" secondAttribute="leading" id="atf-fU-XKg"/> <constraint firstItem="EPE-uN-4XB" firstAttribute="centerY" secondItem="Awd-m3-zh2" secondAttribute="centerY" id="bIx-MH-m69"/> <constraint firstItem="EPE-uN-4XB" firstAttribute="top" secondItem="Awd-m3-zh2" secondAttribute="top" id="eUo-r5-eDb"/> </constraints> </scrollView> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="l5l-w7-P80" userLabel="Control Panel View"> <rect key="frame" x="0.0" y="20" width="375" height="64"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Zoom" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DgB-BD-Ltx"> <rect key="frame" x="29.5" y="6" width="35" height="16"/> <constraints> <constraint firstAttribute="width" constant="35" id="DaP-YL-kD7"/> </constraints> <fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="g15-JY-ZNb"> <rect key="frame" x="22.5" y="25" width="51" height="31"/> <connections> <action selector="didSwitch:" destination="Tsi-Cv-L66" eventType="valueChanged" id="Obk-GN-o7t"/> </connections> </switch> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Scroll" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z7C-yW-Y69" userLabel="Scroll"> <rect key="frame" x="123" y="6" width="35" height="16"/> <constraints> <constraint firstAttribute="width" constant="35" id="tr6-4a-XN7"/> </constraints> <fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <switch opaque="NO" tag="1" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tqS-cU-tlc"> <rect key="frame" x="116" y="25" width="51" height="31"/> <connections> <action selector="didSwitch:" destination="Tsi-Cv-L66" eventType="valueChanged" id="Dhk-0Y-V4f"/> </connections> </switch> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Rotation" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vio-XU-tgS"> <rect key="frame" x="209.5" y="6" width="50.5" height="16"/> <constraints> <constraint firstAttribute="width" constant="50.5" id="OiV-2P-9xm"/> </constraints> <fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <switch opaque="NO" tag="2" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="e57-jT-2xD"> <rect key="frame" x="210" y="25" width="51" height="31"/> <connections> <action selector="didSwitch:" destination="Tsi-Cv-L66" eventType="valueChanged" id="DNZ-Uw-kDg"/> </connections> </switch> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Pitch" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0uK-zq-Ys2"> <rect key="frame" x="312" y="6" width="31" height="16"/> <constraints> <constraint firstAttribute="width" constant="31" id="gM8-I7-4d3"/> </constraints> <fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <switch opaque="NO" tag="3" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KcQ-OU-a39"> <rect key="frame" x="303.5" y="25" width="51" height="31"/> <connections> <action selector="didSwitch:" destination="Tsi-Cv-L66" eventType="valueChanged" id="WhV-yJ-avj"/> </connections> </switch> </subviews> <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> <gestureRecognizers/> <constraints> <constraint firstItem="KcQ-OU-a39" firstAttribute="centerX" secondItem="l5l-w7-P80" secondAttribute="centerX" multiplier="1.75" id="4KT-16-PTD"/> <constraint firstItem="g15-JY-ZNb" firstAttribute="top" secondItem="DgB-BD-Ltx" secondAttribute="bottom" constant="3" id="85K-VT-rjv"/> <constraint firstItem="tqS-cU-tlc" firstAttribute="centerX" secondItem="l5l-w7-P80" secondAttribute="centerX" multiplier="0.75" id="8jz-5L-klT"/> <constraint firstItem="z7C-yW-Y69" firstAttribute="centerX" secondItem="tqS-cU-tlc" secondAttribute="centerX" id="DXz-6O-RE3"/> <constraint firstItem="0uK-zq-Ys2" firstAttribute="centerX" secondItem="KcQ-OU-a39" secondAttribute="centerX" id="Mde-fT-Bcq"/> <constraint firstItem="z7C-yW-Y69" firstAttribute="bottom" secondItem="DgB-BD-Ltx" secondAttribute="bottom" id="PnN-Hv-drW"/> <constraint firstItem="z7C-yW-Y69" firstAttribute="top" secondItem="DgB-BD-Ltx" secondAttribute="top" id="Q2C-Qw-gvB"/> <constraint firstAttribute="bottom" secondItem="e57-jT-2xD" secondAttribute="bottom" constant="8" id="WWq-zC-XdG"/> <constraint firstItem="0uK-zq-Ys2" firstAttribute="bottom" secondItem="DgB-BD-Ltx" secondAttribute="bottom" id="aBL-og-FYW"/> <constraint firstItem="Vio-XU-tgS" firstAttribute="bottom" secondItem="DgB-BD-Ltx" secondAttribute="bottom" id="aMh-TW-sMO"/> <constraint firstAttribute="height" constant="64" id="aSG-KD-M7a"/> <constraint firstAttribute="bottom" secondItem="KcQ-OU-a39" secondAttribute="bottom" constant="8" id="cdo-Mc-M8y"/> <constraint firstItem="e57-jT-2xD" firstAttribute="centerX" secondItem="l5l-w7-P80" secondAttribute="centerX" multiplier="1.25" id="e4H-V7-rMk"/> <constraint firstAttribute="bottom" secondItem="tqS-cU-tlc" secondAttribute="bottom" constant="8" id="e6X-7b-GNt"/> <constraint firstItem="Vio-XU-tgS" firstAttribute="top" secondItem="DgB-BD-Ltx" secondAttribute="top" id="g0I-sb-f7w"/> <constraint firstItem="Vio-XU-tgS" firstAttribute="centerX" secondItem="e57-jT-2xD" secondAttribute="centerX" id="gXC-pq-4Aa"/> <constraint firstAttribute="bottom" secondItem="g15-JY-ZNb" secondAttribute="bottom" constant="8" id="kBT-94-cqr"/> <constraint firstItem="DgB-BD-Ltx" firstAttribute="centerX" secondItem="g15-JY-ZNb" secondAttribute="centerX" id="wjr-6Z-EUS"/> <constraint firstItem="g15-JY-ZNb" firstAttribute="centerX" secondItem="l5l-w7-P80" secondAttribute="centerX" multiplier="0.25" id="xsC-iQ-ytS"/> <constraint firstItem="0uK-zq-Ys2" firstAttribute="top" secondItem="DgB-BD-Ltx" secondAttribute="top" id="zK5-CA-VoR"/> </constraints> </view> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="ZvP-HW-chV" firstAttribute="trailing" secondItem="l5l-w7-P80" secondAttribute="trailing" id="3lX-X1-azn"/> <constraint firstItem="Awd-m3-zh2" firstAttribute="leading" secondItem="ZvP-HW-chV" secondAttribute="leading" id="9yi-vl-QxH"/> <constraint firstItem="l5l-w7-P80" firstAttribute="top" secondItem="ZvP-HW-chV" secondAttribute="top" id="AN8-3I-WUs"/> <constraint firstItem="ZvP-HW-chV" firstAttribute="trailing" secondItem="Awd-m3-zh2" secondAttribute="trailing" id="IfY-Eb-UaJ"/> <constraint firstItem="Awd-m3-zh2" firstAttribute="top" secondItem="vKr-y9-AZt" secondAttribute="top" id="ZCQ-9O-kJP"/> <constraint firstItem="l5l-w7-P80" firstAttribute="leading" secondItem="ZvP-HW-chV" secondAttribute="leading" id="gGq-lE-d7X"/> <constraint firstItem="Awd-m3-zh2" firstAttribute="bottom" secondItem="ZvP-HW-chV" secondAttribute="bottom" id="tV3-fH-i8W"/> </constraints> <viewLayoutGuide key="safeArea" id="ZvP-HW-chV"/> </view> <connections> <outlet property="mapView" destination="EPE-uN-4XB" id="EDJ-xp-uBi"/> <outlet property="scrollView" destination="Awd-m3-zh2" id="TJn-gU-Hgs"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="k2c-Gr-mpl" userLabel="First Responder" sceneMemberID="firstResponder"/> <rotationGestureRecognizer id="JkF-BS-3oQ"> <connections> <action selector="rotation:" destination="Tsi-Cv-L66" id="Zba-E5-Dmz"/> </connections> </rotationGestureRecognizer> </objects> <point key="canvasLocation" x="594.39999999999998" y="1083.5082458770617"/> </scene> <!--Snapshots View Controller--> <scene sceneID="Ooh-2U-4Bz"> <objects> <viewController id="zvf-Qd-4Ru" customClass="MBXSnapshotsViewController" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="Jxm-v6-zI0"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="miZ-Fw-EWq" userLabel="Image View TL"> <rect key="frame" x="0.0" y="64" width="125" height="301.5"/> </imageView> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XuN-T4-Z83" userLabel="Image View TM"> <rect key="frame" x="125" y="64" width="125" height="301.5"/> </imageView> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ykR-Ku-i9l" userLabel="Image View TR"> <rect key="frame" x="250" y="64" width="125" height="301.5"/> </imageView> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="TL0-V8-T2F" userLabel="Image View BL"> <rect key="frame" x="0.0" y="365.5" width="125" height="301.5"/> </imageView> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="eMy-JU-rq4" userLabel="Image View BM"> <rect key="frame" x="125" y="365.5" width="125" height="301.5"/> </imageView> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="zT0-3J-0xw" userLabel="Image View BR"> <rect key="frame" x="250" y="365.5" width="125" height="301.5"/> </imageView> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="eMy-JU-rq4" firstAttribute="leading" secondItem="TL0-V8-T2F" secondAttribute="trailing" id="0xP-ii-cyV"/> <constraint firstItem="eMy-JU-rq4" firstAttribute="top" secondItem="XuN-T4-Z83" secondAttribute="bottom" id="1HV-Tp-mUB"/> <constraint firstItem="TL0-V8-T2F" firstAttribute="leading" secondItem="0Ve-S1-bkK" secondAttribute="leading" id="3fH-bn-5ND"/> <constraint firstItem="miZ-Fw-EWq" firstAttribute="leading" secondItem="0Ve-S1-bkK" secondAttribute="leading" id="4yV-CW-c5n"/> <constraint firstItem="0Ve-S1-bkK" firstAttribute="bottom" secondItem="eMy-JU-rq4" secondAttribute="bottom" id="57P-Qo-M11"/> <constraint firstItem="ykR-Ku-i9l" firstAttribute="top" secondItem="0Ve-S1-bkK" secondAttribute="top" id="ARo-Nk-uVV"/> <constraint firstItem="0Ve-S1-bkK" firstAttribute="trailing" secondItem="ykR-Ku-i9l" secondAttribute="trailing" id="BRi-93-PGb"/> <constraint firstItem="eMy-JU-rq4" firstAttribute="height" secondItem="miZ-Fw-EWq" secondAttribute="height" id="FqJ-zb-pkb"/> <constraint firstItem="TL0-V8-T2F" firstAttribute="height" secondItem="miZ-Fw-EWq" secondAttribute="height" id="GrM-9L-dba"/> <constraint firstItem="XuN-T4-Z83" firstAttribute="height" secondItem="miZ-Fw-EWq" secondAttribute="height" id="HSd-2T-Kz7"/> <constraint firstItem="0Ve-S1-bkK" firstAttribute="trailing" secondItem="zT0-3J-0xw" secondAttribute="trailing" id="HaC-la-079"/> <constraint firstItem="0Ve-S1-bkK" firstAttribute="bottom" secondItem="TL0-V8-T2F" secondAttribute="bottom" id="JgE-s8-RAh"/> <constraint firstItem="zT0-3J-0xw" firstAttribute="top" secondItem="ykR-Ku-i9l" secondAttribute="bottom" id="KQm-ue-i3z"/> <constraint firstItem="zT0-3J-0xw" firstAttribute="width" secondItem="miZ-Fw-EWq" secondAttribute="width" id="LUI-BF-66V"/> <constraint firstItem="0Ve-S1-bkK" firstAttribute="bottom" secondItem="zT0-3J-0xw" secondAttribute="bottom" id="MAe-3N-78O"/> <constraint firstItem="TL0-V8-T2F" firstAttribute="width" secondItem="miZ-Fw-EWq" secondAttribute="width" id="OvH-2m-yli"/> <constraint firstItem="XuN-T4-Z83" firstAttribute="top" secondItem="0Ve-S1-bkK" secondAttribute="top" id="bzY-6Y-K80"/> <constraint firstItem="XuN-T4-Z83" firstAttribute="leading" secondItem="miZ-Fw-EWq" secondAttribute="trailing" id="jhf-gz-4UF"/> <constraint firstItem="eMy-JU-rq4" firstAttribute="width" secondItem="miZ-Fw-EWq" secondAttribute="width" id="l3m-tf-b1h"/> <constraint firstItem="ykR-Ku-i9l" firstAttribute="leading" secondItem="XuN-T4-Z83" secondAttribute="trailing" id="oEV-Yi-iLs"/> <constraint firstItem="TL0-V8-T2F" firstAttribute="top" secondItem="miZ-Fw-EWq" secondAttribute="bottom" id="oLW-zh-Fnk"/> <constraint firstItem="miZ-Fw-EWq" firstAttribute="top" secondItem="0Ve-S1-bkK" secondAttribute="top" id="qpD-mN-wfP"/> <constraint firstItem="ykR-Ku-i9l" firstAttribute="height" secondItem="miZ-Fw-EWq" secondAttribute="height" id="sP4-HJ-Vgk"/> <constraint firstItem="XuN-T4-Z83" firstAttribute="width" secondItem="miZ-Fw-EWq" secondAttribute="width" id="sTw-zD-Jid"/> <constraint firstItem="zT0-3J-0xw" firstAttribute="height" secondItem="miZ-Fw-EWq" secondAttribute="height" id="t0u-eQ-Ail"/> <constraint firstItem="ykR-Ku-i9l" firstAttribute="width" secondItem="miZ-Fw-EWq" secondAttribute="width" id="uQU-pB-kvq"/> <constraint firstItem="zT0-3J-0xw" firstAttribute="leading" secondItem="eMy-JU-rq4" secondAttribute="trailing" id="w8M-MN-cmx"/> </constraints> <viewLayoutGuide key="safeArea" id="0Ve-S1-bkK"/> </view> <connections> <outlet property="snapshotImageViewBL" destination="TL0-V8-T2F" id="e6C-dB-kHm"/> <outlet property="snapshotImageViewBM" destination="eMy-JU-rq4" id="zeR-3U-EbH"/> <outlet property="snapshotImageViewBR" destination="zT0-3J-0xw" id="6YR-lR-ela"/> <outlet property="snapshotImageViewTL" destination="miZ-Fw-EWq" id="2Jj-kh-3Zw"/> <outlet property="snapshotImageViewTM" destination="XuN-T4-Z83" id="MXY-7F-jB2"/> <outlet property="snapshotImageViewTR" destination="ykR-Ku-i9l" id="aEL-Sg-RIW"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="5xV-Ua-pqK" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="1365.5999999999999" y="1083.5082458770617"/> </scene> <!--Custom Location View Controller--> <scene sceneID="TUi-Dc-6uA"> <objects> <viewController id="dgL-Bu-te0" customClass="MBXCustomLocationViewController" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="ero-1d-Jm5"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <viewLayoutGuide key="safeArea" id="t2S-ES-YuE"/> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="RtO-ic-8Nc" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="2073" y="1082"/> </scene> </scenes> <resources> <image name="TrackingLocationOffMask.png" width="23" height="23"/> <image name="settings.png" width="28" height="28"/> </resources> <color key="tintColor" red="0.12156862745098039" green="0.5490196078431373" blue="0.6705882352941176" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </document>
96.980349
377
0.54317
3e0f371e3e8c6fb8bfa31bc13d058d2843242b46
8,054
xml
XML
res/values/colors.xml
pauldmps/BPUTApp
b333d10a09d62d7d7f88141a56ab99e8de77dca9
[ "FSFAP" ]
null
null
null
res/values/colors.xml
pauldmps/BPUTApp
b333d10a09d62d7d7f88141a56ab99e8de77dca9
[ "FSFAP" ]
null
null
null
res/values/colors.xml
pauldmps/BPUTApp
b333d10a09d62d7d7f88141a56ab99e8de77dca9
[ "FSFAP" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- /* //device/apps/common/assets/res/any/colors.xml ** ** Copyright 2006, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <drawable name="screen_background_light">#ffffffff</drawable> <drawable name="screen_background_dark">#ff000000</drawable> <drawable name="status_bar_closed_default_background">#ff000000</drawable> <drawable name="status_bar_opened_default_background">#ff000000</drawable> <drawable name="notification_item_background_color">#ff111111</drawable> <drawable name="notification_item_background_color_pressed">#ff257390</drawable> <drawable name="search_bar_default_color">#ff000000</drawable> <drawable name="safe_mode_background">#60000000</drawable> <!-- Background drawable that can be used for a transparent activity to be able to display a dark UI: this darkens its background to make a dark (default theme) UI more visible. --> <drawable name="screen_background_dark_transparent">#80000000</drawable> <!-- Background drawable that can be used for a transparent activity to be able to display a light UI: this lightens its background to make a light UI more visible. --> <drawable name="screen_background_light_transparent">#80ffffff</drawable> <color name="safe_mode_text">#80ffffff</color> <color name="white">#ffffffff</color> <color name="black">#ff000000</color> <color name="transparent">#00000000</color> <color name="background_dark">#ff000000</color> <color name="background_light">#ffffffff</color> <color name="bright_foreground_dark">@android:color/background_light</color> <color name="bright_foreground_light">@android:color/background_dark</color> <color name="bright_foreground_dark_disabled">#80ffffff</color> <color name="bright_foreground_light_disabled">#80000000</color> <color name="dim_foreground_dark">#bebebe</color> <color name="dim_foreground_dark_disabled">#80bebebe</color> <color name="dim_foreground_dark_inverse">#323232</color> <color name="dim_foreground_dark_inverse_disabled">#80323232</color> <color name="hint_foreground_dark">#808080</color> <color name="dim_foreground_light">#323232</color> <color name="dim_foreground_light_disabled">#80323232</color> <color name="dim_foreground_light_inverse">#bebebe</color> <color name="dim_foreground_light_inverse_disabled">#80bebebe</color> <color name="hint_foreground_light">#808080</color> <color name="highlighted_text_dark">#9983CC39</color> <color name="highlighted_text_light">#9983CC39</color> <color name="link_text_dark">#5c5cff</color> <color name="link_text_light">#0000ee</color> <color name="suggestion_highlight_text">#177bbd</color> <color name="theme_red">#d43d1e</color> <!-- For date picker widget --> <drawable name="selected_day_background">#ff0092f4</drawable> <!-- For settings framework --> <color name="lighter_gray">#ddd</color> <color name="darker_gray">#aaa</color> <!-- For security permissions --> <color name="perms_dangerous_grp_color">#33b5e5</color> <color name="perms_dangerous_perm_color">#33b5e5</color> <color name="shadow">#cc222222</color> <!-- For search-related UIs --> <color name="search_url_text_normal">#7fa87f</color> <color name="search_url_text_selected">@android:color/black</color> <color name="search_url_text_pressed">@android:color/black</color> <!-- SlidingTab --> <color name="sliding_tab_text_color_active">@android:color/black</color> <color name="sliding_tab_text_color_shadow">@android:color/black</color> <!-- keyguard tab --> <color name="keyguard_text_color_normal">#ffffff</color> <color name="keyguard_text_color_unlock">#a7d84c</color> <color name="keyguard_text_color_soundoff">#ffffff</color> <color name="keyguard_text_color_soundon">#e69310</color> <color name="keyguard_text_color_decline">#fe0a5a</color> <!-- keyguard clock --> <color name="lockscreen_clock_background">#ffffffff</color> <color name="lockscreen_clock_foreground">#ffffffff</color> <color name="lockscreen_clock_am_pm">#ffffffff</color> <color name="lockscreen_owner_info">#ff9a9a9a</color> <!-- FaceLock --> <color name="facelock_spotlight_mask">#CC000000</color> <!-- For holo theme --> <drawable name="screen_background_holo_light">#fff3f3f3</drawable> <drawable name="screen_background_holo_dark">#ff000000</drawable> <color name="background_holo_dark">#ff000000</color> <color name="background_holo_light">#fff3f3f3</color> <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color> <color name="bright_foreground_disabled_holo_light">#ffb2b2b2</color> <color name="dim_foreground_holo_dark">#bebebe</color> <color name="dim_foreground_disabled_holo_dark">#80bebebe</color> <color name="dim_foreground_inverse_holo_dark">#323232</color> <color name="dim_foreground_inverse_disabled_holo_dark">#80323232</color> <color name="hint_foreground_holo_dark">#808080</color> <color name="dim_foreground_holo_light">#323232</color> <color name="dim_foreground_disabled_holo_light">#80323232</color> <color name="dim_foreground_inverse_holo_light">#bebebe</color> <color name="dim_foreground_inverse_disabled_holo_light">#80bebebe</color> <color name="hint_foreground_holo_light">#808080</color> <color name="highlighted_text_holo_dark">#6633b5e5</color> <color name="highlighted_text_holo_light">#6633b5e5</color> <color name="link_text_holo_dark">#5c5cff</color> <color name="link_text_holo_light">#0000ee</color> <!-- Group buttons --> <eat-comment /> <color name="group_button_dialog_pressed_holo_dark">#46c5c1ff</color> <color name="group_button_dialog_focused_holo_dark">#2699cc00</color> <color name="group_button_dialog_pressed_holo_light">#ffffffff</color> <color name="group_button_dialog_focused_holo_light">#4699cc00</color> <!-- Highlight colors for the legacy themes --> <eat-comment /> <color name="legacy_pressed_highlight">#fffeaa0c</color> <color name="legacy_selected_highlight">#fff17a0a</color> <color name="legacy_long_pressed_highlight">#ffffffff</color> <!-- General purpose colors for Holo-themed elements --> <eat-comment /> <!-- A light Holo shade of blue --> <color name="holo_blue_light">#ff33b5e5</color> <!-- A light Holo shade of green --> <color name="holo_green_light">#ff99cc00</color> <!-- A light Holo shade of red --> <color name="holo_red_light">#ffff4444</color> <!-- A dark Holo shade of blue --> <color name="holo_blue_dark">#ff0099cc</color> <!-- A dark Holo shade of green --> <color name="holo_green_dark">#ff669900</color> <!-- A dark Holo shade of red --> <color name="holo_red_dark">#ffcc0000</color> <!-- A Holo shade of purple --> <color name="holo_purple">#ffaa66cc</color> <!-- A light Holo shade of orange --> <color name="holo_orange_light">#ffffbb33</color> <!-- A dark Holo shade of orange --> <color name="holo_orange_dark">#ffff8800</color> <!-- A really bright Holo shade of blue --> <color name="holo_blue_bright">#ff00ddff</color> <drawable name="notification_template_icon_bg">#3333B5E5</drawable> <drawable name="notification_template_icon_low_bg">#0cffffff</drawable> </resources>
48.227545
84
0.72374
95a3bea3158924324ddb014351be541952fd0210
9,389
xml
XML
data/DH/xml/2016/614.xml
lehkost/ToolXtractor
36bdba544903a0211bdfa07c0aae172086b2a86c
[ "Apache-2.0" ]
7
2019-08-04T06:12:05.000Z
2022-03-10T09:27:19.000Z
data/DH/xml/2016/614.xml
lehkost/ToolXtractor
36bdba544903a0211bdfa07c0aae172086b2a86c
[ "Apache-2.0" ]
3
2019-11-12T14:24:01.000Z
2019-11-13T14:30:54.000Z
data/DH/xml/2016/614.xml
lehkost/ToolXtractor
36bdba544903a0211bdfa07c0aae172086b2a86c
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Bridging the Gap: the Digital Innovation Group</title> <author> <persName> <surname>Damerow</surname> <forename>Julia Luise</forename> </persName> <affiliation>Arizona State University, United States of America</affiliation> <email>jdamerow@asu.edu</email> </author> <author> <persName> <surname>Peirson</surname> <forename>Erick Bruce</forename> </persName> <affiliation>Arizona State University, United States of America</affiliation> <email>bpeirson@asu.edu</email> </author> <author> <persName> <surname>Laubichler</surname> <forename>Manfred</forename> </persName> <affiliation>Arizona State University, United States of America; Santa Fe Institute; KLI, Klosterneuburg, Austria</affiliation> <email>manfred.laubichler@asu.edu</email> </author> </titleStmt> <editionStmt> <edition> <date>2016-03-03T00:32:00Z</date> </edition> </editionStmt> <publicationStmt> <publisher>Maciej Eder, Pedagogical University in Krakow</publisher> <publisher>Jan Rybicki, Jagiellonian University</publisher> <address> <addrLine>Institute of Polish Studies</addrLine> <addrLine>Pedagogical University</addrLine> <addrLine>ul. Podchorazych 2</addrLine> <addrLine>30-084 Krakow, Poland</addrLine> <addrLine>maciej.eder@ijp-pan.krakow.pl</addrLine> </address> </publicationStmt> <sourceDesc> <p>Converted from a Word document </p> </sourceDesc> </fileDesc> <encodingDesc> <appInfo> <application ident="DHCONVALIDATOR" version="1.21"> <label>DHConvalidator</label> </application> </appInfo> </encodingDesc> <profileDesc> <textClass> <keywords scheme="ConfTool" n="category"> <term>Paper</term> </keywords> <keywords scheme="ConfTool" n="subcategory"> <term>Poster</term> </keywords> <keywords scheme="ConfTool" n="keywords"> <term>digital humanities</term> <term>education</term> <term>software engineering</term> <term>history and philosophy of science</term> <term>software development</term> </keywords> <keywords scheme="ConfTool" n="topics"> <term>teaching and pedagogy</term> <term>software design and development</term> <term>interdisciplinary collaboration</term> <term>digital humanities - pedagogy and curriculum</term> <term>English</term> </keywords> </textClass> </profileDesc> </teiHeader> <text> <body> <p rend="normal">The success of the digital humanities as a field of research has led to two pressing needs at the interface of computer science and the humanities. First, sustainable software development projects are needed that are focused on humanities research problems. Second, graduate and undergraduate training models are required that address the interdisciplinary nature of digital and computational humanities research (Ramsay, 2012; Reid, 2012). From the application and development of new algorithms to mine texts (e.g. Murdock et al., 2015) to the development of multi-institutional software systems (e.g. Neuroth et al., 2011), many digital humanities projects can only be implemented with the help of computer scientists and software engineers. </p> <p rend="normal">We believe that the future success of applying digital and computational approaches to research questions in the humanities depends on forging links between computer science and the humanities. However, the digital humanities need to involve more than adding a computer scientist to a humanities project. Many digital humanities programs include computer science courses in their degree and certificate programs, but this is not yet the norm. Specifically in the history and philosophy of science, many programs do not impart the skills necessary to take advantage of the new modes of research. Likewise, computer scientists typically receive little training in the humanities, making it difficult to foster meaningful and productive collaborations with humanities scholars.</p> <p rend="normal">Our poster describes the Digital Innovation Group (DigInG) in the Center for Biology and Society at Arizona State University (ASU). DigInG’s primary objective is the development of computational solutions for questions in the digital humanities with a focus on digital history and philosophy of science. Our group trains students from the computer science department together with students from the humanities. We develop user-oriented innovative tools, methods, and infrastructures, and foster an understanding for each other’s fields by teaching a skill set that enables students to communicate more effectively. </p> <p rend="normal">As part of DigInG, we developed a course that puts computer science students in a room with humanities students to work together on digital humanities projects. In addition, we offer the opportunity to work on the software development projects in our lab as student workers. We emphasize software engineering best practices and cross-disciplinary interaction. For example, in the beginning of the semester the class develops a course website, which requires them to learn how to use Git and GitHub. Students from the humanities learn the basics of programming. Computer science students acquire a mindset that better prepares them for working on digital humanities projects and learn how to better communicate with those outside their field. We discuss topics such as the importance of authority control, metadata, or resource discovery. In our experience, the students gain a lot from participating in our class as for many of them it is the first time that they work with students from a very different field of study. For instance, one humanities student noted that “learning to formulate questions in ways that computer scientists and software developers can understand” was one of the most valuable outcomes for them.</p> <p rend="normal">Not only does DigInG play an important role in developing software for humanities research, it also creates an environment for hands-on training for graduate and undergraduate students in computer science and the humanities. We hope that our poster will contribute to broadening the discussion about how digital and computational humanities programs are organized. We believe that software development and training in the digital humanities do not need to be separate endeavors.</p> </body> <back> <div type="bibliogr"> <listBibl> <head>Bibliography</head> <bibl rend="normal"> <hi rend="bold">Murdock J., Allen C., DeDeo S.</hi> (2015). Exploration and Exploitation of Victorian Science in Darwin's Reading Notebooks. <hi rend="italic">CoRR</hi>. http://arxiv.org/abs/1509.07175 (accessed 31 October 2015). </bibl> <bibl rend="normal"> <hi rend="bold">Neuroth H., Lohmeier F., Smith, K.</hi> (2011). TextGrid – Virtual Research Environment for the Humanities. <hi rend="italic">International Journal of Digital Curation</hi>, <hi rend="bold">6</hi>(2). </bibl> <bibl rend="normal"> <hi rend="bold">Ramsay, S.</hi> (2012). Programming with Humanists: Reflections on Raising an Army of Hacker-Scholars in the Digital Humanities. In Hirsch B. D. (ed.), <hi rend="italic">Digital Humanities Pedagogy: Practices, Principles and Politics</hi>. Cambridge, UK: Open Book Publishers, pp. 227-39. </bibl> <bibl rend="normal"> <hi rend="bold">Reid, A.</hi> (2012). Graduate Education and the Ethics of the Digital Humanities. In Gold, M. K. (ed.), <hi rend="italic">Debates in the Digital Humanities</hi>. Minneapolis: University of Minnesota Press, pp. 350-67. </bibl> </listBibl> </div> </back> </text> </TEI>
79.567797
1,255
0.626691
bdd6aa916fe61e6643c121e13cab18be96fb28df
21,525
xml
XML
taverna-commandline-product/pom.xml
tartarini/incubator-taverna-commandline_to_delete
63141563a889d6ae99649276d0835338efb26c83
[ "Apache-2.0" ]
1
2019-03-06T02:59:18.000Z
2019-03-06T02:59:18.000Z
taverna-commandline-product/pom.xml
tartarini/incubator-taverna-commandline_to_delete
63141563a889d6ae99649276d0835338efb26c83
[ "Apache-2.0" ]
null
null
null
taverna-commandline-product/pom.xml
tartarini/incubator-taverna-commandline_to_delete
63141563a889d6ae99649276d0835338efb26c83
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.taverna.commandline</groupId> <artifactId>apache-taverna-commandline</artifactId> <version>3.1.0-incubating-SNAPSHOT</version> </parent> <artifactId>taverna-commandline-product</artifactId> <name>Apache Taverna Command-line Tool Product</name> <!--<packaging>taverna-application</packaging> Disabled due to TAVERNA-924 --> <profiles> <profile> <id>developer</id> <activation> <activeByDefault>true</activeByDefault> </activation> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <attach>false</attach> <appendAssemblyId>false</appendAssemblyId> </configuration> </plugin> </plugins> </build> <properties> <assembly.descriptor>src/main/assembly/developer-assembly.xml</assembly.descriptor> <!-- See http://updates.taverna.org.uk/ --> <profile.updateSite>https://taverna.incubator.apache.org/updates/commandline/</profile.updateSite> <profile.pluginSite>https://taverna.incubator.apache.org/plugins/commandline/</profile.pluginSite> </properties> </profile> <profile> <id>nightly</id> <properties> <assembly.descriptor>src/main/assembly/nightly-assembly.xml</assembly.descriptor> <profile.updateSite>https://taverna.incubator.apache.org/updates/commandline/</profile.updateSite> <profile.pluginSite>https://taverna.incubator.apache.org/plugins/commandline/</profile.pluginSite> </properties> </profile> <profile> <id>release</id> <properties> <assembly.descriptor>src/main/assembly/release-assembly.xml</assembly.descriptor> <profile.updateSite>https://taverna.incubator.apache.org/updates/commandline/</profile.updateSite> <profile.pluginSite>https://taverna.incubator.apache.org/plugins/commandline/</profile.pluginSite> </properties> </profile> <profile> <id>apache-release</id> <properties> <assembly.descriptor>src/main/assembly/release-assembly.xml</assembly.descriptor> <profile.updateSite>https://taverna.incubator.apache.org/updates/commandline/</profile.updateSite> <profile.pluginSite>https://taverna.incubator.apache.org/plugins/commandline/</profile.pluginSite> </properties> </profile> </profiles> <build> <finalName>apache-taverna-commandline-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> <configuration> <descriptors> <descriptor>${assembly.descriptor}</descriptor> </descriptors> <archiverConfig> <directoryMode>493</directoryMode> <!-- 493(dec) = 755(oct) --> <defaultDirectoryMode>493</defaultDirectoryMode> </archiverConfig> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.0-beta-3</version> <executions> <execution> <id>buildnumber-validate</id> <phase>validate</phase> <goals> <goal>create</goal> </goals> </execution> </executions> <configuration> <format>{0,date,yyyyMMdd}T{0,date,HHmm}</format> <items> <item>timestamp</item> </items> </configuration> </plugin> <plugin> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-maven-plugin</artifactId> <version>${taverna.osgi.version}</version> <extensions>true</extensions> <configuration> <buildNumber>${buildNumber}</buildNumber> <updateSite>${profile.updateSite}</updateSite> <pluginSite>${profile.pluginSite}</pluginSite> <frameworkConfigurations> <frameworkConfiguration> <name>org.osgi.framework.bootdelegation</name> <value>sun.*,com.sun.*,java.*,javax.*,org.xml.*,org.w3c.*,apple.*,com.apple.*,org.omg.*,org.ietf.jgss.*,org.jcp.xml.dsig.internal.*</value> </frameworkConfiguration> <frameworkConfiguration> <name>org.osgi.framework.system.packages.extra</name> <value>com.sun.org.apache.xml.internal.utils,com.sun.source.util,com.sun.source.tree,org.apache.log4j;version=${log4j.version},org.apache.taverna.commandline.options;version=${taverna.commandline.osgiversion},org.apache.commons.cli;version=${commons.cli.version},javax.activation;version=${javax.transaction.version},javax.xml.soap=1.6.0</value> </frameworkConfiguration> <frameworkConfiguration> <name>org.osgi.framework.storage.clean</name> <value>onFirstInit</value> </frameworkConfiguration> </frameworkConfigurations> </configuration> <executions> <execution> <!-- Explicit execution due to TAVERNA-924 workaround --> <id>prepare-bundles</id> <phase>prepare-package</phase> <goals> <goal>profile-generate</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <!-- Explicit org.osgi.* with <scope>provided as these are also provided by the felix osgi package. Avoids: Caused by: java.lang.SecurityException: class "org.osgi.framework.hooks.bundle.CollisionHook"'s signer information does not match signer information of other classes in the same package --> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>${osgi.core.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>${osgi.core.version}</version> <scope>provided</scope> </dependency> <!-- Invalid manifest header Import-Package: "com.sun.jdmk.comm;resolution:="optional"" : Cannot import a package more than once "com.sun.jdmk.comm"--> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4j.version}</version> <!-- <scope>provided</scope> --> </dependency> <!-- Spring DM --> <dependency> <groupId>net.sourceforge.cglib</groupId> <artifactId>com.springsource.net.sf.cglib</artifactId> <version>${cglib.version}</version> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-annotation</artifactId> <version>${spring.dm.version}</version> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-extender</artifactId> <version>${spring.dm.version}</version> </dependency> <!-- Spring --> <dependency> <groupId>org.springframework</groupId> <artifactId>org.springframework.context</artifactId> <version>${spring.version}</version> </dependency> <!-- Java Extension Implementations --> <!-- Appears unrequired dependency> <groupId>javax.xml.bind</groupId> <artifactId>com.springsource.javax.xml.bind</artifactId> <version>2.2.0</version> </dependency--> <!-- The bundle "com.springsource.bsh_2.0.0.b4 " could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet; version="[2.5.0,3.0.0)" --> <dependency> <groupId>javax.servlet</groupId> <artifactId>com.springsource.javax.servlet</artifactId> <version>2.5.0</version> </dependency> <!-- The bundle "com.springsource.org.apache.axis_1.4.0 " could not be resolved. Reason: Missing Constraint: Import-Package: javax.jms; version="[1.1.0,2.0.0)" --> <dependency> <groupId>javax.jms</groupId> <artifactId>com.springsource.javax.jms</artifactId> <version>1.1.0</version> </dependency> <!-- The bundle "com.springsource.javax.xml.rpc_1.1.0 " could not be resolved. Reason: Missing Constraint: Import-Package: javax.xml.soap; version="[1.3.0,2.0.0)" --> <dependency> <groupId>javax.xml.soap</groupId> <artifactId>com.springsource.javax.xml.soap</artifactId> <version>1.3.0</version> </dependency> <!-- The bundle "com.springsource.com.thoughtworks.xstream_1.4.1" could not be resolved. Reason: Missing Constraint: Import-Package: javax.xml.stream; version="[1.0.1,2.0.0)" --> <dependency> <groupId>javax.xml.stream</groupId> <artifactId>com.springsource.javax.xml.stream</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>com.springsource.javax.mail</artifactId> <version>${mail.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons.codec.version}</version> </dependency> <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>${commons.configuration.version}</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-osgi</artifactId> <version>2.2.11</version> </dependency> <!-- OSGi Enterprise Services --> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>xml-parser-service</artifactId> <version>${taverna.osgi.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>xml-transformer-service</artifactId> <version>${taverna.osgi.version}</version> </dependency> <!-- The bundle "uk.org.taverna.commons.taverna-plugin-impl_0.1.0.SNAPSHOT" could not be resolved. Reason: Missing Constraint: Import-Package: org.osgi.service.event; version="[1.3.0,2.0.0)" --> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.eventadmin</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.configadmin</artifactId> <version>1.6.0</version> </dependency> <!-- Taverna Activities --> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-dataflow-activity</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-stringconstant-activity</artifactId> <version>${taverna.engine.version}</version> </dependency> <!-- Taverna Common Activities --> <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-beanshell-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-external-tool-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> <!-- VERY broken :( <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-interaction-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> --> <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-rest-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-spreadsheet-import-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-wsdl-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.commonactivities</groupId> <artifactId>taverna-xpath-activity</artifactId> <version>${taverna.commonactivities.version}</version> </dependency> <!-- Taverna Command-line Tool --> <dependency> <groupId>${project.parent.groupId}</groupId> <artifactId>taverna-commandline-common</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>${project.parent.groupId}</groupId> <artifactId>taverna-commandline-launcher</artifactId> <version>${project.parent.version}</version> </dependency> <!-- Taverna Platform --> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-capability-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-run-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-execution-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-execution-local</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-database-configuration-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-services-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <!-- Taverna OSGi --> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-configuration-impl</artifactId> <version>${taverna.osgi.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-app-configuration-impl</artifactId> <version>${taverna.osgi.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-download-impl</artifactId> <version>${taverna.osgi.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-plugin-impl</artifactId> <version>${taverna.osgi.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.osgi</groupId> <artifactId>taverna-update-impl</artifactId> <version>${taverna.osgi.version}</version> </dependency> <!-- Scufl2 --> <dependency> <groupId>org.apache.taverna.language</groupId> <artifactId>taverna-scufl2-wfbundle</artifactId> <version>${taverna.language.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.language</groupId> <artifactId>taverna-scufl2-t2flow</artifactId> <version>${taverna.language.version}</version> </dependency> <!-- Data bundle --> <dependency> <groupId>org.apache.taverna.language</groupId> <artifactId>taverna-databundle</artifactId> <version>${taverna.language.version}</version> </dependency> <!-- Latest httpcomponents. These needs to be in sync - however their version numbers differ --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> <version>${apache.httpclient.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-osgi</artifactId> <version>${apache.httpcore.version}</version> </dependency> <!-- Jena bundle needed by jsonld-java-jena --> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-osgi</artifactId> <version>${jena.version}</version> </dependency> <!-- Newer jsonld-java than jena-osgi requires (JENA-1176) --> <dependency> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java</artifactId> <version>${jsonldjava.version}</version> <!-- NOTE: This will also require a newer Jackson and httpcore/httpclient --> </dependency> <!-- Xerces OSGi bundle needed by jena-osgi --> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xerces</artifactId> <version>${servicemix.xerces.version}</version> </dependency> <!-- Also needed by Jena --> <dependency> <groupId>com.github.andrewoma.dexx</groupId> <artifactId>collection</artifactId> <version>${dexx.collection.version}</version> </dependency> <!-- slf4j implementation --> <!-- The bundle "org.purl.wf4ever.robundle_0.3.1 " could not be resolved. Reason: Missing Constraint: Import-Package: org.slf4j; version="[1.7.0,2.0.0)"--> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <!-- Connect slf4j to log4j --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.version}</version> </dependency> <!-- Taverna Security --> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-credential-manager-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <!-- Taverna Workflow Engine --> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-workflowmodel-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-workflowmodel-extensions</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-reference-impl</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-reference-types</artifactId> <version>${taverna.engine.version}</version> </dependency> <!-- Taverna Provenance --> <!--dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>provenance-derby</artifactId> <version>${taverna.engine.version}</version> </dependency> <dependency> <groupId>org.apache.taverna.engine</groupId> <artifactId>provenance-mysql</artifactId> <version>${taverna.engine.version}</version> </dependency--> <!-- The bundle "org.purl.wf4ever.robundle_0.3.1 " could not be resolved. Reason: Missing Constraint: Import-Package: com.fasterxml.jackson.annotation; version="[2.3.0,3.0.0)"--> <!-- These should be kept in sync --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>nu.validator.htmlparser</groupId> <artifactId>htmlparser</artifactId> <version>${htmlparser.version}</version> </dependency> </dependencies> </project>
38.644524
359
0.657654
d04c0889ee58b6cca050524de29591e06b874942
110,159
xml
XML
test/BitThicket.Concull.Feeds.Test/html/index.xml
aggieben/concull
6ef2b6f3d2da5ddabad2b07571c28978548f0eb6
[ "MIT" ]
null
null
null
test/BitThicket.Concull.Feeds.Test/html/index.xml
aggieben/concull
6ef2b6f3d2da5ddabad2b07571c28978548f0eb6
[ "MIT" ]
null
null
null
test/BitThicket.Concull.Feeds.Test/html/index.xml
aggieben/concull
6ef2b6f3d2da5ddabad2b07571c28978548f0eb6
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Ben Collins</title> <link>http://benjamincollins.com/</link> <description>Recent content on Ben Collins</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> <lastBuildDate>Wed, 02 Nov 2016 21:05:41 -0500</lastBuildDate> <atom:link href="http://benjamincollins.com/index.xml" rel="self" type="application/rss+xml" /> <item> <title>Let&#39;s chat about naming</title> <link>http://benjamincollins.com/blog/lets-chat-about-naming/</link> <pubDate>Wed, 02 Nov 2016 21:05:41 -0500</pubDate> <guid>http://benjamincollins.com/blog/lets-chat-about-naming/</guid> <description>&lt;p&gt;Hello there, developer. Come, sit down with me. We need to have a talk.&lt;/p&gt; &lt;p&gt;A famous saying in our industry goes something like this:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;There are two hard problems in computer science: cache invalidation, naming things, and off-by-one errors&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;(&lt;em&gt;rimshot&lt;/em&gt;)&lt;/p&gt; &lt;p&gt;There are a few guidelines we should be keeping in mind as we name things:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;&lt;strong&gt;Grammatical correctness.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The humor is in the off-by-one irony of course, and we accept uncritically that naming things is hard. I suppose in some way it can be challenging, but it shouldn&amp;rsquo;t be any more challenging than being able to write coherently. Names give meaning to the surrounding context; ergo, grammatically and conceptually correct names make the context that much clearer. In my opinion, sensible (and &lt;em&gt;correct&lt;/em&gt;) naming is an important part of writing much-vaunted &amp;ldquo;semantic code.&amp;rdquo;&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;&lt;strong&gt;Consistency&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;If there is more than one correct way of naming something, then the goal should be consistency. If you call something that handles CRUD operations for a data type a &amp;ldquo;SomethingManager&amp;rdquo;, then all the things that do that should be called &amp;ldquo;Manager&amp;rdquo;. Likewise, if it&amp;rsquo;s a &amp;ldquo;Service&amp;rdquo;, then anything like that should also be a Service.&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;&lt;strong&gt;Essentialness&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Please, please, please: do not be redundant. Consider if the components of the name you are using are essential to the conveying the notion of the thing you&amp;rsquo;re naming. We don&amp;rsquo;t need &lt;code&gt;WebThingsLibrary.WebThings.WebThingType&lt;/code&gt; and the like.&lt;br /&gt; Better: &lt;code&gt;WebThingsLibrary.WebThings.Type&lt;/code&gt;. Even better: &lt;code&gt;WebThings.Type&lt;/code&gt;.&lt;/p&gt; &lt;p&gt;The flip side of this same coin: are you providing enough? Is the acronym you want to use a universally understood one? Is the abbreviation you&amp;rsquo;re using universally understood? &lt;code&gt;UserId&lt;/code&gt; is fine: everyone knows that &lt;code&gt;Id&lt;/code&gt; means identifier (or maybe identification). Loop variables, and perhaps one-line lambda functions are an exception at times.&lt;/p&gt;&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;Please, guys and gals, make it easier on your future selves (and the rest of us).&lt;/p&gt; </description> </item> <item> <title>a working example of permissions authorization</title> <link>http://benjamincollins.com/blog/a-working-example-of-permissions-authorization/</link> <pubDate>Thu, 20 Oct 2016 21:50:06 -0500</pubDate> <guid>http://benjamincollins.com/blog/a-working-example-of-permissions-authorization/</guid> <description> &lt;h1 id=&#34;motivation:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Motivation&lt;/h1&gt; &lt;p&gt;In my previous post, &lt;a href=&#34;http://benjamincollins.com/blog/practical-permission-based-authorization-in-asp-net-core/&#34;&gt;Practical Permission-based Authorization in ASP.NET Core&lt;/a&gt;, I tried to demonstrate how to implement a regime of permissions-based authorization without having to stuff it all into an ever-exploding list of roles, without abusing claims, and without having to roll your own framework-fighting implementation. Resource filters allow you to do this elegantly and still remain in harmony with the framework.&lt;/p&gt; &lt;p&gt;However, I may have been too terse. I got a couple questions and a request for a working example, which seemed like a reasonable request, so that what this post is about. Part of what I realized I needed to do is fill in a bunch of gaps about which I assumed the reader&amp;rsquo;s &lt;em&gt;a priori&lt;/em&gt; knowledge. That was a mistake, and so this post will go into more detail about how all this stuff works.&lt;/p&gt; &lt;p&gt;The code is available at GitHub: &lt;a href=&#34;https://github.com/trinityrepublic/demo-authorization&#34;&gt;trinityrepublic/demo-authorization&lt;/a&gt;.&lt;/p&gt; &lt;h1 id=&#34;overview:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Overview&lt;/h1&gt; &lt;p&gt;First things first. In the other post, I linked to the ASP.NET Core documentation, but maybe I didn&amp;rsquo;t lean into that as aggressively as I should have. If you have not at least read the section called &lt;a href=&#34;https://docs.asp.net/en/latest/mvc/controllers/filters.html#how-do-filters-work&#34;&gt;How do filters work?&lt;/a&gt;, then you stand a good chance of not following this. Go on, right now. Read it. It will take you 2 minutes, and this post is just a back-button click away.&lt;/p&gt; &lt;p&gt;I&amp;rsquo;ve used the default web project template from the CLI tooling (&lt;code&gt;1.0.0-preview2-003133&lt;/code&gt;). It uses the ASP.NET Identity framework to manage authentication (remember, &lt;a href=&#34;http://stackoverflow.com/a/6556548/3279&#34;&gt;authentication is not the same as authorization&lt;/a&gt;). Permissions are an &lt;em&gt;authorization&lt;/em&gt; concern. So we&amp;rsquo;re going to let Identity handle &lt;em&gt;authentication&lt;/em&gt; for us using the defaults.&lt;/p&gt; &lt;p&gt;You&amp;rsquo;ll see the following in &lt;code&gt;Startup.cs&lt;/code&gt; (with a bunch of stuff omitted&amp;hellip;)&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;namespace WebApplication { public class Startup { public Startup(IHostingEnvironment env) { /* stuff */ } public IConfigurationRoot Configuration { get; } public void ConfigureServices(IServiceCollection services) { /* stuff */ } public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) { loggerFactory.AddConsole(Configuration.GetSection(&amp;quot;Logging&amp;quot;)); loggerFactory.AddDebug(); if (env.IsDevelopment()) { app.UseDeveloperExceptionPage(); app.UseDatabaseErrorPage(); app.UseBrowserLink(); } else { app.UseExceptionHandler(&amp;quot;/Home/Error&amp;quot;); } app.UseStaticFiles(); // ************** THE IMPORTANT PART OF THIS SNIPPET ***************** app.UseIdentity(); // ******************************************************************* app.UseMvc(routes =&amp;gt; { routes.MapRoute( name: &amp;quot;default&amp;quot;, template: &amp;quot;{controller=Home}/{action=Index}/{id?}&amp;quot; ) }); } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;The indicated line above, &lt;code&gt;app.UseIdentity()&lt;/code&gt;, is an &lt;code&gt;IApplicationBuilder&lt;/code&gt; extension method provided by the Identity framework. You can &lt;a href=&#34;https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity/BuilderExtensions.cs&#34;&gt;see for yourself what it does&lt;/a&gt;, but for our purposes what you really need to know is that it registers cookie authentication (using similar builder extension methods), which in turn register &lt;code&gt;CookieAuthenticationMiddleware&lt;/code&gt;, which in turn registers the &lt;code&gt;CookieAuthenticationHandler&lt;/code&gt;, which is the class that does the actual authentication for us.&lt;/p&gt; &lt;p&gt;This (and any) authentication handler will do the work to figure out if a user&amp;rsquo;s claims about their identity are valid. If so, then the handler will mark this particular identity as authenticated. So just to be extra clear: whether or not a user is &lt;em&gt;authenticated&lt;/em&gt; is always a binary question. Yes, or no. True or false.&lt;/p&gt; &lt;h1 id=&#34;details:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Details&lt;/h1&gt; &lt;p&gt;Now to authorization. In ASP.NET Core, rather than the old membership system in which users could be placed in roles and authorization granted based on membership in a role, authorization is built on &amp;ldquo;policies&amp;rdquo;. Role membership is a pre-configured policy and is still supported (see &lt;a href=&#34;https://docs.asp.net/en/latest/security/authorization/roles.html&#34;&gt;Role based Authorization&lt;/a&gt;), but the framework allows you to define arbitrary policies, which gives us a &lt;em&gt;lot&lt;/em&gt; more flexibility in how we authorize our users. But wait! Weren&amp;rsquo;t we just talking about authentication? Yes - and here&amp;rsquo;s the link: the default authorization policy configured in ASP.NET Core is to test for authentication. That&amp;rsquo;s why when you first start a new application you slap the &lt;code&gt;[Authorize]&lt;/code&gt; attribute on everything. Unless you configure other policies, there&amp;rsquo;s a one-to-one mapping between &amp;ldquo;is authenticated&amp;rdquo; and &amp;ldquo;is authorized&amp;rdquo;.&lt;/p&gt; &lt;p&gt;The &lt;code&gt;AuthorizeAttribute&lt;/code&gt; also takes a &lt;code&gt;Policy&lt;/code&gt; parameter that allows you to authorize based on any named policy. In the case of permissions authorization it should be straightforward to make a &amp;ldquo;Permissions&amp;rdquo; policy and specify it like this:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;[Authorize(Policy=&amp;quot;Permissions&amp;quot;)] public IActionResult Get() { /* do get-y stuff in here */ } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Ah&amp;hellip;except it&amp;rsquo;s not that simple. &lt;em&gt;What&lt;/em&gt; permissions does a user need? First, let&amp;rsquo;s back up and see how authorization policies work. Again, the documentation on this topic is really very good, so I strongly encourage you to read it for yourself. However, I will try and summarize here. Policies are implemented via &amp;ldquo;Requirements&amp;rdquo;, and with each requirement there must be at least one associated authorization handler. The handlers determine whether or not their associated requirement is satisfied, and then finally the policy is satisfied if any requirement is met.&lt;/p&gt; &lt;p&gt;The tricky part about permissions is that you don&amp;rsquo;t know what permissions you need to check when the policy is defined, and polices aren&amp;rsquo;t parameterizable. All you can do is indicate in the attribute what policy to use, and then an &lt;code&gt;AuthorizationFilter&lt;/code&gt; is added to that action, and the &lt;code&gt;AuthorizationFilter&lt;/code&gt; evaluates the given policy (by evaluating each of its requirements until one succeeds or they all fail).&lt;/p&gt; &lt;p&gt;The &lt;code&gt;AuthorizationFilter&lt;/code&gt; makes use of a service that is registered for us when the Identity framework is configured: &lt;code&gt;IAuthorizationService&lt;/code&gt;. This service allows a bit more control over what things are being evaluated, which is to our advantage. Indeed, if you check out the &lt;a href=&#34;https://docs.asp.net/en/latest/security/authorization/resourcebased.html#authorizing-within-your-code&#34;&gt;Authorizing Within Your Code&lt;/a&gt; section in the documentation, you&amp;rsquo;ll see that the registered &lt;code&gt;IAuthorizationService&lt;/code&gt; can be injected into controllers just like anything else, which allows you do evaluate policies and even requirements directly. This is the basis of resource authorization, actually. The good news is that because the &lt;code&gt;IAuthorizationService&lt;/code&gt; gives us more control, parameterization is no longer an issue:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;public IActionResult Get() { if (await _authorizationService.AuthorizeAsync(User, context, /* requirement or policy goes here */)) { return View(); } else { return ChallengeResult(); } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Used like this, &lt;code&gt;IAuthorizationService&lt;/code&gt; can clearly allow us to use whatever policy or requirement we want on a request-by-request basis. Remember though: we wanted to do this in a declarative way using attributes. My solution to this problem was to use the &lt;code&gt;TypeFilterAttribute&lt;/code&gt;, which gives us access to the DI container. My &lt;a href=&#34;http://benjamincollins.com/blog/practical-permission-based-authorization-in-asp-net-core/#leveraging-dependency-injection:bc603b5d0602b8e850f1470fb6f73205&#34;&gt;previous post&lt;/a&gt; explained this technique adequately so I won&amp;rsquo;t repeat it all here, but here&amp;rsquo;s the code for the described technique that can give use a dependency-injected attribute like we wanted.&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;using System; using System.Threading.Tasks; using Microsoft.AspnetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.Extensions.Logging; using WebApplication.AspNetCore.Authorization; namspace WebApplication.AspNetCore.Mvc.Filters { public class RequiresPermissionAttribute : TypeFilterAttribute { public RequiresPermissionAttribute(params Permission[] permissions) : base(typeof(RequiresPermissionAttributeImpl)) { Arguments = new[] { new PermissionAuthorizationRequirement(permissions) }; } private class RequiresPermissionAttributeImpl : Attribute, IAsyncResourceFilter { private readonly ILogger _logger; private readonly IAuthorizationService _authService; private readonly PermissionAuthorizationRequirement _permissionRequirement; public RequiresPermissionAttributeImpl(Ilogger&amp;lt;RequiresPermissionAttribute&amp;gt; logger, IAuthorizationService authService, PermissionAuthorizationRequirement permissionRequirement) { _logger = logger; _authService = authService; _permissionRequirement = permissionRequirement; } public async Task OnResourceExecutionAsync(ResourceExecuting context, ResourceExecutionDelegate next) { _logger.LogTrace(&amp;quot;Executing RequiresPermissionAttributeImpl filter&amp;quot;); if (!await _authService.AuthorizeAsync(context.HttpContext.User, context.ActionDescriptor.ToString(), _permissionRequirement)) { context.Result = new ChallengeResult(); } else { await next(); } } } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;If you read this carefully, you&amp;rsquo;ll see a couple of types that aren&amp;rsquo;t explained here.&lt;br /&gt; &lt;a href=&#34;https://github.com/trinityrepublic/demo-authorization/blob/master/AspNetCore/Authorization/PermissionAuthorizationRequirement.cs&#34;&gt;&lt;code&gt;PermissionAuthorizationRequirement&lt;/code&gt;&lt;/a&gt;, explained in the previous post, and &lt;code&gt;PermissionAuthorizationHandler&lt;/code&gt;, which I will explain here (and also can be &lt;a href=&#34;https://github.com/trinityrepublic/demo-authorization/blob/master/AspNetCore/Authorization/PermissionAuthorizationHandler.cs&#34;&gt;found on GitHub&lt;/a&gt;):&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;using System.Linq; using System.Threading.Tasks; using Microsoft.AspnetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; using WebApplication.AspNetCore.Identity; using WebApplication.Models; namespace WebApplication.AspNetCore.Authorization { public class PermissionAuthorizationHandler : AuthorizationHandler&amp;lt;PermissionAuthorizationRequirement&amp;gt; { private readonly ILogger _logger; private readonly DemoUserManager&amp;lt;ApplicationUser&amp;gt; _userManager; public PermissionAuthorizationHandler(Ilogger&amp;lt;PermissionAuthorizationHandler&amp;gt; logger, DemoUserManager&amp;lt;ApplicatioNUser&amp;gt; userManager) { _logger = logger; _userManager = userManager; } protected override async Task HandleRequirementAsync(AuthorizationHandlerContext context, PermissionAuthorizationRequirement requirement) { var user = await _userManager.GetUserAsync(context.User); var currentUserPermissions = await _userManager.GetUserPermissionsAsync(user); var authorized = requirement.RequiredPermissions.AsParallel() .All(rp =&amp;gt; currentUserPermissions.Contains(rp)); if (authorized) context.Succeed(requirement); } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;There are yet more types here that need explanation, but we&amp;rsquo;ll be in the weeds really quickly if I try to explain everything in detail. To summarize, I wrote a custom user manager so that I would be able to load permissions when I get a user from the identity framework. Once I have a list of the current user&amp;rsquo;s permissions, it&amp;rsquo;s trivial to check to see if the required ones are in the list. If the required permissions are found, then I mark the context as successful for this particular requirement. This will cause the the call to &lt;code&gt;_authService.AuthorizeAsync(...)&lt;/code&gt; up above in &lt;code&gt;RequiresPermissionAttributeImpl.OnResourceExecutionAsync&lt;/code&gt; to return true, which means authorization succeeded, and our resource filter will allow the request to proceed through the action pipeline.&lt;/p&gt; &lt;h1 id=&#34;notes-about-wiring-things-up-in-startup-cs:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Notes about wiring things up in Startup.cs&lt;/h1&gt; &lt;p&gt;One of the tricky things about getting ideas like this to work is connecting the pieces to the framework. It seems very complicated when you&amp;rsquo;re first learning it, but once you have a handle on it, it won&amp;rsquo;t seem so complicated.&lt;/p&gt; &lt;h2 id=&#34;registering-the-custom-usermanager-for-the-identity-framework:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Registering the custom UserManager for the Identity Framework&lt;/h2&gt; &lt;p&gt;In the &lt;code&gt;Startup&lt;/code&gt; class, you&amp;rsquo;ll need to configure the Identity framework to use the custom &lt;code&gt;UserManager&lt;/code&gt;. In this case, it&amp;rsquo;s done in &lt;code&gt;ConfigureServices&lt;/code&gt;:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;public void ConfigureServices(IServiceCollection services) { // ... services.AddIdentity&amp;lt;ApplicationUser&amp;gt;, IdentityRole&amp;gt;() .AddEntityFrameworkStores&amp;lt;ApplicationDbContext&amp;gt;() .AddUserManager&amp;lt;DemoUserManager&amp;lt;ApplicationUser&amp;gt;&amp;gt;() // &amp;lt;--- right here! .AddDefaultTokenProvider(); // ... } &lt;/code&gt;&lt;/pre&gt; &lt;h2 id=&#34;registering-handlers-for-the-custom-authorization-requirement:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Registering handlers for the custom authorization requirement&lt;/h2&gt; &lt;p&gt;Just becauase you write a custom authorization requirement class doesn&amp;rsquo;t mean much of anything, even if you reference it in the invocation to &lt;code&gt;IAuthorizationService.AuthorizeAsync()&lt;/code&gt;. You have to register a handler for it in the dependency injection container so the &lt;code&gt;IAuthorizationService&lt;/code&gt; can look it up. It matches the requirement types for you, so all you have to do is register the handler like anything else:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;public void ConfigureServices(IServiceCollection services) { // ... services.AddScoped&amp;lt;IAuthorizationHandler, PermissionAuthorizationHandler&amp;gt;(); // ... } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;If you&amp;rsquo;ll remember from above, the handler inherits from &lt;code&gt;AuthorizationHandler&amp;lt;PermissionAuthorizationRequirement&amp;gt;&lt;/code&gt;. It has a generic type that matches the type of the requirement the handler handles, and the authorization service will match handlers based on that generic type.&lt;/p&gt; &lt;h1 id=&#34;wrap-up:edf38bf76e9397e52e908ae7737543bc&#34;&gt;Wrap up&lt;/h1&gt; &lt;p&gt;Of course, at this point the attribute can be used on a controller action:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;[Authorize] public class MyController : Controller { [RequiresPermission(Permissions.APermissionOfSomeKind)] public IActionResult SomeAction() { // stuff } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;I hope this clears up some gaps I left in the last post, and certainly check out my sample code: &lt;a href=&#34;https://github.com/trinityrepublic/demo-authorization&#34;&gt;trinityrepublic/demo-authorization&lt;/a&gt;;&lt;/p&gt; </description> </item> <item> <title>Using dependency injection while configuring services</title> <link>http://benjamincollins.com/blog/using-dependency-injection-while-configuring-services/</link> <pubDate>Tue, 09 Aug 2016 22:49:27 -0500</pubDate> <guid>http://benjamincollins.com/blog/using-dependency-injection-while-configuring-services/</guid> <description>&lt;p&gt;ASP.NET Core applications are configured using the &lt;code&gt;Configure&lt;/code&gt; and optionally, the &lt;code&gt;ConfigureServices&lt;/code&gt; methods of the startup class (typically &lt;code&gt;Startup&lt;/code&gt;). &lt;code&gt;ConfigureServices&lt;/code&gt; is used to set up the dependency injection container that ships with ASP.NET Core. The method signature looks like this:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;public void ConfigureServices(IServiceCollection services); &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;That &lt;code&gt;IServiceCollection&lt;/code&gt; instance is the developer&amp;rsquo;s surface area for configuring dependencies.&lt;/p&gt; &lt;p&gt;Mvc can be configured like this:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;public class Startup { // ... public void ConfigureServices(IServiceCollection services) { // ... services.AddMvc(); // ... } // ... } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;The extension methods offered by Mvc also allow you do do more than just apply the default configuration. There is also a method like this:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;public static IMvcBuilder AddMvc(this IServiceCollection services, Action&amp;lt;MvcOptions&amp;gt; setupAction); &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;You can pass an anonymous function for the &lt;code&gt;setupAction&lt;/code&gt; parameter, so you can do things like &lt;code&gt;services.AddMvc(options =&amp;gt; /* do stuff with MvcOptions */)&lt;/code&gt;. In my case, I wanted to add a default authorization filter globally, using the &lt;code&gt;MvcOptions.Filters&lt;/code&gt; property.&lt;/p&gt; &lt;pre&gt;&lt;code&gt;public void ConfigureServices(IServiceCollection services) { // ... services.AddMvc(options =&amp;gt; { options.Filers.Add(new AuthorizeFilter(/* uh....how do I get the default policy??? */)); }); // ... } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;As you might be able to guess from the above, &lt;code&gt;AuthorizeFilter&lt;/code&gt; requires a policy in the constructor. Unfortunately, there wasn&amp;rsquo;t a straightforward way to get the configured default authorization policy. I&amp;rsquo;ve seen this problem before with other things that need configuring. Sometimes you just need to know about other stuff that&amp;rsquo;s been configured without resorting to brittle hacks - but you can&amp;rsquo;t get direct access to the DI container in the context of the &lt;code&gt;ConfigureServices&lt;/code&gt; method because the container hasn&amp;rsquo;t been built yet! What we really need is a way to declare a deferred configuration that would get the benefit of injected dependencies.&lt;/p&gt; &lt;p&gt;Fortunately, ASP.NET Core does include such a mechanism. It&amp;rsquo;s part of the Options &amp;ldquo;sub-framework&amp;rdquo;. What you have to do is implement &lt;code&gt;IConfigureOptions&amp;lt;TOptions&amp;gt;&lt;/code&gt; for whatever &lt;code&gt;TOptions&lt;/code&gt; you need to configure, and then add that to the container. When the Options framework invokes all of its configurations, it will resolve classes of type &lt;code&gt;IConfigureOptions&amp;lt;&amp;gt;&lt;/code&gt; and then invoke the &lt;code&gt;Configure&lt;/code&gt; method on them. In my case, the solution was to write the following class and wire up a singleton to the DI container:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;class MvcConfiguration : IConfigureOptions&amp;lt;MvcOptions&amp;gt; { private reaodnly IOptions&amp;lt;AuthorizationOptions&amp;gt; _authOptions; public MvcConfiguration(IOption&amp;lt;AuthorizationOptions&amp;gt; authOptions) { _authOptions = authOptions; } public void Configure(MvcOptions options) { options.Filters.Add(new AuthorizeFilter(_authOptions.Value.DefaultPolicy)); } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Conveniently, the Options framework will just apply this configuration along with whatever else you have configured elsewhere, so you can do more complex things (that require injected dependencies) in your &lt;code&gt;IConfigureOptions&lt;/code&gt; class and still do simpler configuration for Mvc up in &lt;code&gt;ConfigureServices&lt;/code&gt;. The configurations will stack.&lt;/p&gt; &lt;p&gt;My &lt;code&gt;ConfigureServices&lt;/code&gt; method now looks like this:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;public void ConfigureServices(IServiceCollection services) { // ... services.AddMvc(); // configures the defaults, including default AuthorizationOptions services.AddSingleton&amp;lt;IConfigureOptions&amp;lt;MvcOptions&amp;gt;, MvcConfiguration&amp;gt;(); // my additional configuration // ... } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Thanks to Derek Gray (@tuespetre in the aspnetcore slack) for discussion that led me here.&lt;/p&gt; </description> </item> <item> <title>Practical Permissions-based Authorization in ASP.NET Core MVC</title> <link>http://benjamincollins.com/blog/practical-permission-based-authorization-in-asp-net-core/</link> <pubDate>Mon, 08 Aug 2016 22:55:37 -0500</pubDate> <guid>http://benjamincollins.com/blog/practical-permission-based-authorization-in-asp-net-core/</guid> <description> &lt;h1 id=&#34;the-new-identity-framework:bc603b5d0602b8e850f1470fb6f73205&#34;&gt;The New Identity framework&lt;/h1&gt; &lt;p&gt;As anyone following ASP.NET&amp;rsquo;s development in the last two years knows, ASP.NET Core has been released and there are a lot of changes. Gone are the days of IIS modules and handlers and the traditional ASP.NET pipeline. Instead, now we have a composable pipeline of delegates. Gone also are &lt;code&gt;System.Web&lt;/code&gt; and much of the monolithic frameworks that often were used in web applications. The Identity framework is one that has also changed. Before ASP.NET Core, the Identity framework supported Membership and Roles, where a user could have membership in a given role, and then authorization could be accomplished based on roles. More recently (but also before ASP.NET Core), Identity supported Claims. In the new Identity framework, policy-based authorization was introduced. Policy-based authorization allows for a great deal of flexibility by giving developers a high-level and well-defined way to integrate custom authorization mechanisms into the Identity framework. Read more about &lt;a href=&#34;https://docs.asp.net/en/latest/security/authorization/policies.html#custom-policy-based-authorization&#34;&gt;policy-based authorization on the ASP.NET Core documentation page&lt;/a&gt;.&lt;/p&gt; &lt;h1 id=&#34;resource-based-authorization:bc603b5d0602b8e850f1470fb6f73205&#34;&gt;Resource-based Authorization&lt;/h1&gt; &lt;p&gt;In this new, more flexible authorization landscape, Identity also supports the idea of &amp;ldquo;resource-based&amp;rdquo; authorization, or in other words, authorization that only applies to a specific web resource. To re-use the example shown in &lt;a href=&#34;https://docs.asp.net/en/latest/security/authorization/resourcebased.html#resource-based-authorization&#34;&gt;the documentation&lt;/a&gt;, imagine you have a &amp;ldquo;documents&amp;rdquo; resource in your application (be in API or user-facing web app, it doesn&amp;rsquo;t matter), where editing is a privileged action:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-c#&#34;&gt;public class DocumentController : Controller { private readonly IAuthorizationService _authSvc; private readonly IDocumentRepository _docRepo; public DocumentController(IAuthorizationService authSvc, IDocumentRepository docRepo) { _authSvc = authSvc; _docRepo = docRepo; } public async Task&amp;lt;IActionResult&amp;gt; Edit(Guid docId) { var doc = docRepo.Find(docId); // var is type Document if (await _authSvc.AuthorizeAsync(User, doc, Operations.Update)) { return View(doc); } else { return Challenge(); } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;a href=&#34;https://docs.asp.net/en/latest/security/authorization/policies.html#custom-policy-based-authorization&#34;&gt;The documentation&lt;/a&gt; ably explains the mechanics of what&amp;rsquo;s going on here, but this is the basis of how you might authorize particular actions.&lt;/p&gt; &lt;h1 id=&#34;permissions:bc603b5d0602b8e850f1470fb6f73205&#34;&gt;Permissions&lt;/h1&gt; &lt;p&gt;In my application, we have a more complicated authorization model than what can easily be represented by the &lt;code&gt;Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement&lt;/code&gt; class. We have a fairly complex permissions hierarchy that correspond to various features of the application, some of which are quite fine-grained. At last count, we have 83 specific permissions, and there are many features on our roadmap left to be implemented. We could use the &lt;code&gt;OperationAuthorizationRequirement&lt;/code&gt; class, but we would have a great many instances of this class to create and name. While this might be not-terrible for some uses, we also need to be able to represent &lt;em&gt;combinations&lt;/em&gt; of our permissions to represent &amp;ldquo;effective permissions&amp;rdquo;. It seemed to me that a requirement-per-effective-permission was not going to be practical because the list would already be unwieldy and error prone, and only get worse and quickly. Instead, I needed to write a parameterized requirement like this:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-c#&#34;&gt;public class PermissionsAuthorizationRequirement : IAuthorizationRequirement { public IEnumerable&amp;lt;Permission&amp;gt; RequiredPermissions { get; } public PermissionsAuthorizationRequirement(IEnumerable&amp;lt;Permission&amp;gt; requiredPermissions) { RequiredPermissions = requiredPermissions; } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;code&gt;Permission&lt;/code&gt; is an &lt;code&gt;enum&lt;/code&gt;, and this allows me to pass a list of them as the requirement&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:bc603b5d0602b8e850f1470fb6f73205:1&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:bc603b5d0602b8e850f1470fb6f73205:1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. Hopefully it&amp;rsquo;s apparent how this is more flexible than a instance-per-effective-permission would be, let alone class-per-effective-permission.&lt;/p&gt; &lt;p&gt;Now that I can express combined permissions easily, how can I use this so that I don&amp;rsquo;t have to manually check each resource and issues challenges?&lt;/p&gt; &lt;p&gt;One way to do this would be to abstract the authorization code into a base class for my authorized controllers, which would transform those lines to something like this:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;public async Task&amp;lt;IActionResult&amp;gt; Edit(Guid docId) { var doc = /* ... */ await RequirePermissions(Permission.OneThing, Permission.AnotherThing)); return View(doc); } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;This is better, but now I have to pull this base class into the inheritance hierarchy in order to reuse the code, and the authorization mechanism still clutters up my action.&lt;/p&gt; &lt;p&gt;Fortunately, MVC provides a way to wrap actions with some code that doesn&amp;rsquo;t have to be so intrusive: filters. So I think more ideally, I would be able to write this action method like this:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;[RequiresPermissions(Permission.One, Permission.Two)] public async Task&amp;lt;IActionResult&amp;gt; Edit(Guid docId) { /* ... */ } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;In fact, in an earlier iteration of my application, we used a custom authorization filter with exactly these semantics, although it operated outside the Identity framework and idiomatic MVC conventions &lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:bc603b5d0602b8e850f1470fb6f73205:2&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:bc603b5d0602b8e850f1470fb6f73205:2&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt; &lt;h1 id=&#34;leveraging-dependency-injection:bc603b5d0602b8e850f1470fb6f73205&#34;&gt;Leveraging Dependency Injection&lt;/h1&gt; &lt;p&gt;The trick here is that we need the DI container to get access to the &lt;code&gt;IAuthorizationService&lt;/code&gt; so that we can actually execute our authorization handler against the right &lt;code&gt;PermissionAuthorizationRequirement&lt;/code&gt;. One approach is to use the container as a service locator, although that pattern has become commonly understood to be an anti-pattern because it makes testing much more difficult (or even impossible), and it also means that the type interface of a function or class that relies on it doesn&amp;rsquo;t accurately describe its behavior, so we&amp;rsquo;d like to stick with constructor injection. MVC has never supported DI in filters - but it does in ASP.NET Core.&lt;/p&gt; &lt;p&gt;Take a look at the &lt;a href=&#34;https://docs.asp.net/en/latest/mvc/controllers/filters.html#configuring-filters&#34;&gt;documentation for configuring filters&lt;/a&gt;. Buried in there a bit is a demonstration of how to implement a &amp;ldquo;filter factory&amp;rdquo; as a filter itself. One that supports DI. So in my case, like this:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-c#&#34;&gt;public RequiresPermissionAttribute : TypeFilterAttribute { public RequiresPermissionAttribute(params Permission[] permissions) : base(typeof(RequiresPermissionAttributeImpl)) { Arguments = new[] { new PermissionAuthorizationRequirement(permissions) }; } private class RequiresPermissionAttributeImpl : Attribute, IAsyncResourceFilter { private readonly ILogger _logger; private readonly IAuthorizationService _authService; private readonly PermissionsAuthorizationRequirement _requiredPermissions; public RequiresPermissionAttributeImpl(ILogger&amp;lt;RequiresPermissionAttribute&amp;gt; logger, IAuthorizationService authService, PermissionsAuthorizationRequirement requiredPermissions) { _logger = logger; _authService = authService; _requiredPermissions = requiredPermissions; } public async Task OnResourceExecutionAsync(ResourceExecutionContext context, ResourceExecutionDelegate next) { if (!await _authService.AuthorizeAsync(context.HttpContext.User, context.ActionDescriptor.ToString(), _requiredPermissions)) { context.Result = new ChallengeResult(); } await next(); } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;There are a couple of things worth pointing out. Most importantly, you will notice that &lt;code&gt;TypeFilterAttribute&lt;/code&gt; is constructed only with knowledge of the &lt;em&gt;type&lt;/em&gt; of the private class. That alone will not be enough to construct an instance of &lt;code&gt;RequiresPermissionAttributeImpl&lt;/code&gt; because of the &lt;code&gt;requiredPermissions&lt;/code&gt; parameter. That won&amp;rsquo;t come from the DI container because this is a &lt;em&gt;parameterized&lt;/em&gt; attribute. Hopefully you&amp;rsquo;ve notice by now the line in the constructor for &lt;code&gt;RequiresPermissionsAttribute&lt;/code&gt;: it sets a property called &lt;code&gt;Arguments&lt;/code&gt;. &lt;code&gt;TypeFilterAttribute&lt;/code&gt; doesn&amp;rsquo;t construct its configured type right away. That happens later, and it exposes this &lt;code&gt;Arguments&lt;/code&gt; property specifically to allow us to parameterize the type to be constructed. I can easily pass in whatever I like from the attribute annotation itself (within the regular constraints of an attribute of course: const values only, and enums qualify), and then I can set the &lt;code&gt;Arguments&lt;/code&gt; property. Once that little bit of plumbing is taken care of, the private class can be written as though it were an attribute exposed like any other, but with the benefit of dependency injection - which means we can avoid anti-patterns &lt;em&gt;and&lt;/em&gt; leverage the existing Identity framework mechanisms to plug custom permissions-based authorization. Win-win.&lt;/p&gt; &lt;div class=&#34;footnotes&#34;&gt; &lt;hr /&gt; &lt;ol&gt; &lt;li id=&#34;fn:bc603b5d0602b8e850f1470fb6f73205:1&#34;&gt;It might occur to you to make the &lt;code&gt;Permission&lt;/code&gt; enumeration be a flags &lt;code&gt;enum&lt;/code&gt;, but remember: I&amp;rsquo;m already at 83 permissions. That would already demand more bits than are available in a .NET &lt;code&gt;long&lt;/code&gt;. &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:bc603b5d0602b8e850f1470fb6f73205:1&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id=&#34;fn:bc603b5d0602b8e850f1470fb6f73205:2&#34;&gt;This isn&amp;rsquo;t a knock on anyone. We &lt;em&gt;had&lt;/em&gt; to do something like this because we had requirements we needed to support and the church in ASP.NET Core (then &amp;ldquo;ASP.NET vNext&amp;rdquo;) was high and there were some gaps in the framework that kind of left us on our own. Now that ASP.NET Core is released, we are replacing that mechanism with this one as a part of our RC1 -&amp;gt; 1.0.0 porting effort. &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:bc603b5d0602b8e850f1470fb6f73205:2&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; </description> </item> <item> <title>an integration testing nightmare</title> <link>http://benjamincollins.com/blog/an-integration-testing-nightmare/</link> <pubDate>Thu, 12 May 2016 00:13:49 -0500</pubDate> <guid>http://benjamincollins.com/blog/an-integration-testing-nightmare/</guid> <description> &lt;h1 id=&#34;motivation:5093521704865ed62f2c109e95993525&#34;&gt;Motivation&lt;/h1&gt; &lt;p&gt;Testing is a goal of many software teams. It&amp;rsquo;s widely considered &amp;ldquo;virtuous&amp;rdquo; in software engineering to build tests along with an application or library that effectively describes the desired behavior, and then quantitatively scores whether or not the software achieves its stated goals (the tests &lt;em&gt;are&lt;/em&gt; the stated goals). This is commonly referred to &lt;a href=&#34;https://en.wikipedia.org/wiki/Test-driven_development&#34;&gt;test-driven development&lt;/a&gt;, or TDD. There are a couple of ways to go about writing tests, and one of the most widely discussed ways of testing is to write &amp;ldquo;unit tests&amp;rdquo; which by definition only test a single thing in isolation. Having your code be covered by as many unit tests as possible is a really good thing.&lt;/p&gt; &lt;p&gt;But sometimes testing is &lt;em&gt;really&lt;/em&gt; hard. Sometimes you can&amp;rsquo;t effectively isolate the thing you want to test. Also, sometimes you want to test your software at a functional level, not at the unit level. This kind of testing is called &amp;ldquo;integration&amp;rdquo; testing, or &amp;ldquo;functional testing.&amp;rdquo; In web applications, integration testing often needs to be done through a browser. This allows testers (or a test system) to avoid a lot of the trouble of isolating portions of an application or system to test and to focus on the behavior of the thing as the user would see it.&lt;/p&gt; &lt;p&gt;Automated testing is more desirable than manual testing, and so in order to do that, it&amp;rsquo;s helpful to have a browser that can run on a server without needing a UI or any kind of interactive session. One would think that this problem would be more thoroughly solved than it is - but they&amp;rsquo;d be wrong, so here&amp;rsquo;s a brief description of how my team solved this problem in our situation.&lt;/p&gt; &lt;p&gt;Our goals are simple: automated tests, run on our CI server, with results for each build reported back through the build server application (TeamCity in our case).&lt;/p&gt; &lt;h1 id=&#34;what-s-available:5093521704865ed62f2c109e95993525&#34;&gt;What&amp;rsquo;s Available&lt;/h1&gt; &lt;p&gt;&lt;a href=&#34;http://www.seleniumhq.org/&#34;&gt;Selenium&lt;/a&gt; has been around forever. The first I ever heard of doing testing &lt;em&gt;through a browser&lt;/em&gt;, this is what it was. But Selenium didn&amp;rsquo;t replace the browser, they&amp;rsquo;ve just made them scriptable. There are probably many situations where Selenium makes all the sense in the world, but in our case we didn&amp;rsquo;t want the hassle of supporting a browser and all that would go with that. Also, none of us has experience with Selenium, so it felt like a steep learning curve.&lt;/p&gt; &lt;p&gt;Something we could install via NPM and for which we could write scripts was what we had in mind, and we found &lt;a href=&#34;phantomjs.org&#34;&gt;PhantomJS&lt;/a&gt;, which seemed to fully fit the bill. It&amp;rsquo;s an adapted distribution of WebKit without the browser chrome, and there are integrations between it and TeamCity and the Mocha testing framework. Unfortunately, we had constant issues getting PhantomJS to run in our development environments, and building it from sources was, again, a bigger hassle than we wanted to take on. Also, NPM packages are unavailable in PhantomJS tests because it isn&amp;rsquo;t a Node module itself - it relies on the WebKit runtime. It acts as it&amp;rsquo;s own runtime in practice, so between the problems getting it to run at all, and the limitation to ES5-only, pure-javascript-only test scripts, we decided to take another look and see if there was something better.&lt;/p&gt; &lt;p&gt;Finally, I came across &lt;a href=&#34;http://nightmarejs.org&#34;&gt;NightmareJS&lt;/a&gt;. NightmareJS is similar to PhantomJS, but it&amp;rsquo;s based on Electron instead of WebKit, and it is written as a Node module. It also has integration with Mocha, and it allows for both headless and non-headless testing. We hadn&amp;rsquo;t really thought about this at the outset, but it&amp;rsquo;s pretty useful to see your script playing out on the UI when you&amp;rsquo;re developing the tests (see below). On the CI server, the tests can be run in a headless mode. Finally, because Nightmare is a Node module, the test scripts look just like any other Mocha test instead of a script specific to another runtime as was the case with PhantomJS.&lt;/p&gt; &lt;h1 id=&#34;the-setup:5093521704865ed62f2c109e95993525&#34;&gt;The Setup&lt;/h1&gt; &lt;p&gt;We&amp;rsquo;re using Node 6 for our front-end builds, and what&amp;rsquo;s nice is that this lets us write ES6 in our test scripts. No webpack!&lt;/p&gt; &lt;p&gt;Our team utilizes &lt;a href=&#34;https://mochajs.org/&#34;&gt;MochaJS&lt;/a&gt; for our testing framework because it allows us to describe units simply, and there are runners that can report results to TeamCity in a way that it understands. So, in our &lt;code&gt;package.json&lt;/code&gt;, we have some commands set up like this:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt;{ // stuff &amp;quot;scripts&amp;quot;: { &amp;quot;build&amp;quot;: &amp;quot;webpack&amp;quot;, &amp;quot;start&amp;quot;: &amp;quot;webpack-dev-server --content-base build/ --hot --progress --colors --host 0.0.0.0&amp;quot;, &amp;quot;test&amp;quot;: &amp;quot;mocha \&amp;quot;test/!(integration)/**/*.js\&amp;quot; --require babel-core/register --require ignore-styles&amp;quot;, &amp;quot;nightmare&amp;quot;: &amp;quot;mocha \&amp;quot;test/integration/**.js\&amp;quot; --require co-mocha&amp;quot;, &amp;quot;tc-test&amp;quot;: &amp;quot;mocha -R mocha-teamcity-reporter \&amp;quot;test/!(integration)/**/*.js\&amp;quot; \ --require babel-core/register --require ignore-styles&amp;quot;, &amp;quot;tc-nightmare&amp;quot;: &amp;quot;mocha -R mocha-teamcity-reporter \&amp;quot;test/integration/**.js\&amp;quot; --require co-mocha&amp;quot;, } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Note that this isn&amp;rsquo;t valid JSON - I had to break a line to avoid a funky layout issue on the blog.&lt;/p&gt; &lt;p&gt;Hopefully this is fairly self-explanatory. To run the tests, we just invoke &lt;code&gt;npm run nightmare&lt;/code&gt; on the console in a very similar way to the way we invoke our unit tests (&lt;code&gt;npm run test&lt;/code&gt;). We created separates scripts for use on the CI server with the only difference being the type of reporter used to emit results.&lt;/p&gt; &lt;p&gt;Here&amp;rsquo;s quick little screencast I made of NightmareJS doing its thing, using an example from their &lt;a href=&#34;https://github.com/segmentio/nightmare&#34;&gt;GitHub repository&lt;/a&gt;. Bigger version here: &lt;a href=&#34;http://recordit.co/wfjpxBVSyY&#34;&gt;recordit.co/wfjpxBVSyY&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/wfjpxBVSyY.gif&#34; alt=&#34;&#34; /&gt;&lt;/p&gt; &lt;h2 id=&#34;a-couple-of-tricks:5093521704865ed62f2c109e95993525&#34;&gt;A Couple of Tricks&lt;/h2&gt; &lt;p&gt;In order to run this thing headless on Linux, there&amp;rsquo;s one other thing that has to be configured: xvfb. Electron requires an X display to function, and xvfb creates a non-rendering X display for purposes just like these.&lt;/p&gt; &lt;p&gt;Another thing to note is that NightmareJS&amp;rsquo;s API is promise-based. This means you have to deal with that asynchronicity in your test scripts somehow. When just writing a script that will be run directly by Node, then you just call &lt;code&gt;.end()&lt;/code&gt; and use &lt;code&gt;.then()&lt;/code&gt; and &lt;code&gt;.catch()&lt;/code&gt; to resume where the promise is fulfilled, just like you would in any JS application. However, in a testing scenario, you&amp;rsquo;re not running a script directly with Node, you&amp;rsquo;re using a test runner. In our case, Mocha. So we have to have something to handle the Promises for us: &lt;a href=&#34;https://github.com/blakeembrey/co-mocha&#34;&gt;Co-Mocha&lt;/a&gt;. Look back up at our scripts definitions and you will see it required.&lt;/p&gt; &lt;p&gt;Here&amp;rsquo;s an example of one of our working tests (with some stuff changed to nonsense for privacy reasons):&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-js&#34;&gt;var Nightmare = require(&#39;nightmare&#39;); var expect = require(&#39;chai&#39;).expect; // jshint ignore:line describe(&#39;Test Login&#39;, function() { it(&#39;Should be able to login successfully&#39;, function*(done) { this.timeout(10000); var nightmare = Nightmare(); var link = yield nightmare .goto(&#39;http://our.website.com&#39;) .type(&#39;input[id=&amp;quot;email&amp;quot;]&#39;, &#39;user@email.com&#39;) .type(&#39;input[id=&amp;quot;password&amp;quot;]&#39;, &#39;password&#39;) .click(&#39;a[class=&amp;quot;btn btn-inline btn-primary&amp;quot;]&#39;) // FIXME: we need an ID on the login button! .wait(&#39;.page-title&#39;) .evaluate(function () { return document.location.href }) .end(); expect(link).to.equal(&#39;http://our.website.com/#/people/management/search&#39;); done(); }); }); &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;They key is this line: &lt;code&gt;var link = yield nightmare...&lt;/code&gt;. This uses a generator to return the promise back to the test runner to await completion. Things written after the generator will execute in a &lt;code&gt;.then()&lt;/code&gt; after the promise completes.&lt;/p&gt; &lt;p&gt;Hit me up with questions if you have any!&lt;/p&gt; </description> </item> <item> <title>introducing salty politics</title> <link>http://benjamincollins.com/blog/introducing-salty-politics/</link> <pubDate>Wed, 06 Apr 2016 01:23:29 -0500</pubDate> <guid>http://benjamincollins.com/blog/introducing-salty-politics/</guid> <description>&lt;p&gt;I&amp;rsquo;d like to call some attention to another blogging project I am trying to take on. I call it &lt;a href=&#34;https://saltypolitics.com&#34;&gt;Salty Politics&lt;/a&gt;. I&amp;rsquo;ve pushed the publish button on the first post there, called &lt;a href=&#34;https://saltypolitics.com/salty-politics-an-introduction-6be6350e31ff&#34;&gt;Salty Politics: An Introcution&lt;/a&gt;. Writing about politics is tricky enough on its own - but writing about them and trying to do it from a Christian perspective is doubly hard. The older generations used to have sayings along the lines of &amp;ldquo;never discuss politics or religion in polite company&amp;rdquo;, and there is wisdom in that. It&amp;rsquo;s hard to do without upsetting people from one or both angles.&lt;/p&gt; &lt;p&gt;Those of you who know me much at all know my political leanings to one degree or another, but the idea here is not to throw up yet another partisan blog. The idea is to publicly reason about how faith in Christ should drive the political activity of Christians and offer commentary about political events and personalities from that perspective. It is my earnest hope to someday have collaborators who have different political views that my own - but I gotta start somewhere.&lt;/p&gt; &lt;p&gt;Credit cover photo &lt;a href=&#34;https://www.flickr.com/photos/liquene/4367272051/in/photolist-dcaeVN-kWPKB-bDvmq8-9rTHhf-eKJuSo-eKJsp7-axjLJD-HPnt4-9E5d6y-e35fMD-9VKDWU-ocAia6-7DVpPZ-ocw9Cw-5qVrsu-ocAnrc-ocwjsG-nV72Yk-6irFvN-nV6Qvw-nV6S8u-nV72su-4ntnpo-ocBCKg-oeoChz-5R5CvB-6P6WZz-AtZhUT-DsDLNv-ocrUFo-nV6Z5p-4C2C7p-nV7aen-nV85ZB-ocw82A-ocAw16-ocrAyG-nV6TBv-nV8eck-nVgjus-oazoUs-wDL1R-t2vLVr-5vWTFq-5ggcdg-dhrRqy-4nBvHk-akYwZq-6UdoK6-4wsCdP/&#34;&gt;Alessandro Valli&lt;/a&gt;&lt;/p&gt; </description> </item> <item> <title>projects</title> <link>http://benjamincollins.com/projects/</link> <pubDate>Tue, 29 Mar 2016 22:46:57 -0500</pubDate> <guid>http://benjamincollins.com/projects/</guid> <description> &lt;p&gt; &lt;p&gt;&lt;span class=&#34;image center-image&#34;&gt; &lt;img src=&#34;http://benjamincollins.com/img/Strip-Side-project-650-finalenglish.jpg&#34; alt=&#34;Oooh, shiny!&#34; /&gt; &lt;/span&gt;&lt;/p&gt; &lt;a href=&#34;http://www.commitstrip.com/en/2014/11/25/west-side-project-story/&#34;&gt;Credit CommitStrip&lt;/a&gt;&lt;/p&gt; &lt;h2 id=&#34;useful-things:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;Useful things&lt;/h2&gt; &lt;h3 id=&#34;stacktrello-https-gist-github-com-aggieben-5811685:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://gist.github.com/aggieben/5811685&#34;&gt;StackTrello&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;A simple UserScript that adds a &amp;lsquo;trello&amp;rsquo; link to meta.* StackExchange posts to allow the user to rapidly create a trello card from the post. The purpose of this is to make SE sites even more useful as a bug-tracking / community management tool.For a brief screencast, see: &lt;a href=&#34;http://youtu.be/AUJ27ISlTVI&#34;&gt;http://youtu.be/AUJ27ISlTVI&lt;/a&gt;&lt;/p&gt; &lt;h2 id=&#34;substantial-contributions-to-other-projects:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;Substantial contributions to other projects&lt;/h2&gt; &lt;h3 id=&#34;weblocks-https-github-com-aggieben-weblocks:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://github.com/aggieben/weblocks&#34;&gt;Weblocks&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;I contributed quite a lot to a demo application (called &lt;a href=&#34;https://github.com/aggieben/simple-blog&#34;&gt;simple-blog&lt;/a&gt;) demonstrating how to use the Weblocks framework. I also made some screencasts about Weblocks and Lisp programming in an Emacs environment. Unfortunately, I have been unable to find where I hosted these, and the blog where I originally wrote about them is long gone.&lt;/p&gt; &lt;h2 id=&#34;graveyard:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;Graveyard&lt;/h2&gt; &lt;h3 id=&#34;cl-slimtimer-https-github-com-aggieben-cl-slimtimer:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://github.com/aggieben/cl-slimtimer&#34;&gt;cl-slimtimer&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Common Lisp implementation of slimtimer.com REST API&lt;/p&gt; &lt;h3 id=&#34;golang-sdk-for-trello-api-https-github-com-aggieben-trello:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://github.com/aggieben/trello&#34;&gt;Golang SDK for Trello API&lt;/a&gt;&lt;/h3&gt; &lt;h3 id=&#34;blogone-https-github-com-aggieben-blogone:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://github.com/aggieben/blogone&#34;&gt;BlogOne&lt;/a&gt;&lt;/h3&gt; &lt;h3 id=&#34;igx-https-github-com-aggieben-igx:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://github.com/aggieben/igx&#34;&gt;igx&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;This is what I could find from an older project that I did trying to build my own operating system (mostly a kernel) with the intent of building cluster machines. The ideas I was working on were related to stuff I had been thinking about and working on during my thesis research as well as the products I worked on at L-3. I completed quite a bit more than what is available on GitHub, but sadly this is all I could find.&lt;/p&gt; &lt;h3 id=&#34;qxlisp-https-github-com-aggieben-qxlisp:3c42bb4157bf51d85ae7ffc4e1685909&#34;&gt;&lt;a href=&#34;https://github.com/aggieben/qxlisp&#34;&gt;qxlisp&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;A backend RPC server for use with the Qooxdoo js framework (which I think is now defunct).&lt;/p&gt; </description> </item> <item> <title>about</title> <link>http://benjamincollins.com/about/</link> <pubDate>Tue, 29 Mar 2016 22:00:30 -0500</pubDate> <guid>http://benjamincollins.com/about/</guid> <description> &lt;p&gt;My name is Ben Collins. I&amp;rsquo;m a software engineer, father, husband, and Christ-follower. I blog about technology and code of course, but also occasionally about my faith, politics, or random things that interest me (like Star Wars!).&lt;/p&gt; &lt;h2 id=&#34;background:6083a88ee3411b0d17ce02d738f69d47&#34;&gt;Background&lt;/h2&gt; &lt;p&gt;I graduated with a B.S. in Computer Science from Texas A&amp;amp;M University - College Station (&lt;em&gt;The&lt;/em&gt; University), and then soon after with a M.Eng.&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:6083a88ee3411b0d17ce02d738f69d47:1&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:6083a88ee3411b0d17ce02d738f69d47:1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; in Computer Engineering&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:6083a88ee3411b0d17ce02d738f69d47:2&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:6083a88ee3411b0d17ce02d738f69d47:2&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;. I also got married during these years to the girl I had a crush on throughout 8-12&lt;sup&gt;th&lt;/sup&gt; grades.&lt;/p&gt; &lt;p&gt;Out of school I moved to Greenville, Texas. Why? Well&amp;hellip;mostly because it&amp;rsquo;s home. I grew up in neighboring Farmersville, where my parents still live. My wife is from Grenville, where her parents and extended family still live. I was able to get a job at the L-3 Communications facility there writing embedded software for airborne signal processing platforms, which I did for about 3 &lt;sup&gt;1&lt;/sup&gt;&amp;frasl;&lt;sub&gt;2&lt;/sub&gt; years.&lt;/p&gt; &lt;p&gt;After that, I decided to try something different and joined a small consulting agency out of Dallas through a connection with my friend, &lt;a href=&#34;https://www.simple-talk.com/blogs/author/2140-damon-armstrong/&#34;&gt;Damon Armstrong&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Later, I had an opportunity to work for a startup (also in Dallas), and that was unique adventure, but also one that didn&amp;rsquo;t end like we hoped - but I soon found myself working for &lt;a href=&#34;http://stackoverflow.com&#34;&gt;Stack Overflow&lt;/a&gt; (then going by Stack Exchange) as a developer on the Q&amp;amp;A team.&lt;/p&gt; &lt;p&gt;I left Stack Overflow in 2015 and founded my own services company, &lt;a href=&#34;http://trinityrepublic.com&#34;&gt;Trinity Republic&lt;/a&gt;, where we build applications for clients who need them.&lt;/p&gt; &lt;h2 id=&#34;random-personal-tidbits:6083a88ee3411b0d17ce02d738f69d47&#34;&gt;Random Personal Tidbits&lt;/h2&gt; &lt;p&gt;I am interested in the minutae of an absurd range of topics. I love sci-fi, and have lots of strong opinions about a variety of things. I have 6 beautiful children in whom my wife and I are heavily invested as homeschooling parents. I have aspirations of learning Spencerian script, some languages (Spanish, Mandarin, Gaelic), and being a competitive athlete (crossfit or triathlon). I fancy myself as a capable do-it-yourselfer (leading me, perhaps delusionally, to buy a home built in 1912). I am active in local politics, where I serve as an appointed official for my city.&lt;/p&gt; &lt;h2 id=&#34;my-faith:6083a88ee3411b0d17ce02d738f69d47&#34;&gt;My faith&lt;/h2&gt; &lt;p&gt;I believe in a real, personal God (i.e., he is actually a person), a historical Jesus who was crucified in a supreme act of love to provide a path for reconciliation with God to an irreconcilably corrupt human race, and then rose back to physical life as proof of this work and a foundation for hope in him.&lt;/p&gt; &lt;div class=&#34;footnotes&#34;&gt; &lt;hr /&gt; &lt;ol&gt; &lt;li id=&#34;fn:6083a88ee3411b0d17ce02d738f69d47:1&#34;&gt;I actually was close to completing a Master of Science and had done a lot of the work toward completing my thesis, but switched near the end to the Master of Engineering so that I could graduate sooner and get a job to provide for my wife and soon-to-be-born twin son and daughter. &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:6083a88ee3411b0d17ce02d738f69d47:1&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id=&#34;fn:6083a88ee3411b0d17ce02d738f69d47:2&#34;&gt;I chose computer engineering for my master&amp;rsquo;s program instead of computer science because the degree plan was more flexible. &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:6083a88ee3411b0d17ce02d738f69d47:2&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; </description> </item> <item> <title>Hugo on Azure from GitLab</title> <link>http://benjamincollins.com/blog/hugo-on-azure-from-gitlab/</link> <pubDate>Wed, 17 Feb 2016 00:38:53 -0600</pubDate> <guid>http://benjamincollins.com/blog/hugo-on-azure-from-gitlab/</guid> <description> &lt;h1 id=&#34;why:2269a556312195e0d126f9d2df51cae5&#34;&gt;Why?&lt;/h1&gt; &lt;p&gt;I recently came across &lt;a href=&#34;http://gohugo.io&#34;&gt;Hugo&lt;/a&gt;, a static website generator. It&amp;rsquo;s based on Go, and uses the Go templating engine. It sounded interesting, and I had been looking for something to re-build my personal website, so I decided to give it a try. The only thing one needs in order to host a Hugo-based website is hosting of some kind. I have Azure credits, so that seemed easy. I also wanted to push the sources for my website to a private repository, and I don&amp;rsquo;t have a paid GitHub account, so I needed something else. &lt;a href=&#34;http://gitlab.com&#34;&gt;GitLab.com&lt;/a&gt; allows users to have private repositories, so I decided to go with that.&lt;/p&gt; &lt;h1 id=&#34;setting-up-hugo:2269a556312195e0d126f9d2df51cae5&#34;&gt;Setting up Hugo&lt;/h1&gt; &lt;p&gt;Setting up a Hugo site is very easy. Really, it&amp;rsquo;s probably best to follow &lt;a href=&#34;http://gohugo.io/overview/quickstart/&#34;&gt;the documentation&lt;/a&gt;. However, I would add that once you pick a theme you&amp;rsquo;re going to work with (or create your own), you should probably not commit &lt;em&gt;all&lt;/em&gt; the themes as submodules. After I selected a theme, I cleared everything out of the &lt;code&gt;themes&lt;/code&gt; directory and then cloned just my theme directly as a submodule.&lt;/p&gt; &lt;p&gt;Also, go ahead and commit the Hugo executable in your repository. It&amp;rsquo;s not &lt;em&gt;that&lt;/em&gt; big, and we&amp;rsquo;ll need it during deployment. It&amp;rsquo;s actually a beautiful thing: we don&amp;rsquo;t have to deploy the entire Golang stack anywhere. All we need is the Hugo executable.&lt;/p&gt; &lt;h1 id=&#34;setting-up-azure:2269a556312195e0d126f9d2df51cae5&#34;&gt;Setting up Azure&lt;/h1&gt; &lt;p&gt;Next, I needed to set up the Azure website. Using the portal, it&amp;rsquo;s pretty simple to create a &amp;ldquo;web app&amp;rdquo; service. Once that was done, I needed to set up continuous deployment so I could deploy from Git.&lt;/p&gt; &lt;h2 id=&#34;continuous-deployment:2269a556312195e0d126f9d2df51cae5&#34;&gt;Continuous Deployment&lt;/h2&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/cd-screenshot.png&#34; alt=&#34;continuous deployment&#34; /&gt;&lt;/p&gt; &lt;p&gt;Since I&amp;rsquo;m using GitLab and Azure doesn&amp;rsquo;t have a specific integration for it, I set this up as an &amp;ldquo;External Repository&amp;rdquo;. All that&amp;rsquo;s required for an external repository is a clone url and a branch name. Since I&amp;rsquo;m going to later rely on SSH keys to authenticate the Azure deployment service (Kudu) to my private repository, I use an SSH clone url: &lt;code&gt;git@gitlab.com:myusername/mysitename.git&lt;/code&gt;. I&amp;rsquo;m using the &lt;code&gt;master&lt;/code&gt; branch.&lt;/p&gt; &lt;h2 id=&#34;customizing-deployment:2269a556312195e0d126f9d2df51cae5&#34;&gt;Customizing Deployment&lt;/h2&gt; &lt;p&gt;Kudu allows you to &lt;a href=&#34;https://github.com/projectkudu/kudu/wiki/Custom-Deployment-Script&#34;&gt;customize your deployment process&lt;/a&gt;, and that&amp;rsquo;s what I needed to do. I also wanted to support more advanced deployment features, like Azure&amp;rsquo;s deployment slots. In order to support those kinds of things, I wanted to do some basic variable substitution in the Hugo config file (&lt;code&gt;config.toml&lt;/code&gt;). For example, I set &lt;code&gt;baseurl&lt;/code&gt; to &lt;code&gt;http://%%HTTP_HOST%%/&lt;/code&gt;, and then in my deployment script I replace that with the &lt;code&gt;$env:WEBSITE_HOSTNAME&lt;/code&gt; environment variable on Azure. That allows me to have one set of files that can be continuously deployed to production &lt;em&gt;and&lt;/em&gt; non-production deployment slots. &lt;!-- need footnote here about how deployment slots actually aren&#39;t that helpful because swapping can cause the ssh key to change --&gt;.&lt;/p&gt; &lt;p&gt;Kudu will read a &lt;code&gt;.deployment&lt;/code&gt; file in the root of your repository, and in it we can specify a deployment command. Also, the Azure CLI can generate a deployment script to use as a basis for your own custom steps (see the Kudu link above regarding custom deployment scripts), so I did that, and then wrote these steps:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-powershell&#34;&gt;# 1. Variable substitutions if ($env:HTTP_HOST -ne &amp;quot;&amp;quot;) { echo &amp;quot;doing substitutions on $DEPLOYMENT_SOURCE\config.toml&amp;quot; gc &amp;quot;$DEPLOYMENT_SOURCE\config.toml&amp;quot; ` | %{ $_ -replace &#39;%%HTTP_HOST%%&#39;, $env:WEBSITE_HOSTNAME } ` | out-file -encoding ascii &amp;quot;$DEPLOYMENT_SOURCE\config.new.toml&amp;quot; mv &amp;quot;$DEPLOYMENT_SOURCE\config.toml&amp;quot; &amp;quot;$DEPLOYMENT_SOURCE\config.old.toml&amp;quot; mv &amp;quot;$DEPLOYMENT_SOURCE\config.new.toml&amp;quot; &amp;quot;$DEPLOYMENT_SOURCE\config.toml&amp;quot; rm &amp;quot;$DEPLOYMENT_SOURCE\config.old.toml&amp;quot; exitWithMessageOnError &amp;quot;HTTP_HOST substitution failed&amp;quot; } # 2. Hugo in temporary path &amp;amp; &amp;quot;$DEPLOYMENT_SOURCE/bin/hugo.exe&amp;quot; -s &amp;quot;$DEPLOYMENT_SOURCE&amp;quot; ` -d &amp;quot;$DEPLOYMENT_SOURCE/public&amp;quot; --log -v exitWithMessageOnError &amp;quot;Hugo site generation failed&amp;quot; &lt;/code&gt;&lt;/pre&gt; &lt;h1 id=&#34;setting-up-gitlab:2269a556312195e0d126f9d2df51cae5&#34;&gt;Setting up GitLab&lt;/h1&gt; &lt;p&gt;It doesn&amp;rsquo;t take much to &amp;ldquo;set up&amp;rdquo; GitLab. Once you have a repository and you&amp;rsquo;re able to push to it, all that remains is to ensure that the Azure deployment service (Kudu) has access to it and to set up a webhook to notify Azure when changes are pushed. If you&amp;rsquo;re using a public repo, you&amp;rsquo;re already done. Just use HTTPS and skip this step. If you&amp;rsquo;re using a private repo like me, then you&amp;rsquo;ll need to use Kudu&amp;rsquo;s ssh keys as deploy keys on GitLab.&lt;/p&gt; &lt;h2 id=&#34;deploy-keys:2269a556312195e0d126f9d2df51cae5&#34;&gt;Deploy Keys&lt;/h2&gt; &lt;p&gt;First, log in to the Kudu service for your Azure website: &lt;code&gt;https://{sitename}.scm.azurewebsites.net&lt;/code&gt; - there&amp;rsquo;s actually a link with the password in it on the azure portal blade for the site. Once you&amp;rsquo;re authenticated, you&amp;rsquo;ll have a cookie and will be able to do the next part (or you could skip this and just use the &lt;code&gt;username:password&lt;/code&gt;-formatted url you can get from your publishing settings). Go to &lt;code&gt;https://{sitename}.scm.azurewebsites.net/api/sshkey?ensurePublicKey=1&lt;/code&gt;. The result will be an ssh public key as a json string, so copy the parts between the quotes and then head over to GitLab and paste it in as a deploy key.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/deploy-key-screenshot.png&#34; alt=&#34;deploy keys&#34; /&gt;&lt;/p&gt; &lt;p&gt;These keys will provide anonymous, read-only access to the repository for the Kudu service.&lt;/p&gt; &lt;h2 id=&#34;webhook:2269a556312195e0d126f9d2df51cae5&#34;&gt;Webhook&lt;/h2&gt; &lt;p&gt;Finally, to get your website to deploy when you push to Git, you need to configure a webhook on your project in GitLab. Again referencing the &lt;a href=&#34;https://github.com/projectkudu/kudu/wiki/Continuous-deployment&#34;&gt;Kudu documentation&lt;/a&gt;, we need the hook to target &lt;code&gt;https://$mysite:BigRandomPassword@mysite.scm.azurewebsites.net/deploy&lt;/code&gt;. You can copy the site credentials (the &lt;code&gt;$mysite:pssword&lt;/code&gt; part in the url) from the Azure Portal:&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/azure-site-credentials.png&#34; alt=&#34;Azure site credentials&#34; /&gt;&lt;/p&gt; &lt;p&gt;With this information, you can navigate to your GitLab project and go to the &amp;ldquo;Webhook&amp;rdquo; tab (Project &amp;gt; Settings &amp;gt; Web Hooks). The default settings should be adequate (&amp;ldquo;Push events&amp;rdquo; checked, &amp;ldquo;Enable SSL verification&amp;rdquo; checked). Click on Add Web Hook, and then copy in the url above including the credentials obtained from the Azure portal.&lt;/p&gt; &lt;h1 id=&#34;fin:2269a556312195e0d126f9d2df51cae5&#34;&gt;Fin&lt;/h1&gt; &lt;p&gt;That&amp;rsquo;s it! I (and hopefully you too, if that&amp;rsquo;s what you were going for) have continuous deployment set up for my Hugo site on Azure.&lt;/p&gt; </description> </item> <item> <title>A Review of Episode VII: The Force Awakens</title> <link>http://benjamincollins.com/blog/a-review-of-episode-vii-the-force-awakens/</link> <pubDate>Wed, 30 Dec 2015 00:00:00 +0000</pubDate> <guid>http://benjamincollins.com/blog/a-review-of-episode-vii-the-force-awakens/</guid> <description> &lt;p&gt;I have an idea about who Rey is, and I think it&amp;rsquo;s somewhat original. I thought of it on my own, anyway.&lt;/p&gt; &lt;p&gt;Warning: there are definitely spoilers all over this post. If you haven&amp;rsquo;t seen the film and you still want he suspense of not knowing, then DO NOT READ THIS.&lt;/p&gt; &lt;p&gt;I went to go see The Force Awakens three times. First, I went with my wife to the opening show.&lt;/p&gt; &lt;h1 id=&#34;first-impressions:c3c19f67055bd5cab1b657b0223d1ccc&#34;&gt;First Impressions&lt;/h1&gt; &lt;p&gt;I was very excited to see this movie. I&amp;rsquo;m an avid Star Wars fan, and sci-fi enthusiast. Seeing this in a 3D IMAX theater was pretty neat, although it wasn&amp;rsquo;t much of a downer to see it on a regular 2D screen later on. The visuals and score were really very good. The fact that LucasFilm actually engineered a real BB-8 droid is just fantastic. The realism of that character in the movie makes a difference in making you feel like you&amp;rsquo;re in the story, not just an observer. I also appreciate the attention to detail. For example, ever wonder why you can see the weapons firing if they&amp;rsquo;re lasers? That&amp;rsquo;s because weapons used in the movies are not lasers - they are plasma weapons. Plasma is not light, and so it would propagate differently than lasers would, which are merely focused light. That was apparent in this movie, where the blaster bolts seemed a little bit like lit-up trails of goo. It&amp;rsquo;s particularly apparent in the scene where Kylo Ren actually freezes a blast mid-air. Now, whether plasma would actually propagate that way is beyond my ability to analyze, but the movie makes it clearly distinct from what we understand lasers to be.&lt;/p&gt; &lt;p&gt;I also thought Abrams (or the writers) did a pretty neat job of inserting humor into the dialogue without giving the viewer a campy feel. They get a few laughs from BB-8 like the writers of the original trilogy did with R2D2, but they also get a couple laughs from the main characters as well. I laughed. Most people in the theater with me did as well.&lt;/p&gt; &lt;p&gt;I thought some of the parallels with Episode IV: A New Hope were a bit overwraught:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The main protagonist is held by obligation or loyalty to family in a desolate planet (a desert planet, no less)&lt;/li&gt; &lt;li&gt;A fugitive droid carrying much-sought-after information involves the protagonist in the great movements of the galaxy&lt;/li&gt; &lt;li&gt;The quest to see the droid/information in the right hands leads the protagonist away from the desert planet with the help of Han Solo via a canteena with multi-species live music&lt;/li&gt; &lt;li&gt;The bad guys have built another death star (this time bigger and badder), but still with an exposed single point of failure&lt;/li&gt; &lt;li&gt;A protagonist has to be rescued from the death star (in this case, the main one)&lt;/li&gt; &lt;li&gt;Once the droid/information is returned to the good guys, they work to blow up the death star&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;I understand why they did that - they wanted to capture as much of the fan base from the other movies as possible, and for most people I think these parallels are pretty fun. I enjoyed them - but I also think there was something of an opportunity cost in that they could have done something more original (albeit at the risk of not capitalizing on the value of the brand as well, which was the whole point).&lt;/p&gt; &lt;p&gt;There were two things that really bothered me though, and those were: the fundamental absence of Luke from the story (more on that later); and Rey. Walking out of the theater the first time, I thought they had overplayed their desire to have a strong female lead. The scene in which Rey expresses irritation that Fin grabbed her hand felt very in-your-face, and worse, they had her exercising abilities out of nowhere that in every other part of the canonical Star Wars universe took years of training to manifest. Even Luke Skywalker was unable to exercise any degree of mastery over the force without training by a master - but Rey seems to just be able to do it.&lt;/p&gt; &lt;p&gt;This bothered me a lot. Why would Rey be able to withstand and even counter a force-assisted interrogation by a trained opponent? Why would she, completely untrained, be able to perform the &amp;ldquo;Jedi mind trick&amp;rdquo; on the stormtrooper guarding her cell on Starkiller Base? How could she possibly exercise a telekinesis stronger than Kylo Ren&amp;rsquo;s when they both reach out with the force for Luke&amp;rsquo;s lightsaber? How could she possibly successfully combat a trained, superior opponent with a lightsaber, which she has never held before? Were the writers really that desperate for a &amp;ldquo;I can do anything you can do but better&amp;rdquo; kind of feminism to come through on screen? If not that, did they simply not care about continuity? Don&amp;rsquo;t they know that if the viewers are unable to maintain their suspense of disbelief, then the story is dead (that&amp;rsquo;s he critical ingredient of any good sci-fi)?&lt;/p&gt; &lt;p&gt;Then I started trying to think about who Rey could possibly be that she would be this character that I just saw. I read one explanation for her swordsmanship: she had learned to defend herself on Jakku with a staff, and a staff and sword can lend themselves to similar techniques. That sounds somewhat plausible, but I was unconvinced. There are also theories about her being Luke&amp;rsquo;s daughter, but her force-sensitivity is the only evidence for that, and there are plenty of contradictions: Han and Leia would have responded to her differently if she were their niece; and why would Luke have dumped her on Jakku? Similarly with speculation that she is Han and Leia&amp;rsquo;s daughter. Besides - the Skywalkers aren&amp;rsquo;t the only family in the galaxy with force sensitivity.&lt;/p&gt; &lt;p&gt;Then it struck me. The key is the scene in Maz Kenata&amp;rsquo;s place. Remember how Maz said that she had learned to read people through their eyes (the line was something like &amp;ldquo;when you&amp;rsquo;ve lived as long as I have, you learn to see the same eyes in different people&amp;rdquo;)? When Fin goes to try to find passage with those traders and Rey walks off after him, Maz shifts her attention back to Han and asks, &amp;ldquo;so, who&amp;rsquo;s the girl?&amp;rdquo; Then the camera immediately moves back to Rey so that you don&amp;rsquo;t hear any of what Han tells her. &lt;strong&gt;I think Maz knows that Han already knows who she is.&lt;/strong&gt; That was the first key insight.&lt;/p&gt; &lt;h1 id=&#34;another-look-who-is-rey:c3c19f67055bd5cab1b657b0223d1ccc&#34;&gt;Another Look: Who is Rey?&lt;/h1&gt; &lt;p&gt;I saw the film another time, and this time I wanted to test out the idea that Han already knew who she was. It seemed to hold water. Remember how she fixed the issue with the compressor on the hyperdrive line (or something&amp;hellip;can&amp;rsquo;t quite remember the terms there), looking back at Han saying, &amp;ldquo;I bypassed the compressor&amp;rdquo;? He looked at her and just said &amp;ldquo;huh&amp;rdquo;. Then, they landed on the planet where Maz Kenata&amp;rsquo;s was, and he offered her a job on the Millenium Falcon. Didn&amp;rsquo;t he just meet this girl? Isn&amp;rsquo;t that kinda odd? But what if he already knew her proficiencies and wanted to keep her close because he already knows that she has an association with Luke?&lt;/p&gt; &lt;p&gt;Now fast-forward back to the cantina scene: a little later, she wanders down to the basement corridor because of the voices she&amp;rsquo;s hearing, trying to find their source. She finds herself opening a small wooden crate, and looking at Luke&amp;rsquo;s lightsaber. She touches it and has a vision: scenes in a corridor, and then falling out of that corridor escaping what appears to be a collapsing building or something, into the rain. She then sees Kylo Ren standing over what appears to be a battlefield with a small cohort behind him.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/ren_rain.png&#34; alt=&#34;Kylo Ren in a past memory&#34; /&gt;&lt;/p&gt; &lt;p&gt;Then she sees a robed figure with a robotic hand reaching up to R2D2 (and given the ending of the movie in which Luke has the uncovered robotic hand), it seems pretty clear that this is Luke.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/luke-vision.png&#34; alt=&#34;Luke Skywalker in a past memory, reaching up to R2-D2&#34; /&gt;&lt;/p&gt; &lt;p&gt;Then she envisions the fight with Ren in a snowy forest:&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/ren-snow.png&#34; alt=&#34;Foreseeing the fight with Ren to come&#34; /&gt;&lt;/p&gt; &lt;p&gt;I think the &amp;ldquo;vision&amp;rdquo; is actually memories triggered by Luke&amp;rsquo;s lightsaber, followed by a force-induced vision of the future. Whether or not the lightsaber is imbued with some sort of &amp;ldquo;force aura&amp;rdquo; of the owner, or if it simply was an an artifact of some import isn&amp;rsquo;t important. The snowy fight scene obviously occurs later in the film, but we get no further explanation of the other parts of the vision.&lt;/p&gt; &lt;p&gt;Then when Maz intercepts her in the cellar, she wants her to embrace the force, and take Luke&amp;rsquo;s lightsaber, and also indicates that the family she is waiting to come back for her on Jakku isn&amp;rsquo;t coming back. From the earlier conversation between herself and Han, Maz knows that Rey is a force user. Rey doesn&amp;rsquo;t accept what she&amp;rsquo;s saying and runs out, but displays an increasing aptitude in the aforementioned skills with the force.&lt;/p&gt; &lt;p&gt;This is when I decided who I think Rey is: she is one of Luke&amp;rsquo;s students. &lt;strong&gt;She&amp;rsquo;s one of the New Jedi.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;What we&amp;rsquo;re witnessing here is a sort of Star Wars-y Bourne Identity. I think she actually has already been trained in the use of the force. I think when Ben Solo turned on Luke and became Kylo Ren, Luke used the force to block the memories of whatever of the New Jedi were remaining and then hid them around the galaxy in backwaters like Jakku in order to keep them safe - so I also think there are more Rey-type characters out there. I think he also instructed R2D2 to go into hibernation for some specified period of time, and then went into hiding himself until such time that the First Order would be vulnerable (maybe the destruction of the Starkiller Base triggered R2D2 - or maybe Luke felt the base destroyed and sent a signal to R2).&lt;/p&gt; &lt;p&gt;This helps me with what bothered me about Luke&amp;rsquo;s absence: what if he had actually masterminded a lot of this to begin with? He is a Jedi Master at this point, right (probably)?&lt;/p&gt; &lt;p&gt;After these conclusions, it all makes so much more sense to me, and I love this film. I think Rey is a really fantastic character, and I absolutely love the idea of a defecting storm trooper (like, why didn&amp;rsquo;t this happen before!?).&lt;/p&gt; </description> </item> <item> <title>Hack the Backyard II</title> <link>http://benjamincollins.com/blog/hack-the-backyard-ii/</link> <pubDate>Sat, 28 Nov 2015 00:00:00 +0000</pubDate> <guid>http://benjamincollins.com/blog/hack-the-backyard-ii/</guid> <description> &lt;h1 id=&#34;yarwppt:da89dd30c63dded3f4644fe487658c11&#34;&gt;YARWPPT&lt;/h1&gt; &lt;p&gt;So, working remotely can be a desirable state of affairs for a lot of people. But there are some things that one has to give particular attention to in order to succeed.&lt;/p&gt; &lt;h2 id=&#34;communication-presence:da89dd30c63dded3f4644fe487658c11&#34;&gt;Communication &amp;amp; Presence&lt;/h2&gt; &lt;p&gt;In part one, I called out feelings of isolation and difficulties in communication as challenges to be overcome. The basic problem in both areas is that there isn&amp;rsquo;t a direct replacement for being co-located with your teammates. Understanding what it is you&amp;rsquo;re replacing is the first step.&lt;/p&gt; &lt;p&gt;When you&amp;rsquo;re co-located, you take for granted that you can just pop over to someone&amp;rsquo;s office and have a quick conversation (never mind that you just destroyed that person&amp;rsquo;s concentration), or collaborate on a whiteboard. When you&amp;rsquo;re not co-located, you have to be much more deliberate to accomplish the same tasks.&lt;/p&gt; &lt;p&gt;There&amp;rsquo;s also the notion of &lt;em&gt;presence&lt;/em&gt;, which is hard to quantify, but it&amp;rsquo;s the benefit of just being around people. When they&amp;rsquo;re working hard on something, you know. You know when they arrive to and leave from work. You can sometimes tell if they&amp;rsquo;re having a bad day. You also feel like part of a group working toward a common goal.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/isolated.jpg&#34; alt=&#34;feeling isolated&#34; title=&#34;feeling isolated&#34; /&gt;&lt;/p&gt; &lt;p&gt;When you&amp;rsquo;re remote you have to be much more intentional about achieving the same results.&lt;/p&gt; &lt;h2 id=&#34;tools:da89dd30c63dded3f4644fe487658c11&#34;&gt;Tools&lt;/h2&gt; &lt;p&gt;The way to replace what you&amp;rsquo;ve lost by not being co-located is to use helpful tools. No one tool will do everything for you, but in my opinion, with the right set of tools you can get very, very close. Let&amp;rsquo;s first talk about the tool that will get you the last 15%, and then the remainder of the post will be about chat, which is the 80% tool.&lt;/p&gt; &lt;h3 id=&#34;video-conferencing:da89dd30c63dded3f4644fe487658c11&#34;&gt;Video conferencing&lt;/h3&gt; &lt;p&gt;A tool that you should use as frequently as possible is some sort of video conferencing tool. My personal favorite is Google Hangouts, but there are other inexpensive tools available. Webcams are nearly ubiquitous, so you don&amp;rsquo;t need a $20,000 A/V conferencing set up. You should use these tools directly from your own laptop. Whenever you might have a problem communicating with chat, use video chat instead. Use it for &amp;ldquo;face time&amp;rdquo;. Use it for meetings. This goes a long way toward making you feel like part of the group. It does a lot to replace presence.&lt;/p&gt; &lt;h3 id=&#34;chat:da89dd30c63dded3f4644fe487658c11&#34;&gt;Chat&lt;/h3&gt; &lt;p&gt;Now, for the big one: chat. Chat is by far the most important tool in your day-to-day toolbox, and everyone on your team should be using it. &lt;em&gt;All&lt;/em&gt; team communication that is not in video conferencing should happen in your chat tool, even (and especially) between people that are co-located. Chat makes your communications searchable, transparent, and explicit. Sometimes chat communications aren&amp;rsquo;t clear, but video calls are useful for clearing those up. Most importantly, chat makes your remote teammates &lt;em&gt;belong&lt;/em&gt; by not being left out. When you have that hallway conversation in chat instead of in the hallway, your remote person gets to listen in. If you have it in the hallway, you leave him or her out, which contributes to feelings of isolation - it&amp;rsquo;s really no good. So commit to using chat.&lt;/p&gt; &lt;p&gt;Once you&amp;rsquo;re committed to chat, there are a few tips for making it better.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Keep things in a common chatroom or channel. One of my gripes about Slack chat is that is encourages the proliferation of channels, but you don&amp;rsquo;t want to be more fragmented than on a team level. Chat between people working on the same team should be in a common channel. Sometimes people feel bashful about public chat and might lean toward starting private chats, but this is almost always unnecessary. Think of it by analogy: anything you wouldn&amp;rsquo;t feel the need to say only after pulling a coworker aside and closing the door can and should be said in public. If you &lt;em&gt;would&lt;/em&gt; pull a coworker aside and close the door, then a private chat is appropriate.&lt;/li&gt; &lt;li&gt;If your chat tool supports it, use replies so that conversations can be traced. Slack&amp;rsquo;s doesn&amp;rsquo;t, unfortunately. This is my only feature request for Slack, and they&amp;rsquo;ve been &amp;ldquo;working on it&amp;rdquo; for over a year, so I&amp;rsquo;m pretty pessimistic.&lt;/li&gt; &lt;li&gt;Use integrations, if possible. If you have GitHub integrations and use GitHub for source control and issue tracking, use the GitHub links or notation if supported.&lt;br /&gt;&lt;/li&gt; &lt;li&gt;Take advantage of the fact that people can&amp;rsquo;t see your body language. If you&amp;rsquo;re upset by something someone else said in chat, just chill for a bit and come up with the response that you won&amp;rsquo;t look back on with regret. Be diplomatic and professional.&lt;/li&gt; &lt;li&gt;Learn to use the formatting capabilities of your chat. This includes learning how to post images, because sometimes the best way to communicate is to take a screenshot (and possibly annotate it) and then refer to it in chat.&lt;/li&gt; &lt;li&gt;Learn your chat&amp;rsquo;s search features. Slack has excellent search capabilities.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;That&amp;rsquo;s it for now (I may edit this list if I think of more).&lt;/p&gt; </description> </item> <item> <title>Hack the Backyard I</title> <link>http://benjamincollins.com/blog/hack-the-backyard-i/</link> <pubDate>Wed, 21 Oct 2015 09:24:49 -0500</pubDate> <guid>http://benjamincollins.com/blog/hack-the-backyard-i/</guid> <description> &lt;h1 id=&#34;yarwppo:c28565d40807e5c7a9b5c1ff5a003b04&#34;&gt;YARWPPO&lt;/h1&gt; &lt;p&gt;Well, it seems like everyone I know is writing posts on working remotely&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:c28565d40807e5c7a9b5c1ff5a003b04:1&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:c28565d40807e5c7a9b5c1ff5a003b04:1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, so I should do one too. I&amp;rsquo;ve actually been doing this longer than almost everyone else I know working remotely, so it&amp;rsquo;s probably past time anyway.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/no_idea_dog.jpg&#34; alt=&#34;actual remote worker&#34; title=&#34;actual remote worker&#34; /&gt;&lt;/p&gt; &lt;p&gt;So does remote working mean you just play video games in your jammies all day, answering calls and email occasionally to make it look like you&amp;rsquo;re working? What does remote working &lt;em&gt;actually&lt;/em&gt; look like? Do remote workers actually get anything done without supervision? How can a remote worker be successful? What are some best practices for a remote worker?&lt;/p&gt; &lt;h1 id=&#34;yes-it-s-awesome:c28565d40807e5c7a9b5c1ff5a003b04&#34;&gt;Yes, It&amp;rsquo;s Awesome&lt;/h1&gt; &lt;p&gt;Working remotely is &lt;em&gt;really&lt;/em&gt; awesome. Truly. I can put in 8-10 hours days just like any other worker, but then instead of taking two hours of my life&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:c28565d40807e5c7a9b5c1ff5a003b04:2&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:c28565d40807e5c7a9b5c1ff5a003b04:2&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; and flushing them down the toilet, while simultaneously contributing to poor air quality, traffic congestion, and paying for the privilege in the form of fuel and vehicle costs, I can:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;eat all three meals with my family every day&lt;/li&gt; &lt;li&gt;drink coffee made by my 6-year-old who is stoked to get to come into my office and push the french press plunger down&lt;/li&gt; &lt;li&gt;start work at 9am, but have already had 2 hours of time to do things that matter to me&lt;/li&gt; &lt;li&gt;work until 6 (or later, as often as not) but still get to have time for family or yardwork or other things that go off best with daylight.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&amp;hellip;and much more.&lt;/p&gt; &lt;h1 id=&#34;dem-tradeoffs:c28565d40807e5c7a9b5c1ff5a003b04&#34;&gt;Dem Tradeoffs&lt;/h1&gt; &lt;p&gt;As much as it&amp;rsquo;s awesome, there are some downsides as well, including some that any people don&amp;rsquo;t consider.&lt;/p&gt; &lt;h2 id=&#34;isolation:c28565d40807e5c7a9b5c1ff5a003b04&#34;&gt;Isolation&lt;/h2&gt; &lt;p&gt;It took me a long time to realize that this was affecting me. People are &lt;em&gt;social&lt;/em&gt;, even anti-social ones (if there is nobody around to see how anti-social you are, how can you ever be satisfied that you are anti-social enough?). I love the quietness of solitude. I really, really do. When I used to visit my girlfriend&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:c28565d40807e5c7a9b5c1ff5a003b04:3&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:c28565d40807e5c7a9b5c1ff5a003b04:3&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; in college, it was a 3.5-hour drive. I often made that drive without the radio on. My girlfriend thought that was bizarre, but I easily filled the time with thoughts. Even a man who is totally comfortable being left alone with his thoughts for hours on end without even background music needs human contact, and more than you might think. I need to talk to people more than once a day. It doesn&amp;rsquo;t have to be super personal, face-to-face, or even video chat. Even just chatting on slack is good enough most days - I just need to feel connected, like I belong with the people I work with in some way.&lt;/p&gt; &lt;p&gt;&lt;blockquote class=&#34;twitter-tweet&#34; lang=&#34;en&#34;&gt;&lt;p lang=&#34;en&#34; dir=&#34;ltr&#34;&gt;STAGES OF WORKING FROM HOME&amp;#10;- Yay I get to work from home&amp;#10;- It would be nice to talk to people&amp;#10;- I hope that pigeon sits in the window today&lt;/p&gt;&amp;mdash; Mark Agee (@MarkAgee) &lt;a href=&#34;https://twitter.com/MarkAgee/status/620990471720992768&#34;&gt;July 14, 2015&lt;/a&gt;&lt;/blockquote&gt; &lt;script async src=&#34;//platform.twitter.com/widgets.js&#34; charset=&#34;utf-8&#34;&gt;&lt;/script&gt;&lt;/p&gt; &lt;p&gt;&lt;blockquote class=&#34;twitter-tweet&#34; lang=&#34;en&#34;&gt;&lt;p lang=&#34;en&#34; dir=&#34;ltr&#34;&gt;Too true. I have a photo collection of stray cats who have visited my yard ;-) &lt;a href=&#34;https://t.co/5GoQU0So0N&#34;&gt;https://t.co/5GoQU0So0N&lt;/a&gt;&lt;/p&gt;&amp;mdash; aggieben (@aggieben) &lt;a href=&#34;https://twitter.com/aggieben/status/621052944360673281&#34;&gt;July 14, 2015&lt;/a&gt;&lt;/blockquote&gt; &lt;script async src=&#34;//platform.twitter.com/widgets.js&#34; charset=&#34;utf-8&#34;&gt;&lt;/script&gt;&lt;/p&gt; &lt;p&gt;This is &lt;em&gt;really&lt;/em&gt; important. What&amp;rsquo;s dangerous is that this is different than loneliness, so you won&amp;rsquo;t &lt;em&gt;feel&lt;/em&gt; isolated until it&amp;rsquo;s already impacting you. You need to be connected to your company, your coworkers, your team - or you will have very little passion for what the team are trying to accomplish. You won&amp;rsquo;t believe in the mission, and you won&amp;rsquo;t be as successful as an individual contributor as you could be because you just won&amp;rsquo;t care as much.&lt;/p&gt; &lt;h2 id=&#34;distraction:c28565d40807e5c7a9b5c1ff5a003b04&#34;&gt;Distraction&lt;/h2&gt; &lt;p&gt;I think many, many managers think this is the biggest risk in working remotely. They&amp;rsquo;re wrong. This is not a bigger risk than it is for people who work co-located, but it &lt;em&gt;is&lt;/em&gt; different.&lt;/p&gt; &lt;p&gt;People who are co-located are horrific distractions for each other. Their managers are distractions. The conversations that come floating over the cube walls are distractions. Remote workers generally don&amp;rsquo;t face these kinds. They face distractions more like: the UPS delivery; your wife can&amp;rsquo;t open the pickle jar and could you please come; kids who want to show you their latest drawing; flexing a little time to run a 15-minute errand.&lt;/p&gt; &lt;video poster=&#34;https://i-cdn.embed.ly/1/display?key=fd92ebbc52fc43fb98f69e50e7893c13&amp;url=http%3A%2F%2Fi.imgur.com%2F2PJ5OY2h.jpg&#34; preload=&#34;auto&#34; loop autoplay src=&#34;https://i.imgur.com/2PJ5OY2.webm&#34; title=&#34;does this work on big cats too?&#34;&gt; &lt;source src=&#34;https://i.imgur.com/2PJ5OY2.webm&#34; type=&#34;video/webm&#34;&gt; &lt;source src=&#34;https://i.imgur.com/2PJ5OY2.mp4&#34; type=&#34;video/mp4&#34;&gt; &lt;/video&gt; &lt;p&gt;Both remote workers and co-located workers face the temptation to lose time to cat videos&lt;sup class=&#34;footnote-ref&#34; id=&#34;fnref:c28565d40807e5c7a9b5c1ff5a003b04:4&#34;&gt;&lt;a rel=&#34;footnote&#34; href=&#34;#fn:c28565d40807e5c7a9b5c1ff5a003b04:4&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt; &lt;h2 id=&#34;dialup-communication:c28565d40807e5c7a9b5c1ff5a003b04&#34;&gt;Dialup Communication&lt;/h2&gt; &lt;p&gt;I love Slack (but I &lt;em&gt;really&lt;/em&gt; wish they had replies). I think Google Hangouts is really very good at video conferencing for small groups or one-on-one calls. GitHub issues are good for coordinating work. One can always write an email.&lt;/p&gt; &lt;p&gt;But let me tell you something: there simply isn&amp;rsquo;t a technology that give you the same kind of communication bandwidth as a face-to-face conversation. It simply doesn&amp;rsquo;t exist (although VR has come a long way; it will be interesting to see what happens in that space). Subtle facial expressions, tone, and body language get lost to varying degrees when using technology to communicate.&lt;/p&gt; &lt;p&gt;This isn&amp;rsquo;t a big problem, just realize that it is what it is.&lt;/p&gt; &lt;p&gt;I&amp;rsquo;ll get to tips for success in part 2, coming soon&amp;hellip;&lt;/p&gt; &lt;p&gt;*[YARWPPO]: Yet Another Remote Working Post Part 1&lt;/p&gt; &lt;div class=&#34;footnotes&#34;&gt; &lt;hr /&gt; &lt;ol&gt; &lt;li id=&#34;fn:c28565d40807e5c7a9b5c1ff5a003b04:1&#34;&gt;well, like two people. &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:c28565d40807e5c7a9b5c1ff5a003b04:1&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id=&#34;fn:c28565d40807e5c7a9b5c1ff5a003b04:2&#34;&gt;I live an 60-75 minutes from the nearest tech hub, ergo most local jobs &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:c28565d40807e5c7a9b5c1ff5a003b04:2&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id=&#34;fn:c28565d40807e5c7a9b5c1ff5a003b04:3&#34;&gt;Good news! I wifed her nearly 13 years ago! &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:c28565d40807e5c7a9b5c1ff5a003b04:3&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;li id=&#34;fn:c28565d40807e5c7a9b5c1ff5a003b04:4&#34;&gt;or any social media &lt;a class=&#34;footnote-return&#34; href=&#34;#fnref:c28565d40807e5c7a9b5c1ff5a003b04:4&#34;&gt;&lt;sup&gt;[return]&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; </description> </item> <item> <title>The Katana Pipeline</title> <link>http://benjamincollins.com/blog/the-katana-pipeline/</link> <pubDate>Tue, 28 Oct 2014 00:00:00 -0500</pubDate> <guid>http://benjamincollins.com/blog/the-katana-pipeline/</guid> <description> &lt;h1 id=&#34;overview:cbe241ec96103174aae435338ae28589&#34;&gt;Overview&lt;/h1&gt; &lt;p&gt;Microsoft has undertaken a major effort to modernize its primary web framework, ASP.NET. Unfortunately, the way those efforts have been communicated have been less than ideal. There have been a lot of different names of things: &lt;a href=&#34;http://www.zdnet.com/microsoft-shows-off-the-next-release-of-asp-net-7000029335/&#34;&gt;Project K&lt;/a&gt;, &lt;a href=&#34;http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx&#34;&gt;Helios&lt;/a&gt;, the &lt;a href=&#34;https://github.com/aspnet/KRuntime&#34;&gt;K Runtime&lt;/a&gt;, &lt;a href=&#34;http://owin.org/&#34;&gt;OWIN&lt;/a&gt;, &lt;a href=&#34;https://katanaproject.codeplex.com/&#34;&gt;Katana&lt;/a&gt;, and &lt;a href=&#34;http://www.asp.net/vnext&#34;&gt;ASP.NET vNext&lt;/a&gt;. Nevermind all the &amp;ldquo;I heard&amp;hellip;&amp;rdquo; kind of hearsay. Even people who can understand all this get confused. &lt;em&gt;I&amp;rsquo;m&lt;/em&gt; probably confused about some part of it. What I can do here, though, is work through some of the key parts and try to arrive at some clarity.&lt;/p&gt; &lt;h1 id=&#34;owin:cbe241ec96103174aae435338ae28589&#34;&gt;OWIN&lt;/h1&gt; &lt;p&gt;First, let&amp;rsquo;s review OWIN, or &amp;ldquo;Open Web Server Interface for .NET&amp;rdquo;. OWIN is &lt;em&gt;only&lt;/em&gt; a spec. It is not a software implementation; it is a document (or set of documents) that describe an interface for .NET servers and .NET web applications. The figure below should give you an idea of how the main pieces of OWIN fit together.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/IhvMo9Y.png&#34; alt=&#34;OWIN stack&#34; /&gt;&lt;/p&gt; &lt;p&gt;Note that IIS is both a server and a host (see the &lt;a href=&#34;http://owin.org/spec/spec/owin-1.0.0.html#Definition&#34;&gt;specification&lt;/a&gt; for more detailed information about exactly what each of these pieces are). The Middleware layer represents a request-processing pipeline, composed of objects that implement the middleware interfaces.&lt;/p&gt; &lt;h1 id=&#34;katana:cbe241ec96103174aae435338ae28589&#34;&gt;Katana&lt;/h1&gt; &lt;p&gt;Microsoft&amp;rsquo;s currently-released implementation of the Server and Middleware parts of this stack is called &amp;ldquo;Katana&amp;rdquo;. &lt;a href=&#34;http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana&#34;&gt;The Katana project&lt;/a&gt; not only provides middleware and server components, but also supporting artifacts, such as adapter layers that convert IIS semantics to OWIN semantics. Today&amp;rsquo;s ASP.NET is an implementation of the Web Framework layer.&lt;/p&gt; &lt;p&gt;Strictly speaking, OWIN doesn&amp;rsquo;t prescribe exactly how requests must be processed, just that the request processing must be modeled by an application delegate with the following type:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;using AppFunc = Func&amp;lt;IDictionary&amp;lt;string, object&amp;gt;, Task&amp;gt;; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;The application must either complete the Task returned by this delegate or throw an exception. Katana implements this application delegate by configuring (either in code or in the &lt;code&gt;web.config&lt;/code&gt;) a set of middleware components during the OWIN startup. For example:&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-C#&#34;&gt;public partial class Startup { public void Configuration(IAppBuilder app) { app.UseExternalSignInCookie( DefaultAuthenticationTypes.ExternalCookie); app.UseGoogleAuthentication( new GoogleOAuth2AuthenticationOptions { ClientId = &amp;quot;clientId&amp;quot;, ClientSecret = &amp;quot;clientSecret&amp;quot;, }); } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;In the sample code above, the Katana pipeline is configured to include middleware to authenticate users using Google OAuth2 authentication. Once the &lt;code&gt;Configuration&lt;/code&gt; method is complete, Katana takes the map of configured middleware and composes it into the &lt;code&gt;AppFunc&lt;/code&gt; delegate defined above by chaining them together, so that each middleware calls the next one (or throws an exception) in the pipeline and then finally returns a &lt;code&gt;Task&lt;/code&gt; asynchronously.&lt;/p&gt; &lt;p&gt;.NET lends itself to composing this application delegate of reusable interface implementations through the use of lambdas.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/smdVtgP.png&#34; alt=&#34;OWIN Pipeline chart&#34; /&gt;&lt;/p&gt; &lt;p&gt;A very natural expression of this kind of composition is a pipline as visualized at a very high level in the figure above. Incoming client requests are handled by the Host and Server implementations (again, with IIS there isn&amp;rsquo;t a meaningful distinction), and then a chain of Middleware components are given an opportunity to do additional processing before the request is handled by the application.&lt;/p&gt; &lt;p&gt;What is passed between each part of the pipeline is represented by an object with the &lt;code&gt;IDictionary&amp;lt;string, object&amp;gt;&lt;/code&gt; interface. The spec describes this quite succinctly:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;The Environment dictionary stores information about the request, the response, and any relevant server state. The server is responsible for providing body streams and header collections for both the request and response in the initial call. The application then populates the appropriate fields with response data, writes the response body, and returns when done. [&lt;a href=&#34;http://owin.org/html/owin.html#32-environment&#34;&gt;§3.2&lt;/a&gt;]&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;Middleware is considered to be part of the Application in this context.&lt;/p&gt; &lt;h2 id=&#34;iis-request-processing:cbe241ec96103174aae435338ae28589&#34;&gt;IIS Request Processing&lt;/h2&gt; &lt;p&gt;The Katana pipeline sounds great, but how does it interact with the existing IIS/ASP.NET architecture? This is illustrated in the diagram below.&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;http://benjamincollins.com/img/Mb5eq7I.png&#34; alt=&#34;IIS pipeline&#34; /&gt;&lt;/p&gt; &lt;p&gt;ASP.NET configures a routing module to process the &lt;code&gt;PostResolveRequestCache&lt;/code&gt; and &lt;code&gt;PostMapRequestHandler&lt;/code&gt; events and writes information about matching handlers to the context. When the &lt;code&gt;Execute Handler&lt;/code&gt; stage is processed, matching handlers are executed. Katana provides an &lt;code&gt;IHttpHandler&lt;/code&gt; implementation that translates a &lt;code&gt;System.Web&lt;/code&gt; request into an OWIN context: &lt;a href=&#34;http://katanaproject.codeplex.com/SourceControl/latest#src/Microsoft.Owin.Host.SystemWeb/OwinHttpHandler.cs&#34;&gt;&lt;code&gt;OwinHttpHandler&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Another included host is the &lt;code&gt;HttpListener&lt;/code&gt; host, which is exactly what it sounds like: an OWIN-compliant host that doesn&amp;rsquo;t rely on IIS, but can receive incoming requests from any source.&lt;/p&gt; &lt;p&gt;A host that isn&amp;rsquo;t included in Katana, but was &lt;a href=&#34;https://www.nuget.org/packages/Microsoft.Owin.Host.IIS/&#34;&gt;published separately&lt;/a&gt;, is an IIS host without a dependency on System.Web. This host used to be called &lt;a href=&#34;http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx&#34;&gt;Project Helios&lt;/a&gt; and leverages the capabilities of IIS, but doesn&amp;rsquo;t involve System.Web in request processing. The project is now published with ASP.NET vNext on myget.org as &lt;a href=&#34;https://www.myget.org/gallery/aspnetvnext&#34;&gt;Microsoft.AspNet.Server.IIS&lt;/a&gt;.&lt;/p&gt; &lt;h2 id=&#34;asp-net-vnext:cbe241ec96103174aae435338ae28589&#34;&gt;ASP.NET vNext&lt;/h2&gt; &lt;p&gt;&lt;em&gt;Update February 2016: this new framework is now called ASP.NET Core&lt;/em&gt;&lt;/p&gt; &lt;p&gt;The next major release of ASP.NET vNext takes all this and makes it much more apparent &lt;a href=&#34;https://katanaproject.codeplex.com/wikipage?title=roadmap&#34;&gt;where all this is going&lt;/a&gt;. vNext takes Katana and folds it into the ASP.NET framework proper. MVC and WebAPI are unified on this pipeline, and the project infrastructure has been rebuilt around a simpler, more readable JSON format. Perhaps most importantly, vNext relieves applications of the traditional ASP.NET dependency on System.Web, which in turn has a dependency on IIS. By implementing the OWIN specification, ASP.NET will be runnable with any host that likewise implements OWIN - which allows for a wide range of application architectures. You can build an application that gets raw requests and writes diretly to the output, without pretty much anything in between. You can still write System.Web applications (thanks to the Katana-cum-vNext System.Web-based host implementation), or you can write an application that takes advantage of the highly-configurable OWIN pipeline with pluggable middleware, à la Node.js - and it doesn&amp;rsquo;t even have to be on Windows.&lt;/p&gt; &lt;p&gt;ASP.NET vNext &amp;ldquo;alpha4&amp;rdquo; was recently released along with &lt;a href=&#34;http://www.visualstudio.com/en-us/downloads/visual-studio-14-ctp-vs.aspx&#34;&gt;Visual Studio &amp;ldquo;14&amp;rdquo; CTP4&lt;/a&gt;, which now supports Nuget packages and has stabilized the names of the runtimes (hopefully), so it is much more &amp;ldquo;ready&amp;rdquo; than it was even just a few weeks prior.&lt;/p&gt; &lt;p&gt;Be sure and check out the latest vNext developments at &lt;a href=&#34;https://github.com/aspnet/Home&#34;&gt;https://github.com/aspnet/Home&lt;/a&gt;.&lt;/p&gt; &lt;hr /&gt; &lt;p&gt;Recommended resources:&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;http://herdingcode.com/herding-code-164-owin-and-katana-with-louis-dejardin/&#34;&gt;http://herdingcode.com/herding-code-164-owin-and-katana-with-louis-dejardin/&lt;/a&gt; &lt;a href=&#34;https://support.microsoft.com/kb/2967191?wa=wsignin1.0&#34;&gt;https://support.microsoft.com/kb/2967191?wa=wsignin1.0&lt;/a&gt; &lt;a href=&#34;http://owin.org/html/owin.html&#34;&gt;http://owin.org/html/owin.html&lt;/a&gt; &lt;a href=&#34;http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx&#34;&gt;http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx&lt;/a&gt; &lt;a href=&#34;http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana&#34;&gt;http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana&lt;/a&gt; &lt;a href=&#34;https://katanaproject.codeplex.com/wikipage?title=roadmap&#34;&gt;https://katanaproject.codeplex.com/wikipage?title=roadmap&lt;/a&gt;&lt;/p&gt; </description> </item> </channel> </rss>
86.876183
1,594
0.73718
ec9dbd57373d0f8022d5d9faf78007710c5c8e2f
1,808
fxml
XML
sampratistaana-javafx/src/main/resources/org/sampratistaana/BookSaleList.fxml
konkodi210/sampratistaana
fba263a110023305873903873b7ed2985bea9ae1
[ "MIT" ]
null
null
null
sampratistaana-javafx/src/main/resources/org/sampratistaana/BookSaleList.fxml
konkodi210/sampratistaana
fba263a110023305873903873b7ed2985bea9ae1
[ "MIT" ]
6
2021-02-07T10:29:59.000Z
2022-03-24T16:46:24.000Z
sampratistaana-javafx/src/main/resources/org/sampratistaana/BookSaleList.fxml
konkodi210/sampratistaana
fba263a110023305873903873b7ed2985bea9ae1
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.Insets?> <?import javafx.scene.control.Button?> <?import javafx.scene.control.ButtonBar?> <?import javafx.scene.control.Label?> <?import javafx.scene.control.TableColumn?> <?import javafx.scene.control.TableView?> <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> <VBox alignment="TOP_CENTER" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.sampratistaana.controllers.BookSaleListController"> <children> <Label alignment="TOP_CENTER" text="%booksale.list.title" styleClass="title-label"/> <ButtonBar> <buttons> <Button id="bookSaleNew" text="%booksale.action.new" onAction="#loadBookSale"/> <Button fx:id="editBtn" text="%common.edit" onAction="#editBookSale" disable="true"/> <Button fx:id="deleteBtn" text="%common.delete" onAction="#deleteBookSale" disable="true"/> </buttons> </ButtonBar> <TableView fx:id="bookSaleList" tableMenuButtonVisible="true" > <columns> <TableColumn id="ledgerEntryNo" text="%booksale.receipt-no" /> <TableColumn id="bookNames" text="%booksale.booknames" /> <TableColumn id="customerName" text="%booksale.customer-name" /> <TableColumn id="entryValue" text="%booksale.amount" /> <TableColumn id="entryDate" text="%booksale.date" /> <TableColumn id="modeOfTran" text="%booksale.transaction-type" /> <TableColumn id="externalTranId" text="%booksale.external-transaction-no" /> </columns> <columnResizePolicy> <TableView fx:constant="CONSTRAINED_RESIZE_POLICY" /> </columnResizePolicy> </TableView> </children> </VBox>
43.047619
103
0.657633
eceb77255f7e3af07a20c416d6dd0f1a2d6305f7
37,763
xml
XML
datasets/TALN-Archives/test/en/taln-2012-long-022.xml
Priyansh2/Automatic-Keyword-Extraction-Data
ac50446a23ad66b9f8c8f2ddfd6f021aa44e17b6
[ "Apache-2.0" ]
1
2019-12-18T19:12:37.000Z
2019-12-18T19:12:37.000Z
datasets/TALN-Archives/test/en/taln-2012-long-022.xml
Priyansh2/Automatic-Keyword-Extraction-Data
ac50446a23ad66b9f8c8f2ddfd6f021aa44e17b6
[ "Apache-2.0" ]
null
null
null
datasets/TALN-Archives/test/en/taln-2012-long-022.xml
Priyansh2/Automatic-Keyword-Extraction-Data
ac50446a23ad66b9f8c8f2ddfd6f021aa44e17b6
[ "Apache-2.0" ]
1
2019-10-19T06:40:36.000Z
2019-10-19T06:40:36.000Z
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="CoreNLP-to-HTML.xsl" type="text/xsl"?> <root> <document> <docId>taln-2012-long-022.txt</docId> <sentences> <sentence id="1"> <tokens> <token id="1"> <word>Semantic</word> <lemma>Semantic</lemma> <CharacterOffsetBegin>0</CharacterOffsetBegin> <CharacterOffsetEnd>8</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>Annotation</word> <lemma>Annotation</lemma> <CharacterOffsetBegin>9</CharacterOffsetBegin> <CharacterOffsetEnd>19</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="3"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>20</CharacterOffsetBegin> <CharacterOffsetEnd>22</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="4"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>23</CharacterOffsetBegin> <CharacterOffsetEnd>26</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="5"> <word>French</word> <lemma>french</lemma> <CharacterOffsetBegin>27</CharacterOffsetBegin> <CharacterOffsetEnd>33</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="6"> <word>Treebank</word> <lemma>treebank</lemma> <CharacterOffsetBegin>34</CharacterOffsetBegin> <CharacterOffsetEnd>42</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="7"> <word>using</word> <lemma>use</lemma> <CharacterOffsetBegin>43</CharacterOffsetBegin> <CharacterOffsetEnd>48</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="8"> <word>Modular</word> <lemma>Modular</lemma> <CharacterOffsetBegin>49</CharacterOffsetBegin> <CharacterOffsetEnd>56</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="9"> <word>Graph</word> <lemma>Graph</lemma> <CharacterOffsetBegin>57</CharacterOffsetBegin> <CharacterOffsetEnd>62</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="10"> <word>Rewriting</word> <lemma>rewrite</lemma> <CharacterOffsetBegin>63</CharacterOffsetBegin> <CharacterOffsetEnd>72</CharacterOffsetEnd> <POS>VBG</POS> </token> </tokens> </sentence> <sentence id="2"> <tokens> <token id="1"> <word>We</word> <lemma>we</lemma> <CharacterOffsetBegin>74</CharacterOffsetBegin> <CharacterOffsetEnd>76</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="2"> <word>propose</word> <lemma>propose</lemma> <CharacterOffsetBegin>77</CharacterOffsetBegin> <CharacterOffsetEnd>84</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="3"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>85</CharacterOffsetBegin> <CharacterOffsetEnd>87</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="4"> <word>annotate</word> <lemma>annotate</lemma> <CharacterOffsetBegin>88</CharacterOffsetBegin> <CharacterOffsetEnd>96</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="5"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>97</CharacterOffsetBegin> <CharacterOffsetEnd>100</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="6"> <word>French</word> <lemma>french</lemma> <CharacterOffsetBegin>101</CharacterOffsetBegin> <CharacterOffsetEnd>107</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="7"> <word>Treebank</word> <lemma>treebank</lemma> <CharacterOffsetBegin>108</CharacterOffsetBegin> <CharacterOffsetEnd>116</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>117</CharacterOffsetBegin> <CharacterOffsetEnd>121</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="9"> <word>semantic</word> <lemma>semantic</lemma> <CharacterOffsetBegin>122</CharacterOffsetBegin> <CharacterOffsetEnd>130</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="10"> <word>dependencies</word> <lemma>dependency</lemma> <CharacterOffsetBegin>131</CharacterOffsetBegin> <CharacterOffsetEnd>143</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="11"> <word>in</word> <lemma>in</lemma> <CharacterOffsetBegin>144</CharacterOffsetBegin> <CharacterOffsetEnd>146</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="12"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>147</CharacterOffsetBegin> <CharacterOffsetEnd>150</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="13"> <word>framework</word> <lemma>framework</lemma> <CharacterOffsetBegin>151</CharacterOffsetBegin> <CharacterOffsetEnd>160</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="14"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>161</CharacterOffsetBegin> <CharacterOffsetEnd>163</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="15"> <word>DMRS</word> <lemma>dmrs</lemma> <CharacterOffsetBegin>164</CharacterOffsetBegin> <CharacterOffsetEnd>168</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="16"> <word>starting</word> <lemma>start</lemma> <CharacterOffsetBegin>169</CharacterOffsetBegin> <CharacterOffsetEnd>177</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="17"> <word>from</word> <lemma>from</lemma> <CharacterOffsetBegin>178</CharacterOffsetBegin> <CharacterOffsetEnd>182</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="18"> <word>an</word> <lemma>a</lemma> <CharacterOffsetBegin>183</CharacterOffsetBegin> <CharacterOffsetEnd>185</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="19"> <word>annotation</word> <lemma>annotation</lemma> <CharacterOffsetBegin>186</CharacterOffsetBegin> <CharacterOffsetEnd>196</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="20"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>197</CharacterOffsetBegin> <CharacterOffsetEnd>201</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="21"> <word>surface</word> <lemma>surface</lemma> <CharacterOffsetBegin>202</CharacterOffsetBegin> <CharacterOffsetEnd>209</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="22"> <word>syntactic</word> <lemma>syntactic</lemma> <CharacterOffsetBegin>210</CharacterOffsetBegin> <CharacterOffsetEnd>219</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="23"> <word>dependencies</word> <lemma>dependency</lemma> <CharacterOffsetBegin>220</CharacterOffsetBegin> <CharacterOffsetEnd>232</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="24"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>233</CharacterOffsetBegin> <CharacterOffsetEnd>236</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="25"> <word>using</word> <lemma>use</lemma> <CharacterOffsetBegin>237</CharacterOffsetBegin> <CharacterOffsetEnd>242</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="26"> <word>modular</word> <lemma>modular</lemma> <CharacterOffsetBegin>243</CharacterOffsetBegin> <CharacterOffsetEnd>250</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="27"> <word>graph</word> <lemma>graph</lemma> <CharacterOffsetBegin>251</CharacterOffsetBegin> <CharacterOffsetEnd>256</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>rewriting</word> <lemma>rewrite</lemma> <CharacterOffsetBegin>257</CharacterOffsetBegin> <CharacterOffsetEnd>266</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="29"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>266</CharacterOffsetBegin> <CharacterOffsetEnd>267</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="3"> <tokens> <token id="1"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>268</CharacterOffsetBegin> <CharacterOffsetEnd>271</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="2"> <word>article</word> <lemma>article</lemma> <CharacterOffsetBegin>272</CharacterOffsetBegin> <CharacterOffsetEnd>279</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="3"> <word>presents</word> <lemma>present</lemma> <CharacterOffsetBegin>280</CharacterOffsetBegin> <CharacterOffsetEnd>288</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="4"> <word>some</word> <lemma>some</lemma> <CharacterOffsetBegin>289</CharacterOffsetBegin> <CharacterOffsetEnd>293</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="5"> <word>new</word> <lemma>new</lemma> <CharacterOffsetBegin>294</CharacterOffsetBegin> <CharacterOffsetEnd>297</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="6"> <word>results</word> <lemma>result</lemma> <CharacterOffsetBegin>298</CharacterOffsetBegin> <CharacterOffsetEnd>305</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="7"> <word>related</word> <lemma>relate</lemma> <CharacterOffsetBegin>306</CharacterOffsetBegin> <CharacterOffsetEnd>313</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="8"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>314</CharacterOffsetBegin> <CharacterOffsetEnd>316</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="9"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>317</CharacterOffsetBegin> <CharacterOffsetEnd>320</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>rewriting</word> <lemma>rewrite</lemma> <CharacterOffsetBegin>321</CharacterOffsetBegin> <CharacterOffsetEnd>330</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="11"> <word>calculus</word> <lemma>calculus</lemma> <CharacterOffsetBegin>331</CharacterOffsetBegin> <CharacterOffsetEnd>339</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="12"> <word>:</word> <lemma>:</lemma> <CharacterOffsetBegin>339</CharacterOffsetBegin> <CharacterOffsetEnd>340</CharacterOffsetEnd> <POS>:</POS> </token> <token id="13"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>341</CharacterOffsetBegin> <CharacterOffsetEnd>344</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="14"> <word>use</word> <lemma>use</lemma> <CharacterOffsetBegin>345</CharacterOffsetBegin> <CharacterOffsetEnd>348</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="15"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>349</CharacterOffsetBegin> <CharacterOffsetEnd>351</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="16"> <word>rules</word> <lemma>rule</lemma> <CharacterOffsetBegin>352</CharacterOffsetBegin> <CharacterOffsetEnd>357</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="17"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>358</CharacterOffsetBegin> <CharacterOffsetEnd>360</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="18"> <word>make</word> <lemma>make</lemma> <CharacterOffsetBegin>361</CharacterOffsetBegin> <CharacterOffsetEnd>365</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="19"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>366</CharacterOffsetBegin> <CharacterOffsetEnd>367</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="20"> <word>link</word> <lemma>link</lemma> <CharacterOffsetBegin>368</CharacterOffsetBegin> <CharacterOffsetEnd>372</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="21"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>373</CharacterOffsetBegin> <CharacterOffsetEnd>377</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="22"> <word>lexicons</word> <lemma>lexicon</lemma> <CharacterOffsetBegin>378</CharacterOffsetBegin> <CharacterOffsetEnd>386</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="23"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>386</CharacterOffsetBegin> <CharacterOffsetEnd>387</CharacterOffsetEnd> <POS>,</POS> </token> <token id="24"> <word>especially</word> <lemma>especially</lemma> <CharacterOffsetBegin>388</CharacterOffsetBegin> <CharacterOffsetEnd>398</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="25"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>399</CharacterOffsetBegin> <CharacterOffsetEnd>403</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="26"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>404</CharacterOffsetBegin> <CharacterOffsetEnd>407</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="27"> <word>lexicon</word> <lemma>lexicon</lemma> <CharacterOffsetBegin>408</CharacterOffsetBegin> <CharacterOffsetEnd>415</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>416</CharacterOffsetBegin> <CharacterOffsetEnd>418</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="29"> <word>verbs</word> <lemma>verb</lemma> <CharacterOffsetBegin>419</CharacterOffsetBegin> <CharacterOffsetEnd>424</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="30"> <word>Dicovalence</word> <lemma>Dicovalence</lemma> <CharacterOffsetBegin>425</CharacterOffsetBegin> <CharacterOffsetEnd>436</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="31"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>436</CharacterOffsetBegin> <CharacterOffsetEnd>437</CharacterOffsetEnd> <POS>,</POS> </token> <token id="32"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>438</CharacterOffsetBegin> <CharacterOffsetEnd>441</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="33"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>442</CharacterOffsetBegin> <CharacterOffsetEnd>445</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="34"> <word>introduction</word> <lemma>introduction</lemma> <CharacterOffsetBegin>446</CharacterOffsetBegin> <CharacterOffsetEnd>458</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="35"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>459</CharacterOffsetBegin> <CharacterOffsetEnd>461</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="36"> <word>filters</word> <lemma>filter</lemma> <CharacterOffsetBegin>462</CharacterOffsetBegin> <CharacterOffsetEnd>469</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="37"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>470</CharacterOffsetBegin> <CharacterOffsetEnd>472</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="38"> <word>discard</word> <lemma>discard</lemma> <CharacterOffsetBegin>473</CharacterOffsetBegin> <CharacterOffsetEnd>480</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="39"> <word>inconsistent</word> <lemma>inconsistent</lemma> <CharacterOffsetBegin>481</CharacterOffsetBegin> <CharacterOffsetEnd>493</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="40"> <word>annotations</word> <lemma>annotation</lemma> <CharacterOffsetBegin>494</CharacterOffsetBegin> <CharacterOffsetEnd>505</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="41"> <word>at</word> <lemma>at</lemma> <CharacterOffsetBegin>506</CharacterOffsetBegin> <CharacterOffsetEnd>508</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="42"> <word>some</word> <lemma>some</lemma> <CharacterOffsetBegin>509</CharacterOffsetBegin> <CharacterOffsetEnd>513</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="43"> <word>computation</word> <lemma>computation</lemma> <CharacterOffsetBegin>514</CharacterOffsetBegin> <CharacterOffsetEnd>525</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="44"> <word>steps</word> <lemma>step</lemma> <CharacterOffsetBegin>526</CharacterOffsetBegin> <CharacterOffsetEnd>531</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="45"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>531</CharacterOffsetBegin> <CharacterOffsetEnd>532</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="4"> <tokens> <token id="1"> <word>It</word> <lemma>it</lemma> <CharacterOffsetBegin>533</CharacterOffsetBegin> <CharacterOffsetEnd>535</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="2"> <word>also</word> <lemma>also</lemma> <CharacterOffsetBegin>536</CharacterOffsetBegin> <CharacterOffsetEnd>540</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="3"> <word>presents</word> <lemma>present</lemma> <CharacterOffsetBegin>541</CharacterOffsetBegin> <CharacterOffsetEnd>549</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="4"> <word>new</word> <lemma>new</lemma> <CharacterOffsetBegin>550</CharacterOffsetBegin> <CharacterOffsetEnd>553</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="5"> <word>results</word> <lemma>result</lemma> <CharacterOffsetBegin>554</CharacterOffsetBegin> <CharacterOffsetEnd>561</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="6"> <word>related</word> <lemma>relate</lemma> <CharacterOffsetBegin>562</CharacterOffsetBegin> <CharacterOffsetEnd>569</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="7"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>570</CharacterOffsetBegin> <CharacterOffsetEnd>572</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="8"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>573</CharacterOffsetBegin> <CharacterOffsetEnd>576</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="9"> <word>rewriting</word> <lemma>rewrite</lemma> <CharacterOffsetBegin>577</CharacterOffsetBegin> <CharacterOffsetEnd>586</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="10"> <word>system</word> <lemma>system</lemma> <CharacterOffsetBegin>587</CharacterOffsetBegin> <CharacterOffsetEnd>593</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>itself</word> <lemma>itself</lemma> <CharacterOffsetBegin>594</CharacterOffsetBegin> <CharacterOffsetEnd>600</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="12"> <word>:</word> <lemma>:</lemma> <CharacterOffsetBegin>600</CharacterOffsetBegin> <CharacterOffsetEnd>601</CharacterOffsetEnd> <POS>:</POS> </token> <token id="13"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>602</CharacterOffsetBegin> <CharacterOffsetEnd>605</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="14"> <word>system</word> <lemma>system</lemma> <CharacterOffsetBegin>606</CharacterOffsetBegin> <CharacterOffsetEnd>612</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="15"> <word>has</word> <lemma>have</lemma> <CharacterOffsetBegin>613</CharacterOffsetBegin> <CharacterOffsetEnd>616</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="16"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>617</CharacterOffsetBegin> <CharacterOffsetEnd>618</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="17"> <word>larger</word> <lemma>larger</lemma> <CharacterOffsetBegin>619</CharacterOffsetBegin> <CharacterOffsetEnd>625</CharacterOffsetEnd> <POS>JJR</POS> </token> <token id="18"> <word>coverage</word> <lemma>coverage</lemma> <CharacterOffsetBegin>626</CharacterOffsetBegin> <CharacterOffsetEnd>634</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="19"> <word>-LRB-</word> <lemma>-lrb-</lemma> <CharacterOffsetBegin>635</CharacterOffsetBegin> <CharacterOffsetEnd>636</CharacterOffsetEnd> <POS>-LRB-</POS> </token> <token id="20"> <word>causative</word> <lemma>causative</lemma> <CharacterOffsetBegin>636</CharacterOffsetBegin> <CharacterOffsetEnd>645</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="21"> <word>constructions</word> <lemma>construction</lemma> <CharacterOffsetBegin>646</CharacterOffsetBegin> <CharacterOffsetEnd>659</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="22"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>659</CharacterOffsetBegin> <CharacterOffsetEnd>660</CharacterOffsetEnd> <POS>,</POS> </token> <token id="23"> <word>rising</word> <lemma>rise</lemma> <CharacterOffsetBegin>661</CharacterOffsetBegin> <CharacterOffsetEnd>667</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="24"> <word>verbs</word> <lemma>verb</lemma> <CharacterOffsetBegin>668</CharacterOffsetBegin> <CharacterOffsetEnd>673</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="25"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>673</CharacterOffsetBegin> <CharacterOffsetEnd>674</CharacterOffsetEnd> <POS>,</POS> </token> <token id="26"> <word>...</word> <lemma>...</lemma> <CharacterOffsetBegin>675</CharacterOffsetBegin> <CharacterOffsetEnd>680</CharacterOffsetEnd> <POS>:</POS> </token> <token id="27"> <word>-RRB-</word> <lemma>-rrb-</lemma> <CharacterOffsetBegin>680</CharacterOffsetBegin> <CharacterOffsetEnd>681</CharacterOffsetEnd> <POS>-RRB-</POS> </token> <token id="28"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>682</CharacterOffsetBegin> <CharacterOffsetEnd>685</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="29"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>686</CharacterOffsetBegin> <CharacterOffsetEnd>689</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="30"> <word>order</word> <lemma>order</lemma> <CharacterOffsetBegin>690</CharacterOffsetBegin> <CharacterOffsetEnd>695</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="31"> <word>between</word> <lemma>between</lemma> <CharacterOffsetBegin>696</CharacterOffsetBegin> <CharacterOffsetEnd>703</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="32"> <word>modules</word> <lemma>module</lemma> <CharacterOffsetBegin>704</CharacterOffsetBegin> <CharacterOffsetEnd>711</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="33"> <word>has</word> <lemma>have</lemma> <CharacterOffsetBegin>712</CharacterOffsetBegin> <CharacterOffsetEnd>715</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="34"> <word>been</word> <lemma>be</lemma> <CharacterOffsetBegin>716</CharacterOffsetBegin> <CharacterOffsetEnd>720</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="35"> <word>studied</word> <lemma>study</lemma> <CharacterOffsetBegin>721</CharacterOffsetBegin> <CharacterOffsetEnd>728</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="36"> <word>in</word> <lemma>in</lemma> <CharacterOffsetBegin>729</CharacterOffsetBegin> <CharacterOffsetEnd>731</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="37"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>732</CharacterOffsetBegin> <CharacterOffsetEnd>733</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="38"> <word>more</word> <lemma>more</lemma> <CharacterOffsetBegin>734</CharacterOffsetBegin> <CharacterOffsetEnd>738</CharacterOffsetEnd> <POS>RBR</POS> </token> <token id="39"> <word>systematic</word> <lemma>systematic</lemma> <CharacterOffsetBegin>739</CharacterOffsetBegin> <CharacterOffsetEnd>749</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="40"> <word>way</word> <lemma>way</lemma> <CharacterOffsetBegin>750</CharacterOffsetBegin> <CharacterOffsetEnd>753</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="41"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>753</CharacterOffsetBegin> <CharacterOffsetEnd>754</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="5"> <tokens> <token id="1"> <word>This</word> <lemma>this</lemma> <CharacterOffsetBegin>755</CharacterOffsetBegin> <CharacterOffsetEnd>759</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="2"> <word>system</word> <lemma>system</lemma> <CharacterOffsetBegin>760</CharacterOffsetBegin> <CharacterOffsetEnd>766</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="3"> <word>has</word> <lemma>have</lemma> <CharacterOffsetBegin>767</CharacterOffsetBegin> <CharacterOffsetEnd>770</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="4"> <word>been</word> <lemma>be</lemma> <CharacterOffsetBegin>771</CharacterOffsetBegin> <CharacterOffsetEnd>775</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="5"> <word>experimented</word> <lemma>experiment</lemma> <CharacterOffsetBegin>776</CharacterOffsetBegin> <CharacterOffsetEnd>788</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="6"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>789</CharacterOffsetBegin> <CharacterOffsetEnd>791</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="7"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>792</CharacterOffsetBegin> <CharacterOffsetEnd>795</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="8"> <word>whole</word> <lemma>whole</lemma> <CharacterOffsetBegin>796</CharacterOffsetBegin> <CharacterOffsetEnd>801</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="9"> <word>French</word> <lemma>french</lemma> <CharacterOffsetBegin>802</CharacterOffsetBegin> <CharacterOffsetEnd>808</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="10"> <word>Treebank</word> <lemma>treebank</lemma> <CharacterOffsetBegin>809</CharacterOffsetBegin> <CharacterOffsetEnd>817</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>818</CharacterOffsetBegin> <CharacterOffsetEnd>822</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="12"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>823</CharacterOffsetBegin> <CharacterOffsetEnd>826</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="13"> <word>prototype</word> <lemma>prototype</lemma> <CharacterOffsetBegin>827</CharacterOffsetBegin> <CharacterOffsetEnd>836</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="14"> <word>GREW</word> <lemma>grow</lemma> <CharacterOffsetBegin>837</CharacterOffsetBegin> <CharacterOffsetEnd>841</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="15"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>841</CharacterOffsetBegin> <CharacterOffsetEnd>842</CharacterOffsetEnd> <POS>,</POS> </token> <token id="16"> <word>which</word> <lemma>which</lemma> <CharacterOffsetBegin>843</CharacterOffsetBegin> <CharacterOffsetEnd>848</CharacterOffsetEnd> <POS>WDT</POS> </token> <token id="17"> <word>implements</word> <lemma>implement</lemma> <CharacterOffsetBegin>849</CharacterOffsetBegin> <CharacterOffsetEnd>859</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="18"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>860</CharacterOffsetBegin> <CharacterOffsetEnd>863</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="19"> <word>used</word> <lemma>use</lemma> <CharacterOffsetBegin>864</CharacterOffsetBegin> <CharacterOffsetEnd>868</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="20"> <word>rewriting</word> <lemma>rewrite</lemma> <CharacterOffsetBegin>869</CharacterOffsetBegin> <CharacterOffsetEnd>878</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="21"> <word>calculus</word> <lemma>calculus</lemma> <CharacterOffsetBegin>879</CharacterOffsetBegin> <CharacterOffsetEnd>887</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="22"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>887</CharacterOffsetBegin> <CharacterOffsetEnd>888</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> </sentences> </document> </root>
35.659112
61
0.519397
bced740464c4356576eef279a884063a3f8bfd62
17,370
xml
XML
aux/grid/GridSettings.xml
Phidet/ubcc1pi
28023a52c194ddd5ac21bc0b4b91e71132db4591
[ "MIT" ]
null
null
null
aux/grid/GridSettings.xml
Phidet/ubcc1pi
28023a52c194ddd5ac21bc0b4b91e71132db4591
[ "MIT" ]
null
null
null
aux/grid/GridSettings.xml
Phidet/ubcc1pi
28023a52c194ddd5ac21bc0b4b91e71132db4591
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <!DOCTYPE project [ <!-- Names --> <!ENTITY username "kduffy"> <!-- LArSoft version --> <!ENTITY tag "v08_00_00_51"> <!ENTITY qual "e17:prof"> <!-- Job settings --> <!ENTITY numEvents "9999999"> <!-- Shorthands --> <!ENTITY projectName "ubcc1pi"> <!ENTITY dataTier "ana"> <!ENTITY schema "root"> <!-- Can also use gsiftp which is less efficiency but usually more stable, you may need to request extra resources --> <!ENTITY jobsub "--append_condor_requirements='(TARGET.HAS_CVMFS_uboone_osgstorage_org==true)' -e XRD_LOADBALANCERTTL=7200 -e XRD_CONNECTIONRETRY=32 -e XRD_REQUESTTIMEOUT=3600 -e XRD_REDIRECTLIMIT=255"> ]> <project name="&projectName;"> <!-- =============================================================================================================================== --> <!-- Set up the LArSoft version --> <!-- =============================================================================================================================== --> <larsoft> <tag>&tag;</tag> <qual>&qual;</qual> <local>/pnfs/uboone/resilient/users/&username;/tars/&projectName;/local.tar</local> </larsoft> <!-- =============================================================================================================================== --> <!-- Set up the project --> <!-- =============================================================================================================================== --> <group>uboone</group> <os>SL7</os> <resource>DEDICATED,OPPORTUNISTIC</resource> <!-- To be overridden --> <numjobs>0</numjobs> <maxfilesperjob>0</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- overlays --> <stage name="overlays"> <!-- Settings --> <fcl>analysis_file_writer_driver.fcl</fcl> <numjobs>385</numjobs> <maxfilesperjob>1</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_uboone_overlay_ccinc_reweight_mcc9.1_run1_joelam</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <stage name="overlaysFileLocationDatabase"> <!-- Settings --> <fcl>file_location_database_driver.fcl</fcl> <numjobs>35</numjobs> <maxfilesperjob>11</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_uboone_overlay_ccinc_reweight_mcc9.1_run1_joelam</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlaysFileLocationDatabase/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlaysFileLocationDatabase/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlaysFileLocationDatabase/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- dirt --> <stage name="dirt"> <!-- Settings --> <fcl>analysis_file_writer_driver.fcl</fcl> <numjobs>42</numjobs> <maxfilesperjob>1</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_dirt_overlay_ccinc_withWeights_joelam</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/dirt/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/dirt/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/dirt/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- bnb_run1-C1 --> <stage name="bnb_run1-C1"> <!-- Settings --> <fcl>analysis_file_writer_driver_data.fcl</fcl> <numjobs>343</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>data_bnb_mcc9.1_v08_00_00_25_reco2_C1_nucc_reco2_high_lifetime</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/bnb_run1-C1/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/bnb_run1-C1/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/bnb_run1-C1/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- extbnb_run1-C1 --> <stage name="extbnb_run1-C1"> <!-- Settings --> <fcl>analysis_file_writer_driver_data.fcl</fcl> <numjobs>187</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>data_extbnb_mcc9.1_v08_00_00_25_reco2_C1_nucc_reco2_high_lifetime</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/extbnb_run1-C1/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/extbnb_run1-C1/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/extbnb_run1-C1/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- extbnb_run1-C2 --> <stage name="extbnb_run1-C2"> <!-- Settings --> <fcl>analysis_file_writer_driver_data.fcl</fcl> <numjobs>71</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>data_extbnb_mcc9.1_v08_00_00_25_reco2_C2_nucc_reco2_high_lifetime</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/extbnb_run1-C2/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/extbnb_run1-C2/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/extbnb_run1-C2/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation CV run 1--> <stage name="overlays_DetVar_CV_run1"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>217</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_CV_reco2_v08_00_00_38_run1_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_CV_run1/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_CV_run1/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_CV_run1/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation CV run 3b--> <stage name="overlays_DetVar_CV_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>188</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_CV_reco2_v08_00_00_38_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_CV_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_CV_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_CV_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation light yeild down run 1--> <stage name="overlays_DetVar_LYDown_run1"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>218</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_LYDown_v08_00_00_37_run1_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_LYDown_run1/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_LYDown_run1/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_LYDown_run1/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation light yeild Rayleigh run 1--> <stage name="overlays_DetVar_LYRayleigh_run1"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>220</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_LYRayleigh_v08_00_00_37_run1_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_LYRayleigh_run1/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_LYRayleigh_run1/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_LYRayleigh_run1/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation light yeild attenuation run 1--> <stage name="overlays_DetVar_LYAttenuation_run1"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>10</numjobs> <!-- 218 --> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_LYAttenuation_v08_00_00_38_run1_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_LYAttenuation_run1/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_LYAttenuation_run1/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_LYAttenuation_run1/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation wire mod X run 3b--> <stage name="overlays_DetVar_WireModX_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights_runCCInclusive.fcl</fcl> <numjobs>192</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_wiremod_ScaleX_v08_00_00_38_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModX_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModX_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_WireModX_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation wire mod YZ run 3b--> <stage name="overlays_DetVar_WireModYZ_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights_runCCInclusive.fcl</fcl> <numjobs>191</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_wiremod_ScaleYZ_v08_00_00_38_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModYZ_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModYZ_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_WireModYZ_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation wire mod theta XZ run 3b--> <stage name="overlays_DetVar_WireModThetaXZ_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights_runCCInclusive.fcl</fcl> <numjobs>193</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_WireModAngleXZ_v08_00_00_38_exe_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModThetaXZ_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModThetaXZ_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_WireModThetaXZ_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation wire mod theta YZ run 3b--> <stage name="overlays_DetVar_WireModThetaYZ_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights_runCCInclusive.fcl</fcl> <numjobs>192</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_WireModAngleYZ_v08_00_00_38_exe_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModThetaYZ_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModThetaYZ_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_WireModThetaYZ_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation wire mod dEdx run 3b--> <stage name="overlays_DetVar_WireModdEdx_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights_runCCInclusive.fcl</fcl> <numjobs>193</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_wiremod_ScaledEdX_v08_00_00_39_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModdEdx_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_WireModdEdx_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_WireModdEdx_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation space-charge effect run 3b--> <stage name="overlays_DetVar_SCE_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>188</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_SCE_reco2_v08_00_00_38_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_SCE_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_SCE_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_SCE_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> <!-- Detector variation recombination run 3b--> <stage name="overlays_DetVar_Recomb2_run3b"> <!-- Settings --> <fcl>analysis_file_writer_driver_noEventWeights.fcl</fcl> <numjobs>195</numjobs> <maxfilesperjob>10</maxfilesperjob> <numevents>&numEvents;</numevents> <!-- Input files --> <inputdef>prodgenie_bnb_nu_overlay_DetVar_Recomb2_reco2_v08_00_00_39_run3b_reco2_reco2</inputdef> <!-- Output directories --> <outdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_Recomb2_run3b/</outdir> <logdir>/pnfs/uboone/scratch/users/&username;/&projectName;/overlays_DetVar_Recomb2_run3b/</logdir> <workdir>/pnfs/uboone/resilient/users/&username;/work/&projectName;/overlays_DetVar_Recomb2_run3b/</workdir> <!-- Options --> <datatier>&dataTier;</datatier> <schema>&schema;</schema> <jobsub>&jobsub;</jobsub> </stage> </project>
39.298643
212
0.683074
bcbd4a97ede9efe4d2ac6f11a4e4d94078085bc3
6,100
xml
XML
input/2517327.xml
opencultureconsulting/noah-bielefeld-pub
94d0dfa36e356c3f1faca8d88e7be6edd2d3eecf
[ "MIT" ]
null
null
null
input/2517327.xml
opencultureconsulting/noah-bielefeld-pub
94d0dfa36e356c3f1faca8d88e7be6edd2d3eecf
[ "MIT" ]
null
null
null
input/2517327.xml
opencultureconsulting/noah-bielefeld-pub
94d0dfa36e356c3f1faca8d88e7be6edd2d3eecf
[ "MIT" ]
null
null
null
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd"><id>2517327</id><setSpec>report</setSpec><setSpec>doc-type:report</setSpec><setSpec>ddc:000</setSpec><setSpec>reportFtxt</setSpec><setSpec>open_access</setSpec> <genre>report</genre> <titleInfo><title>ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011</title></titleInfo> <name type="personal"> <namePart type="given">Sven</namePart> <namePart type="family">Wachsmuth</namePart> <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">10378</identifier></name> <name type="personal"> <namePart type="given">Frederic</namePart> <namePart type="family">Siepmann</namePart> <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">8412722</identifier></name> <name type="personal"> <namePart type="given">Leon</namePart> <namePart type="family">Ziegler</namePart> <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">9435010</identifier></name> <name type="personal"> <namePart type="given">Florian</namePart> <namePart type="family">Lier</namePart> <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">17147389</identifier><description xsi:type="identifierDefinition" type="orcid">0000-0001-9251-1075</description></name> <name type="corporate"> <namePart/> <identifier type="local">18304588</identifier> <role> <roleTerm type="text">department</roleTerm> </role> </name> <name type="corporate"> <namePart/> <identifier type="local">23136503</identifier> <role> <roleTerm type="text">department</roleTerm> </role> </name> <abstract lang="eng">The Team of Bielefeld (ToBI) was founded in 2009. The robocup activities are embedded in a long-term research history towards human-robot interaction with laypersons in regular home environments. The robocup@home competition is an important benchmark and mile- stone for the overall research goal. For robocup 2011, the team concen- trates on mixed-initiative scenarios, sophisticated scene understanding methods including semantically annotated maps, and an easy to use pro- gramming environment.</abstract> <relatedItem type="constituent"> <location> <url displayLabel="TDP_ToBI_2011_0.pdf">https://pub.uni-bielefeld.de/download/2517327/2517328/TDP_ToBI_2011_0.pdf</url> </location> <physicalDescription><internetMediaType>application/pdf</internetMediaType></physicalDescription> <accessCondition type="restrictionOnAccess">no</accessCondition> </relatedItem> <originInfo><dateIssued encoding="w3cdtf">2011</dateIssued> </originInfo> <language><languageTerm authority="iso639-2b" type="code">eng</languageTerm> </language> <subject><topic>RoboCup</topic> </subject> <relatedItem type="host"><identifier type="urn">urn:nbn:de:0070-pub-25173270</identifier> <part><extent unit="pages">8</extent> </part> </relatedItem> <extension> <bibliographicCitation> <lncs> Wachsmuth, S., Siepmann, F., Ziegler, L., Lier, F.: ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011. (2011).</lncs> <chicago>&lt;div style="text-indent:-25px; padding-left:25px;padding-bottom:0px;"&gt;Wachsmuth, Sven, Siepmann, Frederic, Ziegler, Leon, and Lier, Florian. 2011. &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;.&lt;/div&gt;</chicago> <ama>Wachsmuth S, Siepmann F, Ziegler L, Lier F. &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;.; 2011.</ama> <bio1>Wachsmuth S, Siepmann F, Ziegler L, Lier F (2011) &lt;br /&gt;&lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;.</bio1> <angewandte-chemie>S. Wachsmuth, F. Siepmann, L. Ziegler, and F. Lier, &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;, &lt;strong&gt;2011&lt;/strong&gt;.</angewandte-chemie> <dgps>&lt;div style="text-indent:-25px; padding-left:25px;padding-bottom:0px;"&gt;Wachsmuth, S., Siepmann, F., Ziegler, L. &amp;amp; Lier, F. (2011). &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;.&lt;/div&gt;</dgps> <apa>Wachsmuth, S., Siepmann, F., Ziegler, L., &amp;amp; Lier, F. (2011). &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;.</apa> <ieee> S. Wachsmuth, et al., &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;, 2011.</ieee> <harvard1>Wachsmuth, S., et al., 2011. &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;,</harvard1> <default>Wachsmuth S, Siepmann F, Ziegler L, Lier F (2011) .</default> <wels>Wachsmuth, S.; Siepmann, F.; Ziegler, L.; Lier, F. (2011): ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011.</wels> <mla>Wachsmuth, Sven, Siepmann, Frederic, Ziegler, Leon, and Lier, Florian. &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;. 2011.</mla> <frontiers>Wachsmuth, S., Siepmann, F., Ziegler, L., and Lier, F. (2011). ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011.</frontiers> <apa_indent>&lt;div style="text-indent:-25px; padding-left:25px;padding-bottom:0px;"&gt;Wachsmuth, S., Siepmann, F., Ziegler, L., &amp;amp; Lier, F. (2011). &lt;em&gt;ToBI - Team of Bielefeld: The Human-Robot Interaction System for RoboCup@Home 2011&lt;/em&gt;.&lt;/div&gt;</apa_indent> </bibliographicCitation> </extension> <recordInfo><recordIdentifier>2517327</recordIdentifier><recordCreationDate encoding="w3cdtf">2012-08-05T17:55:12Z</recordCreationDate><recordChangeDate encoding="w3cdtf">2018-07-24T13:00:23Z</recordChangeDate> </recordInfo> </mods>
56.481481
410
0.738197
28de826a5bc73d489c0bcdb3e85748c63fee1d9a
3,377
ui
XML
examples/backend_frontend/amplitude_scanner.ui
cycomanic/lantz
f2da006a5cf1a232c1576412cd63e565768ab4e1
[ "BSD-3-Clause" ]
88
2015-02-10T09:49:53.000Z
2021-11-21T20:17:44.000Z
examples/backend_frontend/amplitude_scanner.ui
varses/awsch
6fbff4dd293d4110d002d477d2642a7e75cc9ace
[ "BSD-3-Clause" ]
34
2015-02-08T05:35:21.000Z
2021-01-04T17:45:00.000Z
examples/backend_frontend/amplitude_scanner.ui
varses/awsch
6fbff4dd293d4110d002d477d2642a7e75cc9ace
[ "BSD-3-Clause" ]
38
2015-02-11T07:25:52.000Z
2021-11-05T02:41:53.000Z
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>223</width> <height>328</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Settings</string> </property> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="startLabel_4"> <property name="text"> <string>Amplitude</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QDoubleSpinBox" name="fungen__amplitude"/> </item> <item row="2" column="0"> <widget class="QLabel" name="stopLabel_4"> <property name="text"> <string>Frequency</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QDoubleSpinBox" name="fungen__frequency"/> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Scan</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="startLabel_3"> <property name="text"> <string>Start</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QDoubleSpinBox" name="start"> <property name="suffix"> <string> volt</string> </property> <property name="maximum"> <double>100000.000000000000000</double> </property> <property name="value"> <double>1.000000000000000</double> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="stopLabel_3"> <property name="text"> <string>Stop</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QDoubleSpinBox" name="stop"> <property name="suffix"> <string> volt</string> </property> <property name="maximum"> <double>100000.000000000000000</double> </property> <property name="value"> <double>10.000000000000000</double> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="stepLabel_3"> <property name="text"> <string>Steps</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QPushButton" name="scan_amplitudes"> <property name="text"> <string>Scan</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QSpinBox" name="steps"> <property name="minimum"> <number>1</number> </property> <property name="value"> <number>10</number> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>
27.233871
64
0.541013
ce4f2fbf218d79bf7bb1d7e061298490da00a681
8,002
xml
XML
app/src/main/res/layout/fragment_setting.xml
DeathPluto/-
8acedea8725d3e51713df52b6749d83644fcb5bf
[ "MIT" ]
null
null
null
app/src/main/res/layout/fragment_setting.xml
DeathPluto/-
8acedea8725d3e51713df52b6749d83644fcb5bf
[ "MIT" ]
null
null
null
app/src/main/res/layout/fragment_setting.xml
DeathPluto/-
8acedea8725d3e51713df52b6749d83644fcb5bf
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:padding="18dp" android:weightSum="4" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:id="@+id/tv_item_title" android:text="登陆" android:textSize="15sp" android:textStyle="bold" android:gravity="center" android:layout_height="wrap_content" android:padding="6dp" android:layout_width="match_parent" /> <LinearLayout android:id="@+id/ll_login" android:visibility="gone" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="2"> <LinearLayout android:padding="6dp" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="2"> <ImageView android:src="@drawable/ic_launcher" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <EditText android:hint="请输入账号" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout> <LinearLayout android:padding="6dp" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="2"> <ImageView android:src="@drawable/ic_launcher" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <EditText android:hint="请输入密码" android:paddingLeft="6dp" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout> <LinearLayout android:paddingRight="6dp" android:gravity="center_horizontal" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <com.gc.materialdesign.views.ButtonRectangle android:id="@+id/btn_login" android:background="@color/c_1E88E5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="6dp" android:text="登陆" /> <com.gc.materialdesign.views.ButtonRectangle android:id="@+id/btn_change" android:layout_marginLeft="6dp" android:background="@color/c_1E88E5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="忘记密码" /> </LinearLayout> </LinearLayout> <LinearLayout android:id="@+id/ll_infos" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <LinearLayout android:orientation="horizontal" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent"> <TextView android:text="姓名:" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="工1" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="工号" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="123" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> </LinearLayout> </LinearLayout> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <TextView android:text="联系电话:" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="13800200200" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> </LinearLayout> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <TextView android:text="工种:" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="水泥工" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> </LinearLayout> </LinearLayout> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <TextView android:id="@+id/tv_device" android:text="设备信息" android:layout_marginTop="10dp" android:textSize="15sp" android:textStyle="bold" android:gravity="center" android:layout_height="wrap_content" android:padding="6dp" android:layout_width="match_parent" /> <LinearLayout android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <TextView android:text="设备ID号" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="设备数" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="工作情况" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <TextView android:text="001" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="3" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> <TextView android:text="良好" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> </LinearLayout> </LinearLayout> </LinearLayout>
31.880478
72
0.542239
10148a814b9fb73ca1bc2ac3a48ea23bfca4a6af
8,948
xml
XML
input/resources/StructureDefinition-meta/structuredefinition-hl7au-vsd-1.xml
robstwd/fhir-ig-experiment-01
4995fbbdd0aed4fd6ff32f1e418ba9af4463932b
[ "MIT" ]
null
null
null
input/resources/StructureDefinition-meta/structuredefinition-hl7au-vsd-1.xml
robstwd/fhir-ig-experiment-01
4995fbbdd0aed4fd6ff32f1e418ba9af4463932b
[ "MIT" ]
1
2022-02-26T09:25:54.000Z
2022-02-26T09:25:54.000Z
input/resources/StructureDefinition-meta/structuredefinition-hl7au-vsd-1.xml
robstwd/fhir-ig-experiment-01
4995fbbdd0aed4fd6ff32f1e418ba9af4463932b
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="structuredefinition-hl7au-vsd-1"/> <url value="https://about.me/robeastwood/fhir/ig/StructureDefinition/structuredefinition-hl7au-vsd-1"/> <version value="0.0.1"/> <name value="HL7AUValueSetBase"/> <title value="HL7 AU ValueSet Base"/> <status value="draft"/> <experimental value="true" /> <description value="The purpose of this profile is to enforce conventions for ValueSets, in metadata and structure"/> <fhirVersion value="4.0.1"/> <kind value="resource"/> <abstract value="false"/> <type value="ValueSet"/> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/ValueSet"/> <derivation value="constraint"/> <differential> <element id="ValueSet"> <path value="ValueSet"/> <constraint> <key value="hl7au-vsd-base-05"/> <severity value="warning"/> <human value="The url should end with the id value, unless it is an AU extended ValueSet"/> <expression value="url.replace('http://terminology.hl7.org.au/ValueSet/','') = id"/> </constraint> </element> <element id="ValueSet.id"> <path value="ValueSet.id"/> <min value="1"/> </element> <element id="ValueSet.meta"> <path value="ValueSet.meta"/> <min value="1"/> </element> <element id="ValueSet.meta.versionId"> <path value="ValueSet.meta.versionId"/> <max value="0"/> </element> <element id="ValueSet.meta.lastUpdated"> <path value="ValueSet.meta.lastUpdated"/> <max value="0"/> </element> <element id="ValueSet.meta.source"> <path value="ValueSet.meta.source"/> <max value="0"/> </element> <element id="ValueSet.meta.profile"> <path value="ValueSet.meta.profile"/> <min value="1"/> <max value="1"/> <fixedCanonical value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> </element> <element id="ValueSet.meta.security"> <path value="ValueSet.meta.security"/> <max value="0"/> </element> <element id="ValueSet.meta.tag"> <path value="ValueSet.meta.tag"/> <max value="0"/> </element> <element id="ValueSet.implicitRules"> <path value="ValueSet.implicitRules"/> <max value="0"/> </element> <element id="ValueSet.language"> <path value="ValueSet.language"/> <max value="0"/> </element> <element id="ValueSet.contained"> <path value="ValueSet.contained"/> <max value="0"/> </element> <element id="ValueSet.url"> <path value="ValueSet.url"/> <min value="1"/> <constraint> <key value="hl7au-vsd-base-02"/> <severity value="error"/> <human value="The url starts with 'http://terminology.hl7.org.au/ValueSet/'"/> <expression value="startsWith('http://terminology.hl7.org.au/ValueSet/')"/> </constraint> </element> <element id="ValueSet.identifier"> <path value="ValueSet.identifier"/> <min value="1"/> <max value="1"/> </element> <element id="ValueSet.identifier.use"> <path value="ValueSet.identifier.use"/> <max value="0"/> </element> <element id="ValueSet.identifier.type"> <path value="ValueSet.identifier.type"/> <max value="0"/> </element> <element id="ValueSet.identifier.system"> <path value="ValueSet.identifier.system"/> <min value="1"/> <fixedUri value="urn:ietf:rfc:3986"/> </element> <element id="ValueSet.identifier.value"> <path value="ValueSet.identifier.value"/> <min value="1"/> <constraint> <key value="hl7au-vsd-base-02"/> <severity value="error"/> <human value="The identifier.value starts with 'urn:oid:2.16.840.1.113883.2.3.4.'"/> <expression value="startsWith('urn:oid:2.16.840.1.113883.2.3.4.')"/> </constraint> </element> <element id="ValueSet.identifier.period"> <path value="ValueSet.identifier.period"/> <min value="0"/> <max value="0"/> </element> <element id="ValueSet.identifier.assigner"> <path value="ValueSet.identifier.assigner"/> <min value="0"/> <max value="0"/> </element> <element id="ValueSet.version"> <path value="ValueSet.version"/> <min value="1"/> <constraint> <key value="hl7au-vsd-base-01"/> <severity value="error"/> <human value="The version number is in semantic versioning format ('n.n.n'), with the major version number at least 1"/> <expression value="matches('^([1-9]{1,2})[.]([0-9]{1}|[1-9]{1}[0-9]{1})[.]([0-9]{1}|[1-9]{1}[0-9]{1})$')"/> </constraint> </element> <element id="ValueSet.name"> <path value="ValueSet.name"/> <min value="1"/> </element> <element id="ValueSet.title"> <path value="ValueSet.title"/> <min value="1"/> </element> <element id="ValueSet.experimental"> <path value="ValueSet.experimental"/> <min value="1"/> </element> <element id="ValueSet.date"> <path value="ValueSet.date"/> <min value="1"/> </element> <element id="ValueSet.publisher"> <path value="ValueSet.publisher"/> <min value="1"/> <constraint> <key value="hl7au-vsd-base-03"/> <severity value="error"/> <human value="The publisher starts with 'Health Level Seven Australia'"/> <expression value="startsWith('Health Level Seven Australia')"/> </constraint> </element> <element id="ValueSet.contact"> <path value="ValueSet.contact"/> <min value="1"/> <max value="1"/> </element> <element id="ValueSet.contact.name"> <path value="ValueSet.contact.name"/> <max value="0"/> </element> <element id="ValueSet.contact.telecom"> <path value="ValueSet.contact.telecom"/> <min value="1"/> <max value="1"/> </element> <element id="ValueSet.contact.telecom.system"> <path value="ValueSet.contact.telecom.system"/> <min value="1"/> <fixedCode value="url"/> </element> <element id="ValueSet.contact.telecom.value"> <path value="ValueSet.contact.telecom.value"/> <min value="1"/> <fixedString value="http://hl7.com.au"/> </element> <element id="ValueSet.contact.telecom.use"> <path value="ValueSet.contact.telecom.use"/> <min value="1"/> <fixedCode value="work"/> </element> <element id="ValueSet.contact.telecom.rank"> <path value="ValueSet.contact.telecom.rank"/> <max value="0"/> </element> <element id="ValueSet.contact.telecom.period"> <path value="ValueSet.contact.telecom.period"/> <max value="0"/> </element> <element id="ValueSet.description"> <path value="ValueSet.description"/> <min value="1"/> </element> <element id="ValueSet.useContext"> <path value="ValueSet.useContext"/> <max value="0"/> </element> <element id="ValueSet.jurisdiction"> <path value="ValueSet.jurisdiction"/> <min value="1"/> <max value="1"/> </element> <element id="ValueSet.jurisdiction.coding"> <path value="ValueSet.jurisdiction.coding"/> <min value="1"/> <max value="1"/> </element> <element id="ValueSet.jurisdiction.coding.system"> <path value="ValueSet.jurisdiction.coding.system"/> <min value="1"/> <fixedUri value="urn:iso:std:iso:3166"/> </element> <element id="ValueSet.jurisdiction.coding.version"> <path value="ValueSet.jurisdiction.coding.version"/> <max value="0"/> </element> <element id="ValueSet.jurisdiction.coding.code"> <path value="ValueSet.jurisdiction.coding.code"/> <min value="1"/> <fixedCode value="AU"/> </element> <element id="ValueSet.jurisdiction.coding.display"> <path value="ValueSet.jurisdiction.coding.display"/> <max value="0"/> </element> <element id="ValueSet.jurisdiction.coding.userSelected"> <path value="ValueSet.jurisdiction.coding.userSelected"/> <max value="0"/> </element> <element id="ValueSet.jurisdiction.text"> <path value="ValueSet.jurisdiction.text"/> <max value="0"/> </element> <element id="ValueSet.purpose"> <path value="ValueSet.purpose"/> <max value="0"/> </element> <element id="ValueSet.copyright"> <path value="ValueSet.copyright"/> <min value="1"/> <constraint> <key value="hl7au-vsd-base-04"/> <severity value="error"/> <human value="The copyright starts with 'HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.'"/> <expression value="startsWith('HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.')"/> </constraint> </element> </differential> </StructureDefinition>
35.228346
128
0.608404
ac409f6bd3170e648ea42beff7406316bdf3fa7a
1,156
xaml
XML
XamarinSDK/SDKBrowser/SDKBrowser/Examples/RatingControl/FeaturesCategory/TemplatesExample/Templates.xaml
telerik/xamarin-forms-sdk
bfc857e6738c5a0720ac83720078098cdeed9f91
[ "RSA-MD" ]
34
2017-05-21T16:57:01.000Z
2021-09-05T21:12:26.000Z
XamarinSDK/SDKBrowser/SDKBrowser/Examples/RatingControl/FeaturesCategory/TemplatesExample/Templates.xaml
telerik/xamarin-forms-sdk
bfc857e6738c5a0720ac83720078098cdeed9f91
[ "RSA-MD" ]
2
2020-04-05T15:09:56.000Z
2022-01-28T12:10:10.000Z
XamarinSDK/SDKBrowser/SDKBrowser/Examples/RatingControl/FeaturesCategory/TemplatesExample/Templates.xaml
telerik/xamarin-forms-sdk
bfc857e6738c5a0720ac83720078098cdeed9f91
[ "RSA-MD" ]
34
2017-05-31T02:33:05.000Z
2021-12-08T17:45:37.000Z
<?xml version="1.0" encoding="utf-8" ?> <ContentView x:Class="SDKBrowser.Examples.RatingControl.FeaturesCategory.TemplatesExample.Templates" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"> <StackLayout> <!-- >> rating-templates --> <telerikInput:RadTemplatedRating ValueChanged="RadTemplatedRating_ValueChanged"> <telerikInput:RadTemplatedRating.ItemTemplate> <DataTemplate> <Image Source="unread.png" /> </DataTemplate> </telerikInput:RadTemplatedRating.ItemTemplate> <telerikInput:RadTemplatedRating.SelectedItemTemplate> <DataTemplate> <Image Source="success.png" /> </DataTemplate> </telerikInput:RadTemplatedRating.SelectedItemTemplate> </telerikInput:RadTemplatedRating> <!-- << rating-templates --> <Label x:Name="label"/> </StackLayout> </ContentView>
48.166667
111
0.630623
13389b27aa9750e646bbb5f4628cc637aadeafc2
5,909
xml
XML
archetype/simple-service/src/main/resources/archetype-resources/pom.xml
sairamvudatha/beadledom
ab88015c097111e9b9562e422305b4d725fab029
[ "Apache-2.0" ]
null
null
null
archetype/simple-service/src/main/resources/archetype-resources/pom.xml
sairamvudatha/beadledom
ab88015c097111e9b9562e422305b4d725fab029
[ "Apache-2.0" ]
null
null
null
archetype/simple-service/src/main/resources/archetype-resources/pom.xml
sairamvudatha/beadledom
ab88015c097111e9b9562e422305b4d725fab029
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>\${groupId}</groupId> <artifactId>\${artifactId}</artifactId> <version>\${version}</version> <packaging>pom</packaging> <properties> <java.jdk.version>1.8</java.jdk.version> <beadledom.version>\${beadledomVersion}</beadledom.version> <guice.version>4.2.2</guice.version> <jackson.version>2.9.9</jackson.version> <scala.version>2.11.8</scala.version> <scala.binary.version>2.11</scala.binary.version> <slf4j.version>1.7.25</slf4j.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>\${groupId}</groupId> <artifactId>${rootArtifactId}-api</artifactId> <version>\${version}</version> </dependency> <dependency> <groupId>com.cerner.beadledom</groupId> <artifactId>beadledom-bom</artifactId> <version>${beadledom.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.2</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>28.0-jre</version> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>${guice.version}</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> <version>${guice.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-base</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.netflix.governator</groupId> <artifactId>governator</artifactId> <version>1.17.4</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>1.5.21</version> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>${scala.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.0</version> <configuration> <source>${java.jdk.version}</source> <target>${java.jdk.version}</target> </configuration> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <artifactId>maven-war-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.0</version> </plugin> </plugins> </pluginManagement> </build> </project>
39.13245
204
0.517516
5f56f83486c5802d52cf38084bd575ae546cf207
13,294
csproj
XML
Dynamics Workflow Template Wizard/Dynamics Workflow Template Wizard.csproj
albanian-xrm/Extensions
8f08394506b0640685e50c51350044d2da16ed26
[ "MIT" ]
1
2021-01-29T17:02:27.000Z
2021-01-29T17:02:27.000Z
Dynamics Workflow Template Wizard/Dynamics Workflow Template Wizard.csproj
albanian-xrm/Extensions
8f08394506b0640685e50c51350044d2da16ed26
[ "MIT" ]
null
null
null
Dynamics Workflow Template Wizard/Dynamics Workflow Template Wizard.csproj
albanian-xrm/Extensions
8f08394506b0640685e50c51350044d2da16ed26
[ "MIT" ]
1
2020-04-06T23:18:02.000Z
2020-04-06T23:18:02.000Z
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{1382B484-BBF0-43B2-828C-6B8CFDE58789}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Dynamics_Workflow_Template</RootNamespace> <AssemblyName>Dynamics Workflow Template Wizard</AssemblyName> <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Deterministic>true</Deterministic> <NuGetPackageImportStamp> </NuGetPackageImportStamp> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup> <SignAssembly>true</SignAssembly> </PropertyGroup> <PropertyGroup> <AssemblyOriginatorKeyFile>WizardKey.snk</AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\envdte.dll</HintPath> <EmbedInteropTypes>False</EmbedInteropTypes> <Private>False</Private> </Reference> <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\EnvDTE80.8.0.3\lib\net10\EnvDTE80.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.ComponentModelHost.15.0.26201\lib\net45\Microsoft.VisualStudio.ComponentModelHost.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.CoreUtility.15.0.26201\lib\net45\Microsoft.VisualStudio.CoreUtility.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Imaging, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Imaging.15.0.26201\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6071\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.15.0.15.0.26201\lib\Microsoft.VisualStudio.Shell.15.0.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Framework.15.0.26201\lib\net45\Microsoft.VisualStudio.Shell.Framework.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.7.10.6072\lib\net11\Microsoft.VisualStudio.Shell.Interop.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30320\lib\net20\Microsoft.VisualStudio.Shell.Interop.10.0.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61031\lib\net20\Microsoft.VisualStudio.Shell.Interop.11.0.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30111\lib\net20\Microsoft.VisualStudio.Shell.Interop.12.0.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50728\lib\net11\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.9.0.9.0.30729\lib\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\VSSDK.TemplateWizardInterface.12.0.4\lib\net20\Microsoft.VisualStudio.TemplateWizardInterface.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6071\lib\net11\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50728\lib\net11\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Threading, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Threading.15.0.240\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Utilities.15.0.26201\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.Validation, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.VisualStudio.Validation.15.0.82\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="NuGet.Common, Version=5.6.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.Common.5.6.0\lib\net472\NuGet.Common.dll</HintPath> </Reference> <Reference Include="NuGet.Configuration, Version=5.6.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.Configuration.5.6.0\lib\net472\NuGet.Configuration.dll</HintPath> </Reference> <Reference Include="NuGet.ContentModel, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.ContentModel.4.2.0\lib\net45\NuGet.ContentModel.dll</HintPath> </Reference> <Reference Include="NuGet.Frameworks, Version=5.6.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.Frameworks.5.6.0\lib\net472\NuGet.Frameworks.dll</HintPath> </Reference> <Reference Include="NuGet.Packaging, Version=5.6.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.Packaging.5.6.0\lib\net472\NuGet.Packaging.dll</HintPath> </Reference> <Reference Include="NuGet.Packaging.Core, Version=5.6.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.Packaging.Core.5.6.0\lib\net472\NuGet.Packaging.Core.dll</HintPath> </Reference> <Reference Include="NuGet.Versioning, Version=5.6.0.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.Versioning.5.6.0\lib\net472\NuGet.Versioning.dll</HintPath> </Reference> <Reference Include="NuGet.VisualStudio, Version=5.6.0.5, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\NuGet.VisualStudio.5.6.0\lib\net472\NuGet.VisualStudio.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <HintPath>..\packages\stdole.7.0.3303\lib\net10\stdole.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.Composition" /> <Reference Include="System.Core" /> <Reference Include="System.IO.Compression" /> <Reference Include="System.Security" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="WizardImplementation.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> <None Include="packages.config" /> <None Include="WizardKey.snk" /> </ItemGroup> <Import Project="..\Shared Tools\Shared Tools.projitems" Label="Shared" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\NuGet.VisualStudio.5.6.0\build\NuGet.VisualStudio.targets" Condition="Exists('..\packages\NuGet.VisualStudio.5.6.0\build\NuGet.VisualStudio.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> <Error Condition="!Exists('..\packages\NuGet.VisualStudio.5.6.0\build\NuGet.VisualStudio.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NuGet.VisualStudio.5.6.0\build\NuGet.VisualStudio.targets'))" /> <Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets'))" /> </Target> <Import Project="..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" /> </Project>
74.685393
337
0.760569
72a7dc44812211deaed8906e8d98fc72a6d8ca74
8,682
xml
XML
client/app/iplb/serverFarm/translations/Messages_en_US.xml
garbage-collector/ovh-manager-cloud
753fae5ab75bb17111f32eb06adee924e0952475
[ "BSD-3-Clause" ]
null
null
null
client/app/iplb/serverFarm/translations/Messages_en_US.xml
garbage-collector/ovh-manager-cloud
753fae5ab75bb17111f32eb06adee924e0952475
[ "BSD-3-Clause" ]
null
null
null
client/app/iplb/serverFarm/translations/Messages_en_US.xml
garbage-collector/ovh-manager-cloud
753fae5ab75bb17111f32eb06adee924e0952475
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <translations> <translation id="iplb_farm_title" qtlid="437700">Server clusters</translation> <translation id="iplb_farm_intro_text" qtlid="437713">The server farm is the part of your load balancing IP that distributes traffic between servers.</translation> <translation id="iplb_farm_add" qtlid="437726">Add a server cluster</translation> <translation id="iplb_farm_add_server" qtlid="19315">Add a server</translation> <translation id="iplb_farm_server_status_see" qtlid="437739">See status</translation> <translation id="iplb_farm_list_accordion_title" qtlid="437752">Farm {{farmId}}</translation> <translation id="iplb_farm_list_accordion_aside_server_single" qtlid="437765">{{serverNumber}} server</translation> <translation id="iplb_farm_list_accordion_aside_server_many" qtlid="437778">{{serverNumber}} servers</translation> <translation id="iplb_farm_add_error" qtlid="437791">An error has occurred while adding the server farm: {{message}}</translation> <translation id="iplb_farm_add_success" qtlid="437804">The server farm was successfully created.</translation> <translation id="iplb_farm_update_error" qtlid="437817">An error has occurred while modifying the server farm: {{message}}</translation> <translation id="iplb_farm_update_success" qtlid="437830">The server farm has been successfully modified.</translation> <translation id="iplb_farm_server_list_col_server" qtlid="8290">Server</translation> <translation id="iplb_farm_server_list_col_ipv4" qtlid="101781">IPv4</translation> <translation id="iplb_farm_server_list_col_active" qtlid="29635">Active</translation> <translation id="iplb_farm_server_list_col_status" qtlid="251970">Status</translation> <translation id="iplb_farm_protocol_http" qtlid="19639">HTTP</translation> <translation id="iplb_farm_protocol_https" qtlid="60228">HTTPS</translation> <translation id="iplb_farm_protocol_tcp" qtlid="141821">TCP</translation> <translation id="iplb_farm_protocol_tls" qtlid="437843">SSL TCP (TLS)</translation> <translation id="iplb_farm_protocol_udp" qtlid="141834">UDP</translation> <translation id="iplb_farm_balance_first" qtlid="437856">First</translation> <translation id="iplb_farm_balance_leastconn" qtlid="437869">Least</translation> <translation id="iplb_farm_balance_roundrobin" qtlid="437882">Round-robin</translation> <translation id="iplb_farm_balance_source" qtlid="97496">Source</translation> <translation id="iplb_farm_balance_uri" qtlid="437895">URI</translation> <translation id="iplb_farm_stickiness_none" qtlid="440934">None</translation> <translation id="iplb_farm_stickiness_cookie" qtlid="223736">Cookie</translation> <translation id="iplb_farm_stickiness_sourceIp" qtlid="161568">Source IP</translation> <translation id="iplb_farm_add_title" qtlid="437726">Add a server cluster</translation> <translation id="iplb_farm_update_title" qtlid="437908">Edit the following server farm: {{farmId}}</translation> <translation id="iplb_farm_edit_name" qtlid="415818">Name (optional)</translation> <translation id="iplb_farm_edit_protocol" qtlid="437921">Protocol (cannot be modified after creation)</translation> <translation id="iplb_farm_edit_port" qtlid="9034">Port</translation> <translation id="iplb_farm_edit_port_tip" qtlid="448660">Port attached to the farm (1 to {{portMax}}). By default, uses the frontend port.</translation> <translation id="iplb_farm_edit_datacenter" qtlid="30802">Data center</translation> <translation id="iplb_farm_edit_private_network" qtlid="482342">Private network</translation> <translation id="iplb_farm_edit_advanced_options" qtlid="39958">Advanced settings</translation> <translation id="iplb_farm_edit_advanced_options_info" qtlid="437947">The most recent default values have been pre-set. You can modify them at any time.</translation> <translation id="iplb_farm_edit_advanced_options_show" qtlid="69353">Display</translation> <translation id="iplb_farm_edit_balance" qtlid="430265">Distribution mode</translation> <translation id="iplb_farm_edit_stickiness" qtlid="429823">Track session</translation> <translation id="iplb_farm_edit_probe" qtlid="430278">Probe</translation> <translation id="iplb_farm_edit_probe_title" qtlid="437960">Probe settings</translation> <translation id="iplb_farm_edit_probe_url" qtlid="31402">URL</translation> <translation id="iplb_farm_edit_probe_port" qtlid="9034">Port</translation> <translation id="iplb_farm_edit_probe_method" qtlid="19447">Method</translation> <translation id="iplb_farm_edit_probe_method_" qtlid="42370">-</translation> <translation id="iplb_farm_edit_probe_method_GET" qtlid="437973">GET</translation> <translation id="iplb_farm_edit_probe_method_HEAD" qtlid="437986">HEAD</translation> <translation id="iplb_farm_edit_probe_method_OPTIONS" qtlid="437999">OPTIONS</translation> <translation id="iplb_farm_edit_probe_match" qtlid="438012">Match</translation> <translation id="iplb_farm_edit_probe_match_" qtlid="42370">-</translation> <translation id="iplb_farm_edit_probe_match_default" qtlid="438025">Default</translation> <translation id="iplb_farm_edit_probe_match_status" qtlid="251970">Status</translation> <translation id="iplb_farm_edit_probe_match_contains" qtlid="438038">Contains</translation> <translation id="iplb_farm_edit_probe_match_matches" qtlid="438051">Matches</translation> <translation id="iplb_farm_edit_probe_pattern" qtlid="438064">Pattern</translation> <translation id="iplb_farm_edit_probe_interval" qtlid="438077">Interval</translation> <translation id="iplb_farm_edit_probe_negate" qtlid="438090">Reverse</translation> <translation id="iplb_farm_edit_probe_type_" qtlid="440947">None</translation> <translation id="iplb_farm_edit_probe_type_http" qtlid="19639">HTTP</translation> <translation id="iplb_farm_edit_probe_type_mysql" qtlid="196894">MySQL</translation> <translation id="iplb_farm_edit_probe_type_oco" qtlid="438103">OCO</translation> <translation id="iplb_farm_edit_probe_type_pgsql" qtlid="438116">pgSQL</translation> <translation id="iplb_farm_edit_probe_type_smtp" qtlid="19651">SMTP</translation> <translation id="iplb_farm_edit_probe_type_tcp" qtlid="141821">TCP</translation> <translation id="iplb_farm_edit_probe_info_error" qtlid="438129">An error has occurred while retrieving information for the probe.</translation> <translation id="iplb_farm_edit_probe_button" qtlid="437960">Probe settings</translation> <translation id="iplb_farm_edit_cancel" qtlid="37863">Cancel</translation> <translation id="iplb_farm_add_confirm" qtlid="37923">Add</translation> <translation id="iplb_farm_update_confirm" qtlid="43462">Update</translation> <translation id="iplb_farm_preview_title" qtlid="438142">Overview of server farm</translation> <translation id="iplb_farm_preview_name" qtlid="3818">Name</translation> <translation id="iplb_farm_preview_protocol" qtlid="19711">Protocol</translation> <translation id="iplb_farm_preview_port" qtlid="9034">Port</translation> <translation id="iplb_farm_preview_datacenter" qtlid="30802">Data center</translation> <translation id="iplb_farm_preview_balance" qtlid="430265">Distribution mode</translation> <translation id="iplb_farm_preview_stickiness" qtlid="429823">Track session</translation> <translation id="iplb_farm_preview_probe" qtlid="429797">Probe</translation> <translation id="iplb_farm_preview_probe_none" qtlid="8674">None</translation> <translation id="iplb_farm_preview_id" qtlid="46792">ID</translation> <translation id="iplb_farm_preview_probe_url" qtlid="31402">URL</translation> <translation id="iplb_farm_preview_probe_port" qtlid="9034">Port</translation> <translation id="iplb_farm_preview_probe_method" qtlid="19447">Method</translation> <translation id="iplb_farm_preview_probe_match" qtlid="438012">Match</translation> <translation id="iplb_farm_preview_probe_pattern" qtlid="438064">Pattern</translation> <translation id="iplb_farm_preview_probe_interval" qtlid="438077">Interval</translation> <translation id="iplb_farm_delete_title" qtlid="438155">Delete farm</translation> <translation id="iplb_farm_delete_question" qtlid="438168">Are you sure you want to delete the following farm: {{farm}}?</translation> <translation id="iplb_farm_delete_error" qtlid="438181">An error has occurred while deleting the farm: {{message}}</translation> <translation id="iplb_farm_delete_success" qtlid="438194">The farm has been successfully deleted.</translation> </translations>
80.388889
169
0.791983